summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/letgut/source/letgut.org
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/latex/letgut/source/letgut.org')
-rw-r--r--macros/luatex/latex/letgut/source/letgut.org50
1 files changed, 16 insertions, 34 deletions
diff --git a/macros/luatex/latex/letgut/source/letgut.org b/macros/luatex/latex/letgut/source/letgut.org
index 39a3a2f6db..2a8e9bbcc2 100644
--- a/macros/luatex/latex/letgut/source/letgut.org
+++ b/macros/luatex/latex/letgut/source/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