Skip to content

Commit a391da0

Browse files
amadiobernhardmgruber
authored andcommitted
Use C++Course.cut instead of default comment.cut
This is to allow this temporary generated file to be automatically cleaned up by latexmk -c. More information at the link below. https://tex.stackexchange.com/questions/484484/clean-comment-cut-file-with-latexmk
1 parent 3f81936 commit a391da0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

talk/setup.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
\usepackage{comment}
9393
\usepackage{totcount}
9494

95+
% Use C++Course.cut for output so it's cleaned by latexmk
96+
\def\DefaultCutFileName{\def\CommentCutFile{\jobname.cut}}
97+
\DefaultCutFileName
98+
9599
%%%%%%%%%%%%%%%%%%%
96100
% useful commands %
97101
%%%%%%%%%%%%%%%%%%%

0 commit comments

Comments
 (0)