Math & Science ⇒ bpchem | Annoying Space after Sub-label
bpchem | Annoying Space after Sub-label
- Attachments
-
- number pic.png (15.77 KiB) Viewed 3443 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
bpchem | Annoying Space after Sub-label
welcome to the board!
I converted your TIFF image to PNG, this format is better viewable here.
Though we are now able to see the output, it would be good if you would post your code here, so we could examine it and fix the problem. The best would be a

Stefan
bpchem | Annoying Space after Sub-label
%
in bpchem's definition of \CNrefsub
(lines 168 to 172 of bpchem.sty
):
Code: Select all
%% reference a CNlabel/sublabel
\DeclareRobustCommand*{\CNrefsub}[2]{%
\ref{cn:#1#2}
%%\textbf{\csname cna@#1#2\endcsname}%
}
Code: Select all
\DeclareRobustCommand*{\CNrefsub}[2]{\ref{cn:#1#2}}
Regards
bpchem | Annoying Space after Sub-label
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