texlive[74689] Master/texmf-dist: notebeamer (18mar25)

commits+karl at tug.org commits+karl at tug.org
Tue Mar 18 21:28:21 CET 2025


Revision: 74689
          https://tug.org/svn/texlive?view=revision&revision=74689
Author:   karl
Date:     2025-03-18 21:28:21 +0100 (Tue, 18 Mar 2025)
Log Message:
-----------
notebeamer (18mar25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/notebeamer/notebeamer.pdf
    trunk/Master/texmf-dist/source/latex/notebeamer/notebeamer.dtx
    trunk/Master/texmf-dist/tex/latex/notebeamer/notebeamer.sty

Modified: trunk/Master/texmf-dist/doc/latex/notebeamer/notebeamer.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/notebeamer/notebeamer.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/notebeamer/notebeamer.dtx	2025-03-18 20:28:10 UTC (rev 74688)
+++ trunk/Master/texmf-dist/source/latex/notebeamer/notebeamer.dtx	2025-03-18 20:28:21 UTC (rev 74689)
@@ -74,9 +74,6 @@
 \fi
 %</internal>
 %
-%<*driver|package>
-\RequirePackage{expl3, xparse}
-%</driver|package>
 %<*driver>
 \documentclass[svgnames, onlydoc]{l3doc}
 \usepackage[pass]{geometry}
@@ -114,7 +111,7 @@
 %   \texttt{<\href{mailto:myhsia at outlook.com}{myhsia at outlook.com}>}^^A
 % }
 %
-% \date{Released 2025-03-12\quad \texttt{v4.1E}}
+% \date{Released 2025-03-18\quad \texttt{v4.2A}}
 %
 % \maketitle
 %
@@ -124,8 +121,7 @@
 %
 % The \pkg{notebeamer} package provides an easy way to input slides on note
 % pages quickly, developed by \pkg{expl3} based on \pkg{tikz} and
-% \pkg{l3graphics}. It is compatible with \hologo{TeX} Live 2019 or later
-% distributions and supports various compilation methods, such as
+% \pkg{l3graphics}. It supports various compilation methods, such as
 % \hologo{pdfLaTeX}, \hologo{XeLaTeX}, \hologo{ApLaTeX}, \hologo{LuaLaTeX}, etc.
 %
 % \section{Usage}
@@ -191,12 +187,14 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ProvidesExplPackage {notebeamer} {2025-03-12} {v4.1E}
+\ProvidesExplPackage {notebeamer} {2025-03-18} {v4.2A}
   {Package provides macros for inputting slides on note papers quickly.}
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\RequirePackage{l3graphics, tikz, tikzpagenodes}
+\cs_if_exist:NF \graphics_include:nn
+  { \RequirePackage{l3graphics} }
+\RequirePackage{tikz, tikzpagenodes}
 %    \end{macrocode}
 %
 % \subsection{User's Interface}

Modified: trunk/Master/texmf-dist/tex/latex/notebeamer/notebeamer.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/notebeamer/notebeamer.sty	2025-03-18 20:28:10 UTC (rev 74688)
+++ trunk/Master/texmf-dist/tex/latex/notebeamer/notebeamer.sty	2025-03-18 20:28:21 UTC (rev 74689)
@@ -19,10 +19,11 @@
 %%                                                                       *
 %%   The Current Maintainer of this work is Mingyu Xia.                  *
 %% -----------------------------------------------------------------------
-\RequirePackage{expl3, xparse}
-\ProvidesExplPackage {notebeamer} {2025-03-12} {v4.1E}
+\ProvidesExplPackage {notebeamer} {2025-03-18} {v4.2A}
   {Package provides macros for inputting slides on note papers quickly.}
-\RequirePackage{l3graphics, tikz, tikzpagenodes}
+\cs_if_exist:NF \graphics_include:nn
+  { \RequirePackage{l3graphics} }
+\RequirePackage{tikz, tikzpagenodes}
 \NewDocumentCommand \includebeamer { O{} m O{} }
   {
     \group_begin:



More information about the tex-live-commits mailing list.