[OS X TeX] font problem

Bruno Voisin bvoisin at mac.com
Mon Feb 6 04:07:56 EST 2006


Le 6 févr. 06 à 08:38, Bruno Voisin a écrit :

> If the .cls file you're using doesn't reference pstimes.sty  
> explicitly, just erase its call in your input file and add the  
> above lines instead. If the .cls file does reference pstimes.sty  
> explicitly, you should contact its author and report the problem.

Looking back at the .log output in a previous message of yours:

> This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5)
>  \write18 enabled.
> entering extended mode
> (./poster.tex
> LaTeX2e <2003/12/01>
> Babel <v3.8d> and hyphenation patterns for american, british,  
> french, german, n
> german, nohyphenation, loaded.
> (./cuposter.cls
>
> LaTeX Warning: You have requested document class `cuposter',
>                but the document class provides `ancposter'.
>
> Document Class: ancposter 2000/05/05 v2.3 ANC Poster Class (MEF, AJG)
> (/usr/local/teTeX/share/texmf.tetex/tex/latex/base/article.cls
> Document Class: article 2004/02/16 v1.4f Standard LaTeX document class
> (/usr/local/teTeX/share/texmf.tetex/tex/latex/base/size10.clo))
> (/usr/local/teTeX/share/texmf.local/tex/latex/pstcol.sty
>
> Package pstcol Warning: ************************************
> (pstcol)                The package `pstcol' is obsolet!
> (pstcol)                You should use `pstricks' directly:
> (pstcol)                    \usepackage{pstricks}
> (pstcol)                ************************************.
>
> (/usr/local/teTeX/share/texmf.local/tex/latex/pstricks.sty
> (/usr/local/teTeX/share/texmf.local/tex/generic/pstricks.tex
> `PSTricks' v1.14  <2005/12/22> (tvz)
> (/usr/local/teTeX/share/texmf.local/tex/generic/pstricks.con))
> (/usr/local/teTeX/share/texmf.tetex/tex/latex/graphics/color.sty
> (/usr/local/teTeX/share/texmf.tetex/tex/latex/graphics/color.cfg)
> (/usr/local/teTeX/share/texmf.tetex/tex/latex/graphics/pdftex.def))))
> (/usr/local/teTeX/share/texmf.tetex/tex/latex/graphics/epsfig.sty
> (/usr/local/teTeX/share/texmf.tetex/tex/latex/graphics/graphicx.sty
> (/usr/local/teTeX/share/texmf.tetex/tex/latex/graphics/keyval.sty)
> (/usr/local/teTeX/share/texmf.tetex/tex/latex/graphics/graphics.sty
> (/usr/local/teTeX/share/texmf.tetex/tex/latex/graphics/trig.sty)
> (/usr/local/teTeX/share/texmf.tetex/tex/latex/graphics/ 
> graphics.cfg))))
> (/usr/local/teTeX/share/texmf.tetex/tex/latex/tools/multicol.sty)
> (/Users/ktah/Library/texmf/tex/latex/html/url.sty)
> (/usr/local/teTeX/share/texmf.tetex/tex/latex/sectsty/sectsty.sty)
> (/usr/local/teTeX/share/texmf.gwtex/tex/latex/foiltex/fltfonts.def)
> (/usr/local/teTeX/share/texmf.gwtex/tex/latex/foiltex/foil30.clo)
> Landscape Poster
> ) (/Users/ktah/Library/texmf/tex/pstimes.sty

and using TeXShop's new improved brace matching functionality ;-), it  
turns out the call to pstimes.sty does not originate from the style  
file cuposter.cls, but from your input file poster.tex itself:

> (./cuposter.cls

matches with

> Landscape Poster
> ) (/Users/ktah/Library/texmf/tex/pstimes.sty

Hence, to solve your problem just erase the call to pstimes.sty in  
poster.tex, and possibly replace it by the lines in my previous message:

\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{mathptmx}
\usepackage[scale=.92]{helvet}
\usepackage{courier}

Hope this works,

Bruno Voisin------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the MacOSX-TeX mailing list