Tagged Questions
6
votes
1answer
42 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 ...
4
votes
2answers
168 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 ...
2
votes
1answer
179 views
Change fontsize inside float in KOMA class
I need to change the fontsize to 11pt inside a table environment. The default setting of the document is 12pt using scrartcl, but I need to change this to exact 11pt in the float (the reason is that ...
12
votes
1answer
1k views
KOMA warning about ToC
Lately I've noticed the following warning from KOMA when I compile my documents:
Class scrreprt Warning: \float@addtolists detected!
(scrreprt) You should use the features of package ...
0
votes
1answer
263 views
Unused global option (cleardoublepage=plain)
I know that some of the Unused global option(s) LaTeX warnings can be resolved including some packages (as in here). Specifically, How can I get rid of the following warning?
LaTeX Warning: Unused ...
2
votes
1answer
515 views
Overfull vbox with scrbook and setspacing
The following MWE gives me a lot of badbox warnings Overfull \vbox (1.39674pt too high) has occurred while \output is active [] with always the same value of 1.39674pt.
It seems to be related to the ...
7
votes
1answer
1k views
Underfull vbox and typearea warnings with Koma-Script and a5paper
I have this in the preamble:
\documentclass[a5paper]{scrbook}
\usepackage[utf8x]{inputenc}
\usepackage[spanish]{babel}
\usepackage{graphicx}
\usepackage[T1]{fontenc}
...

