til/latex/removing-numbers-from-section-headings.md

5 lines
110 B
Markdown

You can put a `*` to remove numbers from section headings in LaTeX. Example:
```
\section*{Section Title}
```