Archive for February, 2008
Thursday, February 28th, 2008
Today I stumbled across the LaTeX font catalogue, which lists all available fonts for LaTeX. I am really surprised that I had not been aware of it earlier. I was also surprised at the number of fonts there. While some new projects such as XeTeX are making all open-type and true-type fonts available to the TeX typesetting system, I still use regular (pdf)LaTeX most of the time, and every once in awhile I like to play around with fonts. And, I think I have finally figured out the correct way to install new fonts using texlive.
- Copy files to the appropriate place under texmf
-
This will tell TeX that there are new files in its path
-
sudo updmap-sys --enable <newfont>
This will update the font handling parts of LaTeX
Here is a sample of one font I found pretty cool, and the LaTeX source:
screenshot of the movieola font
\documentclass[11pt,letterpaper]{article}
\usepackage{emerald}
\begin{document}
{
\ECFMovieola
\Large
SoMe PrEtTy TeXt HeRe
}
\end{document}
Posted in latex | 1 Comment »
Thursday, February 14th, 2008
I am now trying out the scribefire Firefox extension for xml-rpc blogging, since I have discovered that QTM does not support image uploading, and it seems that scribefire does. It allows one to resize images, but it does not seem to create thumbnails. I will probably stick to posting the old-fashioned way, but it is nice to know that there are some other options.

Posted in wiki/cms, wordpress | 1 Comment »
Wednesday, February 13th, 2008
My friend Bethany Soule, for whom I host a blog, recently asked me if there was a way to write entries using a client program instead of having to login to wordpress via the web interface. I pointed her to the xml-rpc page in wordpress I had run across recently, and then decided to check it out for myself. Since I am on Linux, I looked at the Linux clients, but also wanted to try out a cross-platform option. QTM fit this description, and also uses KDE libraries, which I like, since I normally use the KDE desktop. I am posting this post using QTM. It seems to work pretty well so far.
Posted in wiki/cms, wordpress | 1 Comment »