18 lines
491 B
Plaintext
18 lines
491 B
Plaintext
= 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}`, and the image will be
|
|
included.
|
|
|