summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/xypdf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /obsolete/macros/latex/contrib/xypdf
Initial commit
Diffstat (limited to 'obsolete/macros/latex/contrib/xypdf')
-rw-r--r--obsolete/macros/latex/contrib/xypdf/README29
-rw-r--r--obsolete/macros/latex/contrib/xypdf/xypdf.sty30
2 files changed, 59 insertions, 0 deletions
diff --git a/obsolete/macros/latex/contrib/xypdf/README b/obsolete/macros/latex/contrib/xypdf/README
new file mode 100644
index 0000000000..b2b8041b09
--- /dev/null
+++ b/obsolete/macros/latex/contrib/xypdf/README
@@ -0,0 +1,29 @@
+xypdf 2010/05/13 v1.4
+Copyright © 2010 by Daniel Müllner
+<http://www.math.uni-bonn.de/people/muellner/>
+
+------------------------------------------------------------------------------
+
+The xypdf package improves the output quality of the Xy-pic package when PDF
+documents are generated. It produces generic PDF code for graphical elements
+like lines, curves and circles instead of approximating these elements with
+glyphs in special fonts as the original Xy-pic package does. The xypdf package
+works with both TeX and LaTeX in the occurrences of pdfTeX, XeTeX and eTeX
+with dvipdfm(x) to generate PDF files.
+
+The xypdf package is being integrated and distributed together with Xy-pic,
+starting with Xy-pic version 3.8. Since xypdf is now a “driver” and not a
+“LaTeX package” in technical terms, the file “xypdf.sty” has become obsolete
+and is now just a wrapper for “xypdf.tex”. You do not need to install the file
+“xypdf.sty” or xypdf as a separate package. Instead, make sure that you have
+Xy-pic version 3.8 or later, and the PDF driver will be included.
+
+The current version of Xy-pic with xypdf can be found at
+<http://ctan.org/tex-archive/macros/generic/diagrams/xypic/>.
+
+------------------------------------------------------------------------------
+
+The xypdf package may be distributed and/or modified under the conditions of
+the GNU General Public License as published by the Free Software Foundation,
+either version 2 of the License, or (at your option) any later version. The
+License is available at <http://www.gnu.org/licenses/>.
diff --git a/obsolete/macros/latex/contrib/xypdf/xypdf.sty b/obsolete/macros/latex/contrib/xypdf/xypdf.sty
new file mode 100644
index 0000000000..2b35b87b69
--- /dev/null
+++ b/obsolete/macros/latex/contrib/xypdf/xypdf.sty
@@ -0,0 +1,30 @@
+%% The xypdf package for TeX and LaTeX
+%% Copyright (c) 2010 by Daniel M\"ullner (Mllner)
+%% <http://www.math.uni-bonn.de/people/muellner>
+%% --------------------------------------------------------------------
+%%
+%% This program is free software: you can redistribute it and/or modify
+%% it under the terms of the GNU General Public License as published by
+%% the Free Software Foundation, either version 2 of the License, or
+%% (at your option) any later version.
+%%
+%% This program is distributed in the hope that it will be useful,
+%% but WITHOUT ANY WARRANTY; without even the implied warranty of
+%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+%% GNU General Public License for more details.
+%%
+%% The GNU General Public License is available at
+%% <http://www.gnu.org/licenses/>.
+%%
+\NeedsTeXFormat{LaTeX2e}
+\PackageWarning{xypdf}{The file `xypdf.sty' has become obsolete and is now^^J%
+ just a wrapper for `xypdf.tex'. Since version 1.4, the xypdf package has been^^J%
+ integrated into the Xy-pic package. Make sure that you have Xy-pic version 3.8^^J%
+ or later. Then write \string\usepackage[pdf]{xy} or \string\xyoption{pdf} instead of^^J%
+ \string\usepackage{xypdf} in your document\@gobble}
+\RequirePackage[\@ptionlist{xy.sty}]{xy}
+\xyrequire{pdf}
+\ProvidesPackage{xypdf}[2010/05/13 v1.4 PDF output for the Xy-pic package (obsolete^^Jstyle file!)]
+\endinput
+%%
+%% End of file `xypdf.sty'.