Skip to content

Releases: cgnieder/acro

Version 3.8

01 Apr 13:12
Compare
Choose a tag to compare
  • use LaTeX's release mechanism for managing usage for version 2 or 3
  • fix issue #223: inner acronyms don't inherit articles any more
  • require etoolbox for the patches
  • prepare for translations v2.0
  • reset table counter in longtable list template
  • drop longtabu list template
  • add tabularray and xltabular list templates
  • add \l_acro_nest_level_int
  • new option acro/templates/colspec
  • use \Hy@raisedlink for raising links (even if this will effectively disable raising in a longtable which sets \baselineskip = 0)
  • fix issue #212 (record pages only during shipout)
  • fix layout errors (mostly missing commas) in some of the templates
  • fix error in examples file

Version 3.7

27 Jan 18:04
Compare
Choose a tag to compare
  • add \acroendfootnote to the footnote template
  • drop use of l3kernel lua table, fixes #235
  • add error message of \NewAcroTemplate tries to define an existing template
  • add longtable patch

Version 3.6

04 Jan 17:19
Compare
Choose a tag to compare
  • add option case-insensitive
  • make \DeclareAcronym a preample-only command
  • disable acro within \maketitle, implements issue #216
  • add possibility to remove error for undefined acronyms, implements issue #224
  • fix typos
  • drop own aux file, fixes issue #229
  • add addsec* and addchap* as heading options

Version 3.4

25 Dec 10:00
Compare
Choose a tag to compare
  • fix issue #194
  • new option list/add
  • new: \acroneedpages
  • new option subsequent-style
  • new property subsequent-style

Version 3.3

22 Nov 18:15
Compare
Choose a tag to compare
  • fix issue #183
  • fix issue #184
  • fix issue #188
  • remove double declaration of \g__acro_rerun_bool in acro2.sty
  • change default of format/replace
  • correct the behavior of the single property
  • remove property single-format
  • fix bug in \acro_print_pages:nnn
  • allow page option setting in the argument of \printacronyms (implements issue #189)

Version 3.2

10 May 17:38
Compare
Choose a tag to compare
  • fix units example
  • prevent to early expansion of formatting instructions
  • fix error in \AcroNeedPackage
  • fix wrong usage of longtabu in the longtable template
  • add supertabular template
  • new: “display properties”, this adds list/foreign/display
  • add further examples
  • new: \SetupAcroTemplate, \SetupNextAcroTemplate
  • properly define and document \AcroTemplateName and \AcroTemplateType

Version 3.1

10 May 17:35
Compare
Choose a tag to compare
  • unify license statements
  • fix bug in combination with “usage”
  • repair pdfcomment feature (when did that get lost?)
  • improve formatting mechanism
  • add patch module: patches floats, common content lists, and tables in their measuring phase
  • add option foreign/display
  • new \acroifboolean(TF)
  • add missing code in some of the list templates
  • improve examples code

Version 3.0

29 Apr 16:42
Compare
Choose a tag to compare
  • major re-write of the code
  • many new options and possibilities for customization:
    • easier and more flexible way to add custom acro commands
    • analoguous to the endings/postfix concept acro now knows an article/prefix concept
    • possibility to add custom acronym properties
    • generalized `single' option
  • in a number of aspects v3.0 is not backwards compatible:
    the package offers a version and an upgrade option

Version 3.0 beta

20 Apr 09:42
Compare
Choose a tag to compare
Version 3.0 beta Pre-release
Pre-release

I think version 3 is ready to be released into the wild. However, I like to wait and see if there are some testers who are willing to provide feedback, maybe detect remaining bugs, …

\usepackage{acro}

is the same as

\usepackage[version=3,upgrade=true]{acro}

Testing isn't even that brave, there is

\usepackage[version=2]{acro}

which loads the last version that has been released to CTAN prior to version 3.

v3.0 alpha-2

13 Apr 15:04
00d7c76
Compare
Choose a tag to compare
v3.0 alpha-2 Pre-release
Pre-release

This is an early release of version 3.0 of acro – published for pre-tests only. This pre-release includes various fixes over the last pre-release and significant parts of the manual written.

If you want to test the new version use '\usepackage}[version=3]{acro}or no option at all. Withversion=2you get the old version ofacro. Using \usepackage}[version=3,upgrade]{acro}` is supposed to give as much meaningful warnings and errors as possible.