http://www.tex.ac.uk/cgi-bin/texfaq2html?label=upquot
--
Ulrike Fischer
e-mail: zusätzlich meinen Vornamen vor dem @ einfügen.
e-mail: add my first name between the news and the @.
> Mike Wile <mi...@necomp.net> schrieb:
>
>> I am using Verbatim to set computer code. One problem I have is with
>> the quotes. They should all be straight, not curly. The double ones
>> come out ok, but I cannot get the single ones as straight quotes. They
>> are either open or close quotes. Is there a way around this? There are
>> hundreds of these in the text. Thanks in advance.
>
> http://www.tex.ac.uk/cgi-bin/texfaq2html?label=upquot
I am working in a Mac environment (Textures). When I use the upquote package
I get this error.
Font TS1/cmr/m/n/10.95=tcrm1095 at 10.95pt not loadable: Metric (TFM) file
not found.
Is there another way around this?
>> http://www.tex.ac.uk/cgi-bin/texfaq2html?label=upquot
> I am working in a Mac environment (Textures). When I use the upquote
> package I get this error.
>
> Font TS1/cmr/m/n/10.95=tcrm1095 at 10.95pt not loadable: Metric (TFM)
> file not found.
>
> Is there another way around this?
Install the missing fonts. They are part of the ec-fonts. And I wonder
a bit, that are not installed as default. Do you get an error if you do
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\begin{document}
test
\end{document}
?
You can also use the lmodern fonts.
> \documentclass[11pt]{article}
> \usepackage[T1]{fontenc}
> \begin{document}
> test
> \end{document}
Hello,
This is the error I get with the above. I have the cmr font loaded.
Textures 2.1.5 (preloaded format=LaTeX R8P2 98.4.5) 4 AUG 2006 05:45
(untitled
LaTeX2e <1997/12/01> patch level 2
(article.cls
Document Class: article 1997/10/10 v1.3x Standard LaTeX document class
(size11.clo
File: size11.clo 1997/10/10 v1.3x Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
) (fontenc.sty
Package: fontenc 1998/03/05 v1.9n Standard LaTeX package
(t1enc.def
File: t1enc.def 1998/03/05 v1.9n Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 81.
)
! Font T1/cmr/m/n/10.95=ecrm1095 at 10.95pt not loadable: Metric (TFM) file
not found.
<to be read again>
relax
l.98 ...codingdefault\selectfont
>> \documentclass[11pt]{article}
>> \usepackage[T1]{fontenc}
>> \begin{document}
>> test
>> \end{document}
> Hello,
>
> This is the error I get with the above. I have the cmr font loaded.
No, with T1-encoding the ec-fonts are used. You quite obviously don't
have them. I don't know how you can install packages with textures. But
you should try to get the ec or the lmodern fonts.