author | Daniel James <djames@orcadian.net> | 2016年04月02日 19:24:07 -0400 |
---|---|---|
committer | Daniel James <djames@orcadian.net> | 2016年04月02日 19:24:07 -0400 |
commit | e3666abff186832fd9c467ceda3958058f30bac2 (patch) | |
tree | 92cd0597611d4d175ef5870c4f9e4d9925e8c4e7 /teximpatient/eplain.tex | |
parent | 8cfb90869865d23b5b637fb0b1c9e1e0205cb0b3 (diff) | |
download | teximpatient-master.tar.gz |
-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 |