texlive[64846] Master/texmf-dist: debate (29oct22)
commits+karl at tug.org
commits+karl at tug.org
Sat Oct 29 21:46:03 CEST 2022
Revision: 64846
http://tug.org/svn/texlive?view=revision&revision=64846
Author: karl
Date: 2022-10-29 21:46:03 +0200 (Sat, 29 Oct 2022)
Log Message:
-----------
debate (29oct22)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/debate/DEPENDS.txt
trunk/Master/texmf-dist/doc/latex/debate/README.md
trunk/Master/texmf-dist/doc/latex/debate/debate.pdf
trunk/Master/texmf-dist/source/latex/debate/debate.dtx
trunk/Master/texmf-dist/source/latex/debate/debate.ins
trunk/Master/texmf-dist/tex/latex/debate/debate.sty
Modified: trunk/Master/texmf-dist/doc/latex/debate/DEPENDS.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/debate/DEPENDS.txt 2022-10-29 19:45:47 UTC (rev 64845)
+++ trunk/Master/texmf-dist/doc/latex/debate/DEPENDS.txt 2022-10-29 19:46:03 UTC (rev 64846)
@@ -1,6 +1,3 @@
hard xkeyval
hard xcolor
hard tcolorbox
-hard pdfcol
-hard listings
-hard listingsutf8
\ No newline at end of file
Modified: trunk/Master/texmf-dist/doc/latex/debate/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/debate/README.md 2022-10-29 19:45:47 UTC (rev 64845)
+++ trunk/Master/texmf-dist/doc/latex/debate/README.md 2022-10-29 19:46:03 UTC (rev 64846)
@@ -20,8 +20,7 @@
\end{document}
```
-The full example and all commands are available in the
-[`debate.tex`](https://github.com/yegor256/debate/blob/master/debate.tex) file.
+Otherwise, you can download [`eolang.sty`](https://raw.githubusercontent.com/yegor256/debate/gh-pages/debate/debate.sty) and add to your project.
If you want to contribute yourself, make a fork, then create a branch,
then run `make` in the root directory.
Modified: trunk/Master/texmf-dist/doc/latex/debate/debate.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/debate/debate.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/debate/debate.dtx 2022-10-29 19:45:47 UTC (rev 64845)
+++ trunk/Master/texmf-dist/source/latex/debate/debate.dtx 2022-10-29 19:46:03 UTC (rev 64846)
@@ -50,16 +50,16 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{debate}
%<*package>
-[2022-10-03 0.2.0 Debates Between Reviewers]
+[2022-10-29 0.2.1 Debates Between Reviewers]
%</package>
%<*driver>
\documentclass{ltxdoc}
\usepackage[tt=false, type1=true]{libertine}
-\usepackage{multicol}
\usepackage{debate}
\usepackage{href-ul}
-\usepackage{xcolor}
+\usepackage[dtx]{docshots}
\usepackage{microtype}
+\AddToHook{env/verbatim/begin}{\microtypesetup{protrusion=false}}
\PageIndex
\EnableCrossrefs
\CodelineIndex
@@ -78,47 +78,30 @@
%
% \maketitle
%
+% \textbf{NB!}
+% If you want to use |tcolorbox| package, make sure you include
+% |debate| first.
+
% \section{Introduction}
%
% This package helps you organize debates between a few people
% right inside your documents:
-% \begin{multicols}{2}
-% \raggedcolumns
-%\iffalse
-%<*verb>
-%\fi
-\begin{verbatim}
-\documentclass{article}
-\usepackage[T1]{fontenc}
-\usepackage{debate}
-\begin{document}
-I think apples are tastier
-\debate[Jeff]{I don't think it's true!}
-\debate[Anna]{It is indeed true!}
-than pears!
+% \begin{docshot}
+% \documentclass{article}
+% \usepackage{debate}
+% \usepackage[paperwidth=3in]{geometry}
+% \pagestyle{empty}
+% \begin{document}\noindent
+% Never argue with stupid people,
+% \debate[Jeff]{I disagree!}
+% \debate[Anna]{I won't argue...}
+% they will drag you down to their
+% level and then beat you with
+% experience -- \emph{Mark Twain}
+% \end{document}
+% \end{docshot}
-And I don't want to argue with me.
-\end{document}
-\end{verbatim}
-%\iffalse
-%</verb>
-%\fi
-%
-% \columnbreak
-%
-% I think apples are tastier
-% \debate[Jeff]{I don't think it's true!}
-% \debate[Anna]{It is indeed true!}
-% than pears!
-%
-% And I don't want to argue with me.
-% \end{multicols}
-
-% \textbf{NB!}
-% If you want to use |tcolorbox| package, make sure you include
-% |debate| first.
-
% \section{Package Options}
% \begin{macro}{hide}
@@ -156,13 +139,18 @@
#1%
\else%
{%
- \begin{tcolorbox}[frame hidden,sharp corners,enhanced,borderline west={1pt}{0pt}{red},interior hidden,boxsep=0pt,left=0pt,right=0pt,top=0pt,bottom=0pt,beforeafter skip balanced=0pt]
+ \begin{tcolorbox}[frame hidden,sharp corners,
+ enhanced,borderline west={1pt}{0pt}{red},
+ interior hidden,boxsep=0pt,left=0pt,right=0pt,
+ top=0pt,bottom=0pt,beforeafter skip balanced=0pt]
\sffamily\color{gray}%
\raggedright%
- \addtolength\leftskip{18pt}\setlength\parskip{0pt}\setlength\parindent{0pt}%
+ \addtolength\leftskip{18pt}%
+ \setlength\parskip{0pt}%
+ \setlength\parindent{0pt}%
\textcolor{red}{\bfseries\scshape #1}: #2
- \end{tcolorbox}
- \vspace{-\parskip}
+ \end{tcolorbox}%
+ \vspace{-\parskip}%
}%
\fi%
}\makeatother
Modified: trunk/Master/texmf-dist/source/latex/debate/debate.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/debate/debate.ins 2022-10-29 19:45:47 UTC (rev 64845)
+++ trunk/Master/texmf-dist/source/latex/debate/debate.ins 2022-10-29 19:46:03 UTC (rev 64846)
@@ -48,8 +48,8 @@
\endpreamble
\generate{\file{debate.sty}{\from{debate.dtx}{package}}}
\obeyspaces
-\Msg{*** To finish the installation you have to move the ".sty"}
-\Msg{*** file into a directory searched by TeX. To produce the}
-\Msg{*** documentation run the file ".dtx" through LaTeX. If any}
-\Msg{*** questions, submit a new GitHub issue.}
+\Msg{To finish the installation you have to move the ".sty"}
+\Msg{file into a directory searched by TeX. To produce the}
+\Msg{documentation run the file ".dtx" through LaTeX. If any}
+\Msg{questions, submit a new GitHub issue.}
\endbatchfile
Modified: trunk/Master/texmf-dist/tex/latex/debate/debate.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/debate/debate.sty 2022-10-29 19:45:47 UTC (rev 64845)
+++ trunk/Master/texmf-dist/tex/latex/debate/debate.sty 2022-10-29 19:46:03 UTC (rev 64846)
@@ -31,7 +31,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{debate}
-[2022-10-03 0.2.0 Debates Between Reviewers]
+[2022-10-29 0.2.1 Debates Between Reviewers]
@@ -57,13 +57,18 @@
#1%
\else%
{%
- \begin{tcolorbox}[frame hidden,sharp corners,enhanced,borderline west={1pt}{0pt}{red},interior hidden,boxsep=0pt,left=0pt,right=0pt,top=0pt,bottom=0pt,beforeafter skip balanced=0pt]
+ \begin{tcolorbox}[frame hidden,sharp corners,
+ enhanced,borderline west={1pt}{0pt}{red},
+ interior hidden,boxsep=0pt,left=0pt,right=0pt,
+ top=0pt,bottom=0pt,beforeafter skip balanced=0pt]
\sffamily\color{gray}%
\raggedright%
- \addtolength\leftskip{18pt}\setlength\parskip{0pt}\setlength\parindent{0pt}%
+ \addtolength\leftskip{18pt}%
+ \setlength\parskip{0pt}%
+ \setlength\parindent{0pt}%
\textcolor{red}{\bfseries\scshape #1}: #2
- \end{tcolorbox}
- \vspace{-\parskip}
+ \end{tcolorbox}%
+ \vspace{-\parskip}%
}%
\fi%
}\makeatother
More information about the tex-live-commits
mailing list.