texlive[43186] Master/texmf-dist: acro (9feb17)
commits+karl at tug.org
commits+karl at tug.org
Sat Feb 11 00:30:04 CET 2017
Revision: 43186
http://tug.org/svn/texlive?view=revision&revision=43186
Author: karl
Date: 2017-02-11 00:30:04 +0100 (Sat, 11 Feb 2017)
Log Message:
-----------
acro (9feb17)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/acro/README
trunk/Master/texmf-dist/doc/latex/acro/acro_en.pdf
trunk/Master/texmf-dist/doc/latex/acro/acro_en.tex
trunk/Master/texmf-dist/tex/latex/acro/acro.sty
Modified: trunk/Master/texmf-dist/doc/latex/acro/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acro/README 2017-02-10 23:29:45 UTC (rev 43185)
+++ trunk/Master/texmf-dist/doc/latex/acro/README 2017-02-10 23:30:04 UTC (rev 43186)
@@ -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 at mychemistry.eu
--------------------------------------------------------------------------
Copyright 2012--2017 Clemens Niederberger
Modified: trunk/Master/texmf-dist/doc/latex/acro/acro_en.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acro/acro_en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acro/acro_en.tex 2017-02-10 23:29:45 UTC (rev 43185)
+++ trunk/Master/texmf-dist/doc/latex/acro/acro_en.tex 2017-02-10 23:30:04 UTC (rev 43186)
@@ -127,51 +127,6 @@
\textsc{Wikipedia}}
\newcommand*\h[1]{\textcolor{cnltx}{\textbf{#1}}}
-\makeatletter
-\def\cnltx at bash@listings at style{
- language = bash,
- basicstyle = {\sourceformat\color{black}},
- % numbers = left,
- % numberstyle = \tiny,
- xleftmargin = 1em,
- numbersep = .75em,
- gobble = \cnltx at 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 at expandargs(nx)\lstdefinestyle
- {bash}
- {\expandonce\cnltx at bash@listings at style}
-
-\newcommand*\prompt{}
-\patchcmd\lst at 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
Modified: trunk/Master/texmf-dist/tex/latex/acro/acro.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/acro/acro.sty 2017-02-10 23:29:45 UTC (rev 43185)
+++ trunk/Master/texmf-dist/tex/latex/acro/acro.sty 2017-02-10 23:30:04 UTC (rev 43186)
@@ -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:
More information about the tex-live-commits
mailing list