[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#406556: texlive-latex-extra: font shape ulsy not found



Hi Thomas!

On Don, 11 Jan 2007, thomas weidner wrote:
> Although the ulsy package is supplied with the package (the fonts seem 
> to be supplied too), i get the following warning when running latex on 
> the example:
> LaTeX Font Warning: Font shape `U/ulsy/m/n' undefined
> (Font)              using `U/cmr/m/n' instead on input line 4.
> So the font does not seem to be found by latex. The resulting dvi file 
> shows a capital psi.

Ah, the problem is that the Uulsy.fd file is missing. It is also missing
in upstream, although it is quite short.

2 things:
- put the following file as Uusly.fd somewhere in the latex input path
  (either the current directory . or 
  /usr/local/share/texmf/tex/latex/ulsy/Uulsy.fd)
------ Uulsy.fd -----
\def\fileversion{1.0}
\def\filedate{1.2.1995}
\def\docdate{1.2.1995}
\DeclareFontFamily{U}{ulsy}{}
\DeclareFontShape{U}{ulsy}{m}{n}
   {  <10><12> ulsy10}{}
\endinput
-------

This will not be enough because there is still something wrong with your
input file:

> \documentclass{article}
> \usepackage{ulsy}
> \begin{document}
> \[ \blitza \]
> \end{document}

You cannot use this in math mode, this should be
\documentclass{article}
\usepackage{ulsy}
\begin{document}
\blitza
\end{document}

Which works here. Although the Type1 font is not found (the map file is
not activated!), but the pixel font is created.

I will fix this in one of the next releases.

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining@logic.at>                    Università di Siena
Debian Developer <preining@debian.org>                         Debian TeX Group
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
MUNDERFIELD (n.) A meadow selected, whilst driving past, as being
ideal for a picnic which, from a sitting position, turns out to be
full of stubble, dust and cowpats, and almost impossible to enjoy
yourself in.
			--- Douglas Adams, The Meaning of Liff



Reply to: