From d2aa2098ae5fa2b8dac360a4efacdf84b8f76195 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 24 Feb 2022 20:52:12 +0000 Subject: grading-scheme (24feb22) git-svn-id: svn://tug.org/texlive/trunk@62163 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/grading-scheme/README.md | 27 ---------------- .../texmf-dist/doc/latex/grading-scheme/README.txt | 30 ++++++++++++++++++ .../doc/latex/grading-scheme/grading-scheme.pdf | Bin 793342 -> 795089 bytes .../source/latex/grading-scheme/grading-scheme.dtx | 35 +++++++++++---------- .../tex/latex/grading-scheme/grading-scheme.sty | 6 ++-- 5 files changed, 51 insertions(+), 47 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/grading-scheme/README.md create mode 100644 Master/texmf-dist/doc/latex/grading-scheme/README.txt (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/grading-scheme/README.md b/Master/texmf-dist/doc/latex/grading-scheme/README.md deleted file mode 100644 index fc4d708364d..00000000000 --- a/Master/texmf-dist/doc/latex/grading-scheme/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# The grading-scheme package -Copyiright (C) 2020 Maximilian Keßler - -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. diff --git a/Master/texmf-dist/doc/latex/grading-scheme/README.txt b/Master/texmf-dist/doc/latex/grading-scheme/README.txt new file mode 100644 index 00000000000..4bf01062ccd --- /dev/null +++ b/Master/texmf-dist/doc/latex/grading-scheme/README.txt @@ -0,0 +1,30 @@ +The grading-scheme package +--- + +Copyright (C) 2022 Maximilian Keßler + +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. diff --git a/Master/texmf-dist/doc/latex/grading-scheme/grading-scheme.pdf b/Master/texmf-dist/doc/latex/grading-scheme/grading-scheme.pdf index 7dbe25d6f27..4cd9f48815e 100644 Binary files a/Master/texmf-dist/doc/latex/grading-scheme/grading-scheme.pdf and b/Master/texmf-dist/doc/latex/grading-scheme/grading-scheme.pdf differ diff --git a/Master/texmf-dist/source/latex/grading-scheme/grading-scheme.dtx b/Master/texmf-dist/source/latex/grading-scheme/grading-scheme.dtx index a63a466573d..24f05072a64 100644 --- a/Master/texmf-dist/source/latex/grading-scheme/grading-scheme.dtx +++ b/Master/texmf-dist/source/latex/grading-scheme/grading-scheme.dtx @@ -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 % % -%\ProvidesExplPackage {grading-scheme} {2022/02/22} {bla} -% {test} +%\ProvidesExplPackage {grading-scheme} {2022/02/24} {0.1.1} +% {Typeset grading schemes in tabular format} % %<*driver> \documentclass[full]{l3doc} \usepackage{grading-scheme} \begin{document} +\RecordChanges \DocInput{grading-scheme.dtx} \end{document} % % \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@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 } diff --git a/Master/texmf-dist/tex/latex/grading-scheme/grading-scheme.sty b/Master/texmf-dist/tex/latex/grading-scheme/grading-scheme.sty index 2ee191440cc..55034530159 100644 --- a/Master/texmf-dist/tex/latex/grading-scheme/grading-scheme.sty +++ b/Master/texmf-dist/tex/latex/grading-scheme/grading-scheme.sty @@ -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 } -- cgit v1.2.3