Skip to content

Commit

Permalink
Merge pull request #89 from Eulercoder/gh-pages
Browse files Browse the repository at this point in the history
Addition of LaTeX Resources
  • Loading branch information
vicky002 authored Oct 9, 2017
2 parents 84b357c + a0e538d commit 21464a1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions LaTeX/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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)

## Templates
- [Resumes](https://www.sharelatex.com/templates/cv-or-resume)
- [IEEE LaTeX Templates](https://www.ieee.org/documents/ieee-latex-conference-template.zip)
- [Letters](https://en.wikibooks.org/wiki/LaTeX/Letters)
- [Lab/Project](https://www.overleaf.com/gallery/tagged/report)

0 comments on commit 21464a1

Please sign in to comment.