summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pfarrei
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-03-11 23:37:16 +0000
committerKarl Berry <karl@freefriends.org>2013-03-11 23:37:16 +0000
commitba010cadf18382da1fa1ad0567552261171c4c63 (patch)
tree5ca8649dcec7199d091f73831a747c6f1bdb4db2 /Master/texmf-dist/tex/latex/pfarrei
parent6dbb8dfbb59d7e98e7addb0feae7ff9306c49b0e (diff)
pfarrei (11mar13)
git-svn-id: svn://tug.org/texlive/trunk@29348 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pfarrei')
-rw-r--r--Master/texmf-dist/tex/latex/pfarrei/a5toa4.tex47
-rw-r--r--Master/texmf-dist/tex/latex/pfarrei/pfarrei.sty60
2 files changed, 107 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pfarrei/a5toa4.tex b/Master/texmf-dist/tex/latex/pfarrei/a5toa4.tex
new file mode 100644
index 00000000000..6fda799e025
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pfarrei/a5toa4.tex
@@ -0,0 +1,47 @@
+%%
+%% This is file `a5toa4.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% pfarrei.dtx (with options: `a5toa4,tex')
+%%
+%% Copyright (c) 2013 Markus Kohm
+%% komascript at gmx info
+%%
+%% This file was generated from file(s) of the work `pfarrei'.
+%% ------------------------------------------------------------------
+%%
+%% It may be distributed under the conditions of the
+%% LaTeX Project Public License in the version distributed together
+%% with the work `pfarrei'. You may however distribute the work
+%% `pfarrei' without all such generated files. See also
+%% <http://www.latex-project.org/lppl.txt> for additional
+%% information.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is Markus Kohm.
+%%
+%% The list of files belonging to the work `pfarrei' is given in
+%% the file `pfarrei.dtx'.
+%%
+\begingroup
+ \def\revisiondate$#1: #2-#3-#4 #5${%
+ \gdef\pfarreirevisiondate{#2/#3/#4}%
+ }\revisiondate$Date: 2013-03-10 15:19:06 +0100 (So, 10 M^^c3^^a4r 2013) $
+ \def\revision$#1: #2 #3${%
+ \gdef\pfarreirevision{#2}%
+ }\revision$Revision: 20 $
+\endgroup
+\ProvidesFile{a5toa4.tex}
+ [\pfarreirevisiondate\space r\pfarreirevision LaTeX2e package
+ (for priests)]
+\documentclass[a4paper,landscape]{article}
+\usepackage{pfarrei}
+\begin{document}
+\AvToAiv
+\end{document}
+\endinput
+%%
+%% End of file `a5toa4.tex'.
diff --git a/Master/texmf-dist/tex/latex/pfarrei/pfarrei.sty b/Master/texmf-dist/tex/latex/pfarrei/pfarrei.sty
new file mode 100644
index 00000000000..34b5cba0a26
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pfarrei/pfarrei.sty
@@ -0,0 +1,60 @@
+%%
+%% This is file `pfarrei.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% pfarrei.dtx (with options: `package,tex')
+%%
+%% Copyright (c) 2013 Markus Kohm
+%% komascript at gmx info
+%%
+%% This file was generated from file(s) of the work `pfarrei'.
+%% ------------------------------------------------------------------
+%%
+%% It may be distributed under the conditions of the
+%% LaTeX Project Public License in the version distributed together
+%% with the work `pfarrei'. You may however distribute the work
+%% `pfarrei' without all such generated files. See also
+%% <http://www.latex-project.org/lppl.txt> for additional
+%% information.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is Markus Kohm.
+%%
+%% The list of files belonging to the work `pfarrei' is given in
+%% the file `pfarrei.dtx'.
+%%
+\begingroup
+ \def\revisiondate$#1: #2-#3-#4 #5${%
+ \gdef\pfarreirevisiondate{#2/#3/#4}%
+ }\revisiondate$Date: 2013-03-10 15:19:06 +0100 (So, 10 M^^c3^^a4r 2013) $
+ \def\revision$#1: #2 #3${%
+ \gdef\pfarreirevision{#2}%
+ }\revision$Revision: 20 $
+\endgroup
+\ProvidesPackage{pfarrei.sty}
+ [\pfarreirevisiondate\space r\pfarreirevision LaTeX2e package
+ (for priests)]
+\ProcessOptions*
+\RequirePackage{ifpdf}
+\RequirePackage{pdfpages}
+\newcommand*{\AvToAiv}{%
+ \ifpdf\else
+ \PackageError{pfarrei}{PDF mode needed}{%
+ a5toa4 needs the direct PDF mode.\MessageBreak
+ Usually this may be activated using either pdflatex, lualatex or
+ xelatex.%
+ }%
+ \input{x.tex}
+ \fi
+ \@ifundefined{Booklet}{%
+ \includepdf[pages=-,nup=2x1]{\OriginalFile}%
+ }{%
+ \includepdf[pages=-,booklet]{\OriginalFile}%
+ }%
+}
+\endinput
+%%
+%% End of file `pfarrei.sty'.