Has anybody got an idea how to "translate" LaTeX-sources into images like http://www.sciencesoft.at/latex/index?lang=en do? (by using PureBasic without connection to the Internet)
Thanks in advance
LaTeX in PureBasic (DLL or something like that)
- Arctic Fox
- Enthusiast

- Posts: 609
- Joined: Sun Dec 21, 2008 5:02 pm
- Location: Aarhus, Denmark
Install a LaTeX dist. and call the commandline tools, i suppose thats what the IDE's (TeXnicCenter etc) does 
I also suppose this is what the website does (serverside)

http://miktex.org/
I also suppose this is what the website does (serverside)
Personally i use the MiKTeX distribution, which should contain all the tools and packages you need (just install the complete package). Recommendablecompile LaTeX source 359 93
execute OCHEM-Perl/M4-Scripts
LaTeX 2. pass
dvips (convert .DVI to .EPS) 359 31
GhostScript (convert .EPS to .PNG) 140 78
PDF2SWF (convert .PDF to .SWF
estimated total time: 1060 ms
http://miktex.org/
- Arctic Fox
- Enthusiast

- Posts: 609
- Joined: Sun Dec 21, 2008 5:02 pm
- Location: Aarhus, Denmark
