This is a read-only mirror of pymolwiki.org
Difference between revisions of "Talk:CheatSheet"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
Here are the command to generate the PDF from tex : | Here are the command to generate the PDF from tex : | ||
+ | <pre> | ||
latex pymolRef.tex | latex pymolRef.tex | ||
− | dvi2ps -tletter -tlandscape pymolRef.dvi | + | dvi2ps -tletter -tlandscape pymolRef.dvi |
− | |||
ps2pdf pymolRef.ps | ps2pdf pymolRef.ps | ||
+ | </pre> |
Revision as of 08:10, 2 May 2011
This appears to be LaTeX. Can someone post a copy or link to the .tex source file so that we can update it when necessary?
I have the source. I'll have to ask for permission to post the source. I got permission to post the PDF, but hold the source and edit it as needed. Tree 12:58, 12 March 2008 (CDT)
I think that the syntax for "zoom" is wrong. Shouldn't it be 'zoom mol' rather than 'zoom, mol' ? --Aplested 12:47, 10 April 2008 (CDT)
Correct
Yeah, you're right. It should be "zoom obj". The source is up there, you're welcome to fix it and the PDF. :-)
Conversion command
Here are the command to generate the PDF from tex :
latex pymolRef.tex dvi2ps -tletter -tlandscape pymolRef.dvi ps2pdf pymolRef.ps