From 0eba0875b1bcc4a022360ed72a29a81e041cd467 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 8 Mar 2024 03:01:54 +0000 Subject: CTAN sync 202403080301 --- macros/luatex/latex/letgut/README.md | 2 +- .../luatex/latex/letgut/doc/letgut-banner-code.pdf | Bin 143133 -> 142998 bytes macros/luatex/latex/letgut/doc/letgut-code.pdf | Bin 781197 -> 786619 bytes macros/luatex/latex/letgut/doc/letgut.pdf | Bin 388294 -> 388091 bytes macros/luatex/latex/letgut/doc/letgut.tex | 2 +- macros/luatex/latex/letgut/source/letgut.org | 138 +++++++++++++++++---- 6 files changed, 113 insertions(+), 29 deletions(-) (limited to 'macros/luatex/latex') diff --git a/macros/luatex/latex/letgut/README.md b/macros/luatex/latex/letgut/README.md index b829e579ba..1dbce82b4a 100644 --- a/macros/luatex/latex/letgut/README.md +++ b/macros/luatex/latex/letgut/README.md @@ -8,7 +8,7 @@ to the newsletter “La Lettre GUTenberg” of GUTenberg, the French TeX User Gr Release ------- -2024-02-29 v0.9.8 +2024-03-07 v0.9.9 Development ----------- diff --git a/macros/luatex/latex/letgut/doc/letgut-banner-code.pdf b/macros/luatex/latex/letgut/doc/letgut-banner-code.pdf index e2abf29baa..3c9499367d 100644 Binary files a/macros/luatex/latex/letgut/doc/letgut-banner-code.pdf and b/macros/luatex/latex/letgut/doc/letgut-banner-code.pdf differ diff --git a/macros/luatex/latex/letgut/doc/letgut-code.pdf b/macros/luatex/latex/letgut/doc/letgut-code.pdf index 52f93be2b8..fb88b947ba 100644 Binary files a/macros/luatex/latex/letgut/doc/letgut-code.pdf and b/macros/luatex/latex/letgut/doc/letgut-code.pdf differ diff --git a/macros/luatex/latex/letgut/doc/letgut.pdf b/macros/luatex/latex/letgut/doc/letgut.pdf index c8a96b526e..7b9adbc8e2 100644 Binary files a/macros/luatex/latex/letgut/doc/letgut.pdf and b/macros/luatex/latex/letgut/doc/letgut.pdf differ diff --git a/macros/luatex/latex/letgut/doc/letgut.tex b/macros/luatex/latex/letgut/doc/letgut.tex index dd82aadbf3..14f005d8d7 100644 --- a/macros/luatex/latex/letgut/doc/letgut.tex +++ b/macros/luatex/latex/letgut/doc/letgut.tex @@ -68,7 +68,7 @@ } \author{Association GUTenberg} \date{% - Version 0.9.8 en date du \today% + Version 0.9.9 en date du \today% \texorpdfstring{% \\ \url{https://framagit.org/gutenberg/letgut}% diff --git a/macros/luatex/latex/letgut/source/letgut.org b/macros/luatex/latex/letgut/source/letgut.org index 715dda1d18..2a96939cd7 100644 --- a/macros/luatex/latex/letgut/source/letgut.org +++ b/macros/luatex/latex/letgut/source/letgut.org @@ -54,7 +54,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.8 2024-02-29} + \version{0.9.9 2024-03-07} % ------------------------------------------------------------------------- % This field contains the name of the author(s). % The value is optional. @@ -131,12 +131,8 @@ new versions of the class on CTAN. % The value is optional. % The value is restricted to 8192 characters. \begin{announcement} - ### Changed - - Drop use of l3keys2e, as advised. - - Announcements possibly neither in the ToC nor in the bookmarks. - ### Fixed - Floats not outside the article they belong to. + Private scratch variables not declared. \end{announcement} % ------------------------------------------------------------------------- % This field contains the one-liner for the package. @@ -206,6 +202,11 @@ new versions of the class on CTAN. ## [Unreleased] + ## [0.9.9] - 2024-03-07 + + ### Fixed + Private scratch variables not declared. + ## [0.9.8] - 2024-02-29 ### Changed @@ -324,7 +325,7 @@ to the newsletter “La Lettre GUTenberg” of GUTenberg, the French TeX User Gr Release ------- -2024-02-29 v0.9.8 +2024-03-07 v0.9.9 Development ----------- @@ -403,7 +404,7 @@ the corresponding `.tex` file (which doesn't derive from an Org Mode file). % | v1.3c or later % See:| http://www.latex-project.org/lppl.txt % -% Copyright (C) 1994-2023 by Association GUTenberg +% Copyright (C) 1994-2024 by Association GUTenberg % % % This work may be distributed and/or modified under the @@ -470,8 +471,8 @@ Now, we can announce the class name and its version: #+begin_src latex \ProvidesExplClass{letgut} - {2024-02-29} - {0.9.8} + {2024-03-07} + {0.9.9} { Class for the newsletter “The GUTenberg Letter” } @@ -555,6 +556,78 @@ Some messages are declared for future use. :CUSTOM_ID: ImplementationDeclarations-3j8g55h0jlj0 :END: +**** Scratch variables +:PROPERTIES: +:CUSTOM_ID: ImplementationDeclarationsScratchvariables-onuajq01p4k0 +:END: + +#+begin_src latex + \bool_new:N \g__letgut_tmpa_bool + \bool_new:N \g__letgut_tmpb_bool + \box_new:N \g__letgut_tmpa_box + \box_new:N \g__letgut_tmpb_box + \clist_new:N \g__letgut_tmpa_clist + \clist_new:N \g__letgut_tmpb_clist + \coffin_new:N \g__letgut_tmpa_coffin + \coffin_new:N \g__letgut_tmpb_coffin + \dim_new:N \g__letgut_tmpa_dim + \dim_new:N \g__letgut_tmpb_dim + \fp_new:N \g__letgut_tmpa_fp + \fp_new:N \g__letgut_tmpb_fp + \int_new:N \g__letgut_tmpa_int + \int_new:N \g__letgut_tmpb_int + \ior_new:N \g__letgut_tmpa_ior + \ior_new:N \g__letgut_tmpb_ior + \iow_new:N \g__letgut_tmpa_iow + \iow_new:N \g__letgut_tmpb_iow + \muskip_new:N \g__letgut_tmpa_muskip + \muskip_new:N \g__letgut_tmpb_muskip + \prop_new:N \g__letgut_tmpa_prop + \prop_new:N \g__letgut_tmpb_prop + \regex_new:N \g__letgut_tmpa_regex + \regex_new:N \g__letgut_tmpb_regex + \seq_new:N \g__letgut_tmpa_seq + \seq_new:N \g__letgut_tmpb_seq + \skip_new:N \g__letgut_tmpa_skip + \skip_new:N \g__letgut_tmpb_skip + \str_new:N \g__letgut_tmpa_str + \str_new:N \g__letgut_tmpb_str + \tl_new:N \g__letgut_tmpa_tl + \tl_new:N \g__letgut_tmpb_tl + \bool_new:N \l__letgut_tmpa_bool + \bool_new:N \l__letgut_tmpb_bool + \box_new:N \l__letgut_tmpa_box + \box_new:N \l__letgut_tmpb_box + \clist_new:N \l__letgut_tmpa_clist + \clist_new:N \l__letgut_tmpb_clist + \coffin_new:N \l__letgut_tmpa_coffin + \coffin_new:N \l__letgut_tmpb_coffin + \dim_new:N \l__letgut_tmpa_dim + \dim_new:N \l__letgut_tmpb_dim + \fp_new:N \l__letgut_tmpa_fp + \fp_new:N \l__letgut_tmpb_fp + \int_new:N \l__letgut_tmpa_int + \int_new:N \l__letgut_tmpb_int + \ior_new:N \l__letgut_tmpa_ior + \ior_new:N \l__letgut_tmpb_ior + \iow_new:N \l__letgut_tmpa_iow + \iow_new:N \l__letgut_tmpb_iow + \muskip_new:N \l__letgut_tmpa_muskip + \muskip_new:N \l__letgut_tmpb_muskip + \prop_new:N \l__letgut_tmpa_prop + \prop_new:N \l__letgut_tmpb_prop + \regex_new:N \l__letgut_tmpa_regex + \regex_new:N \l__letgut_tmpb_regex + \seq_new:N \l__letgut_tmpa_seq + \seq_new:N \l__letgut_tmpb_seq + \skip_new:N \l__letgut_tmpa_skip + \skip_new:N \l__letgut_tmpb_skip + \str_new:N \l__letgut_tmpa_str + \str_new:N \l__letgut_tmpb_str + \tl_new:N \l__letgut_tmpa_tl + \tl_new:N \l__letgut_tmpb_tl +#+end_src + *** Booleans :PROPERTIES: :CUSTOM_ID: ImplementationDeclarationsBooleans-s09g55h0jlj0 @@ -4573,7 +4646,7 @@ several purposes: - the books advertisements. #+begin_src latex :tangle ../../../tex/lualatex/letgut/letgut.lbx :exports both -\ProvidesFile{letgut.lbx}[2024-02-29 v0.9.8 letgut localization] +\ProvidesFile{letgut.lbx}[2024-03-07 v0.9.9 letgut localization] \InheritBibliographyExtras{french} \DeclareBibliographyStrings{ inherit = {french}, @@ -4587,7 +4660,7 @@ several purposes: create the corresponding new entry). #+begin_src latex :tangle ../../../tex/lualatex/letgut/letgut.dbx :exports both - \ProvidesFile{letgut.dbx}[2024-02-29 v0.9.8 letgut data model macros] + \ProvidesFile{letgut.dbx}[2024-03-07 v0.9.9 letgut data model macros] \DeclareBibliographyDriver{bookreview}{% \usebibmacro{bibindex}% \usebibmacro{begentry}% @@ -4642,7 +4715,7 @@ several purposes: We provide a specific ~biblatex~ citation style . #+begin_src latex :tangle ../../../tex/lualatex/letgut/letgut.cbx :exports both - \ProvidesFile{letgut.cbx}[2024-02-29 v0.9.8 letgut base citation style] + \ProvidesFile{letgut.cbx}[2024-03-07 v0.9.9 letgut base citation style] \RequireCitationStyle{numeric} #+end_src @@ -6367,13 +6440,19 @@ well... fp_zero,fp_zero_new,fparray_count,fparray_gset,fparray_gzero,% fparray_item,fparray_item_to_tl,fparray_new,g_file_curr_dir_str,% g_file_curr_ext_str,g_file_curr_name_str,g_msg_module_name_prop,% - g_msg_module_type_prop,g_peek_token,g__letgut_tmpa_bool,g__letgut_tmpa_box,% - g__letgut_tmpa_clist,g__letgut_tmpa_coffin,g__letgut_tmpa_dim,g__letgut_tmpa_fp,g__letgut_tmpa_int,% - g__letgut_tmpa_ior,g__letgut_tmpa_iow,g__letgut_tmpa_muskip,g__letgut_tmpa_prop,g__letgut_tmpa_regex,% - g__letgut_tmpa_seq,g__letgut_tmpa_skip,g__letgut_tmpa_str,g__letgut_tmpa_tl,g__letgut_tmpb_bool,g__letgut_tmpb_box,% - g__letgut_tmpb_clist,g__letgut_tmpb_coffin,g__letgut_tmpb_dim,g__letgut_tmpb_fp,g__letgut_tmpb_int,% - g__letgut_tmpb_ior,g__letgut_tmpb_iow,g__letgut_tmpb_muskip,g__letgut_tmpb_prop,g__letgut_tmpb_regex,% - g__letgut_tmpb_seq,g__letgut_tmpb_skip,g__letgut_tmpb_str,g__letgut_tmpb_tl,group_align_safe_begin,% + g_msg_module_type_prop,g_peek_token,% + g__letgut_tmpa_bool,g__letgut_tmpa_box,g__letgut_tmpa_clist,% + g__letgut_tmpa_coffin,g__letgut_tmpa_dim,g__letgut_tmpa_fp,% + g__letgut_tmpa_int,g__letgut_tmpa_ior,g__letgut_tmpa_iow,% + g__letgut_tmpa_muskip,g__letgut_tmpa_prop,g__letgut_tmpa_regex,% + g__letgut_tmpa_seq,g__letgut_tmpa_skip,g__letgut_tmpa_str,% + g__letgut_tmpa_tl,g__letgut_tmpb_bool,g__letgut_tmpb_box,% + g__letgut_tmpb_clist,g__letgut_tmpb_coffin,g__letgut_tmpb_dim,% + g__letgut_tmpb_fp,g__letgut_tmpb_int,g__letgut_tmpb_ior,% + g__letgut_tmpb_iow,g__letgut_tmpb_muskip,g__letgut_tmpb_prop,% + g__letgut_tmpb_regex,g__letgut_tmpb_seq,g__letgut_tmpb_skip,% + g__letgut_tmpb_str,g__letgut_tmpb_tl,% + group_align_safe_begin,% group_align_safe_end,group_begin,group_end,group_insert_after,% group_log_list,group_show_list,hbox,hbox_gset,hbox_gset_end,% hbox_gset_to_wd,hbox_overlap_center,hbox_overlap_left,% @@ -6415,13 +6494,18 @@ well... l_keys_usage_load_prop,l_keys_usage_preamble_prop,l_keys_value_tl,% l_my_int,l_peek_token,l_text_accents_tl,l_text_case_exclude_arg_tl,% l_text_expand_exclude_tl,l_text_letterlike_tl,l_text_math_arg_tl,% - l_text_math_delims_tl,l_text_titlecase_check_letter_bool,l__letgut_tmpa_bool,% - l__letgut_tmpa_box,l__letgut_tmpa_clist,l__letgut_tmpa_coffin,l__letgut_tmpa_dim,l__letgut_tmpa_fp,% - l__letgut_tmpa_int,l__letgut_tmpa_muskip,l__letgut_tmpa_prop,l__letgut_tmpa_regex,l__letgut_tmpa_seq,% - l__letgut_tmpa_skip,l__letgut_tmpa_str,l__letgut_tmpa_tl,l__letgut_tmpb_bool,l__letgut_tmpb_box,% - l__letgut_tmpb_clist,l__letgut_tmpb_coffin,l__letgut_tmpb_dim,l__letgut_tmpb_fp,l__letgut_tmpb_int,% - l__letgut_tmpb_muskip,l__letgut_tmpb_prop,l__letgut_tmpb_regex,l__letgut_tmpb_seq,l__letgut_tmpb_skip,% - l__letgut_tmpb_str,l__letgut_tmpb_tl,legacy_if,legacy_if_gset,legacy_if_gset_false,% + l_text_math_delims_tl,l_text_titlecase_check_letter_bool,% + l__letgut_tmpa_bool,l__letgut_tmpa_box,l__letgut_tmpa_clist,% + l__letgut_tmpa_coffin,l__letgut_tmpa_dim,l__letgut_tmpa_fp,% + l__letgut_tmpa_int,l__letgut_tmpa_muskip,l__letgut_tmpa_prop,% + l__letgut_tmpa_regex,l__letgut_tmpa_seq,l__letgut_tmpa_skip,% + l__letgut_tmpa_str,l__letgut_tmpa_tl,l__letgut_tmpb_bool,% + l__letgut_tmpb_box,l__letgut_tmpb_clist,l__letgut_tmpb_coffin,% + l__letgut_tmpb_dim,l__letgut_tmpb_fp,l__letgut_tmpb_int,% + l__letgut_tmpb_muskip,l__letgut_tmpb_prop,l__letgut_tmpb_regex,% + l__letgut_tmpb_seq,l__letgut_tmpb_skip,l__letgut_tmpb_str,% + l__letgut_tmpb_tl,% + legacy_if,legacy_if_gset,legacy_if_gset_false,% legacy_if_gset_true,legacy_if_p,legacy_if_set,legacy_if_set_false,% legacy_if_set_true,lua_escape,lua_now,lua_shipout,lua_shipout_e,% mode_if_horizontal,mode_if_horizontal_p,mode_if_inner,% -- cgit v1.2.3