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
5462ac67
Commit
5462ac67
authored
Oct 25, 2018
by
Bernhard Heinloth
Browse files
Do not autogroup in pdfpc - fix issue of pdfpc notes on wrong page
parent
54db61db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5462ac67
...
...
@@ -54,7 +54,7 @@ preview-%: %.tex $(wildcard *.bib) $(PACKAGE_TGT) $(CACHE_DIR)
@
cd
$(
dir
$<
)
&&
$(COMPILE_TEX)
$(
notdir
$<
)
-pvc
-interaction
=
nonstopmode
-view
=
pdf
pdfpc-%
:
%.pdf
@
pdfpc
-p
-C
$<
@
pdfpc
-g
-p
-C
$<
evince-%
:
%.pdf
@
evince
$<
...
...
beamertheme-source/pdfpcnotes.dtx
View file @
5462ac67
...
...
@@ -79,7 +79,7 @@
\endgroup
\def\last
framenumber
{0}
\def\last
page
{0}
% define command \pnote{} that works like note but
% additionally writes notes to file in pdfpc readable format
...
...
@@ -88,11 +88,11 @@
\note{#1}%
% if frame changed - write a new header
\ifdim\the
framenumber pt>\lastframenumber
pt
\let\last
framenumber\theframenumber
\ifdim\the
page pt>\lastpage
pt
\let\last
page\thepage
\begingroup
\let\#\hashchar
\immediate\write\pdfpcnotesfile{\#\#\# \the
framenumber
}%
\immediate\write\pdfpcnotesfile{\#\#\# \the
page
}%
\endgroup
\fi
...
...
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