From f5d2831a9027b6385900865ef3986c9ca42d3924 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Tue, 1 Feb 2022 23:15:01 -0500 Subject: [PATCH] Update for 01-02-22 23:15 --- tech/latex.wiki | 16 ++++++++++++++++ tech/unix.wiki | 1 + 2 files changed, 17 insertions(+) create mode 100644 tech/latex.wiki diff --git a/tech/latex.wiki b/tech/latex.wiki new file mode 100644 index 0000000..85215be --- /dev/null +++ b/tech/latex.wiki @@ -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}` + diff --git a/tech/unix.wiki b/tech/unix.wiki index e2b83f7..e7ab764 100644 --- a/tech/unix.wiki +++ b/tech/unix.wiki @@ -20,6 +20,7 @@ The bell labs proposal for the best OS design ever * [[vifm]] * [[calcurse]] +* [[latex]] == Gentoo ==