-rw-r--r-- | teximpatient/eplain.tex | 4 |
diff --git a/teximpatient/eplain.tex b/teximpatient/eplain.tex index 19ad8cf..7de3f1c 100644 --- a/teximpatient/eplain.tex +++ b/teximpatient/eplain.tex @@ -818,7 +818,9 @@ \opentocfile \toks0 = {\expandafter\noexpand \csname toc#1entry\endcsname}% \def\temp{#2}% - \def\cs{#3}% + %\def\cs{#3}% fixed + \toks2 = \expandafter{#3}% + \edef\cs{\the\toks2}% \edef\@wr{% \write\tocfile{% \the\toks0 |