6
votes
1answer
39 views

Why does scrheadings + tgschola triggers a font shape warning?

This code: \documentclass{scrartcl} \usepackage{tgschola} \usepackage[T1]{fontenc} \usepackage{scrpage2} \pagestyle{scrheadings} \begin{document} a \end{document} gives this warning LaTeX Font ...
17
votes
2answers
168 views

How to decypher font shape warnings?

Often one gets warnings of the form (example) LaTeX Font Warning: Font shape `T1/qcs/m/sl' in size <10.95> not available (Font) Font shape `T1/qcs/m/it' tried instead on input line ...
4
votes
2answers
131 views

Scrbook: Using fallback calculation to setup font sizes

When using the class scrbook and customizing the font size prior the usage of \printbibliography I got these warning (and in big documents I got them several times): Class scrbook Warning: Using ...
3
votes
1answer
59 views

Loading Aurical fonts without generating a font warning

I've got a document where I load in the aurical package. However, whenever I use the fonts this defines, I get a Font Warning telling me that the font shape has been scaled. For example, ...
7
votes
2answers
221 views

Linux Libertine ligatures / T1

The libertine package documentation says It is recommended that the font encoding be set to T1 or LY1 but the default OT1 encoding is also supported. \documentclass{article} % ...
10
votes
2answers
443 views

Microtype warning with lmodern package and KOMA-script

With a simple document \documentclass{scrreprt} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{microtype} \usepackage{lmodern} \begin{document} \chapter{Test test test} ...
2
votes
1answer
299 views

Cyrillic monospaced font

I need to use Cyrillic (russian) monospaced font. I chose courier and added \usepackage[T1]{fontenc} and {\fontfamily{pcr}\selectfont blabla } and that "blabla" is displayed like usual text ...
4
votes
1answer
219 views

Font shape undefined despite using either or both of fix-cm and lmodern

My document begins: \RequirePackage{fix-cm} \RequirePackage[l2tabu, orthodox]{nag} \documentclass[oneside]{memoir} % TODO 12pt Nevertheless, I get errors: LaTeX Font Info: Font shape ...
18
votes
2answers
4k views

How to remove the warnings “Font shape `OT1/cmss/m/n' in size <4> not available” and “Size substitutions with differences” in beamer?

LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <4> not available LaTeX Font Warning: Size substitutions with differences I am using the files from ...
7
votes
1answer
245 views

Memoir mysterious overfull hbox in TOC when mathptmx is used

I'm trying to troubleshoot an overfull hbox warning that arises with some long chapter titles in memoir. I've narrowed it down to the following minimal example. The problem arises with mathptmx but ...
0
votes
1answer
144 views

Strange Warning When Compiling any Document [closed]

I am getting the following warning even when compiling the most minimal of documents. Please help me understand this warning and how I might prevent it: pdfTeX warning: pdflatex (file ...
2
votes
2answers
1k views

Linux Libertine O and Linux Biolinum O not found

I have TeX Live 2011. I set \usepackage{fontspec} \setmainfont{Linux Libertine O} \setsansfont{Linux Biolinum O} but I get a warning that these fonts are not found! If I try ...
7
votes
1answer
1k views

\textbullet and CM sans serif: font shape undefined

The following example \documentclass{article} \begin{document} \sffamily \textbullet \end{document} gives me the warning: LaTeX Font Warning: Font shape `OMS/cmss/m/n' undefined (Font) ...
2
votes
1answer
437 views

TeX Gyre Pagella and itemize enviroment gives font warnings

\documentclass{article} \usepackage{tgpagella} \begin{document} \begin{itemize} \item test1 \item test2 \item test3 \end{itemize} \end{document} Compiling the above minimal LaTeX file ...
2
votes
1answer
216 views

Filtering font substitution warnings caused by the combination of lmodern and tipa

This question is a follow-up to Combining lmodern and tipa: I tried to filter the harmless warnings that occur when using tipa with the Latin Modern font. Doing so crashes both pdflatex and regular ...
7
votes
1answer
468 views

TG Schola – missing symbol textbullet

I am using the tgschola package which provides the TeX Gyre Schola font. When I run a .tex file containing an itemize environment through pdflatex, I get the following warning: [Font] Font shape ...
3
votes
1answer
743 views

Using 'xfrac' with 'mathrsfs'

I'm attempting to move from the nicefrac package to xfrac. The following source compiles, but with a warning: \RequirePackage{fix-cm} \documentclass{article} \usepackage{xfrac} \usepackage{mathrsfs} ...
11
votes
1answer
2k views

What do these font-shape warnings mean?

When I am compiling my document with pdflatex I get the following errors: LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <5.5> not available (Font) size <5> substituted ...