texlive[74397] branches/branch2024.final/Master/texmf-dist:
commits+karl at tug.org
commits+karl at tug.org
Sun Mar 2 22:44:09 CET 2025
Revision: 74397
https://tug.org/svn/texlive?view=revision&revision=74397
Author: karl
Date: 2025-03-02 22:44:09 +0100 (Sun, 02 Mar 2025)
Log Message:
-----------
notebeamer (branch) (2mar25)
Modified Paths:
--------------
branches/branch2024.final/Master/texmf-dist/doc/latex/notebeamer/notebeamer.pdf
branches/branch2024.final/Master/texmf-dist/source/latex/notebeamer/notebeamer.dtx
branches/branch2024.final/Master/texmf-dist/tex/latex/notebeamer/notebeamer.sty
Modified: branches/branch2024.final/Master/texmf-dist/doc/latex/notebeamer/notebeamer.pdf
===================================================================
(Binary files differ)
Modified: branches/branch2024.final/Master/texmf-dist/source/latex/notebeamer/notebeamer.dtx
===================================================================
--- branches/branch2024.final/Master/texmf-dist/source/latex/notebeamer/notebeamer.dtx 2025-03-02 21:43:55 UTC (rev 74396)
+++ branches/branch2024.final/Master/texmf-dist/source/latex/notebeamer/notebeamer.dtx 2025-03-02 21:44:09 UTC (rev 74397)
@@ -84,11 +84,15 @@
\AddToHook{env/function/before}{\vspace*{-.65\baselineskip}}
\AddToHook{env/syntax/after}{\vspace*{.15\baselineskip}}
\makeatletter
-\def \@key #1{\textcolor{red}{\textbf{\texttt{#1}}} \normalfont \texttt{=}}
+\def \@key #1{\textcolor{red}{\textbf{\texttt{#1}}}~\normalfont \texttt{=}~}
\def \s at key #1{\textcolor{red}{\textbf{\texttt{#1}}}}
-\DeclareRobustCommand \key{\@ifstar\s at key\@key}
+\DeclareRobustCommand \key {\@ifstar\s at key\@key}
\def \val #1{\meta{\textup{#1}}}
+\def \TFF {true\textbar \textbf{false}}
+\def \TTF {\textbf{true}\textbar false}
\def \HoLogo at ApTeX #1{\HOLOGO at mbox {Ap\kern -.1667em\TeX}}
+\newlist{keyval}{itemize}{10}
+\setlist[keyval]{leftmargin = 0pt, labelsep = 0pt}
\makeatother
\makeindex
\begin{document}
@@ -109,7 +113,7 @@
% \texttt{<\href{mailto:myhsia at outlook.com}{myhsia at outlook.com}>}^^A
% }
%
-% \date{Released 2025-03-01\quad \texttt{v4.1B}}
+% \date{Released 2025-03-02\quad \texttt{v4.1C}}
%
% \maketitle
%
@@ -138,7 +142,7 @@
% the specific pages of the \file{.pdf} file on the left side of the note
% pages. The mandatory argument can set the \file{.pdf} file that will be
% inserted. The optional argument accepts the following keys
-% \begin{itemize}[leftmargin = 0pt]
+% \begin{keyval}
% \item [\key{color}] \val{str} can set the note lines' color
% (Default: black), this key's name could be omitted.
% \item [\key{ratio}] \val{fp num} can set imported slides' ratio and empty
@@ -152,7 +156,7 @@
% (Default: |1|).
% \item [\key{lhead, rhead}] \val{str} can set the left / right header of
% the pages.
-% \end{itemize}
+% \end{keyval}
% \end{function}
%
% Additionally, \cs[no-index]{newgeometry} could be used for assistance. Such as
@@ -186,7 +190,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplPackage {notebeamer} {2025-03-01} {v4.1B}
+\ProvidesExplPackage {notebeamer} {2025-03-02} {v4.1C}
{Package provides macros for inputting slides on note papers quickly.}
% \end{macrocode}
%
Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/notebeamer/notebeamer.sty
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/notebeamer/notebeamer.sty 2025-03-02 21:43:55 UTC (rev 74396)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/notebeamer/notebeamer.sty 2025-03-02 21:44:09 UTC (rev 74397)
@@ -20,7 +20,7 @@
%% The Current Maintainer of this work is Mingyu Xia. *
%% -----------------------------------------------------------------------
\RequirePackage{expl3, xparse}
-\ProvidesExplPackage {notebeamer} {2025-03-01} {v4.1B}
+\ProvidesExplPackage {notebeamer} {2025-03-02} {v4.1C}
{Package provides macros for inputting slides on note papers quickly.}
\RequirePackage{l3graphics, tikz, tikzpagenodes}
\NewDocumentCommand \includebeamer { O{} m O{} }
More information about the tex-live-commits
mailing list.