summaryrefslogtreecommitdiff
path: root/macros/latex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-04-24 03:03:14 +0000
committerNorbert Preining <norbert@preining.info>2020-04-24 03:03:14 +0000
commit18510c8052e3e5b3d9a373c6418289f70d0fc28d (patch)
treebe7605a3002eaf737fb2c748068ac9e720739a1a /macros/latex
parentb86f6f3256611ce04f593d897b9cf412d18fa062 (diff)
CTAN sync 202004240303
Diffstat (limited to 'macros/latex')
-rw-r--r--macros/latex/contrib/epigraph-keys/README19
-rw-r--r--macros/latex/contrib/epigraph-keys/epigraph-keys.pdfbin0 -> 308968 bytes
-rw-r--r--macros/latex/contrib/epigraph-keys/epigraph-keys.sty145
-rw-r--r--macros/latex/contrib/epigraph-keys/epigraph-keys.tex134
-rw-r--r--macros/latex/contrib/picture/picture.dtx36
-rw-r--r--macros/latex/contrib/picture/picture.pdfbin295737 -> 303758 bytes
6 files changed, 326 insertions, 8 deletions
diff --git a/macros/latex/contrib/epigraph-keys/README b/macros/latex/contrib/epigraph-keys/README
new file mode 100644
index 0000000000..b6026194c6
--- /dev/null
+++ b/macros/latex/contrib/epigraph-keys/README
@@ -0,0 +1,19 @@
+Epigraph keys
+v1.0
+22 April 2020
+
+Authors:
+Ben McKay
+
+Maintainer:
+Ben McKay
+
+E-mail:
+b.mckay@ucc.ie
+
+Licence:
+Released under the LaTeX Project Public License v1.3c or later.
+See http://www.latex-project.org/lppl.txt
+
+The epigraph-keys package lays out epigraphs: quotations across a page, usually to open or close a chapter.
+It is intended as a simple replacement for the more sophisticated epigraphs package.
diff --git a/macros/latex/contrib/epigraph-keys/epigraph-keys.pdf b/macros/latex/contrib/epigraph-keys/epigraph-keys.pdf
new file mode 100644
index 0000000000..dd288a6e7e
--- /dev/null
+++ b/macros/latex/contrib/epigraph-keys/epigraph-keys.pdf
Binary files differ
diff --git a/macros/latex/contrib/epigraph-keys/epigraph-keys.sty b/macros/latex/contrib/epigraph-keys/epigraph-keys.sty
new file mode 100644
index 0000000000..3dceba738e
--- /dev/null
+++ b/macros/latex/contrib/epigraph-keys/epigraph-keys.sty
@@ -0,0 +1,145 @@
+% Benjamin McKay
+% b.mckay@ucc.ie
+% see epigraph-keys.pdf or epigraph-keys.tex for more information.
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{epigraph-keys}[2020/04/22 v1.0 Epigraphs using key values]
+\RequirePackage{enumitem}
+\RequirePackage{pgfkeys}
+\RequirePackage{conditionals}
+\RequirePackage{microtype}
+
+\ProcessOptions\relax
+
+\makeatletter
+{\catcode`\!=8 % funny catcode so ! will be a delimiter
+ \catcode`\Q=3 % funny catcode so Q will be a delimiter
+\long\gdef\given#1{88\fi\Ifbl@nk#1QQQ\empty!}
+\long\gdef\blank#1{88\fi\Ifbl@nk#1QQ..!}% if null or spaces
+\long\gdef\nil#1{\IfN@Ught#1* {#1}!}% if null
+\long\gdef\IfN@Ught#1 #2!{\blank{#2}}
+\long\gdef\Ifbl@nk#1#2Q#3!{\ifx#3}% same as above
+}
+\makeatother
+
+% The expression \if\expblank{...} x \else y \if gives x when ... expands out to be blank space.
+\def\expblank{\expandafter\blank\expandafter}
+\def\expgiven{\expandafter\given\expandafter}
+\def\expnil{\expandafter\nil\expandafter}
+\def\beforeepigraphskip{0pt}
+\def\afterepigraphskip{\baselineskip}
+\def\epigraphtextindent{2cm}
+\def\epigraphauthorsourceindent{1.5cm}
+\def\epigraphtextwidth{\linewidth}
+\def\epigraphstyle{\small}
+\def\epigraphdash{---}
+\def\epigraphquotefont{\itshape}
+\def\epigraphtranslationfont{}
+
+\pgfkeys{
+ /epigraph/.is family,
+ /epigraph,
+ default/.style = {
+ author = {},
+ source = {},
+ etc = {},
+ translation = {},
+ },
+ author/.store in = \epigraphauthor,
+ source/.store in = \epigraphsource,
+ etc/.store in = \epigraphetc,
+ translation/.store in = \epigraphtranslation,
+ before skip/.store in = \beforeepigraphskip,
+ before skip/.default = 0pt,
+ after skip/.store in = \afterepigraphskip,
+ after skip/.default = \baselineskip,
+ text indent/.store in = \epigraphtextindent,
+ text indent/.default = 2cm,
+ author and source indent/.store in = \epigraphauthorsourceindent,
+ author and source indent/.default = 1.5cm,
+ width/.store in = \epigraphtextwidth,
+ width/.default = \linewidth,
+ style/.store in = \epigraphstyle,
+ style/.default = \small,
+ dash/.store in = \epigraphdash,
+ dash/.default = ---,
+ quote style/.store in = \epigraphquotefont,
+ quote style/.default = {},
+ translation style/.store in = \epigraphtranslationfont,
+ translation style/.default = {},
+}
+
+\ifdefined\epigraph\else\xdef\epigraph{}\fi
+\renewcommand{\epigraph}[2][]{
+ \pgfkeys{/epigraph,default,#1}
+ \epigraphstyle\vspace{\beforeepigraphskip}
+ \begin{enumerate}[leftmargin=\epigraphtextindent]
+ \item[]
+ {%%
+ \epigraphquotefont{}%
+ \begin{minipage}{\epigraphtextwidth}%
+ #2%
+ \end{minipage}%
+ }%%
+ \if\expblank{\epigraphtranslation}
+ \else
+ \item[]
+ {%
+ \epigraphtranslationfont%
+ {%%%%
+ \begin{minipage}{\epigraphtextwidth}%
+ \epigraphtranslation%
+ \end{minipage}
+ }%%%%
+ }%
+ \fi
+ \if\expblank{\epigraphauthor}
+ \if\expblank{\epigraphsource}
+ \if\expblank{\epigraphetc}
+ \else\epigraphetc
+ \fi
+ \else
+ \begin{enumerate}[leftmargin=\epigraphauthorsourceindent]%
+ \item[\epigraphdash]%
+ {%%
+ \smallerSmallCapsTracking{}\textsc{\epigraphsource}
+ }%%
+ \if\expblank{\epigraphetc}%
+ \else{}, \epigraphetc
+ \fi
+ \end{enumerate}
+ \fi
+ \else
+ \begin{enumerate}[leftmargin=\epigraphauthorsourceindent]%
+ \item[\epigraphdash] \epigraphauthor \\
+ \if\expblank{\epigraphsource}%
+ \if\expblank{\epigraphetc}%
+ \else\epigraphetc%
+ \fi%
+ \else%
+ \begingroup
+ \smallerSmallCapsTracking{}\textsc{\epigraphsource}%
+ \endgroup
+ \if\expblank{\epigraphetc}%
+ \else%
+ \begingroup%
+ , \epigraphetc
+ \endgroup
+ \fi
+ \fi
+ \end{enumerate}
+ \fi
+ \end{enumerate}
+ \vspace{\afterepigraphskip}
+ \par\noindent
+}
+
+\newcommand{\smallerSmallCapsTracking}%
+{%
+\SetTracking{encoding={*}, shape=sc}{20}%
+}%
+
+\ifdefined\epigraphs\else\xdef\epigraphs{}\fi
+\renewenvironment{epigraphs}{\begin{enumerate}}{\end{enumerate}}
+\ifdefined\qitem\else\xdef\qitem{}\fi
+\renewcommand{\qitem}[2][]{\item[]\epigraph[#1]{#2}}
+
diff --git a/macros/latex/contrib/epigraph-keys/epigraph-keys.tex b/macros/latex/contrib/epigraph-keys/epigraph-keys.tex
new file mode 100644
index 0000000000..d6163afbb7
--- /dev/null
+++ b/macros/latex/contrib/epigraph-keys/epigraph-keys.tex
@@ -0,0 +1,134 @@
+\documentclass{article}
+\title{The {\texttt{epigraph-keys}} package}
+\author{Benjamin McKay}
+\date{\today}
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage{fixmath}
+\usepackage[mathscr]{eucal}
+\usepackage[%
+activate={true,nocompatibility},%
+final,%
+tracking=true,%
+kerning=true,%
+spacing=true,%
+factor=1100,%
+stretch=10,%
+shrink=10]{microtype}
+\microtypecontext{spacing=nonfrench}
+\usepackage{siunitx}
+\usepackage{epigraph-keys}
+\usepackage{tcolorbox}
+\usepackage{fancyvrb-ex}
+\tcbuselibrary{listings}
+\usepackage{xcolor}
+\usepackage{booktabs}
+\usepackage{colortbl}
+\arrayrulecolor{gray!30}
+\definecolor{outerrule}{gray}{0.8}
+\usepackage{pgfornament}
+\begin{document}
+\maketitle
+\tableofcontents
+\abstract{The \texttt{epigraph-keys} package lays out epigraphs: quotations across a page, usually to open or close a chapter.
+It is intended as a simple replacement for the more sophisticated \texttt{epigraphs} package.}
+\section{Introduction}
+\epigraph[author={Ludwig Wittgenstein}, source={Culture and Value}]{With my full philosophical rucksack I can only climb slowly up the mountain of mathematics.}
+Load with \verb!\usepackage{epigraph-keys}!.
+\begin{tcblisting}{title={Simple example}}
+\epigraph[
+ author={Ludwig Wittgenstein},
+ source={Culture and Value}]
+ {With my full philosophical rucksack I can only
+ climb slowly up the mountain of mathematics.}
+\end{tcblisting}
+\begin{tcblisting}{title={Example with translation}}
+\epigraph[
+ author={Paul Painlev\'e},
+ source={Analyse des travaux scientifiques},
+ translation={The shortest and easiest path
+ between any two facts about the real domain
+ passes through the complex domain.}]
+ {Entre deux v\'erit\'es du domaine r\'eel, le
+ chemin le plus facile et le plus court passe
+ bien souvent par le domaine complexe.}
+\end{tcblisting}
+\newpage
+\section{Lots of epigraphs}
+If you want to lay out a series of epigraphs, use an \verb!epigraphs! environment:
+\begin{Example}[%
+frame=single,%
+framesep=3mm,%
+framerule=2mm,%
+rulecolor=\color{outerrule}]
+\begin{epigraphs}
+ \qitem[
+ author={Hermann Weyl},
+ source={Invariants},
+ etc={Duke Mathematical Journal 5,
+ 1939, 489--502}]
+ {In these days the angel of topology and the
+ devil of abstract algebra fight for the soul
+ of every individual discipline of
+ mathematics.}
+ \qitem[
+ author={Goethe},
+ source={Faust}]
+ {--- and so who are you, after all? \\
+ --- I am part of the power which forever
+ wills evil and forever works good.}
+ \qitem[
+ source={Quran},
+ etc={2:1/2:6-2:10 \emph{The Cow}}]
+ {This Book is not to be doubted.}
+\end{epigraphs}
+\end{Example}
+\newpage
+\section{Options}
+\begin{tcblisting}{title={Options}}
+\pgfkeys{
+ /epigraph,
+ after skip={1cm},
+ before skip={0mm},
+ author and source indent=2cm,
+ text indent=1cm,
+ width=\linewidth,
+ style={\large},
+ quote style={\itshape},
+ translation style={},
+ dash={\tikz[baseline=-.3em]
+ \node[inner sep=0pt]
+ {\pgfornament[width=1cm]{11}};}
+}
+\epigraph[
+ author={Goethe},
+ source={Faust}]
+ {\begin{enumerate}
+ \item[---]
+ and so who are you, after all?
+ \item[---]
+ I am part of the power which
+ forever wills evil and forever
+ works good.
+ \end{enumerate}}
+\end{tcblisting}
+\begin{tabular}{@{}>{\ttfamily}l>{}l>{\ttfamily}l<{}p{4.5cm}@{}}
+\toprule
+\multicolumn{1}{@{}l}{Option}&Type&\multicolumn{1}{l}{Default}&Significance\\
+\cmidrule(r){1-1}\cmidrule(lr){2-2}\cmidrule(lr){3-3}\cmidrule(l){4-4}
+author&text&&author's name\\
+source&text&&source of quotation\\
+etc&text&&additional information on the source or author of the quotation\\
+after skip&length&\textbackslash{}baselineskip&vertical space below epigraph\\
+before skip&length&0mm&vertical space above epigraph\\
+author and source indent&length&1.5cm&Indentation before author's name and source of quotation\\
+text indent&length&2cm&Indentation before quote\\
+width&length&\textbackslash{}linewidth&width of the entire epigraph\\
+style&macro&\textbackslash{}small&style of the entire epigraph\\
+quote style&macro&\textbackslash{}itshape&style of the quotation part\\
+translation style&macro&\{\}&style of the translation part\\
+dash&macro&\verb!---!&Macro to set the slash before the author's name\\
+\bottomrule
+\end{tabular}
+\end{document}
diff --git a/macros/latex/contrib/picture/picture.dtx b/macros/latex/contrib/picture/picture.dtx
index 56cd8c8c47..7ffced525a 100644
--- a/macros/latex/contrib/picture/picture.dtx
+++ b/macros/latex/contrib/picture/picture.dtx
@@ -1,12 +1,12 @@
% \iffalse meta-comment
%
% File: picture.dtx
-% Version: 2019/12/09 v1.5
+% Version: 2020-04-22 v1.6
% Info: Dimens for picture macros
%
% Copyright (C)
% 2006-2009 Heiko Oberdiek
-% 2016-2019 Oberdiek Package Support Group
+% 2016-2020 Oberdiek Package Support Group
% https://github.com/ho-tex/picture/issues
%
% This work may be distributed and/or modified under the
@@ -81,7 +81,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: picture 2019/12/09 v1.5 Dimens for picture macros (HO)}
+\Msg{* Package: picture 2020-04-22 v1.6 Dimens for picture macros (HO)}
\Msg{************************************************************************}
\keepsilent
@@ -93,11 +93,11 @@
This is a generated file.
Project: picture
-Version: 2019/12/09 v1.5
+Version: 2020-04-22 v1.6
Copyright (C)
2006-2009 Heiko Oberdiek
- 2016-2019 Oberdiek Package Support Group
+ 2016-2020 Oberdiek Package Support Group
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
@@ -157,7 +157,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{picture.drv}%
- [2019/12/09 v1.5 Dimens for picture macros (HO)]%
+ [2020-04-22 v1.6 Dimens for picture macros (HO)]%
\documentclass{ltxdoc}
\usepackage{holtxdoc}[2011/11/22]
\begin{document}
@@ -171,7 +171,7 @@ and the derived files
% \GetFileInfo{picture.drv}
%
% \title{The \xpackage{picture} package}
-% \date{2019/12/09 v1.5}
+% \date{2020-04-22 v1.6}
% \author{Heiko Oberdiek\thanks
% {Please report any issues at \url{https://github.com/ho-tex/picture/issues}}}
%
@@ -268,7 +268,7 @@ and the derived files
%<*package>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{picture}%
- [2019/12/09 v1.5 Dimens for picture macros (HO)]%
+ [2020-04-22 v1.6 Dimens for picture macros (HO)]%
% \end{macrocode}
%
% \subsection{Options}
@@ -546,6 +546,23 @@ and the derived files
}
% \end{macrocode}
%
+% \subsubsection{Package \xpackage{pict2e}}
+% Additions suggested in https://github.com/ho-tex/picture/issues/1
+% \begin{macrocode}
+\@ifpackageloaded{pict2e}{%
+ \AtBeginDocument{%
+ \picture@redefine\@cbezier{[#1](&2,&3)(&4,&5)(&6,&7)(&8,&9)}%
+ }
+ \picture@redefine\pIIe@arc@@{(#1,#2)&3}
+ \picture@redefine\polyline{(&1,&2)}
+ \picture@redefine\@polyline{(&1,&2)}
+ \picture@redefine\@polygon{(&1,&2)}
+ \picture@redefine\@@polygon{(&1,&2)}
+ \picture@redefine\moveto{(&1,&2)}
+ \picture@redefine\lineto{(&1,&2)}
+ \picture@redefine\curveto{(&1,&2)(&3,&4)(&5,&6)}
+}{}
+% \end{macrocode}
% \subsection{Check package loading order}
%
% \begin{macro}{\PC@checkpackage}
@@ -764,6 +781,9 @@ and the derived files
% \item
% Documentation updates.
% \end{Version}
+% \begin{Version}{2020-04-22 v1.6}
+% \item Added definitions for pict2e (https://github.com/ho-tex/picture/issues/1)
+% \end{Version}
% \end{History}
%
% \PrintIndex
diff --git a/macros/latex/contrib/picture/picture.pdf b/macros/latex/contrib/picture/picture.pdf
index 7e500063e4..755e580aef 100644
--- a/macros/latex/contrib/picture/picture.pdf
+++ b/macros/latex/contrib/picture/picture.pdf
Binary files differ