texlive[52211] Master/texmf-dist: skdoc (29sep19)

commits+karl at tug.org commits+karl at tug.org
Sun Sep 29 23:14:38 CEST 2019


Revision: 52211
          http://tug.org/svn/texlive?view=revision&revision=52211
Author:   karl
Date:     2019-09-29 23:14:38 +0200 (Sun, 29 Sep 2019)
Log Message:
-----------
skdoc (29sep19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/skdoc/README
    trunk/Master/texmf-dist/doc/latex/skdoc/skdoc.pdf
    trunk/Master/texmf-dist/source/latex/skdoc/skdoc.dtx
    trunk/Master/texmf-dist/tex/latex/skdoc/skdoc.cls

Modified: trunk/Master/texmf-dist/doc/latex/skdoc/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/skdoc/README	2019-09-29 21:14:26 UTC (rev 52210)
+++ trunk/Master/texmf-dist/doc/latex/skdoc/README	2019-09-29 21:14:38 UTC (rev 52211)
@@ -1,6 +1,6 @@
 %% skdoc documentation class
 %%
-%% Copyright (C) 2012-2018 by Simon Sigurdhsson <sigurdhsson at gmail.com>
+%% Copyright (C) 2012-2019 by Simon Sigurdhsson <sigurdhsson at gmail.com>
 %%
 %% This work may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either version 1.3
@@ -17,7 +17,7 @@
 %% This work consists of the files skdoc.dtx
 %% and the derived filebase skdoc.cls.
 
-This is version 1.5a of the skdoc document class. It is designed to
+This is version 1.5b of the skdoc document class. It is designed to
 generate both documentation and derivative files using only LaTeX,
 i.e. without using docstrip and ins/dtx files.
 

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

Modified: trunk/Master/texmf-dist/source/latex/skdoc/skdoc.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/skdoc/skdoc.dtx	2019-09-29 21:14:26 UTC (rev 52210)
+++ trunk/Master/texmf-dist/source/latex/skdoc/skdoc.dtx	2019-09-29 21:14:38 UTC (rev 52211)
@@ -1,7 +1,7 @@
 % \iffalse
 %% skdoc documentation class
 %%
-%% Copyright (C) 2012-2018 by Simon Sigurdhsson <sigurdhsson at gmail.com>
+%% Copyright (C) 2012-2019 by Simon Sigurdhsson <sigurdhsson at gmail.com>
 %%
 %% This work may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either version 1.3
@@ -73,7 +73,7 @@
 %</driver>
 %<class>\ProvidesExplClass{skdoc}
 %<*class>
-    {2018/04/18}{1.5a}{skdoc documentation class}
+    {2019/09/29}{1.5b}{skdoc documentation class}
 %</class>
 %
 %<*driver>
@@ -132,7 +132,7 @@
 % {}{\small\pagemark}
 % \pagestyle{skdoc-class}
 %
-% \version{1.5a}
+% \version{1.5b}
 % \changes{1.0}{Initial version}
 % \changes{1.1}{Added support for syntax highlighting using \pkg{minted}}
 % \changes{1.1a}{Deprecate the use of \pkg{bibtex} in favour of \pkg{biblatex}}
@@ -145,6 +145,7 @@
 % \changes{1.4b}{Track \pkg{expl3} changes (thanks to Joseph Wright)}
 % \changes{1.5}{Fix incompatibilities with \pkg{minted}}
 % \changes{1.5a}{Track \pkg{expl3} changes (thanks to Felix Faltin)}
+% \changes{1.5b}{Track \pkg{expl3} changes (thanks to Phelype Oleinik). Replace \pkg{opensans} option \opt{osfigures} with \opt{oldstyle} (\#40)}
 % \iffalse
 %%% Don't forget to update the version number and release date of
 %%% the package declaration on line 76!
@@ -800,7 +801,7 @@
     \RequirePackage[english=british]{csquotes}
     \RequirePackage[font=small,labelfont=bf,textfont=it]{caption}
     \RequirePackage{PTSerif,sourcecodepro}
-    \RequirePackage[defaultsans,osfigures,scale=0.95]{opensans}
+    \RequirePackage[defaultsans,oldstyle,scale=0.95]{opensans}
     \RequirePackage[babel]{microtype}
 }
 %    \end{macrocode}
@@ -943,7 +944,7 @@
 % if no \cs{write18} access is available, two if we have restricted
 % access and one if access is unrestricted.
 %    \begin{macrocode}
-        \if_int_compare:w\pdf at shellescape=\c_one
+        \if_int_compare:w\pdf at shellescape=\c_one_int
             \prg_return_true:
         \else:
             \prg_return_false:
@@ -1308,7 +1309,7 @@
 % Before doing anything, set create or increment a counter keeping
 % track of the line number of the file we're writing to.
 %    \begin{macrocode}
-        \int_compare:nNnT{\int_use:c{skdoc at output@##1 at line}}=\c_zero%
+        \int_compare:nNnT{\int_use:c{skdoc at output@##1 at line}}=\c_zero_int%
             {\int_gincr:c{skdoc at output@##1 at line}}%
     }
 %    \end{macrocode}
@@ -1381,7 +1382,7 @@
                 \begin{minipage}[c][1ex]{\textwidth}
                     \bool_if:nF{
                         \g__skdoc_in_example_bool &&
-                        !\int_compare_p:nNn{\clist_count:N\l__skdoc_keys}>\c_one
+                        !\int_compare_p:nNn{\clist_count:N\l__skdoc_keys}>\c_one_int
                     }{
                         \makebox[4ex]{%
                             \leavevmode

Modified: trunk/Master/texmf-dist/tex/latex/skdoc/skdoc.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/skdoc/skdoc.cls	2019-09-29 21:14:26 UTC (rev 52210)
+++ trunk/Master/texmf-dist/tex/latex/skdoc/skdoc.cls	2019-09-29 21:14:38 UTC (rev 52211)
@@ -8,7 +8,7 @@
 %% 
 %% skdoc documentation class
 %%
-%% Copyright (C) 2012-2018 by Simon Sigurdhsson <sigurdhsson at gmail.com>
+%% Copyright (C) 2012-2019 by Simon Sigurdhsson <sigurdhsson at gmail.com>
 %%
 %% This work may be distributed and/or modified under the
 %% conditions of the LaTeX Project Public License, either version 1.3
@@ -26,7 +26,7 @@
 %% and the derived filebase skdoc.cls.
 \RequirePackage{expl3}
 \ProvidesExplClass{skdoc}
-    {2018/04/18}{1.5a}{skdoc documentation class}
+    {2019/09/29}{1.5b}{skdoc documentation class}
 \PassOptionsToPackage{log-declarations=false}{xparse}
 \LoadClass[ DIV7,
             headings=big,
@@ -46,7 +46,7 @@
     \RequirePackage[english=british]{csquotes}
     \RequirePackage[font=small,labelfont=bf,textfont=it]{caption}
     \RequirePackage{PTSerif,sourcecodepro}
-    \RequirePackage[defaultsans,osfigures,scale=0.95]{opensans}
+    \RequirePackage[defaultsans,oldstyle,scale=0.95]{opensans}
     \RequirePackage[babel]{microtype}
 }
 \msg_new:nnn{skdoc}{key-exists}{File~key~"#1"~already~declared!}
@@ -95,7 +95,7 @@
 }
 \prg_new_conditional:Nnn\__skdoc_if_shellescape:{T,F,TF}{
     \if_cs_exist:N\pdf at shellescape
-        \if_int_compare:w\pdf at shellescape=\c_one
+        \if_int_compare:w\pdf at shellescape=\c_one_int
             \prg_return_true:
         \else:
             \prg_return_false:
@@ -352,7 +352,7 @@
         \int_if_exist:cTF{skdoc at output@##1 at line}{}{
             \msg_critical:nnn{skdoc}{key-nexists}{##1}
         }%
-        \int_compare:nNnT{\int_use:c{skdoc at output@##1 at line}}=\c_zero%
+        \int_compare:nNnT{\int_use:c{skdoc at output@##1 at line}}=\c_zero_int%
             {\int_gincr:c{skdoc at output@##1 at line}}%
     }
     \__skdoc_if_print_code:T{
@@ -392,7 +392,7 @@
                 \begin{minipage}[c][1ex]{\textwidth}
                     \bool_if:nF{
                         \g__skdoc_in_example_bool &&
-                        !\int_compare_p:nNn{\clist_count:N\l__skdoc_keys}>\c_one
+                        !\int_compare_p:nNn{\clist_count:N\l__skdoc_keys}>\c_one_int
                     }{
                         \makebox[4ex]{%
                             \leavevmode



More information about the tex-live-commits mailing list