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

Which method should I use?

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 do I use this symbol?

This symbol can be used:

  • In mathematical equations (math mode)
  • In regular text (if using text mode)
  • In various document environments

Can I use this in display mode?

Yes, symbols that work in math mode (between $ $) also work in display mode (between $$ $$). This allows you to display the symbol on its own line with larger formatting.

🔗 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 →