texlive[62163] Master/texmf-dist: grading-scheme (24feb22)

commits+karl at tug.org commits+karl at tug.org
Thu Feb 24 21:52:12 CET 2022


Revision: 62163
          http://tug.org/svn/texlive?view=revision&revision=62163
Author:   karl
Date:     2022-02-24 21:52:12 +0100 (Thu, 24 Feb 2022)
Log Message:
-----------
grading-scheme (24feb22)

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

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/grading-scheme/README.txt

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/latex/grading-scheme/README.md

Deleted: trunk/Master/texmf-dist/doc/latex/grading-scheme/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/grading-scheme/README.md	2022-02-24 14:41:53 UTC (rev 62162)
+++ trunk/Master/texmf-dist/doc/latex/grading-scheme/README.md	2022-02-24 20:52:12 UTC (rev 62163)
@@ -1,27 +0,0 @@
-# The grading-scheme package
-Copyiright (C) 2020 Maximilian Keßler <ctan at maximilian-kessler.de>
-
-This matrial is subject to the LaTeX Project Public License 1.3c.
-The latest version of this license is at: http://www.latex-project.org/lppl.txt
-
-
-This bundle contains the files:
-
-README.md            this file
-grading-scheme.dtx   documented LaTeX source file
-grading-scheme.pdf   documentation produced from the dtx file
-grading-scheme.ins   run to generate the package
-
-This work is author-maintained.
-
-This is version 0.1 of the package, dated 2022-02-22
-
-# Description
-
-This package aims at an easy-to-use interface to typeset
-grading schemes in tabular format, in particular grading-schemes
-of exercises of mathematical olympiads where multiple
-solutions have to be graded and might offer mutual
-exclusive ways of receiving points.
-
-It can be run with LaTeX directly.

Added: trunk/Master/texmf-dist/doc/latex/grading-scheme/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/grading-scheme/README.txt	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/grading-scheme/README.txt	2022-02-24 20:52:12 UTC (rev 62163)
@@ -0,0 +1,30 @@
+The grading-scheme package
+---
+
+Copyright (C) 2022 Maximilian Keßler <ctan at maximilian-kessler.de>
+
+This material is subject to the LaTeX Project Public License 1.3c.
+The latest version of this license is at: http://www.latex-project.org/lppl.txt
+
+
+This bundle contains the files:
+
+README.md            this file
+grading-scheme.dtx   documented LaTeX source file
+grading-scheme.pdf   documentation produced from the dtx file
+grading-scheme.ins   run to generate the package
+
+This work is author-maintained.
+
+This is version 0.1.1 of the package, dated 2022-02-24
+
+Description
+---
+
+This package aims at an easy-to-use interface to typeset
+grading schemes in tabular format, in particular grading-schemes
+of exercises of mathematical olympiads where multiple
+solutions have to be graded and might offer mutual
+exclusive ways of receiving points.
+
+It can be run with LaTeX directly.


Property changes on: trunk/Master/texmf-dist/doc/latex/grading-scheme/README.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/latex/grading-scheme/grading-scheme.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/grading-scheme/grading-scheme.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/grading-scheme/grading-scheme.dtx	2022-02-24 14:41:53 UTC (rev 62162)
+++ trunk/Master/texmf-dist/source/latex/grading-scheme/grading-scheme.dtx	2022-02-24 20:52:12 UTC (rev 62163)
@@ -1,18 +1,11 @@
 % \iffalse meta-comment
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% This LaTeX docstrip file is free software and is dual-licensed               %
-% under the LPPLv1.3c and the GPLv3 licenses.                                  %
+% This LaTeX docstrip file is free software and is licensed under the          %
+% Latex Project Public License v1.3c, or (at your choice) any later version    %
+% The latest version of the license can be found at                            %
+% https://www.latex-project.org/lppl/lppl-1-3c.txt                             %
 % You may use it freely for your purposes.                                     %
-% The latest version of the docstrip file sources can be obtained              %
-% via GitLab under                                                             %
-%    https://gitlab.com/latexci/packages/LatexPackages                         %
-% The latest version of the built packages can be obtained via GitLab under    %
-%    https://gitlab.com/latexci/packages/LatexPackagesBuild                    %
-% For further information see the urls above.                                  %
-% Reportings of bugs, suggestions and improvements are welcome, see the README %
-% at the Git repository for further information.                               %
-%                                                                              %
-%                                                                              %
+% The packages home is https://ctan.org/pkg/grading-scheme                     %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %<*internal>
 % \begingroup
@@ -49,23 +42,29 @@
 % \endgroup
 %</internal>
 %
-%<package>\ProvidesExplPackage {grading-scheme} {2022/02/22} {bla}
-%<package>  {test}
+%<package>\ProvidesExplPackage {grading-scheme} {2022/02/24} {0.1.1}
+%<package>  {Typeset grading schemes in tabular format}
 %
 %<*driver>
 \documentclass[full]{l3doc}
 \usepackage{grading-scheme}
 \begin{document}
+\RecordChanges
 \DocInput{grading-scheme.dtx}
 \end{document}
 %</driver>
 % \fi
 %
-% 
+% \changes{0.1}{2022/02/22}{Initial release}
+% \changes{0.1.1}{2022/02/24}{Bug fix (thanks to Denis Bitouzé), typos.}
+%
+%
+%
+%
 % \title{The \pkg{grading-scheme} package}
 % 
 % \author{Maximilian Keßler\thanks{ctan at maximilian-kessler.de}}
-% \date{Released 2022/02/22\\ \vskip 1.5em {\small version 0.1}}
+% \date{Released 2022/02/24\\ \vskip 1.5em {\small version 0.1.1}}
 % 
 % \maketitle
 % 
@@ -295,6 +294,8 @@
 % The \LaTeX3 interface is, however, \emph{not} considered to be stable
 % yet, so if you really have to rely on this, feel free to contact
 % the author.
+%
+% \PrintChanges
 % 
 % \end{documentation}
 % 
@@ -1675,7 +1676,7 @@
               {
                 \int_eval:n { #3 }
               }
-              { |l| }
+              { l| }
               {
                 \exp_not:V \l_@@_block_description_tl
               }

Modified: trunk/Master/texmf-dist/tex/latex/grading-scheme/grading-scheme.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/grading-scheme/grading-scheme.sty	2022-02-24 14:41:53 UTC (rev 62162)
+++ trunk/Master/texmf-dist/tex/latex/grading-scheme/grading-scheme.sty	2022-02-24 20:52:12 UTC (rev 62163)
@@ -12,8 +12,8 @@
 %% 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\ProvidesExplPackage {grading-scheme} {2022/02/22} {bla}
-  {test}
+\ProvidesExplPackage {grading-scheme} {2022/02/24} {0.1.1}
+  {Typeset grading schemes in tabular format}
 \bool_new:N \g__grading_scheme_pipe_syntax_bool
 \keys_define:nn { grading-scheme }
   {
@@ -552,7 +552,7 @@
               {
                 \int_eval:n { #3 }
               }
-              { |l| }
+              { l| }
               {
                 \exp_not:V \l__grading_scheme_block_description_tl
               }



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