mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
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:
parent
3d21e70e83
commit
11ec1af4fc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user