ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Willi Egger <w.egger@boede.nl>
Subject: Re: ppchtex
Date: Tue, 15 Mar 2005 22:51:01 +0100	[thread overview]
Message-ID: <423758C5.3000900@boede.nl> (raw)
In-Reply-To: <4237374B.7010107@tiscali.de>

[-- Attachment #1: Type: text/plain, Size: 2149 bytes --]

Hi Johannes,

I looked at your coding.
The use module line has two typo's It should be \usemodule[pictex,chemic]
The statements are not complete i.e. you forgot  the \stopcombination. 
Further when starting a combination one needs to give the number of rows 
and columns e.g. [2*3]. with only [6] all of the structures are placed 
inline, but only 4 of them fit in one row  so ...
In order to produce output you need to enclose the code between 
\starttext ... \stoptext.

Please see the attached file

Kind regards

Willi

Johannes Werner wrote:
> Hans Hagen wrote:
> 
>> Johannes Werner wrote:
>>
>>> hi everyone,
>>> i want to use PPCHTEX. when i process my .tex-file with texexec i get 
>>> the message:
>>>    .....
>>>    specials : fdf loaded
>>>    )
>>>    specials : fdf,tpd loaded
>>>    \openout6 = `chemie-mpgraph.mp'.
>>>    Randomizer initialized to 1275417501. [MP to PDF] 
>>> (./chemie-mpgraph.4000))
>>>    *
>>>
>>> and the program stops and waits for a command. when i type \end  it 
>>> continues. this happens again and then i have my target file.
>>> what wants the system tell me? why does it stop?. it's irksome, to 
>>> type in a command for nothing. when i process with latex everything 
>>> is ok.
>>
>>
>>
>> how does your smallest test file that does thsi look like?
>>
>> Hans
> 
> 
> the testfile was:
> 
>    \enableregime[utf]
>    \usemodule[pictex,chemie]
>    \setupoutput[pdf]
>    %\setupchemical[axis=on, frames=on]
>    \par Substituent A
>    \startchemical
>    \chemical[ONE,SB4,SB6,Z0][O]
>    \stopchemical
> 
> with a file, which is a little bit bigger i get the following (an no 
> output is generated):
> 
>     Randomizer initialized to 1431757445. [MP chemie-bigger-mpgraph.4000]
>    [MP chemie-bigger-mpgraph.3999] [MP chemie-bigger-mpgraph.3998]
>    [MP chemie-bigger-mpgraph.3997] [MP chemie-bigger-mpgraph.3996]
>    [MP chemie-bigger-mpgraph.3995])
>    *
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

[-- Attachment #2: chemic-werner.tex --]
[-- Type: text/plain, Size: 672 bytes --]

% CHmeical structures
% Johannes Werner
% CONTEXT file
% filename:

\enableregime[utf]
\usemodule[pictex,chemic]%pstricks
\setupoutput[pdf]

%\setupchemical[axis=on, frames=on]

\starttext
\par A
\placefigure[force]{none}
{\startcombination[2*3]
{\startchemical \chemical[ONE,SB4,SB6,Z0][O] \stopchemical}{}
{\startchemical \chemical[ONE,SB4,SB6,Z0][S] \stopchemical}{}
{\startchemical \chemical[ONE,SB4,SB6,Z0][NH] \stopchemical}{}
{\startchemical \chemical[ONE,DB1,SB4,SB6,Z01][C,O] \stopchemical}{}
{\startchemical \chemical[ONE,DB1,SB4,SB6,Z01][C,NR] \stopchemical}{}
{\startchemical \chemical[ONE,DB1,SB4,SB6,Z01][C,CR_2] \stopchemical}{}
\stopcombination}
\stoptext

[-- Attachment #3: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  reply	other threads:[~2005-03-15 21:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-15 17:38 ppchtex Johannes Werner
2005-03-15 18:17 ` ppchtex Hans Hagen
2005-03-15 19:28   ` ppchtex Johannes Werner
2005-03-15 21:51     ` Willi Egger [this message]
2005-03-15 23:13       ` ppchtex Johannes Werner
2005-03-16  8:40     ` ppchtex Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2016-07-06 16:23 ppchTeX Henri Menke
2016-07-07 18:26 ` ppchTeX Alan BRASLAU
2016-07-09 10:02   ` ppchTeX Henri Menke
2001-05-29 15:46 PPCHtex Willi Egger
2001-05-31  9:31 ` PPCHtex Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=423758C5.3000900@boede.nl \
    --to=w.egger@boede.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).