blob: 34b5cba0a264c945c21f1259cf9a703aa3e059a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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'.
|