diff options
author | Karl Berry <karl@freefriends.org> | 2022-10-03 20:29:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-10-03 20:29:54 +0000 |
commit | 4f45b25725151bf24fbec23be6a0c2ffe2d36099 (patch) | |
tree | 53eef836b9a82e5561ee7ec0d4058cb16eaf14ee /Master/texmf-dist/tex/latex | |
parent | ebf4e6c9f13f73513c480ba559612548b3dc30cd (diff) |
debate (3oct22)
git-svn-id: svn://tug.org/texlive/trunk@64596 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/debate/debate.sty | 67 |
1 files changed, 44 insertions, 23 deletions
diff --git a/Master/texmf-dist/tex/latex/debate/debate.sty b/Master/texmf-dist/tex/latex/debate/debate.sty index 6650f4bfc58..eb2c3bc34db 100644 --- a/Master/texmf-dist/tex/latex/debate/debate.sty +++ b/Master/texmf-dist/tex/latex/debate/debate.sty @@ -1,27 +1,45 @@ -% (The MIT License) -% -% Copyright (c) 2021 Yegor Bugayenko -% -% Permission is hereby granted, free of charge, to any person obtaining a copy -% of this software and associated documentation files (the 'Software'), to deal -% in the Software without restriction, including without limitation the rights -% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -% copies of the Software, and to permit persons to whom the Software is -% furnished to do so, subject to the following conditions: -% -% The above copyright notice and this permission notice shall be included in all -% copies or substantial portions of the Software. -% -% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -% SOFTWARE. +%% +%% This is file `debate.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% debate.dtx (with options: `package') +%% (The MIT License) +%% +%% Copyright (c) 2021-2022 Yegor Bugayenko +%% +%% Permission is hereby granted, free of charge, to any person obtaining a copy +%% of this software and associated documentation files (the 'Software'), to deal +%% in the Software without restriction, including without limitation the rights +%% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +%% copies of the Software, and to permit persons to whom the Software is +%% furnished to do so, subject to the following conditions: +%% +%% The above copyright notice and this permission notice shall be included in all +%% copies or substantial portions of the Software. +%% +%% THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +%% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +%% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +%% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +%% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +%% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +%% SOFTWARE. + + \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{debate}[2021/10/10 0.1.1 Debates Between Reviewers] +\ProvidesPackage{debate} +[2022-10-03 0.2.0 Debates Between Reviewers] + + + + + + + + \RequirePackage{xcolor} \PassOptionsToPackage{most}{tcolorbox} @@ -34,7 +52,7 @@ \ProcessOptionsX\relax \makeatother -\makeatletter\newcommand\debate[2][Author]{% +\makeatletter\newcommand\debate[2][Reviewer]{% \ifdebate@hide% #1% \else% @@ -50,4 +68,7 @@ \fi% }\makeatother + \endinput +%% +%% End of file `debate.sty'. |