summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lastpage/lastpage.sty
blob: 909e3f88771f69734e9ec4b3324765dc0d19e136 (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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
%%
%% This is file `lastpage.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% lastpage.dtx  (with options: `package')
%% 
%% This is a generated file.
%% 
%% Project: lastpage
%% Version: 2021/09/03 v1.2n
%% 
%% Copyright (C) 2010 - 2021 by
%%     H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
%% Portions of code copyrighted by other people as marked.
%% 
%% The usual disclaimer applies:
%% If it doesn't work right that's your problem.
%% (Nevertheless, send an e-mail to the maintainer
%%  when you find an error in this package.)
%% 
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3c of this license or (at your option) any later
%% version. This version of this license is in
%%    https://www.latex-project.org/lppl/lppl-1-3c.txt
%% and the latest version of this license is in
%%    https://www.latex-project.org/lppl.txt
%% and version 1.3c or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%% 
%% This work has the LPPL maintenance status "maintained".
%% 
%% The Current Maintainer of this work is H.-Martin Muench.
%% 
%% This package was invented by
%% Jeffrey P. Goldberg (jeffrey+news at goldmark dot org).
%% I thought that a replacement was needed and therefore created the pageslts package,
%% https://www.ctan.org/pkg/pageslts
%% . Nevertheless, for compatibility with existing documents/packages as well as for
%% the low amount of resources needed by the lastpage package (no new counter!),
%% I updated this package.
%% Thanks go to Jeffrey P. Goldberg for allowing me to do this.
%% 
%% This work consists of the main source file lastpage.dtx,
%% the README, and the derived files
%%    lastpage.sty, lastpage.pdf,
%%    lastpage.ins, lastpage.drv,
%%    lastpage-example.tex, lastpage-example.pdf.
%% 
%% In memoriam
%%  Claudia Simone Barth + 1996/01/30
%%  Tommy Muench + 2014/01/02
%%  Hans-Klaus Muench + 2014/08/24
%% 
\NeedsTeXFormat{LaTeX2e}[2014/05/01]
\ProvidesPackage{lastpage}%
  [2021/09/03 v1.2n Refers to last page's name (HMM; JPG)]%

%% lastpage may work with earlier versions of LaTeX,
%% but this was not tested. Please consider updating
%% your LaTeX (and packages) to the most recent version
%% (if it is/they are not already the most recent version).

%% Allows for things like
%% Page \thepage{} of \pageref{LastPage}
%% to get
%% 'Page 7 of 9'.
%% For LaTeX 2.09 use lastpage209.sty.
%% For LaTeX 2e maybe consider upgrading to the pageslts package.
%% lastpage may work with earlier versions of LaTeX2e,
%% but this was not tested. Please consider updating your LaTeX
%% contribution to the most recent version (if it is not already
%% the most recent version).

%% The recent version of the endfloat package is v2.5d as of 2011/12/25.
%% The lastpage package is not fully compatible with version 2.0
%% (and earlier) of the endfloat package, because those versions
%% redefined the \enddocument command.

\def\lastpage@one{1}
\gdef\lastpage@hyper{0}
\gdef\lastpage@nameref{0}
\gdef\lastpage@french{0}
\gdef\lastpage@LTS{0}
\def\lastpage@firstpage{1}

\AtBeginDocument{%
  \@ifpackageloaded{tikz}{\gdef\lastpage@tikz{1}}{}%
  \@ifpackageloaded{hyperref}{\gdef\lastpage@hyper{1}}{}%
  \@ifpackageloaded{nameref}{\gdef\lastpage@nameref{1}}{}%
  \@ifpackageloaded{french}{\gdef\lastpage@french{1}}{}%
  \@ifpackageloaded{frenchle}{\gdef\lastpage@french{1}}{}%
  \@ifpackageloaded{pageslts}{%
    \PackageWarning{lastpage}{Package pageslts found.\MessageBreak%
      Therefore the lastpage package is no longer\MessageBreak%
      necessary.%
      }%
    \gdef\lastpage@LTS{1}%
   }{\PackageInfo{lastpage}{%
       Please have a look at the pageslts package at\MessageBreak%
       https://www.ctan.org/pkg/pageslts\MessageBreak%
       !}%
   }%
  \@ifpackageloaded{pagesLTS}{%
    \PackageWarning{lastpage}{%
      Outdated pagesLTS package found.\MessageBreak%
      Please replace by a recent version of\MessageBreak%
      pageslts package, see e.g. at\MessageBreak%
      https://www.ctan.org/pkg/pageslts\MessageBreak%
      !\MessageBreak%
      With pagesLTS as well as pageslts package\MessageBreak%
      the lastpage package is no longer necessary.\MessageBreak%
     }%
    \gdef\lastpage@LTS{1}%
   }{}%
  \gdef\lastpage@putlabel{\relax}%
  }

\newcommand{\lastpage@putl@bel}{%
  \@ifundefined{Hy@Warning}{%  hyperref not loaded
    }{\gdef\lastpage@hyper{1}% hyperref loaded
     }%
  \ifx\lastpage@LTS\lastpage@one%
  \else%
    \ifx\lastpage@hyper\lastpage@one%
      \lastpage@putlabelhyper%
    \else%
      \ifx\lastpage@nameref\lastpage@one%
        \lastpage@putlabelNR%
      \else%
        \begingroup%
          \addtocounter{page}{-1}%
          \immediate\write\@auxout{\string\newlabel{LastPage}{{}{\thepage}}}%
          \immediate\write\@auxout{\string\xdef\string\lastpage@lastpage{\thepage}}%
          \immediate\write\@auxout{\string\gdef\string\lastpage@lastpageHy{}}%
          \addtocounter{page}{+1}%
        \endgroup%
      \fi%
    \fi%
  \fi%
  }

\newcommand{\lastpage@putlabelhyper}{%
  \ifHy@pageanchor%
  \else%
    \PackageError{lastpage}{hyperref option pageanchor disabled}{%
      The \string\pageref{LastPage} link doesn't work\MessageBreak%
      using hyperref with disabled option `pageanchor'.\MessageBreak%
    }%
  \fi%
  \begingroup%
    \addtocounter{page}{-1}%
%% The following code is from the hyperref package          %%
%% [2010/04/17 v6.80x; newer versions are available]        %%
%% by Heiko Oberdiek (Big Thanks!).                         %%
    \let\@number\@firstofone
    \ifHy@pageanchor
      \ifHy@hypertexnames
        \ifHy@plainpages
          \def\Hy@temp{\arabic{page}}%
        \else
          \Hy@unicodefalse
%% Code not from hyperref package:                          %%
%% The following lines are taken from the pageslts package, %%
%% which in turn got them from the hyperref package and     %%
%% modified them.                                           %%
%% Without the modification, after the first shipout "PD1"  %%
%% is inserted each time |\pdfstringdef\Hy@temp{\thepage}|  %%
%% is executed.                                             %%
          \ifnum \value{page}=1%
            \ifx \lastpage@firstpage\lastpage@one
              \def\Hy@temp{\thepage}%
              \gdef\lastpage@firstpage{0}%
            \else%
%% Code from hyperref package again:                        %%
                \pdfstringdef\Hy@temp{\thepage}%
%% End of code from the hyperref package.                   %%
          \fi%
%% The pageslts package would even check for fnsymbol page  %%
%% numbering scheme and adapt the code correspondingly.     %%
          \else%
%% Code from hyperref package again:                        %%
            \pdfstringdef\Hy@temp{\thepage}%
%% Code from pageslts package again:                        %%
          \fi%
%% Code from hyperref package again:                        %%
        \fi
      \else
        \def\Hy@temp{\the\Hy@pagecounter}%
      \fi
    \fi
    \immediate\write\@auxout{%
      \string\newlabel
        {LastPage}{{}{\thepage}{}{%
          \ifHy@pageanchor page.\Hy@temp\fi}{}}%
    }%
%% End of code from the hyperref package.                   %%
    \immediate\write\@auxout{%
      \string\xdef\string\lastpage@lastpage{\thepage}}%
    \ifHy@pageanchor%
      \immediate\write\@auxout{%
        \string\xdef\string\lastpage@lastpageHy{\Hy@temp}}%
    \else%
      \immediate\write\@auxout{%
        \string\gdef\string\lastpage@lastpageHy{}}%
    \fi%
    \addtocounter{page}{+1}%
  \endgroup%
  }

\newcommand{\lastpage@putlabelNR}{%
  \begingroup%
    \addtocounter{page}{-1}%
    \immediate\write\@auxout{\string\newlabel{LastPage}{{}{\thepage}{}{}{}}}%
    \immediate\write\@auxout{\string\xdef\string\lastpage@lastpage{\thepage}}%
    \immediate\write\@auxout{\string\gdef\string\lastpage@lastpageHy{}}%
    \addtocounter{page}{+1}%
  \endgroup%
  }

\newcommand{\lastpage@fileswtest}[2]{%
  \edef\lastpage@testa{#1}%
  \edef\lastpage@testb{#2}%
  \ifx\lastpage@testa\lastpage@testb% OK
  \else%
    \ifx\lastpage@tikz\lastpage@one%
      \PackageWarning{lastpage}%
       {The lastpage package was not allowed to write to an\MessageBreak%
        .aux file. This package does not work without access\MessageBreak%
        to an .aux file.\MessageBreak%
        It is OK if the .aux file was already updated\MessageBreak%
        by a previouse compiler run\MessageBreak%
        and would not have changed anyway.\MessageBreak%
       }%
    \else%
      \PackageError{lastpage}{No auxiliary file allowed}%
       {The lastpage package was not allowed to write to an .aux file.\MessageBreak%
        This package does not work without access to an .aux file.\MessageBreak%
        Press Ctrl+Z to exit.\MessageBreak%
        But it is OK if the .aux file was already updated\MessageBreak%
        by a previouse compiler run\MessageBreak%
        and would not have changed anyway.\MessageBreak%
       }%
    \fi%
  \fi%
  }
\newcommand{\lastpage@fileswtestHy}{%
  \ifHy@pageanchor%
    \lastpage@fileswtest{\Hy@temp}{\lastpage@lastpageHy}%
  \else%
    \lastpage@fileswtest{\empty}{\lastpage@lastpageHy}%
  \fi%
  }

\gdef\lastpage@lastpage{\relax}%
\gdef\lastpage@lastpageHy{\relax}%

\AtEndDocument{%
  \gdef\lastpage@putlabel{\relax}%
  \ifx\lastpage@LTS\lastpage@one%
  \else%
    \ifx\lastpage@lastpage\relax%
      \PackageWarning{lastpage}{Rerun to get the references right}%
    \fi%
    \ifx\lastpage@lastpageHy\relax%
      \PackageWarning{lastpage}{Rerun to get the references right}%
    \fi%
  \fi%
  \if@filesw%
    \message{^^JAED: lastpage setting LastPage^^J}%
    \@ifundefined{clearpage}{\relax}{\clearpage}%
    \ifx\lastpage@french\lastpage@one% french or frenchle loaded
      \addtocounter{page}{+1}\lastpage@putl@bel\addtocounter{page}{-1}%
    \else% neither one loaded
      \lastpage@putl@bel%
    \fi%
  \else%
    \ifx\lastpage@LTS\lastpage@one%
    \else%
      \lastpage@fileswtest{\thepage}{\lastpage@lastpage}%
      \ifx\lastpage@hyper\lastpage@one%
        \lastpage@fileswtestHy%
      \fi%
    \fi%
  \fi%
  }

\endinput
%%
%% End of file `lastpage.sty'.