From ddb8515fe297f1d193f5ca262b975ba7ab29c22a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 24 Aug 2017 22:02:05 +0000 Subject: endofproofwd (24aug17) git-svn-id: svn://tug.org/texlive/trunk@45116 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/endofproofwd/README.txt | 17 +++++++ .../doc/latex/endofproofwd/endofproofwd.pdf | Bin 0 -> 1088 bytes .../doc/latex/endofproofwd/endofproofwd.pdf_tex | 54 +++++++++++++++++++++ .../tex/latex/endofproofwd/endofproofwd.sty | 8 +++ Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/tlpsrc/collection-pictures.tlpsrc | 1 + Master/tlpkg/tlpsrc/endofproofwd.tlpsrc | 0 7 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/doc/latex/endofproofwd/README.txt create mode 100644 Master/texmf-dist/doc/latex/endofproofwd/endofproofwd.pdf create mode 100644 Master/texmf-dist/doc/latex/endofproofwd/endofproofwd.pdf_tex create mode 100644 Master/texmf-dist/tex/latex/endofproofwd/endofproofwd.sty create mode 100644 Master/tlpkg/tlpsrc/endofproofwd.tlpsrc (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/endofproofwd/README.txt b/Master/texmf-dist/doc/latex/endofproofwd/README.txt new file mode 100644 index 00000000000..ad1285a8f5a --- /dev/null +++ b/Master/texmf-dist/doc/latex/endofproofwd/README.txt @@ -0,0 +1,17 @@ +%% endofproofwd.sty + %% Copyright 2017 S. Jensen + % + % 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 S. Jensen. + % + % This work consists of the files endofproofwd.pdf_tex and endofproofwd.pdf + % and the derived file endofproofwd.sty. \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/endofproofwd/endofproofwd.pdf b/Master/texmf-dist/doc/latex/endofproofwd/endofproofwd.pdf new file mode 100644 index 00000000000..e73749c8f56 Binary files /dev/null and b/Master/texmf-dist/doc/latex/endofproofwd/endofproofwd.pdf differ diff --git a/Master/texmf-dist/doc/latex/endofproofwd/endofproofwd.pdf_tex b/Master/texmf-dist/doc/latex/endofproofwd/endofproofwd.pdf_tex new file mode 100644 index 00000000000..874827223b0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/endofproofwd/endofproofwd.pdf_tex @@ -0,0 +1,54 @@ +%% Creator: Inkscape inkscape 0.92.2, www.inkscape.org +%% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 +%% Accompanies image file 'Wasserdicht.pdf' (pdf, eps, ps) +%% +%% To include the image in your LaTeX document, write +%% \input{.pdf_tex} +%% instead of +%% \includegraphics{.pdf} +%% To scale the image, write +%% \def\svgwidth{} +%% \input{.pdf_tex} +%% instead of +%% \includegraphics[width=]{.pdf} +%% +%% Images with a different path to the parent latex file can +%% be accessed with the `import' package (which may need to be +%% installed) using +%% \usepackage{import} +%% in the preamble, and then including the image with +%% \import{}{.pdf_tex} +%% Alternatively, one can specify +%% \graphicspath{{/}} +%% +%% For more information, please see info/svg-inkscape on CTAN: +%% http://tug.ctan.org/tex-archive/info/svg-inkscape +%% +\begingroup% + \makeatletter% + \providecommand\color[2][]{% + \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% + \renewcommand\color[2][]{}% + }% + \providecommand\transparent[1]{% + \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% + \renewcommand\transparent[1]{}% + }% + \providecommand\rotatebox[2]{#2}% + \ifx\svgwidth\undefined% + \setlength{\unitlength}{27.74999959bp}% + \ifx\svgscale\undefined% + \relax% + \else% + \setlength{\unitlength}{\unitlength * \real{\svgscale}}% + \fi% + \else% + \setlength{\unitlength}{\svgwidth}% + \fi% + \global\let\svgwidth\undefined% + \global\let\svgscale\undefined% + \makeatother% + \begin{picture}(1,1.00000001)% + \put(0,0){\includegraphics[width=\unitlength,page=1]{endofproofwd.pdf}}% + \end{picture}% +\endgroup% diff --git a/Master/texmf-dist/tex/latex/endofproofwd/endofproofwd.sty b/Master/texmf-dist/tex/latex/endofproofwd/endofproofwd.sty new file mode 100644 index 00000000000..73cdf004f6c --- /dev/null +++ b/Master/texmf-dist/tex/latex/endofproofwd/endofproofwd.sty @@ -0,0 +1,8 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{endofproofwd}[2017/08/21] + +\RequirePackage{graphicx,import} + +\newcommand{\wasserdicht}[0]{\begin{figure}[h!]\flushright\def\svgwidth{10pt}\import{comon}{endofproofwd.pdf_tex}\end{figure}} + +\endinput \ No newline at end of file diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 04ebbfec887..2ce86080fac 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -233,7 +233,7 @@ my @TLP_working = qw( elmath elocalloc elpres elsarticle elteikthesis eltex elvish elzcards emarks embedall embrac emf emisa emptypage emulateapj emp - enctex encxvlna endfloat endheads endiagram endnotes + enctex encxvlna endfloat endheads endiagram endnotes endofproofwd engpron engrec engtlc enigma enotez enumitem enumitem-zref envbig environ envlab epigrafica epigram epigraph epiolmec eplain diff --git a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc index 63e6d5b8e61..f4c706db7c8 100644 --- a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc @@ -40,6 +40,7 @@ depend duotenzor depend ecgdraw depend eepic depend ellipse +depend endofproofwd depend epspdf depend epspdfconversion depend esk diff --git a/Master/tlpkg/tlpsrc/endofproofwd.tlpsrc b/Master/tlpkg/tlpsrc/endofproofwd.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d -- cgit v1.2.3