SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

$\LaTeX$ II
Quando eu dou de comer aos pobres
Me chamam de santo
Quando eu pergunto por que eles são pobres
Me chamam de comunista
Dom Helder Câmera
< Commands | Sections & Chapters | Headers & Footers >

Sections & Chapters

  1. Article, report, beamer:
    \section[short title]{title}
    \subsection[short title]{title}
    \subsubsection[short title]{title}
  2. Book:
    \chapter[short title]{title}
  3. Sections.tex:
    LaTeX Listing: Sections.tex. PDF   ZIP*  
    \documentclass{article}
    \begin{document}
       \tableofcontents
       \section[Short 1]{Long 1}
          \subsection[Sub1]{Subsection 1}
              \subsubsection[Subsub1]{Subsubsection 1}
       \section[Short 2]{Long 2}
          \subsection[Sub2]{Subsection 2}
             \subsubsection[Subsub2]{Subsubsection 2}
       \section[Short 3]{Long 3}
          \subsection[Sub3]{Subsection 3}
          \subsubsection[Subsub3]{Subsubsection 3}
    
    \end{document}
    
  4. Run $\LaTeX$ thrice!!!
< Commands | Sections & Chapters | Headers & Footers >
Messages:
0 secs.