Skip to content

Commit

Permalink
v6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgnieder committed Jan 16, 2022
1 parent f543a99 commit ae31ef2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion chemmacros.build
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ if [ "$createzip" == true ] ; then
cd ${CHEMMACROS_DEV_DIR}
mkdir $pkgname/
cp ${CODE_DIR}/$styname $pkgname/
cp ${CODE_DIR}/${pkgname}2.sty $pkgname/
cp ${DOC_DIR}/$manualfile.tex $pkgname/
cp ${DOC_DIR}/$manualfile.pdf $pkgname/
cp README $pkgname/
Expand Down
1 change: 1 addition & 0 deletions code/chemmacros.sty
Original file line number Diff line number Diff line change
Expand Up @@ -5599,6 +5599,7 @@
\bool_set_false:N \l__chemmacros_reactants_acronym_support_bool
\str_clear:N \l__chemmacros_reactants_acronym_support_str ,
acronym-support .initial:n = none ,
%%
printreactants-style .choice: ,
printreactants-style / xltabular .code:n =
\bool_set_true:N \l__chemmacros_reactants_printreactants_style_bool
Expand Down
Binary file modified doc/chemmacros-logo.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion doc/chemmacros-logo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
% arara: xelatex
\documentclass[margin=1cm]{standalone}
\usepackage{fontspec}
\usepackage{chemmacros}
\usepackage{chemmacros,chemformula}
\usetikzlibrary{calc,positioning,decorations.pathmorphing,patterns}
\setchemformula{ arrow-style = pencil }

% credits:
% https://tex.stackexchange.com/a/49961/
Expand Down
Binary file modified doc/chemmacros-manual.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion doc/chemmacros-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,8 @@ \subsubsection{Output Styles}\label{sec:output-styles}

\begin{options}
\keychoice{reactant-output-style}{name-main-other,main-name-other,main-other-name}%
\Module{reactants}\Default{name-main-other}
\Module{reactants}\\[-\baselineskip]
\Default{name-main-other}
Select one of the three predefined styles to determine the output style of
the data and their units in the \cs{reactant} command.
\keychoice{solvent-output-style}{main-name,name-main}\Module{reactants}\Default{main-name}
Expand Down

0 comments on commit ae31ef2

Please sign in to comment.