diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-26 23:26:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-26 23:26:32 +0000 |
commit | d4832cc656c83308ca1c4f665e585a0757de275a (patch) | |
tree | 45068890df35f90e83d64484185c1b87e387c37d /Master/texmf-dist/doc/latex | |
parent | 2a9512d7c181533340b260533b7ce7e599146617 (diff) |
pkgloader (26nov17)
git-svn-id: svn://tug.org/texlive/trunk@45914 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pkgloader/README | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pkgloader/pkgloader-packagedoc.cls | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pkgloader/pkgloader.pdf | bin | 455056 -> 469551 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/pkgloader/pkgloader.tex | 3 |
4 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/pkgloader/README b/Master/texmf-dist/doc/latex/pkgloader/README index a2372711901..368a04625c1 100644 --- a/Master/texmf-dist/doc/latex/pkgloader/README +++ b/Master/texmf-dist/doc/latex/pkgloader/README @@ -1,12 +1,14 @@ latex-pkgloader =============== -LaTeX Package : latex-pkgloader 0.5.0 +LaTeX Package : latex-pkgloader 0.5.1 -Last Modified : 2014-11-30 +Last Modified : 2017-09-20 Author : Michiel Helvensteijn (www.mhelvens.net) +CTAN page : https://www.ctan.org/pkg/pkgloader + Summary ------- @@ -38,12 +40,11 @@ it in a place where your LaTeX distribution can find it. Documentation ------------- -`pkgloader.pdf` is provided directly in the package archive. To -generate the documentation yourself, run LaTeX on pkgloader.tex. +`pkgloader.pdf` is provided directly in the package archive or [via CTAN](http://mirrors.ctan.org/macros/latex/contrib/pkgloader/pkgloader.pdf). +To generate the documentation yourself, run LaTeX on pkgloader.tex. (`pkgloader.tex` does not contain the package code itself; it inputs `pkgloader.sty` directly to document the implementation) - License ------- diff --git a/Master/texmf-dist/doc/latex/pkgloader/pkgloader-packagedoc.cls b/Master/texmf-dist/doc/latex/pkgloader/pkgloader-packagedoc.cls index c1c0997ab31..efc48cf8ba6 100644 --- a/Master/texmf-dist/doc/latex/pkgloader/pkgloader-packagedoc.cls +++ b/Master/texmf-dist/doc/latex/pkgloader/pkgloader-packagedoc.cls @@ -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 % diff --git a/Master/texmf-dist/doc/latex/pkgloader/pkgloader.pdf b/Master/texmf-dist/doc/latex/pkgloader/pkgloader.pdf Binary files differindex 383a6fbcb12..3deb07d166f 100644 --- a/Master/texmf-dist/doc/latex/pkgloader/pkgloader.pdf +++ b/Master/texmf-dist/doc/latex/pkgloader/pkgloader.pdf diff --git a/Master/texmf-dist/doc/latex/pkgloader/pkgloader.tex b/Master/texmf-dist/doc/latex/pkgloader/pkgloader.tex index 8f9bb25cb2b..9e14ab93bb9 100644 --- a/Master/texmf-dist/doc/latex/pkgloader/pkgloader.tex +++ b/Master/texmf-dist/doc/latex/pkgloader/pkgloader.tex @@ -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} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |