Re: [arch-general] Lyx and texlive don't allow viewing the document as pdf, ps, or dvi
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Oh, I figured out what the problem was. /opt/texlive/bin was not included in the PATH, so I added it in /etc/profile, logged back in, the my files are showing perfectly. Thank you, Ravi -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkh8/xQACgkQFPWImGkPaMLkIQCcDkk/ePHegXZJ4ClongXorQ0g ZXQAn34r5549wDBvSKSx757C4SNsKYIB =3OIt -----END PGP SIGNATURE-----
On Dienstag, 15. Juli 2008 21:48 Ravi Desai wrote:
Oh, I figured out what the problem was. /opt/texlive/bin was not included in the PATH, so I added it in /etc/profile, logged back in, the my files are showing perfectly.
/etc/profile is not a good place to put custom things because i could be overwritten during an update. It is better to create a own file under /etc/profile.d. But you should have a /etc/profile.d/texlive.sh with this lines: export PATH=$PATH:/opt/texlive/bin export MANPATH=$MANPATH:/opt/texlive/man Normaly you have only to logout/-in after installing texlive (or do a "source /etc/profile.d/texlive.sh"), but nice to see that it is no problem to work with lyx and texlive. See you, Attila
participants (2)
-
Attila
-
Ravi Desai