Generating JPGs for documentation of new LAMMPS styles

Hello,

I’m preparing the .html files for a new addition to LAMMPS and would like to prepare equations for placement in doc/Eqs/. However, I can’t seem to find the right combination of commands to generate a .jpg from a .tex file similar to what is done in doc/Eqs.

Can someone provide me the tools/commands used to prepare a .jpg of just the equation?

Thank you in advance,

Dan

Hello,

I'm preparing the .html files for a new addition to LAMMPS and would like to
prepare equations for placement in doc/Eqs/. However, I can't seem to find
the right combination of commands to generate a .jpg from a .tex file
similar to what is done in doc/Eqs.

Can someone provide me the tools/commands used to prepare a .jpg of just the
equation?

this is what i use to build a custom LAMMPS manual

http://git.icms.temple.edu/git/?p=lammps-icms.git;a=blob_plain;f=mkdocs.sh;hb=HEAD

axel.

Don’t prepare doc/*.html files, just send us *.txt files.
We auto-generate the html.

For the eqs, just send us a doc/Eqs/*.tex file. We run
xdvi and clip out a JPG, so we generate the JPG ourselves
as well.

Steve