Fonts of Fantasy
Sunday, October 12th, 2008Problem: My thesis requires fonts from Star Trek and Bladerunner, but they’re TrueType and LaTeX does not play well with them.
Briefly: LaTeX is anal about the directory tree. So learn the right directory names and save yourself a bundle of trouble.
Solution: The LaTeX fundus package has Star Trek font; but turns out it doesn’t work with my Ubuntu. So I wrote a script to install a ttf in a local texmf tree. Note that the tex tree conventions
leave you have little flexibility in naming directories. So ${TEXMF}/fonts/tfm, ${TEXMF}/tex/latex/, ${TEXMF}/fonts/truetype, etc. need to be acceptable to tex.
(more…)