Search found 13 matches
- Sat Sep 15, 2012 12:31 am
- Forum: Math & Science
- Topic: chemmacros | Command for Redox Reaction behaves strange
- Replies: 4
- Views: 8180
Re: chemmacros | Command for Redox Reaction behaves strange
Done, and it fixed it. Thanks!
- Thu Sep 13, 2012 7:04 am
- Forum: Math & Science
- Topic: chemmacros | Command for Redox Reaction behaves strange
- Replies: 4
- Views: 8180
chemmacros | Command for Redox Reaction behaves strange
This is what I got:
* File List*
article.cls 2007/10/19 v1.4h Standard LaTeX document class
size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
chemmacros.sty 2012/05/18 v3.3b macros and commands for chemists
expl3.sty 2012/04/23 v3570 L3 Experimental code bundle wrapper
l3names.sty ...
* File List*
article.cls 2007/10/19 v1.4h Standard LaTeX document class
size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
chemmacros.sty 2012/05/18 v3.3b macros and commands for chemists
expl3.sty 2012/04/23 v3570 L3 Experimental code bundle wrapper
l3names.sty ...
- Thu Sep 06, 2012 6:10 am
- Forum: Math & Science
- Topic: chemmacros | Command for Redox Reaction behaves strange
- Replies: 4
- Views: 8180
chemmacros | Command for Redox Reaction behaves strange
I've been using the \redox command from the chemmacros package perfectly happily, if slightly unusually, for a while now. However, I've just noticed that it has started to add "mm" to the end of formulae. As far as I can tell, the only changes I've made are routine updates.
\documentclass{article ...
\documentclass{article ...
- Wed Feb 22, 2012 4:25 am
- Forum: Math & Science
- Topic: bpchem, chemscheme | No Substitutions of temporary Labels
- Replies: 10
- Views: 8030
Re: bpchem, chemscheme | No Substitutions of temporary Label
I've switched from pdftex to dvi -> pdf and the numbering is working fine now. I'll have to go back and change about 5 of my figures into different formats, but since I've got 4 chapters with numbered schemes ahead of me, I think this way there'll be far less work!
Thanks!
Sarah
Thanks!
Sarah
- Wed Feb 22, 2012 12:45 am
- Forum: Math & Science
- Topic: bpchem, chemscheme | No Substitutions of temporary Labels
- Replies: 10
- Views: 8030
Re: bpchem, chemscheme | No Substitutions of temporary Label
It looks like I am already using shell escape... a quandary!
- Wed Feb 22, 2012 12:20 am
- Forum: Math & Science
- Topic: bpchem, chemscheme | No Substitutions of temporary Labels
- Replies: 10
- Views: 8030
Re: bpchem, chemscheme | No Substitutions of temporary Label
I'm using pdflatex to produce the pdf file directly.
In that case, how do I use shell escape?
The TMP labels are there as text strings, so that's not the issue.
Thanks!
Sarah
In that case, how do I use shell escape?
The TMP labels are there as text strings, so that's not the issue.
Thanks!
Sarah
- Wed Feb 22, 2012 12:06 am
- Forum: Math & Science
- Topic: bpchem, chemscheme | No Substitutions of temporary Labels
- Replies: 10
- Views: 8030
Re: bpchem, chemscheme | No Substitutions of temporary Label
As I mentioned, I've only been doing this for about two weeks, so forgive me if I'm giving the wrong info.
I'm using TeXShop, in pdftex mode, compiling with latex (and bibtex). My thesis has figures that are both from eps and pdf files that have come up fine in the output pdf, with no errors during ...
I'm using TeXShop, in pdftex mode, compiling with latex (and bibtex). My thesis has figures that are both from eps and pdf files that have come up fine in the output pdf, with no errors during ...
- Wed Feb 22, 2012 12:00 am
- Forum: Math & Science
- Topic: bpchem, chemscheme | No Substitutions of temporary Labels
- Replies: 10
- Views: 8030
bpchem, chemscheme | No Substitutions of temporary Labels
When I added \usepackage[runs=2]{auto-pst-pdf} to my thesis preamble, I got pdfTeX error: /usr/texbin/pdflatex (file ./thesis-pics.pdf): PDF inclusion: required page does not exist <32>
==> Fatal error occurred, no output PDF file produced
I also tried using chemnum before I went to bpchem, but ...
==> Fatal error occurred, no output PDF file produced
I also tried using chemnum before I went to bpchem, but ...
- Tue Feb 21, 2012 8:13 am
- Forum: Math & Science
- Topic: bpchem, chemscheme | No Substitutions of temporary Labels
- Replies: 10
- Views: 8030
bpchem, chemscheme | No Substitutions of temporary Labels
I'm trying to number compounds in schemes, using chemscheme and bpchem. However, I can't get it to replace my temporary labels. The code I'm using is:
\documentclass{article}
\usepackage[pdftex]{graphicx}
\usepackage{bpchem}
\usepackage{chemscheme}
\begin{document}
\begin{scheme}[htb]
\begin ...
\documentclass{article}
\usepackage[pdftex]{graphicx}
\usepackage{bpchem}
\usepackage{chemscheme}
\begin{document}
\begin{scheme}[htb]
\begin ...
- Sun Feb 19, 2012 12:34 pm
- Forum: Math & Science
- Topic: bpchem | Annoying Space after Sub-label
- Replies: 3
- Views: 3410
bpchem | Annoying Space after Sub-label
Ok, here's my code.
Thanks!
Sarah
Code: Select all
\documentclass{article}
\usepackage{bpchem}
\begin{document}
Compound (\CNlabelsub{PtBCPPP}{a}), (\CNlabelsub{PtBCPPP}{b}), \CNlabelsub{PtBCPPP}{c}, and \CNlabelsub{PtBCPPP}{d}.
\end{document}
Sarah