Headings in LaTeX (Headings in the ‘article’ Document Style)
Section headings of various sizes are produced using the commands \section, \subsection and \subsubsection commands.
Example:
% Section Headings with auto numbering
\section{Section Headings auto number}
This is the first section text.
\subsection{Sub Section Headings auto number}
This is the first sub section text.
\subsubsection{Sub Sub Section Headings auto number}
This is the first sub sub section text.
Output:
1 Section Headings ( auto number )
This is the first section text.
1.1 SubSection Headings
This is the first sub section text.
1.1.1 SubSubSection Headings with auto number
This is the first sub sub section text.
Full Source Code
\documentclass{article}
\begin{document}
% Section Headings with auto numbering
\section{Section Headings auto number}
This is the first section text.
\subsection{Sub Section Headings auto number}
This is the first sub section text.
\subsubsection{Sub Sub Section Headings auto number}
This is the first sub sub section text.
\end{document}
The Other Latex Topics To learn
- type bracket in LaTeX, click hyperlink: Latex Bracket >
- type Latex Math equation, Economic or Science equation :
Bibliography
https://nyu.edu/ ( university )https://www.tcd.ie/ ( university )
latex heading, latex head, latex header, latex section, latex subsection, latex subsub section, sub section
Tidak ada komentar:
Posting Komentar