Page 1 of 1
Documentation
Posted: 02 Dec 2011, 16:06
by JoelFrederico
Just wondering what you folks use to generate documentation in HTML, postscript, and PDF form?
Re: Documentation
Posted: 02 Dec 2011, 16:12
by soliday
If you download the elegant source code you will see a directory called oag/apps/src/elegant/doc. This is where we build our documentation using the included makefile. All our documentation is originally in latex format. We use latex2html to create the HTML, latex and dvips to create the PostScript, and ps2pdf13 to convert the PostScript to PDF.
Re: Documentation
Posted: 02 Dec 2011, 21:13
by JoelFrederico
Thanks for the prompt response! Very helpful.