ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* CHEMIC: place a argument under the compound
@ 2019-03-18 10:08 Jorge Manuel
  2019-03-18 14:36 ` Alan Braslau
  0 siblings, 1 reply; 5+ messages in thread
From: Jorge Manuel @ 2019-03-18 10:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 408 bytes --]

Good morning to all,

I need to place a argument under the compound.
For the first compound it's ok, but for the second and third compounds 
the argument is placed in front an not bellow. 

How I can fix that? thanks.

\usemodule[chemic]

\startformula
  \chemical{Fe^{3+}}{}{yellow}
  \chemical{PLUS}
  \chemical{SCN^{-}}{}{colourless}
  \chemical{EQUILIBRIUM}
  \chemical{[FeSCN]^{2+}}{}{red}
\stopformula

[-- Attachment #1.2.1: Type: text/html, Size: 1171 bytes --]

[-- Attachment #1.2.2: 2017_T4_11A_pdf__página_1_de_4_.png --]
[-- Type: image/png, Size: 4853 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CHEMIC: place a argument under the compound
  2019-03-18 10:08 CHEMIC: place a argument under the compound Jorge Manuel
@ 2019-03-18 14:36 ` Alan Braslau
  2019-03-18 14:44   ` Jorge Manuel
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Braslau @ 2019-03-18 14:36 UTC (permalink / raw)
  To: Jorge Manuel; +Cc: mailing list for ConTeXt users

On Mon, 18 Mar 2019 10:08:33 +0000
Jorge Manuel <desdechaves@gmail.com> wrote:

> \usemodule[chemic]

chemic is the old, mkii chemical macros.
They have been replaced in mkiv with core macros
so no need for the above line.

Alan

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CHEMIC: place a argument under the compound
  2019-03-18 14:36 ` Alan Braslau
@ 2019-03-18 14:44   ` Jorge Manuel
  2019-03-18 14:55     ` Alan Braslau
  0 siblings, 1 reply; 5+ messages in thread
From: Jorge Manuel @ 2019-03-18 14:44 UTC (permalink / raw)
  To: Alan Braslau; +Cc: mailing list for ConTeXt users

Thanks for your support.
I clear the  recommended line, but the problem persists. How I can fix that?

Jorge


> No dia 18/03/2019, às 14:36, Alan Braslau <braslau.list@comcast.net> escreveu:
> 
> On Mon, 18 Mar 2019 10:08:33 +0000
> Jorge Manuel <desdechaves@gmail.com> wrote:
> 
>> \usemodule[chemic]
> 
> chemic is the old, mkii chemical macros.
> They have been replaced in mkiv with core macros
> so no need for the above line.
> 
> Alan
> 

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CHEMIC: place a argument under the compound
  2019-03-18 14:44   ` Jorge Manuel
@ 2019-03-18 14:55     ` Alan Braslau
  2019-03-18 15:00       ` Jorge Manuel
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Braslau @ 2019-03-18 14:55 UTC (permalink / raw)
  To: Jorge Manuel; +Cc: mailing list for ConTeXt users

On Mon, 18 Mar 2019 14:44:17 +0000
Jorge Manuel <desdechaves@gmail.com> wrote:

> Thanks for your support.
> I clear the  recommended line, but the problem persists. How I can fix that?
> 
> Jorge
> 
> 
> > No dia 18/03/2019, às 14:36, Alan Braslau <braslau.list@comcast.net> escreveu:
> > 
> > On Mon, 18 Mar 2019 10:08:33 +0000
> > Jorge Manuel <desdechaves@gmail.com> wrote:
> > 
> >> \usemodule[chemic]
> > 
> > chemic is the old, mkii chemical macros.
> > They have been replaced in mkiv with core macros
> > so no need for the above line.
> > 
> > Alan
> > 
> 

Sorry, it is now:

\startchemicalformula
\chemical{text}
\chemical{text}{below}
\chemical{text}{above}{below}
\stopchemicalformula

and it can be enclosed in

\startplacechemical
   ...
\stopplacechemical

to get numbered (chemical) equations.

Alan

P.S. I need to work with Hans to get the new (now old) manual into the distribution.
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CHEMIC: place a argument under the compound
  2019-03-18 14:55     ` Alan Braslau
@ 2019-03-18 15:00       ` Jorge Manuel
  0 siblings, 0 replies; 5+ messages in thread
From: Jorge Manuel @ 2019-03-18 15:00 UTC (permalink / raw)
  To: Alan Braslau; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 152 bytes --]


Works.

Thanks a lot.

Jorge

> No dia 18/03/2019, às 14:55, Alan Braslau <braslau.list@comcast.net> escreveu:
> 
> \startchemicalformula


[-- Attachment #1.2: Type: text/html, Size: 1086 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-18 15:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-18 10:08 CHEMIC: place a argument under the compound Jorge Manuel
2019-03-18 14:36 ` Alan Braslau
2019-03-18 14:44   ` Jorge Manuel
2019-03-18 14:55     ` Alan Braslau
2019-03-18 15:00       ` Jorge Manuel

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).