Skip to main content

Documentation Index

Fetch the complete documentation index at: https://resources.latex-cloud-studio.com/llms.txt

Use this file to discover all available pages before exploring further.

Use heading levels to build a clear document hierarchy.

Basic Hierarchy

hierarchy.tex
\part{Part I}
\chapter{Introduction}
\section{Background}
\subsection{Motivation}
\subsubsection{Scope}
\paragraph{Note}

Numbered vs Unnumbered Headings

numbered-unnumbered.tex
\section{Numbered Section}
\section*{Unnumbered Section}
\addcontentsline{toc}{section}{Unnumbered Section}

Best Practices

  • Keep heading depth consistent across chapters.
  • Avoid skipping levels (for example chapter directly to subsubsection).
  • Use unnumbered headings only for front/back matter sections.