diff options
Diffstat (limited to 'macros/latex/contrib/adjustbox')
-rw-r--r-- | macros/latex/contrib/adjustbox/DEPENDS.txt | 8 | ||||
-rw-r--r-- | macros/latex/contrib/adjustbox/README.txt (renamed from macros/latex/contrib/adjustbox/README) | 6 | ||||
-rw-r--r-- | macros/latex/contrib/adjustbox/adjcalc.dtx | 6 | ||||
-rw-r--r-- | macros/latex/contrib/adjustbox/adjcalc.pdf | bin | 153058 -> 162884 bytes | |||
-rw-r--r-- | macros/latex/contrib/adjustbox/adjustbox.dtx | 16 | ||||
-rw-r--r-- | macros/latex/contrib/adjustbox/adjustbox.pdf | bin | 381806 -> 393152 bytes | |||
-rw-r--r-- | macros/latex/contrib/adjustbox/trimclip.dtx | 23 | ||||
-rw-r--r-- | macros/latex/contrib/adjustbox/trimclip.pdf | bin | 213705 -> 225437 bytes |
8 files changed, 36 insertions, 23 deletions
diff --git a/macros/latex/contrib/adjustbox/DEPENDS.txt b/macros/latex/contrib/adjustbox/DEPENDS.txt new file mode 100644 index 0000000000..35ed13d4c1 --- /dev/null +++ b/macros/latex/contrib/adjustbox/DEPENDS.txt @@ -0,0 +1,8 @@ +hard xkeyval +hard collectbox +hard graphicx +soft pgf +soft tikz +soft calc +soft ifoddpage +soft storebox diff --git a/macros/latex/contrib/adjustbox/README b/macros/latex/contrib/adjustbox/README.txt index 684613ca7b..5bf3065789 100644 --- a/macros/latex/contrib/adjustbox/README +++ b/macros/latex/contrib/adjustbox/README.txt @@ -1,7 +1,9 @@ LaTeX bundle adjustbox ======================== -Copyright (c) 2011-2020 by Martin Scharrer <martin@scharrer-online.de> -WWW: <https://helixteamhub.cloud/scharrer/projects/adjustbox/> (incl. bug tracker) +Copyright (c) 2011-2022 by Martin Scharrer <martin.scharrer@web.de> +License: LaTeX Project Public License, v1.3 or later: http://www.latex-project.org/lppl.txt +Repository: https://github.com/MartinScharrer/adjustbox +Issues: https://github.com/MartinScharrer/adjustbox/issues This bundle contains the the adjustbox package and its auxiliary packages trimclip and adjcalc. The initial purpose of adjustbox was to supplement the standard graphics/x package, diff --git a/macros/latex/contrib/adjustbox/adjcalc.dtx b/macros/latex/contrib/adjustbox/adjcalc.dtx index 318bda128f..04ff271821 100644 --- a/macros/latex/contrib/adjustbox/adjcalc.dtx +++ b/macros/latex/contrib/adjustbox/adjcalc.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment %<=*COPYRIGHT> -%% Copyright (C) 2011-2018 by Martin Scharrer <martin@scharrer-online.de> -%% ---------------------------------------------------------------------- +%% Copyright C 2011-2022 by Martin Scharrer <martin.scharrer@web.de> +%% ----------------------------------------------------------------- %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 %% of this license or (at your option) any later version. @@ -85,7 +85,7 @@ % \DoNotIndex{\newcommand,\newenvironment,\def,\edef,\xdef,\gdef,\let} % \bundle{adjustbox} % \author{Martin Scharrer} -% \email{martin@scharrer-online.de} +% \email{martin.scharrer@web.de} % \ydocpdfsettings % \maketitle % diff --git a/macros/latex/contrib/adjustbox/adjcalc.pdf b/macros/latex/contrib/adjustbox/adjcalc.pdf Binary files differindex 7e7103f4d3..9d68f19015 100644 --- a/macros/latex/contrib/adjustbox/adjcalc.pdf +++ b/macros/latex/contrib/adjustbox/adjcalc.pdf diff --git a/macros/latex/contrib/adjustbox/adjustbox.dtx b/macros/latex/contrib/adjustbox/adjustbox.dtx index e6cdb33f37..170e02434f 100644 --- a/macros/latex/contrib/adjustbox/adjustbox.dtx +++ b/macros/latex/contrib/adjustbox/adjustbox.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment %<=*COPYRIGHT> -%% Copyright (C) 2011-2020 by Martin Scharrer <martin@scharrer-online.de> -%% ---------------------------------------------------------------------- +%% Copyright (C) 2011-2022 by Martin Scharrer <martin.scharrer@web.de> +%% ------------------------------------------------------------------- %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 %% of this license or (at your option) any later version. @@ -26,10 +26,10 @@ %<*driver> \ProvidesFile{adjustbox.dtx}[% %<=*DATE> - 2020/08/19 + 2022/10/17 %<=/DATE> %<=*VERSION> - v1.3 + v1.3a %<=/VERSION> DTX file for the adjustbox package] \documentclass[a4paper]{ydoc}[2011/08/11] @@ -264,14 +264,18 @@ % * Removed old graphicx key 'print'. % * trimclip: Added explicit luatex driver which uses the pdftex driver to avoid the fallback to PGF driver. % } +% \changes{v1.3a}{2022/10/17}{%^^A +% * Updated documentation with new repository URL and new email address. +% * Added dependency file for texlive. +% } % % \GetFileInfo{adjustbox.dtx} % % \DoNotIndex{\newcommand,\newenvironment,\def,\edef,\xdef,\gdef,\let} % % \author{Martin Scharrer} -% \email{martin@scharrer-online.de} -% \repository{https://helixteamhub.cloud/scharrer/projects/adjustbox/} +% \email{martin.scharrer@web.de} +% \repository{https://github.com/MartinScharrer/adjustbox/} % \ydocpdfsettings % \maketitle % diff --git a/macros/latex/contrib/adjustbox/adjustbox.pdf b/macros/latex/contrib/adjustbox/adjustbox.pdf Binary files differindex 676c6a9aad..1861fdb0f7 100644 --- a/macros/latex/contrib/adjustbox/adjustbox.pdf +++ b/macros/latex/contrib/adjustbox/adjustbox.pdf diff --git a/macros/latex/contrib/adjustbox/trimclip.dtx b/macros/latex/contrib/adjustbox/trimclip.dtx index ab37107325..a82cefd6b9 100644 --- a/macros/latex/contrib/adjustbox/trimclip.dtx +++ b/macros/latex/contrib/adjustbox/trimclip.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment %<=*COPYRIGHT> -%% Copyright (C) 2011-2020 by Martin Scharrer <martin@scharrer-online.de> -%% ---------------------------------------------------------------------- +%% Copyright (C) 2011-2022 by Martin Scharrer <martin.scharrer@web.de> +%% ------------------------------------------------------------------- %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 %% of this license or (at your option) any later version. @@ -187,8 +187,7 @@ % \DoNotIndex{\newcommand,\newenvironment,\def,\edef,\xdef,\gdef,\let} % \bundle{adjustbox} % \author{Martin Scharrer} -% \email{martin@scharrer-online.de} -% ^^A\repository{https://helixteamhub.cloud/scharrer/projects/adjustbox/} +% \email{martin.scharrer@web.de} % \ydocpdfsettings % \maketitle % @@ -1549,7 +1548,7 @@ \begin{document} %</standalone> % Diagram of the TeX box model and its dimensions -% Copyright (C) 2001 by Martin Scharrer <martin@scharrer.me>, Nov 12th 2011 +% Copyright (C) 2001 by Martin Scharrer <martin.scharrer@web.de>, Nov 12th 2011 % This is free code under the LPPL v1.3 or later version OR the CC BY-SA 3.0 \begin{tikzpicture}[font=\sffamily,>=latex] \newcommand\Cs[1]{\texttt{\scriptsize\textbackslash #1}} @@ -1764,7 +1763,7 @@ margin=1pt 1pt 1pt 1pt,frame,angle=1, \begin{document} %</standalone> % Diagram of the TeX box model and its dimensions -% Copyright (C) 2001 by Martin Scharrer <martin@scharrer.me>, Nov 12th 2011 +% Copyright (C) 2001 by Martin Scharrer <martin.scharrer@web.de>, Nov 12th 2011 % This is free code under the LPPL v1.3 or later version OR the CC BY-SA 3.0 \begin{tikzpicture}[font=\sffamily,>=latex] % Save example text in box @@ -1831,7 +1830,7 @@ margin=1pt 1pt 1pt 1pt,frame,angle=1, \begin{document} % Diagram of the TeX box model and its dimensions -% Copyright (C) 2001 by Martin Scharrer <martin@scharrer.me>, Nov 12th 2011 +% Copyright (C) 2001 by Martin Scharrer <martin.scharrer@web.de>, Nov 12th 2011 % This is free code under the LPPL v1.3 or later version OR the CC BY-SA 3.0 %</standalone> \begin{tikzpicture}[font=\sffamily,>=latex] @@ -1899,7 +1898,7 @@ margin=1pt 1pt 1pt 1pt,frame,angle=1, \begin{document} %</standalone> % Diagram of the TeX box model and its dimensions -% Copyright (C) 2001 by Martin Scharrer <martin@scharrer.me>, Nov 12th 2011 +% Copyright (C) 2001 by Martin Scharrer <martin.scharrer@web.de>, Nov 12th 2011 % This is free code under the LPPL v1.3 or later version OR the CC BY-SA 3.0 % Save example text in box @@ -1995,7 +1994,7 @@ margin=1pt 1pt 1pt 1pt,frame,angle=1, \begin{document} %</standalone> % Diagram of the TeX box model and its dimensions -% Copyright (C) 2001 by Martin Scharrer <martin@scharrer.me>, Nov 12th 2011 +% Copyright (C) 2001 by Martin Scharrer <martin.scharrer@web.de>, Nov 12th 2011 % This is free code under the LPPL v1.3 or later version OR the CC BY-SA 3.0 % Save example text in box @@ -2093,7 +2092,7 @@ margin=1pt 1pt 1pt 1pt,frame,angle=1, \begin{document} %</standalone> % Diagram of the TeX box model and its dimensions -% Copyright (C) 2001 by Martin Scharrer <martin@scharrer.me>, Nov 12th 2011 +% Copyright (C) 2001 by Martin Scharrer <martin.scharrer@web.de>, Nov 12th 2011 % This is free code under the LPPL v1.3 or later version OR the CC BY-SA 3.0 \begin{tikzpicture}[font=\sffamily,>=latex] % Save example text in box @@ -2184,7 +2183,7 @@ margin=1pt 1pt 1pt 1pt,frame,angle=1, \begin{document} %</standalone> % Diagram of the TeX box model and its dimensions -% Copyright (C) 2001 by Martin Scharrer <martin@scharrer.me>, Nov 12th 2011 +% Copyright (C) 2001 by Martin Scharrer <martin.scharrer@web.de>, Nov 12th 2011 % This is free code under the LPPL v1.3 or later version OR the CC BY-SA 3.0 % Save example text in box @@ -2281,7 +2280,7 @@ margin=1pt 1pt 1pt 1pt,frame,angle=1, \begin{document} %</standalone> % Diagram of the TeX box model and its dimensions -% Copyright (C) 2001 by Martin Scharrer <martin@scharrer.me>, Nov 12th 2011 +% Copyright (C) 2001 by Martin Scharrer <martin.scharrer@web.de>, Nov 12th 2011 % This is free code under the LPPL v1.3 or later version OR the CC BY-SA 3.0 % Save example text in box diff --git a/macros/latex/contrib/adjustbox/trimclip.pdf b/macros/latex/contrib/adjustbox/trimclip.pdf Binary files differindex 01a7dd723c..4de93cc7b7 100644 --- a/macros/latex/contrib/adjustbox/trimclip.pdf +++ b/macros/latex/contrib/adjustbox/trimclip.pdf |