Latex in trisquel
- Inicie sesión ou rexístrese para enviar comentarios
hello friends, i need to install latex in trisquel, but i don't know how do it,
is not latex free software?, excuse me if this is the case.
thanks
"¿Preguntas qué es la libertad? No ser esclavo de nada, de ninguna necesidad, de ningún accidente y conservar la fortuna al alcance de la mano."
Séneca
Install the "texlive" package, LaTeX isn't useful by itself (needs
e.g. a TeX engine, fonts, other macro packages).
If you don't mind to install more packages, I suggest you install a Latex centered editor, because the dependency checking will install the necessary packages in order to work with Latex.
For example:
$ sudo aptitude install texmaker
I recommend downloading TeXLive from http://tug.org/texlive. The version in the repos is already 5 years old.
https://launchpad.net/~texlive-backports/+archive/ppa may be easier for some...
Next version of Trisquel will have TeX Live 2013: http://packages.ubuntu.com/trusty/texlive
Yeah, they finally started including up-to-date TeXLive packages in quantal.
And thanks, I didn't know about that PPA. I'll use it in the future. :)
- Inicie sesión ou rexístrese para enviar comentarios