From f2738a3ff9aea4a2eaa22003694666c1bc7a0f83 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 28 May 2020 22:02:06 +0000 Subject: pgfornament (28may20) git-svn-id: svn://tug.org/texlive/trunk@55326 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pgfornament/README.md | 3 ++- .../texmf-dist/doc/latex/pgfornament/ornaments.pdf | Bin 1389911 -> 1377881 bytes .../texmf-dist/doc/latex/pgfornament/ornaments.tex | 4 ++-- .../tex/latex/pgfornament/pgfornament.sty | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Master/texmf-dist/doc/latex/pgfornament/README.md b/Master/texmf-dist/doc/latex/pgfornament/README.md index 55b5642938a..737ee2acc25 100644 --- a/Master/texmf-dist/doc/latex/pgfornament/README.md +++ b/Master/texmf-dist/doc/latex/pgfornament/README.md @@ -1,6 +1,6 @@ # pgfornament – Drawing of Vectorian ornaments with PGF/TikZ -Release 1.1 2020/04/06 +Release 1.2 2020/05/28 ## Description @@ -55,6 +55,7 @@ your LaTeX document. Documentations for `pgfornament` and `tikzrput` are available on CTAN and in your TeX distribution. ## History +- v 1.2 Correction of bug (spurious space) by LianTze Lim. - v 1.00 Add the Han ornanments and some new macros. Add some examples to the documentation. Thanks to Pablo Gonzáles L to help me with "Git". diff --git a/Master/texmf-dist/doc/latex/pgfornament/ornaments.pdf b/Master/texmf-dist/doc/latex/pgfornament/ornaments.pdf index 2114aa2847b..6486f4e2539 100644 Binary files a/Master/texmf-dist/doc/latex/pgfornament/ornaments.pdf and b/Master/texmf-dist/doc/latex/pgfornament/ornaments.pdf differ diff --git a/Master/texmf-dist/doc/latex/pgfornament/ornaments.tex b/Master/texmf-dist/doc/latex/pgfornament/ornaments.tex index 76eeffed4ff..c52dd63e919 100644 --- a/Master/texmf-dist/doc/latex/pgfornament/ornaments.tex +++ b/Master/texmf-dist/doc/latex/pgfornament/ornaments.tex @@ -8,7 +8,7 @@ % of this license or (at your option) any later version and/or % 2. under the GNU Public License. %---------%---------%---------%---------%---------%---------%---------%--------- -% Version 1.1 2020/04/06 +% Version 1.2 2020/0 5/26 \RequirePackage{luatex85} \RequirePackage{silence} \WarningsOff[latex] @@ -137,7 +137,7 @@ urlcolor=orange} \bigskip -\noindent\pgfornament[width=0.75 cm]{152}\ (Version 1.1) +\noindent\pgfornament[width=0.75 cm]{152}\ (Version 1.2 2020/05/26) \begin{abstract} This document describes the \LaTeX\ package \emph{\docpkg{pgfornament}} and presents the syntax and parameters of the macro "pgfornament". diff --git a/Master/texmf-dist/tex/latex/pgfornament/pgfornament.sty b/Master/texmf-dist/tex/latex/pgfornament/pgfornament.sty index ec023d43061..27406e8bbf1 100644 --- a/Master/texmf-dist/tex/latex/pgfornament/pgfornament.sty +++ b/Master/texmf-dist/tex/latex/pgfornament/pgfornament.sty @@ -17,7 +17,7 @@ % Inspired from psvectorian P Fradin H Voss \NeedsTeXFormat{LaTeX2e} \RequirePackage{tikz,pgfopts} -\ProvidesPackage{pgfornament}[2020/04/06 v1.1 vector ornaments] +\ProvidesPackage{pgfornament}[2020/05/26 v1.2 vector ornaments] \gdef\pgfOrnamentsObject{pgflibraryvectorian.code.tex} \gdef\OrnamentsFamily{vectorian} \pgfkeys{% @@ -124,12 +124,12 @@ \fi \ifx\pgfornamentwidth\empty \else - \@pgfornamentDim{#2} + \@pgfornamentDim{#2}% bug correction LianTze \pgfmathsetmacro{\pgfornamentscale}{\pgfornamentwidth/\@pgfornamentX bp}% \fi \ifx\pgfornamentheight\empty \else - \@pgfornamentDim{#2} + \@pgfornamentDim{#2}% bug correction LianTze \pgfmathsetmacro{\pgfornamentscale}{\pgfornamentheight/\@pgfornamentY bp}% \fi \begin{tikzpicture}[% -- cgit v1.2.3