diff options
author | Karl Berry <karl@freefriends.org> | 2022-09-02 19:47:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-09-02 19:47:34 +0000 |
commit | fd7e33e7d5eac87044ac3089f63457c4736e48a5 (patch) | |
tree | 06b100c10a3509124d06acdffe715d6227cf2f52 /Master/texmf-dist/source/lualatex | |
parent | 622546ddb685cf2efb18111b687353f843aead70 (diff) |
letgut (2sep22)
git-svn-id: svn://tug.org/texlive/trunk@64269 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/lualatex')
-rw-r--r-- | Master/texmf-dist/source/lualatex/letgut/letgut.org | 50 |
1 files changed, 16 insertions, 34 deletions
diff --git a/Master/texmf-dist/source/lualatex/letgut/letgut.org b/Master/texmf-dist/source/lualatex/letgut/letgut.org index 39a3a2f6dbb..2a8e9bbcc26 100644 --- a/Master/texmf-dist/source/lualatex/letgut/letgut.org +++ b/Master/texmf-dist/source/lualatex/letgut/letgut.org @@ -51,7 +51,7 @@ new versions of the class on CTAN. % This field contains the version of the package. % The value is optional. % The value is restricted to 32 characters. - \version{0.9.2 2022-06-18} + \version{0.9.3 2022-09-02} % ------------------------------------------------------------------------- % This field contains the name of the author(s). % The value is optional. @@ -128,33 +128,11 @@ new versions of the class on CTAN. % The value is optional. % The value is restricted to 8192 characters. \begin{announcement} - ## [0.9.2] - 2022-06-18 - - ### Added - - Listings for commands in terminals. - - Aliases of frequently used commands. - - New commands for frequently used terms or expressions. - - Command for specifying LaTeX packages that benefit from syntax highlighting. - - Own ~listings~' language driver file for LaTeX packages syntax highlighting. - - Commands for keyboard keys of accentuated characters. - - ~detailedtoc~ option for Lettre's structure checking. - - Mimic the multiple option of the footmisc package. - - Command ~\inputarticle~ (instead of ~\input~) for the input of articles. - - ⅛ as a short equivalent of ~\lstinline~. - - Some tweaks and improvements. + ## [0.9.3] - 2022-09-02 ### Changed - - Last names of persons and authors not in small caps anymore. - - \tl isn't an acronym anymore and now typesets “TeX Live”. - - All the acronyms reset at the beginning of each ~\inputarticle~-ed article. - - All options now possibly load-time ones. - - Unlikely to change input files searched: - 1. in the parent directory if not in the current one, - 2. in the TDS. - - Right ISSN in case of “paper” version of la Lettre. - - ### Fixed - Several bugs. + - Local conf. file doesn't require anymore to start with \ExplSyntaxOff in some instances. + - Documentation improved. \end{announcement} % ------------------------------------------------------------------------- % This field contains the one-liner for the package. @@ -221,6 +199,12 @@ new versions of the class on CTAN. ## [Unreleased] + ## [0.9.3] - 2022-09-02 + + ### Changed + - Local conf. file doesn't require anymore to start with \ExplSyntaxOff in some instances. + - Documentation improved. + ## [0.9.2] - 2022-06-18 ### Added @@ -273,7 +257,7 @@ to the newsletter “La Lettre GUTenberg” of GUTenberg, the French TeX User Gr Release ------- -2022-06-18 v0.9.2 +2022-09-02 v0.9.3 Development ----------- @@ -3691,10 +3675,8 @@ at its beginning. #+begin_src latex \file_if_exist:nT {./\c__letgut_local_config_file_tl}{ - \AddToHook { file/./\c__letgut_local_config_file_tl/before } { - \ExplSyntaxOff - } - \file_input:n {./\c__letgut_local_config_file_tl} + \use:n { \ExplSyntaxOff \file_input:n {./\c__letgut_local_config_file_tl} } + \ExplSyntaxOn } #+end_src @@ -3717,7 +3699,7 @@ several purposes: - the books advertisements. #+begin_src latex :tangle ../../../tex/lualatex/letgut/letgut.lbx :exports both -\ProvidesFile{letgut.lbx}[2022-06-18 v0.9.2 letgut localization] +\ProvidesFile{letgut.lbx}[2022-09-02 v0.9.3 letgut localization] \InheritBibliographyExtras{french} \DeclareBibliographyStrings{ inherit = {french}, @@ -3731,7 +3713,7 @@ several purposes: create the corresponding new entry). #+begin_src latex :tangle ../../../tex/lualatex/letgut/letgut.dbx :exports both - \ProvidesFile{letgut.dbx}[2022-06-18 v0.9.2 letgut data model macros] + \ProvidesFile{letgut.dbx}[2022-09-02 v0.9.3 letgut data model macros] \DeclareBibliographyDriver{bookreview}{% \usebibmacro{bibindex}% \usebibmacro{begentry}% @@ -3786,7 +3768,7 @@ several purposes: We provide a specific ~biblatex~ citation style . #+begin_src latex :tangle ../../../tex/lualatex/letgut/letgut.cbx :exports both - \ProvidesFile{letgut.cbx}[2022-06-18 v0.9.2 letgut base citation style] + \ProvidesFile{letgut.cbx}[2022-09-02 v0.9.3 letgut base citation style] \RequireCitationStyle{numeric} #+end_src |