Skip to content

Commit c0ace2b

Browse files
committed
A temporary fix to avoid a pdflatex error on tokay2
1 parent 3b32ecd commit c0ace2b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

vignettes/GRanges_and_GRangesList_slides.Rnw

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33

44
\SweaveOpts{keep.source=TRUE, eps=FALSE, width=9, height=3}
55

6+
% 2019-12-22: A temporary fix to avoid the following pdflatex error caused by
7+
% an issue in LaTeX package filehook-scrlfile (used by beamer):
8+
% ! Package filehook Error: Detected unknown definition of \InputIfFileExists.
9+
% Use the 'force' option of 'filehook' to overwrite it..
10+
% The error appeared on tokay2 in Dec 2019 after reinstalling MiKTeX 2.9.
11+
% See comment by Phelype Oleinik here for the fix:
12+
% https://tex.stackexchange.com/questions/512189/problem-with-chemmacros-beamer-and-filehook-scrlfile-sty
13+
\PassOptionsToPackage{force}{filehook}
14+
615
\documentclass[8pt]{beamer}
716

817
\usepackage{slides}

0 commit comments

Comments
 (0)