{warnings} is about dealing with and (hopefully) getting rid of compiler warnings.
0
votes
0answers
155 views
TeX file crashes any TeX editor [closed]
My dissertation file can't be opened any longer. Any TeX editor crashes when I try to open it or run it.
TeXworks neither crashes nor gives me an output, but it says:
This is pdfTeX, Version ...
4
votes
1answer
888 views
What does “running in backwards compatibility mode” mean and what should I fix to get rid of it?
I was typesetting a Tex file, but I got this warning:
! Package pgfplots Warning: running in backwards compatibility mode (unsuitable tick labels; missing features). Consider writing ...
9
votes
2answers
123 views
Silent problems: bugs that do not result in an error or warning
If you do not use the inputenc package and have non-ascii characters in your source, this does not generate a error or warning. It does generate a
Missing character: There is no ▒ in font cmr7!
...
3
votes
1answer
106 views
Best way of breaking a line? [duplicate]
Possible Duplicate:
What are underfull hboxes and vboxes and how can I get rid of them?
I'm just trying to break a line at some point, e.g.
Word 1\\
Word 2
Which will give me an ...
18
votes
3answers
2k views
Multiple pdfs with page group included in a single page warning
I updated TexLive to the Ubuntu Quantal version (2012.20120611-4) and I suddenly got this warning:
PDF inclusion: multiple pdfs with page group included in a single page
This is a minimal example ...
2
votes
1answer
168 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 ...
1
vote
1answer
159 views
siunitx + fouriernc = Size substitutions with differences? [duplicate]
Possible Duplicate:
xfrac + siunitx gives me a font warning
This document (New Century Schoolbook font in \SI)
\documentclass{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage{fouriernc}
...
10
votes
2answers
439 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}
...
15
votes
1answer
456 views
Is it possible to make LaTeX mark overfull boxes in the output?
Is it possible to make LaTeX mark overfull boxes in the output, for example by drawing red rectangles in the PDF where the boxes overflow? The purpose -- to more easily "see" where the problems are in ...
20
votes
1answer
352 views
microtype + siunitx and \micro - mysterious warnings
This code
\documentclass{scrreprt}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{microtype}
\usepackage{siunitx}
\begin{document}
\SI{10}{\micro\metre}
\end{document}
produces these ...
4
votes
3answers
3k views
How to avoid empty 'thebibliography' environment (bibtex) if there are no references?
I have a general and central preamble for a lot of similar-style documents (several dozens) and most of the documents have a Bibliography at the beginning, so I call
\bibliographystyle{alphadin}
...
4
votes
1answer
153 views
nag complains about \centerline in environment “shaded” from package framed
Running this with Miktex, pdflatex, Windows, TeXnicCenter, everything fully up to date:
\documentclass{article}
\usepackage[l2tabu]{nag}
\usepackage{xcolor}
\usepackage{framed}
...
2
votes
1answer
522 views
Overfull/Underfull \hbox warnings when compiling the document
I have bunch of pgfplots (plots and bar charts in my document) and when I compile I get errors like:
Overfull \hbox (1.17287pt too wide) in paragraph at lines 2121--2122
[][]
[35]
Sometimes it ...
5
votes
1answer
843 views
pdfTeX warning: has been referenced but does not exist, replaced by a fixed one, with German Umlaut
I'm new to LaTeX, and have been given a LaTeX draft for writing a thesis. Everything works fine except for this warning:
see the transcript file for additional information)pdfTeX warning (dest): ...
2
votes
1answer
297 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 ...
3
votes
1answer
464 views
How do you suppress specific warnings generated by pdflatex?
A lot of the times I get warnings like "hbox overfull" when a specific part of my document is meant to be extra wide on purpose --> so I am purposefully violating the default width threshold. Or to ...
2
votes
1answer
178 views
How can I find a footnote by its number (Hfootnote.xx)?
I want to find out, which footnote is causing a warning message in my pdfoutput.
I am using Miktex 2.9, my document is from the type "scrreprt" and I make usage of the package parnotes.
I get the ...
5
votes
1answer
132 views
badness messages when changing from report to book class
When I change the documentclass from report to book I suddenly get a lot of messages like this:
Underfull \vbox (badness 10000) has occurred while \output is active []
Does anyone have an ...
4
votes
1answer
736 views
overfull vbox warning disable [duplicate]
Possible Duplicate:
How to suppress overfull hbox warnings up to some maximum?
I get many warnings like
Overfull \vbox (13.88728pt too high) detected at line 250
How can I remove/disable ...
3
votes
0answers
731 views
Underfull \hbox and Underfull \vbox [closed]
I get the following couple of warnings when compiling my tex code. The \hbox warning is due to one of the articles I cite from my bibliography. What is the way to fix it?
Underfull \hbox (badness ...
13
votes
2answers
4k views
Question mark instead of citation number
I've browsed the forums and found a number of posts that have addressed this issue, but none of the solutions seem to work for me. I have the following script that I just copied from the bibtex home ...
16
votes
3answers
5k views
how to suppress “Underfull \vbox (badness 10000) … while \output is active”?
when using an inflexible document class, one is often faced
with the warning
Underfull \vbox (badness 10000) has occurred while \output is active []
on pages that contain no display math.
in ...
4
votes
1answer
215 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 ...
3
votes
1answer
3k views
Tabular: Underfull \hbox (badness 10000) in paragraph at lines
I read all the questions regarding the error message Underfull \hbox (badness 10000) in paragraph at lines but I am still not sure if my code is correct. The problem is with the tabular of a table.
...
0
votes
0answers
179 views
Underfull \vbox twoside [closed]
I recently encountered a number of "Underfull \vbox" warnings after switching a document to twoside. Strangely, all of them are reported as being at line 1.
After comparing the twoside output with ...
0
votes
0answers
205 views
annoying warnings in beamer [closed]
I am using beamer to prepare a presentation and keep getting the following warning for each slide:
Overfull \hbox (2.65947pt too wide) in paragraph at lines 99--99
[][][][]
[]
This is terribly ...
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
244 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 ...
14
votes
1answer
110 views
Floats shortly after they have been \ref-erenced; Warn otherwise
In my thesis I have a many floating figures which I then reference using \ref. I use flafter to ensure that they do not appear before they are defined in the source code (See Force floats to be ...
7
votes
1answer
208 views
BibTeX warning on extra title field
I am using TeXnicCenter and MiKTeX for compiling. I have the following BibTeX entry:
@INPROCEEDINGS{cwang10,
author={Cong Wang and Cuirong Wang and Ying Yuan},
booktitle={Cyber-Enabled Distributed ...
3
votes
1answer
226 views
What does this warning “** WARNING ** TrueType post table name index 32768 > 32767” mean?
I'm new to TeX and trying to compile this code:
\documentclass{article}
\usepackage{xeCJK}
\setCJKmainfont{WenQuanYi Zen Hei Mono}
\begin{document}
你好,\TeX!
\end{document}
I get the pdf fine, 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 ...
7
votes
2answers
291 views
Is there a way to avoid repetitive compiler warning messages?
I use TeXnicCenter, and use the very convenient 'Compilation Results' window (see screenshot below). I have a number of identical warning* messages (not strictly identical of course, as they point to ...
4
votes
1answer
187 views
PDFLatex Halt on Warning/Typesetting Error
I'm using vim to write my latex and have a makefile that simply runs PDFLatex on the main TeX file. The output from this is often incredibly dense and difficult to parse with the human eye. What's ...
1
vote
2answers
113 views
Setting acronyms to appear as a footnotes in margin cause Marginpar moved warning
I am using glossaries package with the acronym and footnote option. I also set footnotes to appear in the margin. With multiple acronyms in a line, multiple footnotes are placed in the margin. To ...
1
vote
2answers
772 views
\hyperref to a \label doesn't work (“empty destination key”)
In one of my documents, I used the combination of \label with \hyperref. Now, I fail for some reason.
I included the package:
\usepackage[colorlinks=true,urlcolor=blue,linkcolor=blue]{hyperref}
...
10
votes
2answers
365 views
Temporarily increase the limit on space size?
I often see those warnings about "overfull \hbox" when I'm preparing my document. Because the document is still in the early stage, I see no point in correcting them on-the-spot - since the document ...
6
votes
1answer
783 views
Difference between bookmark levels greater than one - what does this mean?
When compiling my LaTeX file, I received this warning message.
Though I got the PDF file, I still want to know why this warning comes and how to fix it.
It occurs in this line.
\paragraph{Plane ...
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 ...
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 ...
9
votes
1answer
4k views
How do you effectively debug overfull \hbox warnings?
I still haven't found out how to effectively solve Overfull \hbox (0.80913pt too wide) has occurred while \output is active warnings.
For instance, this piece of latex generates such a warning and I ...
6
votes
2answers
587 views
Obsolete comand \Bbb
A warning keeps popping up in my LaTeX editor, and it's really annoying. It says that the command \Bbb is obsolete and I should use \mathbb instead. I personally like the command \Bbb by the obvious ...
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) ...
0
votes
1answer
423 views
Overfull \hbox error on a blank line in LaTeX?
I'm getting really confused by this. In my code, line 39 is completely blank, there's no errors anywhere else and everything fits in the margins yet I'm still getting an Overfull \hbox (34.204pt too ...
31
votes
2answers
5k views
Do I have to care about bad boxes?
When I compile my PDF from LaTeX source, do I have to care about all the messages (currently 28) about 'bad boxes'?
The PDF seems fine to me.
4
votes
1answer
423 views
minitoc package: overfull \hbox
Does anyone of you know how to format a ToC created with the minitoc package in LaTeX? My problem is that I always get the following warning:
./hauptdokument.mtc.1:21:Overfull \hbox (2.83262 pt too ...
3
votes
1answer
324 views
Overfull \hbox warning for TOC entries when using memoir documentclass
I get Overfull warning for TOC entries when using memoir documentclass. They seem to occur when the page number for chapter title entries (highlighted in bold text) exceeds 2-digits or section page ...
2
votes
1answer
391 views
Warning when loading a LaTeX package
I'm new to LaTeX, and I can't work out why I'm getting a warning when adding a package I downloaded (from the MATLAB website called mcode.sty).
Here is my code, \usepackage{myFolder/mcode}. I put ...
5
votes
1answer
6k views
underfull \vbox
What do the following messages mean?
LaTeX Font Info: Try loading font information for U+msa on input line 205.
("C:\Program Files (x86)\MiKTeX 2.8\tex\latex\amsfonts\umsa.fd"
File: umsa.fd ...
13
votes
1answer
1k views
XeTeX warning: Redefining document command \oldstylenums with arg. spec. 'm'
I updated my MiKTeX to the newest version a few days ago, and after this when I compile documents with the fontspec package included, there's a warning. For example:
\documentclass{article}
...

