diff options
author | Karl Berry <karl@freefriends.org> | 2024-03-05 21:26:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-03-05 21:26:40 +0000 |
commit | 6ce9e8f9166959af5d532d0dc528a6e4f51313b7 (patch) | |
tree | 75c25fea648c431e26880a37153410c75e5b43f6 | |
parent | b227b44c4eeebf8bb4b3dc7d0fd81bb92a549a92 (diff) |
adigraph (5mar24)
git-svn-id: svn://tug.org/texlive/trunk@70422 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.pdf | bin | 204715 -> 296366 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.tex | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/adigraph/adigraph_working_test.pdf | bin | 32107 -> 56673 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/adigraph/adigraph_working_test.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/adigraph/adigraph.sty | 2 |
5 files changed, 4 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.pdf b/Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.pdf Binary files differindex 949814b056b..479eae7c568 100644 --- a/Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.pdf +++ b/Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.pdf diff --git a/Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.tex b/Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.tex index 6bcf6a0c8a1..7112fdfa897 100644 --- a/Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.tex +++ b/Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.tex @@ -2,16 +2,16 @@ \title{Adigraph, \AdigraphVersionNumber} \author{Luca Cappelletti} -\date{December 2018} +\date{March 2024} \usepackage{adigraph} \usepackage{xcolor} \usepackage[colorlinks=true,urlcolor=blue,pdfpagelabels,hyperindex=false]{hyperref} \usepackage{minted} -\usepackage{multicol} \usepackage{graphicx} % for images and generally graphics \usepackage{caption} % enabling of nice captions \usepackage{subcaption} % and subcaptions of images +\usepackage{multicol} \definecolor{mintedbackground}{rgb}{0.95,0.95,0.95} \setminted{ bgcolor=mintedbackground, @@ -37,13 +37,6 @@ % THE FOLLOWING CENTERS ALL FLOATING ITEMS BY DEFAULT % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\makeatletter -\g@addto@macro\@floatboxreset\centering -\makeatother - -\makeatletter -\apptocmd\subcaption@minipage{\centering}{}{} -\makeatother \makeatletter \providecommand*\setfloatlocations[2]{\@namedef{fps@#1}{#2}} diff --git a/Master/texmf-dist/doc/latex/adigraph/adigraph_working_test.pdf b/Master/texmf-dist/doc/latex/adigraph/adigraph_working_test.pdf Binary files differindex 749a1dff1c1..df498d28e11 100644 --- a/Master/texmf-dist/doc/latex/adigraph/adigraph_working_test.pdf +++ b/Master/texmf-dist/doc/latex/adigraph/adigraph_working_test.pdf diff --git a/Master/texmf-dist/doc/latex/adigraph/adigraph_working_test.tex b/Master/texmf-dist/doc/latex/adigraph/adigraph_working_test.tex index b0a5376e06e..b13899cd1dc 100644 --- a/Master/texmf-dist/doc/latex/adigraph/adigraph_working_test.tex +++ b/Master/texmf-dist/doc/latex/adigraph/adigraph_working_test.tex @@ -5,7 +5,7 @@ \title{Adigraph, \AdigraphVersionNumber, small working test} \author{Luca Cappelletti} -\date{November 2018} +\date{March 2024} \begin{document} \maketitle diff --git a/Master/texmf-dist/tex/latex/adigraph/adigraph.sty b/Master/texmf-dist/tex/latex/adigraph/adigraph.sty index e472ebd59fe..df427a809dc 100644 --- a/Master/texmf-dist/tex/latex/adigraph/adigraph.sty +++ b/Master/texmf-dist/tex/latex/adigraph/adigraph.sty @@ -7,7 +7,7 @@ % % 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. % -\def\AdigraphVersionNumber{v1.7.1} +\def\AdigraphVersionNumber{v1.7.2} \NeedsTeXFormat{LaTeX2e}[1994/06/01] \ProvidesPackage{adigraph} |