Update for 01-02-22 23:15
This commit is contained in:
parent
58b1efe3c2
commit
f5d2831a90
16
tech/latex.wiki
Normal file
16
tech/latex.wiki
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
= latex =
|
||||||
|
|
||||||
|
LaTeX is a powerful typesetting tool.
|
||||||
|
|
||||||
|
== Document classes ==
|
||||||
|
|
||||||
|
| Type | string |
|
||||||
|
| standard paper | article |
|
||||||
|
| APA | apa6 with params `a4paper, man, british` |
|
||||||
|
|
||||||
|
== Images ==
|
||||||
|
|
||||||
|
Add images by including `\usepackage{graphicx}`. Then add the
|
||||||
|
`\graphicspath( {./path/to/images} )` string. To include an image, call
|
||||||
|
`\includegraphics{file_name_without_extension}`
|
||||||
|
|
@ -20,6 +20,7 @@ The bell labs proposal for the best OS design ever
|
|||||||
|
|
||||||
* [[vifm]]
|
* [[vifm]]
|
||||||
* [[calcurse]]
|
* [[calcurse]]
|
||||||
|
* [[latex]]
|
||||||
|
|
||||||
== Gentoo ==
|
== Gentoo ==
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user