Graphics, Figures & Tables ⇒ chemical formula numbering
chemical formula numbering
is it possible to numbering a specific chemical compound in a chemical scheme with the particular numbering type of 1a-1c, using chemstyle package?
I want this compound to represent a general chemical reaction, where the following 1a, 1b, 1c compounds will be based on this general one. (I hope I am clear!)
Can chemscheme handle it automatically?
And furthermore, can anyone help me with the use of the \schemerefsub command in chemscheme?
Thank you in advance,
Alex
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
chemical formula numbering
Code: Select all
\usepackage[tracking=bpchem]{chemstyle}
Code: Select all
We took compound \CNlabelsub{alk}{Me} and \CNlabelsub{alk}{Et} ...
\begin{scheme}
\schemesubref{alk}{Me}
\schemesubref{alk}{Et}
\includegraphics{...}
\end{scheme}
chemical formula numbering
Your example indeed helped me with assigning sub-numberings!
However, maybe I was not so clear to my point.
What I want to do is to assign under a specific compound (which belongs in a scheme) the numbering "1a-d", and not "1a".
This is a standard format in some chemical journals, where one presents at the beginning of his experimental part, a basic-general chemical reaction in a scheme and under this general corresponding reaction (in the scheme) lies this kind of sub-numbering: for example "1a-d" or "1-4", where it is meant that the four (1a, 1b, 1c, 1d or 1,2,3,4) compounds, are -modified- realizations based on the first basic "1a-d" reaction.
You can check scheme 23, p. 23 of this paper here: http://www.arkat-usa.org/get-file/29257/ or scheme 4 of this http://www.arkat-usa.org/get-file/27301/ in order to have a clear picture of what I mean.
Can I handle this kind of nubering with chemscheme or any other package automatically?
Any ideas on this?
Thanks in advance.
Alex
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm