From: Mark Wooding Date: Sun, 7 Jun 2020 23:06:47 +0000 (+0100) Subject: sverb.dtx: Include the `\jobname' in demo filenames. X-Git-Tag: 1.8.2~2 X-Git-Url: https://git.distorted.org.uk/~mdw/mdwtools/commitdiff_plain/f76fbef37b2af3292764729f496f578037cdc314 sverb.dtx: Include the `\jobname' in demo filenames. --- diff --git a/sverb.dtx b/sverb.dtx index 99b5549..e438813 100644 --- a/sverb.dtx +++ b/sverb.dtx @@ -44,7 +44,7 @@ %<+split> [2003/09/04 1.4 Verbatim, but with line breaking] % \end{meta-comment} % -% \CheckSum{1011} +% \CheckSum{1012} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z @@ -1182,7 +1182,7 @@ % % \begin{macrocode} \newcount\sv@nestcount -\def\sv@demoname{demo\number\sv@nestcount.tmp} +\def\sv@demoname{\jobname-demo\number\sv@nestcount.tmp} % \end{macrocode} % % \end{macro}