diff --git a/LaTeX/resources.md b/LaTeX/resources.md new file mode 100644 index 00000000..68cf7acc --- /dev/null +++ b/LaTeX/resources.md @@ -0,0 +1,13 @@ +# LaTeX +## Installation + - #### Ubuntu + ```$ sudo apt-get install texlive-full``` + ```$ sudo apt-get install texmaker``` + - #### Windows + Download and Install [MikTeX](https://miktex.org/download) and [TeXstudio](http://www.texstudio.org/) + +## Tutorials + - [Creating a LaTeX Document](https://www.youtube.com/watch?v=SoDv0qhyysQ) + - [LaTeX Tutorials](https://www.latex-tutorial.com) + - [Getting Started with LATEX](http://www.rpi.edu/dept/arc/training/latex/class-slides-pc.pdf) +