summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/latex/acrotex/aeb-comment.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-25 15:31:44 +0900
committerNorbert Preining <norbert@preining.info>2019-12-25 15:40:39 +0900
commite98d5dc25eeecb2f30d84b21c064e5fe4264ac52 (patch)
tree95ae6b18f281abd1e10ab35a4fb5d3d4ba701569 /texmf-dist/tex/latex/acrotex/aeb-comment.sty
parentc14c208cebda8d3661b39bd83d9ccdfc0309caec (diff)
acrotex update
Diffstat (limited to 'texmf-dist/tex/latex/acrotex/aeb-comment.sty')
-rw-r--r--texmf-dist/tex/latex/acrotex/aeb-comment.sty6
1 files changed, 4 insertions, 2 deletions
diff --git a/texmf-dist/tex/latex/acrotex/aeb-comment.sty b/texmf-dist/tex/latex/acrotex/aeb-comment.sty
index 35624bd1..fd14ef73 100644
--- a/texmf-dist/tex/latex/acrotex/aeb-comment.sty
+++ b/texmf-dist/tex/latex/acrotex/aeb-comment.sty
@@ -1,6 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This is an unmodified version of comment.sty (version 3.2) that is distributed
% with acrotex under the name of aeb-comment.sty. D. P. Story (dpstory at acrotex dot net)
+% 2019/12/18 (dps): Defined \CommentCutFile
%
% Comment.sty version 3.2, August 1997
% selectively in/exclude pieces of text: the user can define new
@@ -117,13 +118,14 @@
%%%% definitions for LaTeX
%%%%
\edef\restoreat{\catcode\noexpand`\noexpand\@=\the\catcode`\@\relax}
+\def\CommentCutFile{comment.cut} % 2019/12/18
\makeatletter
\def\AfterIncludedComment
{\immediate\closeout\CommentStream
- \input comment.cut
+ \input{\CommentCutFile}\relax
}%
\def\WriteCommentLine#1{\immediate\write\CommentStream{#1}}
-\def\BeforeIncludedComment{\immediate\openout\CommentStream=comment.cut
+\def\BeforeIncludedComment{\immediate\openout\CommentStream=\CommentCutFile
\let\ThisComment\WriteCommentLine}
\def\includecomment
#1{\message{Include comment '#1'}%