texlive[45914] Master/texmf-dist: pkgloader (26nov17)

commits+karl at tug.org commits+karl at tug.org
Mon Nov 27 00:26:32 CET 2017


Revision: 45914
          http://tug.org/svn/texlive?view=revision&revision=45914
Author:   karl
Date:     2017-11-27 00:26:32 +0100 (Mon, 27 Nov 2017)
Log Message:
-----------
pkgloader (26nov17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/pkgloader/README
    trunk/Master/texmf-dist/doc/latex/pkgloader/pkgloader-packagedoc.cls
    trunk/Master/texmf-dist/doc/latex/pkgloader/pkgloader.pdf
    trunk/Master/texmf-dist/doc/latex/pkgloader/pkgloader.tex
    trunk/Master/texmf-dist/tex/latex/pkgloader/pkgloader.sty

Modified: trunk/Master/texmf-dist/doc/latex/pkgloader/README
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/pkgloader/pkgloader-packagedoc.cls
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pkgloader/pkgloader-packagedoc.cls	2017-11-26 23:26:18 UTC (rev 45913)
+++ trunk/Master/texmf-dist/doc/latex/pkgloader/pkgloader-packagedoc.cls	2017-11-26 23:26:32 UTC (rev 45914)
@@ -173,6 +173,7 @@
   texcsstyle=*\bfseries,%
   keywordstyle=\bfseries%
 }
+\lstMakeShortInline[style=examplecode]|
 
 %%% Setting up example code block
 
@@ -318,7 +319,7 @@
   \vskip-1.05\abovedisplayskip%
 }
 
-\BeforeBeginEnvironment{macrocode}{\vskip.2\abovedisplayskip}
+\BeforeBeginEnvironment{macrocode}{\lstDeleteShortInline|\vskip.2\abovedisplayskip}
 
 %%% Actually surround 'macrocode' with the frame
 %
@@ -337,7 +338,7 @@
 %%% always go back to it after one code block
 %
 \interesting
-\AfterEndEnvironment{macrocode}{\vskip\belowdisplayskip\interesting\NoIndentAfterThis}
+\AfterEndEnvironment{macrocode}{\lstMakeShortInline[style=examplecode]|\vskip\belowdisplayskip\interesting\NoIndentAfterThis}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % Argument Specifiers and such                                                 %

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

Modified: trunk/Master/texmf-dist/doc/latex/pkgloader/pkgloader.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pkgloader/pkgloader.tex	2017-11-26 23:26:18 UTC (rev 45913)
+++ trunk/Master/texmf-dist/doc/latex/pkgloader/pkgloader.tex	2017-11-26 23:26:32 UTC (rev 45914)
@@ -48,6 +48,9 @@
 \changes{0.5.0}{2014/11/30}
   {integrates a number of new package loading rules contributed by the community}
 
+\changes{0.5.1}{2017/09/20}
+  {fixed the package to work aafter \cs_new:Nn was changed to only allow 'N' and 'n' in function signatures (2016/08/20)}
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \begin{document}                                                               %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Modified: trunk/Master/texmf-dist/tex/latex/pkgloader/pkgloader.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pkgloader/pkgloader.sty	2017-11-26 23:26:18 UTC (rev 45913)
+++ trunk/Master/texmf-dist/tex/latex/pkgloader/pkgloader.sty	2017-11-26 23:26:32 UTC (rev 45914)
@@ -17,7 +17,7 @@
 %                                                                              %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \fi %%%%
 
-% \CheckSum{527}
+% \CheckSum{0}
 %
 % \CharacterTable
 %  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -48,7 +48,7 @@
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
 \RequirePackage{expl3}
-\ProvidesExplPackage{pkgloader}{2014/11/30}{0.5.0}
+\ProvidesExplPackage{pkgloader}{2017/09/20}{0.5.1}
   {managing the options and loading order of LaTeX packages}
 %    \end{macrocode}
 %
@@ -844,7 +844,7 @@
 %  filenames from their four character extension:
 %  
 %    \begin{macrocode}
-\cs_new:Nn \__pkgloader_strip_extension:f {
+\cs_new:Npn \__pkgloader_strip_extension:f #1 {
   \tl_reverse:f{
     \tl_tail:f{\tl_tail:f{\tl_tail:f{\tl_tail:f{
       \tl_reverse:n{#1}



More information about the tex-live-commits mailing list