Questions tagged [chemnum]

A modern and flexible package for the num­ber­ing of chem­i­cal com­pounds, including sub-labels, and the creation of lists of compounds. (i.e. Compounds 1, 2a, 3-5)

A package for the num­ber­ing of chem­i­cal com­pounds. chemnum also provides an easy interface to create sublabels for similar compounds.

As of chemnum v1.2 (2016-04-14) it was maintained by Clemens Niederberger.

86 questions
6
votes
1 answer

Two sets of labels in chemnum

Is it possible to have two sets of labels for numbering compounds throughout the document? Currently I'm using chemnum to make labels like 1, 2, 3a and so on. I want to introduce a new sequence of numbers, say, TS1, TS2... The only idea I have is to…
Ilya Makarov
  • 379
  • 3
  • 7
5
votes
1 answer

How to put compound names in braces globally with chemnum?

My supervisor would like my compounds refrences in the form (1), (2), (3). Using numbers is easy: drop \setchemnum{counter-format=arabic} in the preamble. But I can't figure out brackets. The manual has an example on pg 18 that gives exactly the…
Canageek
  • 17,935
4
votes
2 answers

\submaincmpdplain and \subcmpdplain not working correctly when sub-labels initiated with \initcmpd

I have come across something weird with the chemnum package. I am trying to have my compound numbers in the pdf bookmarks. So I am using \texorpdfstring{}{} within my section titles. However, the sub-labels are not being printed when using…
basseur
  • 912
4
votes
1 answer

Defining own labels with chemnum 1.0

When using: \documentclass{standalone} \usepackage{graphicx,auto-pst-pdf,chemnum} \begin{document} \cmpd[counter-representation=bar]{foo} \end{document} I get "1" as label output. I would like to define an own label with foo being the internal…
3
votes
1 answer

How to change font size and type of chemnum labels?

I currently find the autolabels from chemnum package to be too big and ugly. I'd like to change their font size and type, how can I do this? Download the .eps for the MWE…
Hazinga
  • 233
3
votes
2 answers

Chemnum putting wrong numbers when compound label is introduced as a variable (stored as commands)

I'm on the process of migrating to the chemnum numbering system due to its advanced features (thank you!). For my purposes I need to input external files with the information (for each compound) stored as commands, and then applying those commands…
2
votes
1 answer

Alphabetic counter in chemnum

I wanted to use the alphabetic counter just for a scheme in my thesis. I get a double letter counter. \documentclass[12 pt,a4 paper,oneside,openright,titlepage]{book} \usepackage{chemnum} \usepackage{upgreek} \usepackage{chemmacros}…
matgirl
  • 33
  • 5
2
votes
1 answer

Change font of \cmpd+{} in chemnum package

I want to have my numbered compounds in bold throughout my text but I want them to have a different format when used in section headers. I tried using the command \cmpd+[format=\normalfont]{label} but the format option doesn't work with \cmpd+ (or…
ralk912
  • 478
1
vote
1 answer

Chemnum does not work since last l3package udpate

I am using chemnum package and since last updates of l3packages, l3kernel and l3experimental when I compile my code there are 14 errors. The first one is: LaTeX error: "kernel/command-not-defined" Control sequence \chemnum_aux_file…
Thomas C
  • 127
1
vote
1 answer

replacecmpd does not let me choose my own label

I'm trying to make use of the \replacecmpd command of the chemnum package in LaTeX in combination with eps files produced by ChemDraw. While this works great for the automatic numbering of chemicals by numbers, it will not let me choose my own label…
1
vote
1 answer

Chemnum with Chemdraw 16.0.1.4 not working

I ran into the problem that in my .eps files generated via ChemDraw 16.0 do not get their tags replaced. I tried using a .eps file from 2 years ago (because back then everything worked fine) and for this file it worked. So I generated the same file…
1
vote
1 answer

How to change the size and type of font of \replacecmpd in chemnum 1.0

First of all I am new to asking questions here. Second, I am writing a document where I need to import an .eps file to have my scheme. My document is set to use Times New Roman at 12pt, but I want the labels of the schemes to be Times New Roman at…
amsterzone
  • 53
  • 7
0
votes
1 answer

Multple levels of sublevels in chemnum, expanding on previous answer

What I want is the ability to label things like: \cmpd{ln.eu.six} and get 10Eu.6H2O. I've got the first part working., but chemnum out of the box only supports one level of sublabels. There is a previous answer, but I don't understand it's code.…
Canageek
  • 17,935
0
votes
0 answers

Is it there a way to show all keys in eps schemes with chemnum?

I find the show-keys feature from chemnum super handy, as it allows me to keep track of all the plenty compounds I use throughout my document. But I ran into a hiccup, which I could not resolve: If I replace keys in .eps schemes generated by…
0
votes
0 answers

Using chemnum package with Chemdraw 18.2 not working

I have seen multiple people having issues with .eps files generated from later ChemDraw versions losing their text strings, so automatic numbering packages like chemnum and chemstyle don't work. Has anyone found a solution to this? I am compiling…
Sarah
  • 1
1
2