[nc] Generate TeX files of the Ubuntu Font Family during build time
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Font Family |
New
|
Medium
|
Unassigned | ||
fonts-ubuntu (Ubuntu) |
New
|
Medium
|
Unassigned |
Bug Description
At the moment it is not possible to use the Ubuntu Font Family in LaTeX without importing it manually. It would be great if this font would be made available in LaTeX by default, so you can choose to use a modern font without too much of a hassle.
Vincent-Xavier Jumel posted an article on his blog with some instructions for converting the font for use with TeX at <http://
I'm requesting to generate these files at build time. We could then make LaTeX recommend the resulting package, so every user on Ubuntu who installs LaTeX will be able to use the font straight away.
Related: bug #603574 (errors showing up during AFM build)
description: | updated |
Changed in ubuntu-font-family-sources (Ubuntu): | |
milestone: | ubuntu-11.04-beta-1 → ubuntu-11.04 |
Changed in ubuntu-font-family-sources (Ubuntu Oneiric): | |
milestone: | ubuntu-11.04 → none |
importance: | Wishlist → Medium |
Changed in ubuntu-font-family-sources (Ubuntu Oneiric): | |
status: | Expired → Incomplete |
no longer affects: | ubuntu-font-family-sources (Ubuntu Oneiric) |
summary: |
- Generate TeX files of the Ubuntu Font Family during build time + [nc] Generate TeX files of the Ubuntu Font Family during build time |
Changed in ubuntu-font-family: | |
importance: | Undecided → Medium |
affects: | ubuntu-font-family-sources (Ubuntu) → fonts-ubuntu (Ubuntu) |
description: | updated |
description: | updated |
Magic lines:
autoinst --encoding=T1,OT1 --verbose Ubuntu-BI.ttf Ubuntu-B.ttf Ubuntu-I.ttf Ubuntu-R.ttf texmf-var/ tex/latex/ Ubuntu/ Ubuntu/ texmf-var/ tex/latex/ Ubuntu/ Ubuntu/ texmf-var/
mkdir -p ~/.texlive2009/
mv *.fd *.sty ~/.texlive2009/
texhash ~/.texlive2009/
\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?