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 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.

  1. Copy files to the appropriate place under texmf
  2. sudo texhash
    This will tell TeX that there are new files in its path
  3. sudo updmap-sys --enable
    This will update the font handling parts of LaTeX

Here is a sample of one font I found pretty cool, and the LaTeX source:

movieola screenshot

screenshot of the movieola font


\documentclass[11pt,letterpaper]{article}
\usepackage{emerald}
\begin{document}
{
\ECFMovieola
\Large
SoMe PrEtTy TeXt HeRe
}
\end{document}

Join 164 other subscribers

Archives

  • 2024 (3)
  • 2023 (8)
  • 2022 (15)
  • 2021 (19)
  • 2020 (1)
  • 2019 (1)
  • 2018 (2)
  • 2017 (1)
  • 2016 (2)
  • 2015 (5)
  • 2014 (5)
  • 2013 (2)
  • 2011 (7)
  • 2010 (10)
  • 2009 (50)
  • 2008 (28)
  • 2007 (31)
  • 2006 (8)

Category