Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

creating a type1 fonts package for tetex

0 views
Skip to first unread message

Tzafrir Cohen

unread,
Sep 11, 2002, 6:53:07 PM9/11/02
to
I would like to create a package that will install a small set of Type1
fonts (http://culmus.sf.net) on an existing tetex installation with
minimal intervention from the user.

E.g: I would rather create some extra files than ask the user to edit
files. I won't like to have a script that edit files if that is avoidable,
because then uninstallation of the papckage is problematic.

The site contains a mixtex fonts package. What can I do to have the same
with tetex?

--
Tzafrir Cohen
mailto:tza...@technion.ac.il
http://www.technion.ac.il/~tzafrir

Scott Pakin

unread,
Sep 11, 2002, 8:12:21 PM9/11/02
to
Tzafrir Cohen wrote:
> I would like to create a package that will install a small set of Type1
> fonts (http://culmus.sf.net) on an existing tetex installation with
> minimal intervention from the user.
>
> E.g: I would rather create some extra files than ask the user to edit
> files. I won't like to have a script that edit files if that is avoidable,
> because then uninstallation of the papckage is problematic.
>
> The site contains a mixtex fonts package. What can I do to have the same
> with tetex?

I think the MikTeX fonts package will work under teTeX, too. Just
unzip the clmfonts.zip file into /usr/local/share/texmf (or wherever
your local teTeX files are stored); add
"/usr/local/share/texmf/dvips/config/culmus.map" to the extra_modules
section of /usr/share/texmf/dvips/config/updmap and run updmap; and
finally, run texhash. The procedure is essentially the same as in
MikTeX.

If you really want to avoid editing updmap, then you can create a
/usr/local/share/texmf/dvips/config/config.culmus file containing the
line "p +culmus.map" and instruct your users to add "-Pculmus" to their
dvips command lines.

-- Scott

P.S. This is completely untested.

0 new messages