[OS X TeX] (no subject)

Herbert Schulz herbs at wideopenwest.com
Fri Jun 25 15:13:00 EDT 2010


On Jun 25, 2010, at 12:21 PM, Peter Dyballa wrote:

> 
> Am 25.06.2010 um 15:07 schrieb Herbert Schulz:
> 
>> On my system this compiles fine with pdflatex
> 
> 
> Herb,
> 
> does it show more than the molecule? Which TeX Live? What is the list of files loaded? There must be the one which defines the missing \writestatus...
> 

Howdy,

I misspoke, it uses pstricks so it has to use latex->dvips->ps2pdf rather than pdflatex. Here's the author's original code (with my added header info for TeXShop):

%%!TEX TS-program = latex
%%!TEX encoding = UTF-8 Unicode
\listfiles
\documentclass[12pt,a4paper]{scrartcl}

\usepackage{pst-plot,auto-pst-pdf}
\usepackage{etex}
\usepackage{m-ch-de}

\begin{document}

\definechemical[adenin]{
  \chemical[SIX,B6,B1,+SB2,-SB3,EB3,+SB4,-SB5,EB5,Z35][N,N]
  \chemical[SIX,R6,RZ6][\SL{NH_2}]
  \chemical[SIX,MOV1,-SB1,EB1,+SB2,-SB3,EB4,-SS6,Z13,SR3,RZ3][N,N,H]
}

\setupchemical[axis=on,frame=on]
\startchemical
  \chemical[adenin]
\stopchemical

\end{document}

and the file list is

 *File List*
scrartcl.cls    2010/06/17 v3.06 KOMA-Script document class (article)
scrkbase.sty    2010/06/17 v3.06 KOMA-Script package (KOMA-Script-dependent bas
ics and keyval usage)
 scrbase.sty    2010/06/17 v3.06 KOMA-Script package (KOMA-Script-independent b
asics and keyval usage)
  keyval.sty    1999/03/16 v1.13 key=value parser (DPC)
scrlfile.sty    2009/03/25 v3.03 KOMA-Script package (loading files)
tocbasic.sty    2010/06/09 v3.06 KOMA-Script package (handling toc-files)
scrsize12pt.clo    2010/06/17 v3.06 KOMA-Script font size class option (12pt)
typearea.sty    2010/06/17 v3.06 KOMA-Script package (type area)
pst-plot.sty    2010/01/22 package wrapper for pst-plot.tex
pstricks.sty    2010/06/17 v0.45 LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex    2010/06/06 v2.08 `PSTricks' (tvz,hv)
pst-xkey.tex    2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)
 xkeyval.sty    2008/08/13 v2.6a package option processing (HA)
 xkeyval.tex    2008/08/13 v2.6a key=value parser (HA)
  pst-fp.tex    2010/06/06 v2.08 `PST-fp' (hv)
  xcolor.sty    2007/01/21 v2.11 LaTeX color extensions (UK)
   color.cfg    2007/01/18 v1.5 color configuration of teTeX/TeXLive
   dvips.def    1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
pst-plot.tex    2010/06/22 1.17 `pst-plot' (tvz,hv)
auto-pst-pdf.sty    2009/04/26 v0.6 Wrapper for pst-pdf
   ifpdf.sty    2010/01/28 v2.1 Provides the ifpdf switch (HO)
ifplatform.sty    2009/09/10 v0.3a Testing for the operating system
pdftexcmds.sty    2010/04/01 v0.9 Utility functions of pdfTeX for LuaTeX (HO)
infwarerr.sty    2010/04/08 v1.3 Providing info/warning/message (HO)
ifluatex.sty    2010/03/01 v1.3 Provides the ifluatex switch (HO)
 ltxcmds.sty    2010/04/26 v1.7 LaTeX kernel commands for general use (HO)
catchfile.sty    2010/04/28 v1.5 Catches the contents of a file (HO)
etexcmds.sty    2010/01/28 v1.3 Prefix for e-TeX command names (HO)
    test.w18
 pst-pdf.sty    2008/10/09 v1.1v PS graphics for pdfLaTeX (RN,HjG)
graphicx.sty    1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
graphics.sty    2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
    trig.sty    1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg    2010/04/23 v1.9 graphics configuration of TeX Live
    etex.sty    1998/03/26 v2.0 eTeX basic definition package (PEB)
 m-ch-de.sty    2004/07/30 package wrapper for m-ch-de.tex
m-pictex.sty    2004/07/30 package wrapper for m-pictex.tex
m-pictex.tex
 m-ch-de.tex
 ***********

I know that m-ch-de is in both TL2009 and TL2010(pretest).

Good Luck,

Herb Schulz
(herbs at wideopenwest dot com)






More information about the MacOSX-TeX mailing list