diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/pfarrei/a5toa4.tex | 47 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pfarrei/pfarrei.sty | 60 |
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'. |