summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer/base/beamerbasedecode.sty
blob: 02456ff1c25794045d60bf7c49b483f971ac4e83 (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
293
294
295
296
297
298
299
300
% Copyright 2003--2007 by Till Tantau
% Copyright 2010 by Vedran Mileti\'c
% Copyright 2015 by Vedran Mileti\'c, Joseph Wright
% Copyright 2017,2018 by Louis Stuart, Joseph Wright
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
%
% See the file doc/licenses/LICENSE for more details.

% To track which slide we are on in a frame
\newcount\beamer@slideinframe
\newcount\beamer@minimum

% Indicate whether another slide needs to be processed in this frame
\newif\ifbeamer@anotherslide
\newif\ifbeamer@localanotherslide

% Used to know that beamerpauses needs to be used in substitution
\newif\ifbeamer@plusencountered

% The main decoding macro tolerates a range of active characters, which
% require a little set up. In particular, as an active space is allowed
% all of the lines here have to be terminated with "%". The two-step
% setup for \beamer@@@temp makes sure everything is expanded and removes
% all of the spaces at this stage.
\newbox\beamer@decode@box
\begingroup
  \catcode`\|=\active
  \catcode`\:=\active
  \catcode`\,=\active
  \catcode`\.=\active
  \catcode`\+=\active
  \catcode`\-=\active
  \catcode`\(=\active
  \catcode`\)=\active
  \catcode`\ =\active
\xdef\beamer@masterdecode#1{%
\noexpand\beamer@localanotherslidefalse%
\setbox\beamer@decode@box=\hbox{%
\unexpanded{%
\ifnum\catcode`\|=\active\edef|{\string|}\fi%
\ifnum\catcode`\:=\active\edef:{\string:}\fi%
\ifnum\catcode`\,=\active\edef,{\string,}\fi%
\ifnum\catcode`\.=\active\edef.{\string.}\fi%
\ifnum\catcode`\+=\active\edef+{\string+}\fi%
\ifnum\catcode`\-=\active\edef-{\string-}\fi%
\ifnum\catcode`\(=\active\edef({\string(}\fi%
\ifnum\catcode`\)=\active\edef){\string)}\fi%
\ifnum\catcode`\ =\active\edef {\string }\fi}%
\edef\noexpand\beamer@@@temp{#1\string|stop\string:0\string|}%
\edef\noexpand\beamer@@@temp{\unexpanded{\expandafter\zap@space\beamer@@@temp}%
\space\noexpand\@empty}%
\unexpanded{\expandafter\beamer@decode\beamer@@@temp%
\ifbeamer@localanotherslide\aftergroup\beamer@localanotherslidetrue\fi}%
}%
}%
\endgroup

% Sets dowhat to doif, if \beamer@slideinframe is in the specified
% interval. Example: 5-7,-3,9,11,13- would mean pages
% 1,2,3,5,6,7,9,11,13,14,15,16,...
%
% As a side effect, \@another is called whenever the there is a number
% in the list that is larger than the current serialnumber

\def\beamer@allsign{*}

% The main decoding routine starts by initialising the starting a search
% for everything up to "|": to allow for the simple case of overlays in
% slides for presentations there is a need to insert "beamer:". Notice
% that \beamer@@decodefind may be called multiple times, hence being set
% up as an auxiliary.
\def\beamer@decode{%
  \beamer@plusencounteredfalse
  \global\beamer@minimum=10000\relax
  \gdef\beamer@decaction{}%
  \global\let\beamer@decodefound=\beamer@allsign
  \beamer@@decodefind}
\def\beamer@@decodefind#1|{\beamer@@@decodefind#1:|}
\def\beamer@@@decodefind#1:#2|{%
  \ifblank{#2}%
    {\beamer@decodefind beamer:#1:}%
    {\beamer@decodefind #1:#2}}

% A list of possible overlay modes
\def\beamer@default{default}
\def\beamer@articlemode{article}
\def\beamer@secondmode{second}
\def\beamer@beamermode{beamer}
\def\beamer@presentationmode{presentation}
\def\beamer@modeall{all}
\def\beamer@ovmodestop{stop}

% The main parsing function for each sub-part starts by splitting at any
% "@" and then checking the spec for various cases: keywords, "+", ".".
% After that, there is some cleanup to do before potentially looping.
\def\beamer@decodefind#1:#2:{%
  \def\beamer@ovmode{#1}%
  \beamer@decodeaction{#2}%
  \expandafter\futurelet\expandafter\next\expandafter
    \beamer@checkcat\beamer@spec:%
  \expandafter\beamer@decodeplus\beamer@spec+:%
  \expandafter\beamer@decodedot\beamer@spec.:%
  \ifx\beamer@ovmode\beamer@ovmodestop
    \expandafter\beamer@@decode\beamer@decodefound,!%
    \let\beamer@next=\relax
    \ifbeamer@plusencountered\stepcounter{beamerpauses}\fi
  \else
    \ifx\beamer@ovmode\beamer@currentmode
      \beamer@@decodefound
    \else
      \ifx\beamer@ovmode\beamer@modeall
        \beamer@@decodefound
      \else
        \ifx\beamer@ovmode\beamer@presentationmode
          \ifx\beamer@currentmode\beamer@articlemode
          \else
            \beamer@@decodefound
          \fi
        \else
          \ifx\beamer@ovmode\beamer@beamermode
            \ifx\beamer@currentmode\beamer@secondmode
              \beamer@@decodefound
            \fi
          \fi
        \fi
      \fi
    \fi
    \let\beamer@next=\beamer@@decodefind
  \fi
 \beamer@next}

% The aim here is to find any "<action>@" spec, and to split it off the
% action from the rest. That uses a pretty stand search approach.
\edef\beamer@decodeaction#1{%
  \noexpand\beamer@@decodeaction#1\string @\string @:}
\begingroup
\edef\beamer@@@temp{%
  \endgroup
  \def\noexpand\beamer@@decodeaction##1\string @##2\string @##3:{%
    \noexpand\ifblank{##2}%
      {%
        \def\noexpand\beamer@action{default}%
        \def\noexpand\beamer@spec{##1}%
      }%
      {%
        \def\noexpand\beamer@action{##1}%
        \def\noexpand\beamer@spec{##2}%
      }%
  }%
}%
\beamer@@@temp

% Search for the case where the specification is a keyword, and if it
% is set the overlay mode and spec.
\def\beamer@checkcat#1:{%
  \ifcat\next a%
    \gdef\beamer@ovmode{#1}%
    \ifx\beamer@decodefound\beamer@allsign
      \gdef\beamer@decodefound{0}%
    \fi
    \def\beamer@spec{1-}%
  \fi}

\def\beamer@decodeplus{%
  \def\beamer@spec{}\beamer@@decodeplus}
\def\beamer@@decodeplus#1+#2:{%
  \edef\beamer@spec{\beamer@spec#1}% everything up to a +
  \ifblank{#2}{}
  {% ok, check if followed by number:
    \beamer@plusencounteredtrue
    \beamer@@@decodeplus#2:}}
\def\beamer@@@decodeplus{%
  \kernel@ifnextchar(%)
    {\beamer@relnumber}{\beamer@relnumber(0)}}
\def\beamer@relnumber(#1){%
  \beamer@plusencounteredtrue
  \@tempcnta=\numexpr #1 + \value{beamerpauses}\relax%
  \ifnum\@tempcnta<0\@tempcnta=0\fi%
  \edef\beamer@spec
    {\beamer@spec\number\@tempcnta}%
  \beamer@@decodeplus}

\def\beamer@decodedot{%
  \def\beamer@spec{}\beamer@@decodedot}
\def\beamer@@decodedot#1.#2:{%
  \edef\beamer@spec{\beamer@spec#1}% everything up to first .
  \ifblank{#2}{}{\beamer@@@decodedot#2:}}
\def\beamer@@@decodedot{%
  \kernel@ifnextchar(%)
    {\beamer@relnumberdot}{\beamer@relnumberdot(0)}}
\def\beamer@relnumberdot(#1){%
  \@tempcnta=\numexpr #1 + \value{beamerpauses} -1\relax%
  \ifnum\@tempcnta<0\@tempcnta=0\fi%
  \edef\beamer@spec
    {\beamer@spec\number\@tempcnta}%
  \beamer@@decodedot}

\def\beamer@@decodefound{%
  \ifx\beamer@action\beamer@default
    \xdef\beamer@decodefound{\beamer@spec}%
  \else
    \xdef\beamer@decaction{\beamer@decaction{\beamer@action<\beamer@spec>}}%
  \fi}
\def\beamer@currentaction{default}

\def\beamer@doifnotinframe{}

% A set of macros to deal with what can form the basis of an action
% spec once we know the basic shape: the key concepts are whether there
% are more slides to do and how many there are in total.
\def\beamer@@decode{%
  \kernel@ifnextchar!%
  {\beamer@decodeend}%
  {%
    \kernel@ifnextchar*%
    {\beamer@decodeall}{%
      \kernel@ifnextchar-%
      {\beamer@decodeuntil}%
      {\beamer@decodenumber}}}}
\def\beamer@decodeend!{}
\def\beamer@decodeall*,{%
  \ifnum1<\beamer@minimum
    \global\beamer@minimum=1\relax
  \fi
  \ifnum1>\beamer@slideinframe
    \global\beamer@anotherslidetrue\beamer@localanotherslidetrue
  \fi
  \gdef\beamer@doifnotinframe{\beamer@doifinframe}%
  \beamer@@decode}
\def\beamer@decodeuntil-#1,{%
  \ifnum1<\beamer@minimum
    \global\beamer@minimum=1\relax
  \fi
  \ifnum#1>\beamer@slideinframe
    \global\beamer@anotherslidetrue\beamer@localanotherslidetrue
  \fi
  \ifnum\beamer@slideinframe>#1\relax
  \else
    \gdef\beamer@doifnotinframe{\beamer@doifinframe}%
  \fi
  \beamer@@decode}
\def\beamer@decodenumber#1{%
  \kernel@ifnextchar,%
  {\beamer@decodeone{#1}}%
  {\kernel@ifnextchar-%
    {\beamer@decodenumberto{#1}}%
    {\beamer@decodegobble{#1}}}}
\def\beamer@decodegobble#1#2{%
  \beamer@decodenumber{#1#2}}
\def\beamer@decodenumberto#1-{%
  \kernel@ifnextchar,%
  {\beamer@decodeto{#1}}%
  {\beamer@decodebetween{#1}}}
\def\beamer@decodeto#1,{%
  \ifnum#1<\beamer@minimum
    \global\beamer@minimum=#1\relax
  \fi
  \ifnum#1>\beamer@slideinframe
    \global\beamer@anotherslidetrue\beamer@localanotherslidetrue
  \fi
  \ifnum#1>\beamer@slideinframe
  \else
    \gdef\beamer@doifnotinframe{\beamer@doifinframe}%
  \fi
  \beamer@@decode}
\def\beamer@decodebetween#1#2,{%
  \ifnum#1<\beamer@minimum
    \global\beamer@minimum=#1\relax
  \fi
  \ifnum#1>\beamer@slideinframe
    \global\beamer@anotherslidetrue\beamer@localanotherslidetrue
  \fi
  \ifnum#2>\beamer@slideinframe
    \global\beamer@anotherslidetrue\beamer@localanotherslidetrue
  \fi
  \ifnum#1>\beamer@slideinframe
  \else
    \ifnum#2<\beamer@slideinframe
    \else
      \gdef\beamer@doifnotinframe{\beamer@doifinframe}%
    \fi
  \fi
  \beamer@@decode}
\def\beamer@decodeone#1,{%
  \ifnum#1<\beamer@minimum
    \global\beamer@minimum=#1\relax
  \fi
  \ifnum#1>\beamer@slideinframe
    \global\beamer@anotherslidetrue\beamer@localanotherslidetrue
  \fi
  \ifnum#1=\beamer@slideinframe
    \gdef\beamer@doifnotinframe{\beamer@doifinframe}%
  \fi
  \beamer@@decode}

\def\beamer@donow{\beamer@doifnotinframe}