Powerdot examples: work around undefined ref

The hook that defines the "lastslide" label is interfered with for
some reason on an updated TeX Live 2020. We thus avoid referencing
the label and instead show only the current slide number on each
slide. We leave instructions in the preamble for how to get back the
previous behavior if desired.
This commit is contained in:
Scott Kostyshak 2020-11-01 13:27:43 -05:00
parent 3d21e70e83
commit 11ec1af4fc
2 changed files with 20 additions and 2 deletions

View File

@ -8,7 +8,16 @@
\begin_preamble
\pdsetup{%
lf=left footer,
rf=right footer
rf=right footer,
% showing total slides is default, but the reference is
% broken on current TL20. For now, we just show the current=
% slide (and not the total slide count) on each slide.
% Alternatively, compilation succeeds with the default
% if we remove the "method=file" slide (or set it to
% "method=direct").
% default:
% theslide=\arabic{slide}~/~\autopageref{lastslide}
theslide=\arabic{slide}
}
\end_preamble
\options style=fyma,display=slidesnotes

View File

@ -8,7 +8,16 @@
\begin_preamble
\pdsetup{%
lf=pied gauche,
rf=pied droit
rf=pied droit,
% showing total slides is default, but the reference is
% broken on current TL20. For now, we just show the current=
% slide (and not the total slide count) on each slide.
% Alternatively, compilation succeeds with the default
% if we remove the "method=file" slide (or set it to
% "method=direct").
% default:
% theslide=\arabic{slide}~/~\autopageref{lastslide}
theslide=\arabic{slide}
}
% This is needed to make the example compile