Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
i4
TeX Vorlagen
neo
Commits
338cead9
Commit
338cead9
authored
Oct 16, 2019
by
Bernhard Heinloth
Browse files
make pdfpcnotes overlay aware
parent
9b82c26f
Pipeline
#30572
passed with stage
in 22 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
beamertheme-source/pdfpcnotes.dtx
View file @
338cead9
...
...
@@ -84,10 +84,10 @@
% define command \pnote{} that works like note but
% additionally writes notes to file in pdfpc readable format
\newcommand{\pnote}[2][item]{%
\newcommand
<>
{\pnote}[2][item]{%
% keep normal notes working
\note[#1]{#2}%
\note[#1]
#3
{#2}%
\only#3{%
% if frame changed - write a new header
\ifdim\thepage pt>\lastpage pt
\let\lastpage\thepage
...
...
@@ -99,6 +99,7 @@
% write note to file
\immediate\write\pdfpcnotesfile{\unexpanded{#2}}%
}%
}
% close file on \begin{document}
\AtEndDocument{%
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment