Category Archive
TYPOGRAPHY
·2 min read
Fix Overfull & Underfull \hbox Warnings in LaTeX
An 'Overfull \hbox' warning means a line is too wide to break cleanly, often a long word or URL. Fix it with hyphenation hints, microtype, or rewording.
latexwarnings
Open →·2 min read
How to Change Fonts in LaTeX (fontspec & packages)
To change fonts in LaTeX, load a font package like lmodern or newtxtext with pdfLaTeX, or use fontspec with XeLaTeX/LuaLaTeX to load any system OpenType font.
latexfonts
Open →