Questions & questions
Living and Breathing Section
This section of the documentation is living and breathing. The most common questions will live here to serve for future reference.
Got a question that should be here? Get in touch and let's add it!
Questions
LaTeX Related
What is the quickest way of getting help with LaTeX?
You know the answer to this one: Google.com.
If you want my help though henrique.d.silva@inesctec.pt is the place.
What does the Overfull \hbox (x.ypt too wide) warning mean?
This is a very common warning that you'll find. The short answer is: that line of text is too wide (commonly in the range of a few millimeters) and does not fit correctly in that segment.
You can just ignore it (if you can live with the fact that you typeset document is lacking the perfection I'm sure you strive to achieve), or look here for some of the recommended solutions.
What is the diference between "\input" and "\include"?
Short answer: \include{filename} its faster but can't be nested, can't appear in the preamble, and inserts page breaks before and after.
For a more complete and thorough answer see this LaTeX Stack Exchange answer.
Workshop & Documentation Related
What did you use to generate this documentation?
MkDocs and the beautifully amazing Material for MkDocs theme.
Can I get a PDF version of this documentation?
CTRL + P or ⌘ + P work pretty well.
You'll have to do it for every page though.