Search found 4 matches
- Wed Mar 03, 2010 7:57 pm
- Forum: LyX
- Topic: pdf conversion advice for multiple .tex files
- Replies: 6
- Views: 6576
Re: pdf conversion advice for multiple .tex files
All the links worked first time. Thanks again. Tom.
- Wed Mar 03, 2010 7:04 pm
- Forum: LyX
- Topic: pdf conversion advice for multiple .tex files
- Replies: 6
- Views: 6576
Re: pdf conversion advice for multiple .tex files
Fantastic mate!
From the field directory I referenced the MiKTeX bin and ran pdflatex refman.tex. This created a 181 pdf document - output written in refman.pdf.
Do I need to run the other steps?
Thanks, Tom.
From the field directory I referenced the MiKTeX bin and ran pdflatex refman.tex. This created a 181 pdf document - output written in refman.pdf.
Do I need to run the other steps?
Thanks, Tom.
- Wed Mar 03, 2010 6:26 pm
- Forum: LyX
- Topic: pdf conversion advice for multiple .tex files
- Replies: 6
- Views: 6576
pdf conversion advice for multiple .tex files
Don't sue LyX -- they didn't do anything wrong!
Hehe :D
The latex was generated from Doxygen
http://www.stack.nl/~dimitri/doxygen/output.html
Seriously, though, I doubt LyX is the right tool for this job. This could be done fairly easily with a batch file or shell script -- though the exact ...
Hehe :D
The latex was generated from Doxygen
http://www.stack.nl/~dimitri/doxygen/output.html
Seriously, though, I doubt LyX is the right tool for this job. This could be done fairly easily with a batch file or shell script -- though the exact ...
- Wed Mar 03, 2010 5:52 pm
- Forum: LyX
- Topic: pdf conversion advice for multiple .tex files
- Replies: 6
- Views: 6576
pdf conversion advice for multiple .tex files
I have source code do output using doxygen as 94 .tex files, a latex .sty file and a makefile. I want to convert these into a pdf. I was hoping I could sue Lyx, After installation it seems I can only import 1 .tex file ata time. I there an easy way I can convert all these .text files into a pdf ...