Formatting in LaTeX
— Kaushal ModiNotes and references for formatting in LaTeX.
- LaTeX formatting examples - Getting to Grips with LaTeX
- Replace the default LaTeX font to a crisper font using the code snippet suggested in Tips on Writing a Thesis in LaTeX
\usepackage[T1]{fontenc}
\usepackage{charter}
\usepackage[expert]{mathdesign}
- Using Inconsolata font to format the code blocks using
minted
package - tex.stackexchange.com