diff --git a/tech/latex.wiki b/tech/latex.wiki index 85215be..bc61d07 100644 --- a/tech/latex.wiki +++ b/tech/latex.wiki @@ -12,5 +12,6 @@ LaTeX is a powerful typesetting tool. Add images by including `\usepackage{graphicx}`. Then add the `\graphicspath( {./path/to/images} )` string. To include an image, call -`\includegraphics{file_name_without_extension}` +`\includegraphics{file_name_without_extension}`, and the image will be +included. diff --git a/tech/misc.wiki b/tech/misc.wiki index b735f0e..a1d5dc9 100644 --- a/tech/misc.wiki +++ b/tech/misc.wiki @@ -7,6 +7,7 @@ Misc. Stuff relating to computers and tech in general * [[imagemagick]] * [[ffmpeg]] * [[zathura]] +* [[latex]] == Stuff to do ==