LaTeX: More new formatting tips

General help: here
This page is also great.

  • Line spacing, line height:
    • \linespread{1.0}
    • \linespread{1.5}
    • etc.
  • Custom formatting commands:
    • \newcommand*{\CommandName}{\textsf{Hello this is the New Command}}
    • \newcommand*{\CommandName}[1]{\textsf{#1}}
    • etc..
  • Adding bibliography to your Table of Contents:
    • \addcontentsline{toc}{chapter}{Bibliography}
    • put this line _after_ the line:
      • \bibliography{bibfilename}

No comments:

Post a Comment