Senin, 01 Juli 2024

Headings In Latex Article 1

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 

Bibliography

https://nyu.edu/ ( university )
https://www.tcd.ie/ ( university )

Related Post


Tidak ada komentar:

Posting Komentar