Tex: Difference between revisions
imported>StefanSchroeder Added pdf viewer apps. |
imported>StefanSchroeder m added zathura as an option to view pdfs |
||
| Line 63: | Line 63: | ||
<code>pdflatex sample2e</code> | <code>pdflatex sample2e</code> | ||
You can then use any PDF viewer to display it, e.g. <code>evince</code> in GNOME, <code>okular</code> in KDE, <code>xpdf</code> lightweight X11-viewer. | You can then use any PDF viewer to display it, e.g. <code>evince</code> in GNOME, <code>okular</code> in KDE, <code>xpdf</code> or <code>zathura</code> lightweight X11-viewer. | ||
=== Using Texlive packages === | === Using Texlive packages === | ||
If you need many different packages or find that you are missing packages, consider to install the | If you need many different packages or find that you are missing packages, consider to install the | ||
package '''nixpkgs.texlive.combined.scheme-full''', but be aware that it is pretty huge ( | package '''nixpkgs.texlive.combined.scheme-full''', but be aware that it is pretty huge (about 5 GB). | ||
If you don't want to install the Full scheme, but still need a collection of specific | If you don't want to install the Full scheme, but still need a collection of specific packages, follow the instructions on the [[TexLive]] page. | ||
=== Using CTAN packages === | === Using CTAN packages === | ||