{warnings} is about dealing with and (hopefully) getting rid of compiler warnings.
0
votes
0answers
7 views
algorithm2e with boxruled gives overfull hbox
I am using the algorithm2e package with the boxruled option to format my pseudo-code. However, I am getting an overfull hbox, which I suspect is due to margin/box conflicts.
Does anyone have a fix ...
2
votes
1answer
27 views
Underfull hbox in tabular
I'm trying to make a table with fixed column widths. Cells in the first column will generally not have enough text to require a line break within the cell. The second column's cells will quite often ...
0
votes
1answer
48 views
latexmk pointing to a line of code with an error that I don't see [closed]
When trying to compile my code, latexmk keeps hitting me with an undefined control sequences. I have checked above, below, and the line it says is causing the issue, but I don't see anything wrong.
...
3
votes
1answer
60 views
listing package and vbox warning
I have this many (see below) underfull warnings that are caused by using the listing package and creating \begin{lstlisting}\end{} to make code appear presentable. Is there a may to fix the warnings?
...
3
votes
1answer
78 views
How can I fix this overfull hbox?
\documentclass[10pt]{article}
\usepackage{chemfig}
\usepackage[margin=1.2in]{geometry}
\newcommand{\chem}{\setatomsep{2em}\chemfig}
\begin{document}
\begin{itemize}
\item[--] 1$^\circ$ Alcohol ...
3
votes
0answers
46 views
Floatingtable, always “Underfull \hbox (badness 10000)”
What LaTeX is trying to do with this:
\documentclass{article}
\usepackage{floatflt}
\begin{document}
\begin{floatingtable}[r]{
\begin{tabular}{cc}
0 & 1 \\
1 & 0
\end{tabular}}
...
3
votes
0answers
80 views
Overfull \hbox caused by em-dash
There is one problem that currently seems insolvable to me. I am typesetting a book in Russian language and I noticed that, in some cases, an overfull box appears which cannot be solved via manual ...
0
votes
1answer
49 views
How to solve hyperref anchor warnings? [duplicate]
I'm writing a report document, at some point I create a new section inside a chapter and I got this message from sharetex LaTeX compiler:
main.tex:122 [hyperref] The anchor of a bookmark and its ...
2
votes
1answer
91 views
What is a “Overfull \hbox (9.89561pt too wide)”?
I have this warnings around, some of them seems to be solved naturally but I never really understand what do they mean.
What this means?
Edit: I would like to keep the question in more general ...
2
votes
0answers
64 views
Some errors with a little document
I have some errors with my paper in LaTeX, and I don't understand how to fix the problems :
The first is :
pdfTeX warning (ext4): destination with the sa
me identifier (name{page.1}) has been ...
4
votes
1answer
50 views
Hyperref warning when using amsthm and enumerate
hyperref gives the warning that something has been referenced but it doesn't exist. When I use the enumerate (or an itemize) list, I get the warning. Here is the minimal working example (MWE):
...
6
votes
1answer
38 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 ...
40
votes
3answers
802 views
Why/When should I pay attention to warnings?
I often see warnings in the compilation-log of my tex-files.
I searched in the internet and did not find a good answer to this question.
And in my opinion there must be a reason why tex warns me about ...
10
votes
1answer
105 views
Why does the compiler keeps telling me (forever) to rerun because labels have changed?
I have a LaTeX paper (multifile setup, using \input{} statements) that , since a few days ago, keeps telling me at each compile (both with pdflatex or latex):
LaTeX Warning: Label(s) may have ...
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
2answers
81 views
Warning message: “The marginal notes overrun the paper”
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[a4paper]{geometry}
...
3
votes
2answers
122 views
LaTeX Error: Something's wrong--perhaps a missing \item [closed]
I am writing my thesis using a LaTeX template. When I tried to import my references, I got the following errors when I texifyed my thesis.tex:
This is BibTeX, Version 0.99d (MiKTeX 2.9 64-bit)
The ...
0
votes
0answers
70 views
“destination with the same identifier” warning with the amsbook + numberwithin [closed]
Here is a simplified version of what I have:
\documentclass[oneside]{amsbook}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{hyperref}
\usepackage{lipsum}
%theorems
...
6
votes
1answer
74 views
stmaryrd and boldsymbol: avoid warnings
Here are two examples:
1
\documentclass[a4paper,10pt]{article}
\usepackage{amsmath}
\begin{document}
$\boldsymbol x$
\end{document}
2
\documentclass[a4paper,10pt]{article}
...
2
votes
1answer
66 views
Glossaries list - no separating lines
I am trying to produce a list of acronyms and definitions in which each entry is at some distance from the previous one. Distance of two lines worked out of the box and I am happy with it, but it is ...
1
vote
0answers
60 views
list: overfull error
I'm getting error:
Overfull \hbox (11.66551pt too wide) in paragraph
Code:
\documentclass{article}
\usepackage{verbatim}
\usepackage{graphicx}
\usepackage{url} % typeset URL's reasonably
...
1
vote
1answer
56 views
Error while using leavevmode before newline
I am using \newline but I get some error message and I was suggested on this forum to use \leavevmode before \newline. It works fine for my code except at few place where I get this error message.
! ...
1
vote
1answer
58 views
Picture not formatting to text width
I'm trying to format a picture so that it fills the text width however it always errors and fills the whole page.
\includegraphics[width=\textwidth]{circle}
is the line I'm currently using also ...
2
votes
1answer
173 views
How to use \cite with biblatex in figures? (using style=footnote-dw) [duplicate]
After googling for a while, I decided to ask this question on here..
I am desperately trying to make a citation inside a figure (using BibLaTeX and the footnote-dw style [the sources are added as ...
7
votes
1answer
114 views
Package showexpl throws “Label … multiply defined” [closed]
With the following MWE you will get a warning
Label lst:HalloWelt multiply defined.
In the MWE I have added the calls for packages showlabels and refcheck to show the used labels and to check ...
4
votes
2answers
178 views
Removing an “Overfull \vbox” message caused by a nested table
I am trying to typeset a nested table, like this:
\documentclass{article}
\usepackage{bigstrut}
\usepackage{multirow}
\begin{document}
\begin{tabular}{|lll|}
\hline
A & \multirow{2}{*}{
...
3
votes
1answer
52 views
How reduce badbox sensitivity locally?
In my document I have a Underfull \vbox (badness 2662). I want to ingnore this specific badbox but none of the others. Therefore, I want to make LaTeX locally less sensitive to badboxes. I tried
...
4
votes
3answers
85 views
Multiple labels warning for exam class with parts
I am writing a document in the exam class. For question with multiple parts (a), (b),... you are supposed to use the parts environment. Using it works fine, until I add a solution to the question that ...
3
votes
0answers
111 views
Sudden “Overfull \hbox” warning messages
(Apologies if this is a duplicate; I didn't see my question among the many overfull \hbox questions already asked.)
My TeX file had been typsetting without any problems for a few days, when suddenly ...
2
votes
1answer
140 views
llncs and caption - underfull hbox
I'm using the llncs document class and try to get two figures side-by-side. I found a solution, but I get a hbox underflow if my captions have a bad length. Here is a minimal example:
...
3
votes
2answers
135 views
How to avoid bad boxes in the index?
I'm currently writing a larger document, which will also contain an index. Unfortunetely, the index produces a lot of bad boxes. Plase find a small example at the bottom.
My simple (but hopefully not ...
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,
...
4
votes
1answer
156 views
Overfull hbox warning when including graphics
I'm getting the error:
Overfull \hbox (14.34999pt too wide) in paragraph at lines 374--375
[][] |
when including graphics files. The files are in EPS format. Below is an example:
\begin{figure}
...
7
votes
2answers
219 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
183 views
All (La)TeX warnings and errors
For testing purposes, I am looking for a comprehensive list of all errors and warnings that TeX, and LaTeX can output. I don't mean errors and warnings produced by all packages, as this would give an ...
6
votes
2answers
81 views
hyperref with implicit=false gives a warning
I am getting the following warning when I use beamer
Package hyperref Warning: Option `pdftitle' has already been used
I can recreate the problem with the following MWE based on the article ...
8
votes
1answer
72 views
How to warn if a package hasn't been loaded
Is it possible to emit a warning if a package hasn't been loaded?
If possible, I would prefer that the solution not require \usepackage{ifthen} as it couldn't emit the warning that it was missing the ...
4
votes
1answer
133 views
XeLaTeX warning - objects still allocated in memory
I'm typesetting a document in XeLaTeX and keep getting this message:
** WARNING ** 1735 memory objects still allocated
You may want to report this to tex-k@tug.org
What does it mean? Am I to worry ...
5
votes
1answer
296 views
How to avoid overfull \hbox warning? [closed]
The following code compiles but throws this error/warning :
Overfull \hbox (7.65448pt too wide) in paragraph at lines 21--21
Visually there is nothing wrong though, and the box does not cross the ...
2
votes
3answers
147 views
How to fill an underfull box in footnote with url?
Could someone help to correct the warning I get related to an underfull box with the following code? I have tried \hfill, hspace*{\hfill} etc with no luck.
\documentclass[twocolumn,draft]{svjour3}
...
4
votes
1answer
216 views
How to fix BibTeX warning about missing author or key fields for webpage-type entries?
I need to reference some online databases in my LaTeX report. I have them included in my .bib file in this format:
@misc{StanfordScanRep,
title = {{The Stanford 3D Scanning Repository}},
howpublished ...
11
votes
1answer
153 views
Suppress xparse message “Redefining document command”
I am trying to suppress messages of the form:
*************************************************
* LaTeX warning: "xparse/redefine-command"
*
* Redefining document command \MyMacro with arg. spec. ...
8
votes
1answer
148 views
Babel warns of lack of hyphenation patterns for Hebrew
I use TeX Live including the Hebrew package. I've tried to produce a simple TeX file:
\documentclass{article}
\usepackage [english,hebrew]{babel}
\begin{document}
שלום
\end{document}
but I keep ...
2
votes
1answer
121 views
Help me fix “Underfull \hbox” warning
I meet the trouble with an "Underfull \hbox" warning with this code:
\documentclass[12pt,a4paper,final]{book}
%\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
...
13
votes
2answers
206 views
Persuading (la)tex “silently to go beyond the envelope of 'good taste' ” to avoid an overfull hbox
My understanding, based on reading this website, is that (la)tex performs at most three passes when trying to typeset a paragraph: one based on \pretolerance, one based on \tolerance, and one based on ...
2
votes
1answer
174 views
Warnings with beamer class and itemize
I'm getting the following annoying warnings:
LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <4> not available
(Font) size <5> substituted on input line 16.
...
LaTeX ...
4
votes
2answers
157 views
Warnings and errors highlighting when compiling in Bash environment
I'm processing a large document, using Latexmk in a Bash environment. It would be very helpful if error and warning messages were somehow highlighted or coloured, in order to facilitate spotting them. ...
6
votes
1answer
144 views
Why does this code give me a badbox?
Why does this code give me a badbox?
\documentclass[a4paper, 10pt, notitlepage]{article}
\begin{document}
\begin{minipage}[t]{1.0 \textwidth}
aaaaaaaaaaaaaaaaaaaaaaa
\end{minipage}
\end{document}
...
1
vote
1answer
412 views
Badbox overfull with figures and tables in TexMaker
I have a lot of badboxtype of error in my document. It doesn't seem to affect the layout but what does it means ? Should I resize my figures and tables ?
Overfull \hbox (6.77963pt too wide) in ...


