Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 341 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 341 Bytes

LaTeX

LaTeX examples and templates

Install

Check available packages

apt-cache search texlive

Packages

apt-get install texlive-base texlive-latex-recommended texlive texlive-latex-extra texlive-science texlive-lang-spanish

Create and view PDF

Create PDF

pdflatex file.tex

View PDF

evince file.pdf