summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-04-11 22:26:03 +0000
committerKarl Berry <karl@freefriends.org>2023-04-11 22:26:03 +0000
commit1b1ffb2c7d12640bed14bcd0a53a3bd22f0ae29f (patch)
tree12a523a301833c183615ff7b5df32c523d1f8931 /Master/texmf-dist/source
parent2849eec117ee8e6603b7f68a8845df591d44b4d3 (diff)
piton (12apr23)
git-svn-id: svn://tug.org/texlive/trunk@66827 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/lualatex/piton/piton.dtx33
1 files changed, 23 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/lualatex/piton/piton.dtx b/Master/texmf-dist/source/lualatex/piton/piton.dtx
index 8d8caee54fd..794fc718eb2 100644
--- a/Master/texmf-dist/source/lualatex/piton/piton.dtx
+++ b/Master/texmf-dist/source/lualatex/piton/piton.dtx
@@ -15,8 +15,8 @@
%
% \fi
% \iffalse
-\def\myfileversion{1.5}
-\def\myfiledate{2023/04/04}
+\def\myfileversion{1.5a}
+\def\myfiledate{2023/04/11}
%
%
%<*batchfile>
@@ -955,6 +955,10 @@ version 2005/12/01 or later.
% can't extend on several lines.} of Python are not considered.
%
% \medskip
+% Regarding the fonctions |\alt| and |\temporal| there should be no carriage
+% returns in the mandatory arguments of these functions.
+%
+% \medskip
% Here is a complete example of file:
%
% \begin{Verbatim}[formatcom = \small\color{gray}]
@@ -2370,7 +2374,7 @@ version 2005/12/01 or later.
\bool_if:NT \l_@@_line_numbers_bool
{
\bool_if:NF \l_@@_all_line_numbers_bool
- { \tl_if_empty:nF { #1 } }
+ { \tl_if_eq:nnF { #1 } { \PitonStyle {Prompt}{} } } % corrected 2023/04/10
\@@_print_number:
}
\clist_if_empty:NF \l_@@_bg_color_clist
@@ -2875,15 +2879,15 @@ version 2005/12/01 or later.
\footnotesize
\bool_if:NTF \l_@@_all_line_numbers_bool
{
- \int_to_arabic:n
- { \g_@@_visual_line_int + \l_@@_nb_lines_int }
+ \int_to_arabic:n
+ { \g_@@_visual_line_int + \l_@@_nb_lines_int }
}
{
- \lua_now:n
- { piton.CountNonEmptyLinesFile(token.scan_argument()) }
- { #3 }
- \int_to_arabic:n
- { \g_@@_visual_line_int + \l_@@_nb_non_empty_lines_int }
+ \lua_now:n
+ { piton.CountNonEmptyLinesFile(token.scan_argument()) }
+ { #3 }
+ \int_to_arabic:n
+ { \g_@@_visual_line_int + \l_@@_nb_non_empty_lines_int }
}
}
\dim_set:Nn \l_@@_left_margin_dim
@@ -5057,6 +5061,15 @@ end
% \vspace{1cm}
% \section{History}
%
+% The successive versions of the file |piton.sty| provided by TeXLive are available on the
+% \textsc{svn} server of TeXLive:\par\nobreak
+%
+% \smallskip
+% {
+% \small
+% \nolinkurl{https://tug.org/svn/texlive/trunk/Master/texmf-dist/tex/lualatex/piton/piton.sty}
+% }
+%
% % \subsection*{Changes between versions 1.4 and 1.5}
%
% New key |numbers-sep|.