diff options
author | Karl Berry <karl@freefriends.org> | 2020-12-06 22:18:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-12-06 22:18:17 +0000 |
commit | c5191e7839a682324ae912126031442c286d27a4 (patch) | |
tree | 1ea1adea2af9c096646c085296b365636c3d1645 /Master/texmf-dist/doc/latex/chemnum | |
parent | 9cbd45f6516e522fc3964428fab3da30fa246522 (diff) |
chemnum (6dec20)
git-svn-id: svn://tug.org/texlive/trunk@57084 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/chemnum')
-rw-r--r-- | Master/texmf-dist/doc/latex/chemnum/README | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/chemnum/chemnum_en.pdf | bin | 588398 -> 592366 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/chemnum/chemnum_en.tex | 25 |
3 files changed, 20 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/chemnum/README b/Master/texmf-dist/doc/latex/chemnum/README index fd5fdfcd173..645b13c5dd1 100644 --- a/Master/texmf-dist/doc/latex/chemnum/README +++ b/Master/texmf-dist/doc/latex/chemnum/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------------- -chemnum v1.2c 2019/10/02 +chemnum v1.3 2020/12/06 a comprehensive approach for the numbering of chemical compounds @@ -8,15 +8,15 @@ Clemens Niederberger Web: https://github.com/cgnieder/chemnum E-Mail: contact@mychemistry.eu -------------------------------------------------------------------------- -Copyright 2011--2019 Clemens Niederberger +Copyright 2011--2020 Clemens Niederberger This work may be distributed and/or modified under the -conditions of the LaTeX Project Public License, either version 1.3 +conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version. The latest version of this license is in http://www.latex-project.org/lppl.txt -and version 1.3 or later is part of all distributions of LaTeX -version 2005/12/01 or later. +and version 1.3c or later is part of all distributions of LaTeX +version 2008/05/04 or later. This work has the LPPL maintenance status `maintained'. diff --git a/Master/texmf-dist/doc/latex/chemnum/chemnum_en.pdf b/Master/texmf-dist/doc/latex/chemnum/chemnum_en.pdf Binary files differindex 9254c029c57..5194431882c 100644 --- a/Master/texmf-dist/doc/latex/chemnum/chemnum_en.pdf +++ b/Master/texmf-dist/doc/latex/chemnum/chemnum_en.pdf diff --git a/Master/texmf-dist/doc/latex/chemnum/chemnum_en.tex b/Master/texmf-dist/doc/latex/chemnum/chemnum_en.tex index f6da470d1df..7ff89e4b1d2 100644 --- a/Master/texmf-dist/doc/latex/chemnum/chemnum_en.tex +++ b/Master/texmf-dist/doc/latex/chemnum/chemnum_en.tex @@ -12,15 +12,15 @@ % If you have any ideas, questions, suggestions or bugs to report, please % feel free to contact me. % -------------------------------------------------------------------------- -% Copyright 2011--2019 Clemens Niederberger +% Copyright 2011--2020 Clemens Niederberger % % This work may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3 +% conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in % http://www.latex-project.org/lppl.txt -% and version 1.3 or later is part of all distributions of LaTeX -% version 2005/12/01 or later. +% and version 1.3c or later is part of all distributions of LaTeX +% version 2008/05/04 or later. % % This work has the LPPL maintenance status `maintained'. % @@ -32,7 +32,6 @@ % arara: pdflatex: { interaction: nonstopmode } % arara: pdflatex: { interaction: nonstopmode } \documentclass[load-preamble+,ngerman,british,american]{cnltx-doc} -\usepackage[utf8]{inputenc} \usepackage{chemnum} \setcnltx{ package = chemnum , @@ -102,32 +101,32 @@ \usepackage{acro,accsupp} \acsetup{ - short-format = \scshape , + format/short = \scshape , first-style = short } \DeclareAcronym{pdf}{ short = pdf , long = portable document format , pdfstring = PDF , - accsupp = PDF + short-acc = PDF } \DeclareAcronym{eps}{ short = eps , long = encapsulated postscript , pdfstring = EPS , - accsupp = EPS + short-acc = EPS } \DeclareAcronym{ps}{ short = ps , long = postscript , pdfstring = PS , - accsupp = PS + short-acc = PS } \DeclareAcronym{id}{ short = id , long = identification key , pdfstring = ID , - accsupp = ID + short-acc = ID } \begin{document} @@ -219,6 +218,12 @@ Most of the commands will be explained in a later section in more detail. \ac{id}} of a referencing subcompound label when the option \option{show-keys} is used. The command is described in section~\ref{sec:debugg-inform}. + \command{setcmpdproperty}[\marg{property}\marg{main \ac{id}}\marg{value}] + \sinceversion{1.3}Sets property \meta{property} of compound \meta{main + \ac{id}} to \meta{value}. + \command{setcmpdlabel}[\marg{main \ac{id}}\marg{value}] + \sinceversion{1.3}Sets property \code{counter-representation} of compound + \meta{main \ac{id}} to \meta{value}. \end{commands} \section{Numbering Compounds}\label{sec:numbering-compounds} |