dotfiles

dotfiles.git
git clone git://git.lenczewski.org/dotfiles.git
Log | Files | Refs

document.tex (366B)


      1 \documentclass{article}
      2 
      3 %\setcounter{tocdepth}{1} % show sections
      4 %\setcounter{tocdepth}{2} % + subsections
      5 \setcounter{tocdepth}{3} % + subsubsections
      6 %\setcounter{tocdepth}{4} % + paragraphs
      7 %\setcounter{tocdepth}{5} % + subparagraphs
      8 
      9 \author{AUTHOR}
     10 \title{TITLE}
     11 
     12 \begin{document}
     13 
     14 \maketitle
     15 \newpage
     16 
     17 \tableofcontents
     18 \newpage
     19 
     20 Hello, World!
     21 
     22 \end{document}