texlive[74189] Master/texmf-dist: adjustbox (21feb25)
commits+karl at tug.org
commits+karl at tug.org
Fri Feb 21 23:19:35 CET 2025
Revision: 74189
https://tug.org/svn/texlive?view=revision&revision=74189
Author: karl
Date: 2025-02-21 23:19:35 +0100 (Fri, 21 Feb 2025)
Log Message:
-----------
adjustbox (21feb25)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/adjustbox/README.txt
trunk/Master/texmf-dist/doc/latex/adjustbox/adjcalc.pdf
trunk/Master/texmf-dist/doc/latex/adjustbox/adjustbox.pdf
trunk/Master/texmf-dist/doc/latex/adjustbox/trimclip.pdf
trunk/Master/texmf-dist/source/latex/adjustbox/adjustbox.dtx
trunk/Master/texmf-dist/source/latex/adjustbox/adjustbox.ins
trunk/Master/texmf-dist/source/latex/adjustbox/trimclip.dtx
trunk/Master/texmf-dist/tex/latex/adjustbox/adjustbox.sty
trunk/Master/texmf-dist/tex/latex/adjustbox/tc-dvips.def
trunk/Master/texmf-dist/tex/latex/adjustbox/tc-pdftex.def
trunk/Master/texmf-dist/tex/latex/adjustbox/tc-pgf.def
trunk/Master/texmf-dist/tex/latex/adjustbox/tc-xetex.def
trunk/Master/texmf-dist/tex/latex/adjustbox/trimclip.sty
Added Paths:
-----------
trunk/Master/texmf-dist/tex/latex/adjustbox/tc-luatex.def
Modified: trunk/Master/texmf-dist/doc/latex/adjustbox/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/adjustbox/README.txt 2025-02-21 22:19:07 UTC (rev 74188)
+++ trunk/Master/texmf-dist/doc/latex/adjustbox/README.txt 2025-02-21 22:19:35 UTC (rev 74189)
@@ -1,6 +1,6 @@
LaTeX bundle adjustbox
========================
-Copyright (c) 2011-2022 by Martin Scharrer <martin.scharrer at web.de>
+Copyright (c) 2011-2025 by Martin Scharrer <martin.scharrer at 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
@@ -26,3 +26,6 @@
A special feature of collectbox is used to provide matching environments with the identical names as the
macros.
+[](http://www.latex-project.org/lppl/)
+[](http://www.ctan.org/pkg/adjustbox)
+[](https://github.com/MartinScharrer/adjustbox/issues )
Modified: trunk/Master/texmf-dist/doc/latex/adjustbox/adjcalc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/adjustbox/adjustbox.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/adjustbox/trimclip.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/adjustbox/adjustbox.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/adjustbox/adjustbox.dtx 2025-02-21 22:19:07 UTC (rev 74188)
+++ trunk/Master/texmf-dist/source/latex/adjustbox/adjustbox.dtx 2025-02-21 22:19:35 UTC (rev 74189)
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%<=*COPYRIGHT>
-%% Copyright (C) 2011-2022 by Martin Scharrer <martin.scharrer at web.de>
+%% Copyright (C) 2011-2025 by Martin Scharrer <martin.scharrer at web.de>
%% -------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -26,10 +26,10 @@
%<*driver>
\ProvidesFile{adjustbox.dtx}[%
%<=*DATE>
- 2022/10/17
+ 2025/02/21
%<=/DATE>
%<=*VERSION>
- v1.3a
+ v1.3b
%<=/VERSION>
DTX file for the adjustbox package]
\documentclass[a4paper]{ydoc}[2011/08/11]
@@ -268,6 +268,7 @@
% * Updated documentation with new repository URL and new email address.
% * Added dependency file for texlive.
% }
+% \changes{v1.3b}{2025/02/21}{Added missing tc-luatex.def into .ins file.}
%
% \GetFileInfo{adjustbox.dtx}
%
Modified: trunk/Master/texmf-dist/source/latex/adjustbox/adjustbox.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/adjustbox/adjustbox.ins 2025-02-21 22:19:07 UTC (rev 74188)
+++ trunk/Master/texmf-dist/source/latex/adjustbox/adjustbox.ins 2025-02-21 22:19:35 UTC (rev 74189)
@@ -9,6 +9,7 @@
\file{tc-pdftex.def}{\nopreamble\from{trimclip.dtx}{tc-pdftex.def}}%
\file{tc-dvips.def}{\nopreamble\from{trimclip.dtx}{tc-dvips.def}}%
\file{tc-xetex.def}{\nopreamble\from{trimclip.dtx}{tc-xetex.def}}%
+ \file{tc-luatex.def}{\nopreamble\from{trimclip.dtx}{tc-luatex.def}}%
\file{box.tex}{\nopreamble\nopostamble\from{trimclip.dtx}{box.tex}}%
\file{compare.tex}{\nopreamble\nopostamble\from{trimclip.dtx}{compare.tex}}%
\file{margin2.tex}{\nopreamble\nopostamble\from{trimclip.dtx}{margin2.tex}}%
Modified: trunk/Master/texmf-dist/source/latex/adjustbox/trimclip.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/adjustbox/trimclip.dtx 2025-02-21 22:19:07 UTC (rev 74188)
+++ trunk/Master/texmf-dist/source/latex/adjustbox/trimclip.dtx 2025-02-21 22:19:35 UTC (rev 74189)
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%<=*COPYRIGHT>
-%% Copyright (C) 2011-2022 by Martin Scharrer <martin.scharrer at web.de>
+%% Copyright (C) 2011-2025 by Martin Scharrer <martin.scharrer at web.de>
%% -------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -26,10 +26,10 @@
%<*driver>
\ProvidesFile{trimclip.dtx}[%
%<=*DATE>
- 2020/08/19
+ 2025/02/21
%<=/DATE>
%<=*VERSION>
- v1.2
+ v1.2a
%<=/VERSION>
DTX file for the trimclip package]
\documentclass[a4paper]{ydoc}[2011/11/16]
Modified: trunk/Master/texmf-dist/tex/latex/adjustbox/adjustbox.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/adjustbox/adjustbox.sty 2025-02-21 22:19:07 UTC (rev 74188)
+++ trunk/Master/texmf-dist/tex/latex/adjustbox/adjustbox.sty 2025-02-21 22:19:35 UTC (rev 74189)
@@ -1,4 +1,4 @@
-%% Copyright (C) 2011-2022 by Martin Scharrer <martin.scharrer at web.de>
+%% Copyright (C) 2011-2025 by Martin Scharrer <martin.scharrer at web.de>
%% -------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -16,8 +16,8 @@
%% and the derived file adjustbox.sty.
%%
\ProvidesPackage{adjustbox}[%
- 2022/10/17
- v1.3a
+ 2025/02/21
+ v1.3b
Adjusting TeX boxes (trim, clip, ...)]
\RequirePackage{xkeyval}
\RequirePackage{adjcalc}
Modified: trunk/Master/texmf-dist/tex/latex/adjustbox/tc-dvips.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/adjustbox/tc-dvips.def 2025-02-21 22:19:07 UTC (rev 74188)
+++ trunk/Master/texmf-dist/tex/latex/adjustbox/tc-dvips.def 2025-02-21 22:19:35 UTC (rev 74189)
@@ -1,4 +1,4 @@
-%% Copyright (C) 2011-2022 by Martin Scharrer <martin.scharrer at web.de>
+%% Copyright (C) 2011-2025 by Martin Scharrer <martin.scharrer at web.de>
%% -------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
Added: trunk/Master/texmf-dist/tex/latex/adjustbox/tc-luatex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/adjustbox/tc-luatex.def (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/adjustbox/tc-luatex.def 2025-02-21 22:19:35 UTC (rev 74189)
@@ -0,0 +1,24 @@
+%% Copyright (C) 2011-2025 by Martin Scharrer <martin.scharrer at 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.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is Martin Scharrer.
+%%
+%% This work consists of the files trimclip.dtx, adjustbox.ins
+%% and the derived files trimclip.sty,
+%% tc-dvips.def, tc-pdftex.def, tc-luatex.def, tc-pgf.def and tc-xetex.def.
+%% Further author information are located in the .def files.
+%%
+\ProvidesFile{tc-luatex.def}[2020/08/16 v1.0 Clipping driver for luatex]
+\input{tc-pdftex.def}
+\endinput
+%%
+%% End of file `tc-luatex.def'.
Property changes on: trunk/Master/texmf-dist/tex/latex/adjustbox/tc-luatex.def
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/latex/adjustbox/tc-pdftex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/adjustbox/tc-pdftex.def 2025-02-21 22:19:07 UTC (rev 74188)
+++ trunk/Master/texmf-dist/tex/latex/adjustbox/tc-pdftex.def 2025-02-21 22:19:35 UTC (rev 74189)
@@ -1,4 +1,4 @@
-%% Copyright (C) 2011-2022 by Martin Scharrer <martin.scharrer at web.de>
+%% Copyright (C) 2011-2025 by Martin Scharrer <martin.scharrer at web.de>
%% -------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
Modified: trunk/Master/texmf-dist/tex/latex/adjustbox/tc-pgf.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/adjustbox/tc-pgf.def 2025-02-21 22:19:07 UTC (rev 74188)
+++ trunk/Master/texmf-dist/tex/latex/adjustbox/tc-pgf.def 2025-02-21 22:19:35 UTC (rev 74189)
@@ -1,4 +1,4 @@
-%% Copyright (C) 2011-2022 by Martin Scharrer <martin.scharrer at web.de>
+%% Copyright (C) 2011-2025 by Martin Scharrer <martin.scharrer at web.de>
%% -------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
Modified: trunk/Master/texmf-dist/tex/latex/adjustbox/tc-xetex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/adjustbox/tc-xetex.def 2025-02-21 22:19:07 UTC (rev 74188)
+++ trunk/Master/texmf-dist/tex/latex/adjustbox/tc-xetex.def 2025-02-21 22:19:35 UTC (rev 74189)
@@ -1,4 +1,4 @@
-%% Copyright (C) 2011-2022 by Martin Scharrer <martin.scharrer at web.de>
+%% Copyright (C) 2011-2025 by Martin Scharrer <martin.scharrer at web.de>
%% -------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
Modified: trunk/Master/texmf-dist/tex/latex/adjustbox/trimclip.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/adjustbox/trimclip.sty 2025-02-21 22:19:07 UTC (rev 74188)
+++ trunk/Master/texmf-dist/tex/latex/adjustbox/trimclip.sty 2025-02-21 22:19:35 UTC (rev 74189)
@@ -1,4 +1,4 @@
-%% Copyright (C) 2011-2022 by Martin Scharrer <martin.scharrer at web.de>
+%% Copyright (C) 2011-2025 by Martin Scharrer <martin.scharrer at web.de>
%% -------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -18,8 +18,8 @@
%% Further author information are located in the .def files.
%%
\ProvidesPackage{trimclip}[%
- 2020/08/19
- v1.2
+ 2025/02/21
+ v1.2a
Trim and clip general TeX material]
\def\tc at driver{tc-\Gin at driver}
\DeclareOption{pgf}{\def\tc at driver{tc-pgf.def}\AtEndOfPackage{\RequirePackage{pgf}}}
More information about the tex-live-commits
mailing list.