LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   LaTex in linux (https://www.linuxquestions.org/questions/linux-software-2/latex-in-linux-383008/)

Anden008 11-14-2005 08:03 AM

LaTex in linux
 
Hi.. I have written a lot of latex in widows with compiling help from the program Technic center. Now i'am running FC4 and dont know how to 'tex-to-pdf'. Any good suggestions?
thx

RedShirt 11-14-2005 08:13 AM

Open Office Writer(at leas the 2.0 Novell Edition) has a pdf button bult right in. So all you have to do is open the file, click the button, and wham, you are done. Text, Spreadsheet,Presentation, anything readable by OO is made into PDF.

That help?

odysseus.lost 11-14-2005 08:50 AM

1) pdftex from tex source code to pdf
2) latex to produce a dvi output and then use dvipdf

I prefer the second method. If you used TeXnicentre with Miktex then if I recall well the second mehtod was used to produce the pdf file. If you want a Texnicentre look-like tex editor then have a look to kile.

spooon 11-14-2005 05:52 PM

These are the commands for compiling LaTeX:
Code:

latex whatever.tex
compile to DVI
Code:

pslatex whatever.tex
compile to PostScript
Code:

pdflatex whatever.tex
compile to PDF

Korto 12-04-2005 03:53 AM

besides the comand line options there's some frontend programs that can help. i use kile and i like it http://kile.sourceforge.net


All times are GMT -5. The time now is 04:30 PM.