Category: Computers
-
Friendfeed plugin for wordpress
Friendfeed released an API a couple weeks ago. This made me excited, as I figured I could write a wordpress plugin to grab comments people leave on my friendfeed back into the blog. I did not of course find the time to do this right away, as I have already been spending way too much…
-
Xorg.conf configuration — solved font size problem
Awhile ago I started having problems with some of my fonts on my computer at work. Interestingly enough, it only seemed to affect a very small minority of programs and situations, namely on startup, when Fedora is going through and telling me all the services it is starting, the fonts were so tiny I could…
-
Finally a better LaTeX to html converter
About a year ago I wrote a post about my frustration with the lack of a good LaTeX to html converter. Recently I found one. It is called plasTeX, so named because it is written in python. Finally a converter which works well with most any LaTeX package or macro you write, and produces sane,…
-
convert pdf to png with imagemagick
Imagemagick is a swiss-army knife of command-line image conversion, but can be a bit complicated to actually use. I have been making most of my figures with R lately, and printing them to pdfs, which I can include very easily into documents with pdflatex. I like pdf because it is scalable, fairly small file size…
-
Fun with fonts in LaTeX
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…