mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-10 02:59:37 +01: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}
|
|
```
|