LaTeX Section (§) - Complete Guide

The section symbol (§) marks sections or references in documents.

Symbol Preview

§

Section

LaTeX Code

No package required

Recommended
\S

Section sign

No package required

\section{}

LaTeX section command

What is the LaTeX Section?

The section sign is used to reference specific sections in legal documents, academic papers, or formal texts.

How to Use Section in LaTeX

Method 1: Using \S

No package required

Section sign

Example: Using \S

latex
\documentclass{article}

\begin{document}

% Using the Section
Text with \S

\end{document}

Method 2: Using \section{}

No package required

LaTeX section command

Example: Using \section{}

latex
\documentclass{article}

\begin{document}

% Using the Section
Text with \section{}

\end{document}

Common Use Cases

The Section symbol is commonly used in the following contexts:

Section Reference

Reference a numbered section.

Code

S 3.2

Output

§ 3.2

Complete Examples

Section Reference

Using section symbol in references

latex
\documentclass{article}
\begin{document}

See \S \ref{sec:main} for details.

\end{document}

Frequently Asked Questions about Section (§)

Which LaTeX code should I use for Section?

For the Section symbol (§), we recommend using the method marked as "Recommended" above. However, the best method depends on your specific needs:

  • \S: Section sign
  • \section{}: LaTeX section command

Where can I use the Section symbol?

The Section symbol (§) is typically used:

  • In mathematical equations (math mode)
  • In regular text (if supported)
  • In various LaTeX environments

Can I use the Section symbol in display mode?

Yes, the Section symbol (§) works in display mode (between $$ $$). This allows you to render the symbol on its own line with better visibility.

🔗 Related Symbols You May Need

View all symbols →

🎯 Need to Convert PDF to LaTeX?

Our free PDF to LaTeX converter preserves all mathematical symbols and formatting.

Fast & accurate

Preserves symbols

Free online

No registration

Try Converter Now →