Text Formatting ⇒ adobe font families
adobe font families
I am using the package quotchap, and would like to add more font options. I believe that this is possible by using the font family identifier, such as...
\DeclareOption{times}{\@newfontcmd{\@defaultcnfont}{ptm}}
...would add the adobe times font family 'ptm' to the list of quotchap options called using the word 'times'...
\RequirePackage[times]{quotchap}
Fonts such as the defalt sans serif (computer modern sans serif) with font family name 'cmss' which I believe are not postscript fonts do not seem to work, as they pixellate horribly when made large.
I would like to know which font families are able to be displayed very large without problems - or more simply, is there a new implimentation (adobe?) of cmss which would work in this case? Helvetica is close (font family phv) but the difference between this and the standard latex sans serif is obvious when expanded using quotchap.
Sorry for the long post
Regards
Jimbo
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
adobe font families
1) Use the fontenc package to specify that you want Type-1 fonts.
Code: Select all
\usepackage[T1]{fontenc}
3) Try the lmodern package, which provides the Latin Modern family. (Almost complete clones of the Computer Modern family but more to update...) Use it with Type-1 encoding:
Code: Select all
\usepackage[T1]{fontenc}
\usepackage{lmodern}
Re: adobe font families
I made the changes you suggested, and from the lmodern package found the lmodern sans serif family 'lmss' which is implemented in quotchap using...
\DeclareOption{sansserif}{\@newfontcmd{\@defaultcnfont}{lmss}}
...which works.
I am using Texlive 9.0 as is on the department server. I cannot update to a more modern version (I think this is 2003) but it seems that using 'lmss' works even without...
\usepackage[T1]{fontenc}
\usepackage{lmodern}
...in the preamble. Long post short, this is resolved - thank you. For others with this issue, it seems quotchap (and presumably any other instance where very large text is required) requires the modern font families and that 'computer modern' is not one of them
Regards
Jimbo
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
adobe font families
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10