import recipes: todo add to site
This commit is contained in:
parent
3e4932f921
commit
33de49464e
10 changed files with 160 additions and 0 deletions
14
todo-recipes/latex.md
Normal file
14
todo-recipes/latex.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# LaTeX
|
||||
|
||||
## Enable/disable page numbering
|
||||
|
||||
```latex
|
||||
% disable numbering on this page
|
||||
\thispagestyle{empty}
|
||||
|
||||
% turn it off entirely 🦃
|
||||
\pagenumbering{gobble}
|
||||
|
||||
% turn it back on
|
||||
\pagenumbering{arabic}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue