Comment 2 for bug 677150

Revision history for this message
Paul Sladen (sladen) wrote : Re: Build AFM versions of the Ubuntu Font Family during build time, for use with LaTeX

Magic lines:

  autoinst --encoding=T1,OT1 --verbose Ubuntu-BI.ttf Ubuntu-B.ttf Ubuntu-I.ttf Ubuntu-R.ttf
  mkdir -p ~/.texlive2009/texmf-var/tex/latex/Ubuntu/Ubuntu/
  mv *.fd *.sty ~/.texlive2009/texmf-var/tex/latex/Ubuntu/Ubuntu/
  texhash ~/.texlive2009/texmf-var/

  \usepackage{Ubuntu}

Couple of things that need clarifying;

  (a) if this report is for .afm files, why are only *.fd and *.sty installed
  (b) what's the preferred system-wide target directory
  (c) in bug #603574 Vincent notes that DM could supply the AFMs, is this a better solution?