summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/oberdiek/pdflscape.sty
blob: 0fc8932e243d0ea6b8af3164a55b4d014ba7e55d (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
% File:      pdflscape.sty
% Version:   2004/05/11 v0.3
% Author:    Heiko Oberdiek
% Email:     oberdiek@uni-freiburg.de
%
% Copyright: Copyright (C) 2004 Heiko Oberdiek.
%
%            This program may be distributed and/or modified under
%            the conditions of the LaTeX Project Public License,
%            either version 1.2 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.2 or later is part of all distributions
%            of LaTeX version 1999/12/01 or later.
%
% Function:  Package `pdflscape' adds PDF support to the
%            environment `landscape' of package `lscape'
%            by setting the PDF page attribute `/Rotate'.
%            Driver options:
%              `pdftex'
%              `dvips', `dvipsone', `pctex32', `pctexps'
%                   (and other drivers that provide a
%                   non-empty \Gin@PS@raw)
%              `dvipdfm'
%
% Required:  * The package `lscape'.
%
% Use:       Load this package instead of package `lscape':
%              \usepackage{pdflscape}
%              \begin{landscape}...\end{landscape}
%
% History:   2001/01/15 v0.1:
%              * first public version,
%                published in de.comp.text.tex.
%            2001/02/04 v0.2:
%              * minor documentation update.
%              * CTAN.
%            2004/05/11 v0.3:
%              * Support for dvipdfm added.
%
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{pdflscape}
  [2004/05/11 v0.3 Landscape pages in PDF (HO)]
\let\PLS@driver\@empty
\DeclareOption{pdftex}{%
  \PassOptionsToPackage\CurrentOption{lscape}%
  \def\PLS@driver{pdftex}%
}
\DeclareOption{dvips}{%
  \PassOptionsToPackage\CurrentOption{lscape}%
  \def\PLS@driver{dvips}%
}
\DeclareOption{dvipsone}{%
  \PassOptionsToPackage\CurrentOption{lscape}%
  \def\PLS@driver{dvips}%
}
\DeclareOption{pctexps}{%
  \PassOptionsToPackage\CurrentOption{lscape}%
  \def\PLS@driver{dvips}%
}
\DeclareOption{dvipdfm}{%
  \PassOptionsToPackage\CurrentOption{dvipdfm}%
  \def\PLS@driver{dvipdfm}%
}
\DeclareOption*{\PassOptionsToPackage\CurrentOption{lscape}}
\ProcessOptions
\RequirePackage{lscape}

% Autodetection of driver
\def\PLS@temp{pdftex}
\ifnum 1=0\ifx\pdfoutput\@undefined
          \else
            \ifx\pdfoutput\relax
            \else
              \ifnum\pdfoutput>0 %
                1%
              \fi
            \fi
          \fi
          \space
  \ifx\PLS@driver\@empty
    \let\PLS@driver\PLS@temp
    \PackageInfo{pdflscape}{Auto-detected driver: `\PLS@temp'}%
  \fi
  \ifx\PLS@driver\PLS@temp
  \else
    \PackageError{pdflscape}{%
      The driver option `\PLS@driver' is not compatible\MessageBreak
      with pdfTeX in PDF mode, using driver `pdftex' instead%
    }\@ehc
    \let\PLS@driver\PLS@temp
  \fi
\fi

\def\PLS@temp{dvips}
\ifnum 1=0\ifx\Gin@PS@raw\@undefined
          \else
            \ifx\Gin@PS@raw\relax
            \else
              \ifx\Gin@PS@raw\@empty
              \else
                1%
              \fi
            \fi
          \fi
          \space
  \ifx\PLS@driver\@empty
    \let\PLS@driver\PLS@temp
    \PackageInfo{pdflscape}{Auto-detected driver: `\PLS@temp'}%
  \fi
  \ifx\PLS@driver\PLS@temp
  \else
    \PackageError{pdflscape}{%
      The driver option `\PLS@driver' is not compatible\MessageBreak
      with detected PostScript driver,\MessageBreak
      Will try using driver `dvips'%
    }\@ehc
    \let\PLS@driver\PLS@temp
  \fi
\fi

% dvipdfm
\def\PLS@temp{dvipdfm.def}
\ifx\PLS@temp\Gin@driver
  \def\PLS@temp{dvipdfm}%
  \ifx\PLS@driver\@empty
    \let\PLS@driver\PLS@temp
    \PackageInfo{pdflscape}{Auto-detected driver: `\PLS@temp'}%
  \fi
  \ifx\PLS@driver\PLS@temp
  \else
    \PackageError{pdflscape}{%
      Graphics driver `dvipdfm.def' is loaded, but this\MessageBreak
      is incompatible with driver `\PLS@driver'.\MessageBreak
      Will try using driver `dvipdfm'%
    }\@ehc
    \let\PLS@driver\PLS@temp
  \fi
\fi

\ifx\PLS@driver\@empty
  \PackageError{pdflscape}{%
    Neither pdfTeX, PostScript, nor dvipdfm driver found%
  }\@ehc
\fi

% Driver stuff:
% * \PLS@AddRotate#1
%   it expects the correct rotation number in #1
%   and implements the adding of the /Rotation entry
%   in the /Page object of the current page.
% * \PLS@RemoveRotate
%   it removes a previous /Rotate entry, if necessary.

% Driver pdfTeX
\def\PLS@temp{pdftex}
\ifx\PLS@temp\PLS@driver
  \def\PLS@AddRotate#1{%
    \ifnum#1=0
      % already the default
    \else
      \global\pdfpageattr\expandafter{%
        \the\pdfpageattr
        /Rotate #1%
      }%
    \fi
  }
  % Removes a /Rotate entry. It has to be called inside
  % a group.
  \def\PLS@RemoveRotate{%
    \global\pdfpageattr\expandafter{\expandafter}%
    \expandafter\PLS@@RemoveRotate
      \the\pdfpageattr /Rotate\@nil
  }
  \def\PLS@@RemoveRotate#1/Rotate#2\@nil{%
    % append /Rotate free stuff to \pdfpageattr
    \global\pdfpageattr\expandafter{\the\pdfpageattr#1}%
    \ifx\\#2\\%
      % ready, because the detected /Rotate is part of
      % the end marker: /Rotate\@nil
    \else
      % first read in the argument of /Rotate,
      % then continue parsing.
      \afterassignment\PLS@@RemoveRotate
      \count0=#2\@nil
    \fi
  }
\fi

% Driver PostScript
\def\PLS@temp{dvips}
\ifx\PLS@temp\PLS@driver
  \def\PLS@AddRotate#1{%
    \ifnum#1=0
    \else
      \Gin@PS@raw{%
        [{ThisPage}\string<\string</Rotate #1\string>\string>%
        /PUT pdfmark%
      }%
    \fi
  }%
  \let\PLS@RemoveRotate\relax
\fi

% Driver dvipdfm
\def\PLS@temp{dvipdfm}
\ifx\PLS@temp\PLS@driver
  \def\PLS@AddRotate#1{%
    \ifnum#1=0
    \else
      \special{pdf: put @thispage << /Rotate #1 >>}%
    \fi
  }%
  \let\PLS@RemoveRotate\relax
\fi

% Driver independent stuff
%
% The landscape environment is extended by
% adding the correct /Rotate entries.
\g@addto@macro{\landscape}{\PLS@Rotate{90}}
\g@addto@macro{\endlandscape}{\PLS@Rotate{0}}

% Main macro, that sets the /Rotate entry.
% Argument: any TeX number or
%           nothing, that means zero.
% Driver independent.
\def\PLS@Rotate#1{%
  \begingroup
    % 1. Check and validate the argument
    \PLS@CheckAngle{#1}%
    % 2. Delete an existing /Rotate entry
    \PLS@RemoveRotate
    % 3. Add /Rotate entry
    \expandafter\PLS@AddRotate\expandafter{\the\count@}%
  \endgroup
}

% Validates the rotation angle.
% The result is stored in the count register \count@.
% Driver independent.
\def\PLS@CheckAngle#1{%
  % noting means zero:
  \ifx\\#1\\%
    \count@=0
  \else
    \count@=#1\relax
  \fi
  % normalise to interval -360 < \count@ < 360
  \@whilenum\count@>359\do{\addtocounter\count@ -360 }%
  \@whilenum\count@<-359\do{\addtocounter\count@ 360 }%
  % check values: 0, +/-90, +/-180, +/-270
  \ifnum 1=0\ifnum\count@=0 \else
            \ifnum\count@=90 \else
            \ifnum\count@=-90 \else
            \ifnum\count@=180 \else
            \ifnum\count@=-180 \else
            \ifnum\count@=270 \else
            \ifnum\count@=-270 \else
           1\fi\fi\fi\fi\fi\fi\fi\relax
    \PackageError{pdflscape}{%
      Invalid value \the\count@\space for /Rotate%
    }\@ehc
    \count@=0
  \fi
}

\endinput