diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/acro/README | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/acro/acro_en.pdf | bin | 565869 -> 565931 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/acro/acro_en.tex | 45 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/acro/acro.sty | 9 |
4 files changed, 8 insertions, 52 deletions
diff --git a/Master/texmf-dist/doc/latex/acro/README b/Master/texmf-dist/doc/latex/acro/README index 31b9c75f32c..490c060a8df 100644 --- a/Master/texmf-dist/doc/latex/acro/README +++ b/Master/texmf-dist/doc/latex/acro/README @@ -1,12 +1,12 @@ -------------------------------------------------------------------------- -the ACRO package v2.7 +the ACRO package v2.7a Typeset Acronyms -2017/01/22 +2017/02/09 -------------------------------------------------------------------------- Clemens Niederberger -Web: http://www.mychemistry.eu/forums/forum/acro/ +Web: https://bitbucket.org/cgnieder/acro E-Mail: contact@mychemistry.eu -------------------------------------------------------------------------- Copyright 2012--2017 Clemens Niederberger diff --git a/Master/texmf-dist/doc/latex/acro/acro_en.pdf b/Master/texmf-dist/doc/latex/acro/acro_en.pdf Binary files differindex 2580f07c852..87a827573d9 100644 --- a/Master/texmf-dist/doc/latex/acro/acro_en.pdf +++ b/Master/texmf-dist/doc/latex/acro/acro_en.pdf diff --git a/Master/texmf-dist/doc/latex/acro/acro_en.tex b/Master/texmf-dist/doc/latex/acro/acro_en.tex index 2fd56b574e1..330ba789a62 100644 --- a/Master/texmf-dist/doc/latex/acro/acro_en.tex +++ b/Master/texmf-dist/doc/latex/acro/acro_en.tex @@ -127,51 +127,6 @@ \textsc{Wikipedia}} \newcommand*\h[1]{\textcolor{cnltx}{\textbf{#1}}} -\makeatletter -\def\cnltx@bash@listings@style{ - language = bash, - basicstyle = {\sourceformat\color{black}}, - % numbers = left, - % numberstyle = \tiny, - xleftmargin = 1em, - numbersep = .75em, - gobble = \cnltx@gobble , - columns = fullflexible, - literate = - {ä}{{\"a}}1 - {ö}{{\"o}}1 - {ü}{{\"u}}1 - {Ä}{{\"A}}1 - {Ö}{{\"O}}1 - {Ü}{{\"U}}1 - {ß}{{\ss}}1 , - breaklines = true, - keepspaces = true, - breakindent = 1em, - commentstyle = \color{comment}, - keywordstyle = \color{black}\bfseries , - stringstyle = \color{black} , - showstringspaces = false , - morekeywords = texdoc -} - -\cnltx@expandargs(nx)\lstdefinestyle - {bash} - {\expandonce\cnltx@bash@listings@style} - -\newcommand*\prompt{} -\patchcmd\lst@NewLine - {\hbox{}}% search - {\hbox{}\prompt}% replace - {}% success - {}% failure -\newsourcecodeenv[ - code-only, - sourcecode-options={style=bash}, - pre-code=\def\prompt{\textasciitilde\space\$\space} -]{bash} -\makeatother - \ProvideAcroEnding {possessive} {'s} {'s} % declare acronyms diff --git a/Master/texmf-dist/tex/latex/acro/acro.sty b/Master/texmf-dist/tex/latex/acro/acro.sty index 3925275bfa8..7326a7b96b6 100644 --- a/Master/texmf-dist/tex/latex/acro/acro.sty +++ b/Master/texmf-dist/tex/latex/acro/acro.sty @@ -28,11 +28,11 @@ % If you have any ideas, questions, suggestions or bugs to report, please % feel free to contact me. % -------------------------------------------------------------------------- -\RequirePackage{expl3,l3sort,xparse,l3keys2e,xtemplate,etoolbox} +\RequirePackage{expl3,xparse,l3keys2e,xtemplate,etoolbox} \ProvidesExplPackage {acro} {2017/01/22} - {2.7} + {2.7a} {Typeset Acronyms} % -------------------------------------------------------------------------- @@ -2925,8 +2925,8 @@ { \str_fold_case:n {##2} } = \c_minus_one } - { \sort_ordered: } - { \sort_reversed: } + { \sort_return_same: } + { \sort_return_swapped: } } \seq_map_inline:Nn \l__acro_tmpa_seq { @@ -4587,6 +4587,7 @@ not set - make \__acro_declare_property functions public - \acro_add_action:n (adds code to \acro_get:n) +2017/02/09 v2.7a - adapt to integration of l3sort into l3kernel % -------------------------------------------------------------------------- % TODO: |