Am 05.08.2018 um 19:16 schrieb Kornel Benko:
Am Sonntag, 5. August 2018 17:28:56 CEST schrieb Wolfgang Engelmann
<[email protected]>:
Am 05.08.2018 um 16:58 schrieb Kornel Benko:
Am Sonntag, 5. August 2018 16:25:51 CEST schrieb Wolfgang Engelmann
<[email protected]>:
How would one code this
{^{32}{P}}-storage
from JabRef per push into a lyx file gives me this error:
\mathrm
{^{32}{P}}-{E}inlagerung in die {V}erbindungen der
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
{^{32}{P}} is correctly shown, but {E}inlagerung and the rest is in
italics and overflows the page margin (I use two column setting).
How can I avoid this?
Wolfgang
Like the attached?
Kornel
Thanks, Kornel,
however, it's not the lyx, but the Jabref where I should correct it.
Using your
$\ce{^{32}P}$
in the reference worked, but mathrm would be better; how to do that?
by the way, what does \ce mean?
Wolfgang
It is meant for chemistry formulas. See doc/Math.lyx
20 Chemical Symbols and Equations
The characters there are _not_ italic.
Kornel
I inserted this in my Jabref reference <der $^{32}{P}$ {E}inlagerung>
and added in my Lyx document
\usepackage{mhchem}
and now the pdf-output is correct
Thanks a lot, Kornel
Wolfgang