Tex: Difference between revisions

imported>StefanSchroeder
m added zathura as an option to view pdfs
imported>Tomberek
mNo edit summary
Line 26: Line 26:
A good starting point is to install the TeX-Live basic setup:
A good starting point is to install the TeX-Live basic setup:


<code>nix-env -iA nixos.texlive.combined.scheme-basic</code>
<code>nix-env -iA nixpkgs.texlive.combined.scheme-basic</code>


After installation, the command <code>pdflatex</code> should be available. Save the minimal example above in a file called minimal.tex and compile it with <code>pdflatex minimal.tex</code>
After installation, the command <code>pdflatex</code> should be available. Save the minimal example above in a file called minimal.tex and compile it with <code>pdflatex minimal.tex</code>