mirror of
https://github.com/sahinakkaya/til.git
synced 2025-04-19 17:22:07 +02:00
5 lines
110 B
Markdown
5 lines
110 B
Markdown
You can put a `*` to remove numbers from section headings in LaTeX. Example:
|
|
```
|
|
\section*{Section Title}
|
|
```
|