Difference between revisions of "Talk:CheatSheet"

From PyMOLWiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
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.
 
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.
 
[[User:Inchoate|Tree]] 12:58, 12 March 2008 (CDT)
 
[[User:Inchoate|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' ? --[[User:Aplested|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 :
 +
<pre>
 +
latex pymolRef.tex
 +
dvi2ps -tletter -tlandscape pymolRef.dvi
 +
ps2pdf pymolRef.ps
 +
</pre>

Latest revision as of 04: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