Text Editor
Create your tex file using a text editor (vi, emacs,
gedit).
Then you use the latex command to tex the file.
latex file.tex
Use xdvi to view the file.
xdvi file.dvi
To print the dvi:
dvips -Pf4 file.dvi
To...
Read More
You need to make sure the texlive packages are at the top of the
path list.
Go to Edit->Preferences->Typesetting
Under Paths
for TeX and related programs, make sure that
/usr/ias/texlive/2015/bin/x86_64-linux is listed at the top.
If
this is...
Read More