Mercurial > hg > octave-kai > gnulib-hg
comparison build-aux/texinfo.tex @ 5966:fbc57998d22b
Sync from texinfo.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 06 Jul 2005 22:52:26 +0000 |
parents | 3037179ff0de |
children | b9998e33b829 |
comparison
equal
deleted
inserted
replaced
5965:cd3c62f1332e | 5966:fbc57998d22b |
---|---|
3247 } | 3247 } |
3248 | 3248 |
3249 % Called from \indexdummies and \atdummies. | 3249 % Called from \indexdummies and \atdummies. |
3250 % | 3250 % |
3251 \def\commondummies{% | 3251 \def\commondummies{% |
3252 \normalturnoffactive | |
3253 % | 3252 % |
3254 % \definedummyword defines \#1 as \string\#1\space, thus effectively | 3253 % \definedummyword defines \#1 as \string\#1\space, thus effectively |
3255 % preventing its expansion. This is used only for control% words, | 3254 % preventing its expansion. This is used only for control% words, |
3256 % not control letters, because the \space would be incorrect for | 3255 % not control letters, because the \space would be incorrect for |
3257 % control characters, but is needed to separate the control word | 3256 % control characters, but is needed to separate the control word |
3317 \definedummyword\pounds | 3316 \definedummyword\pounds |
3318 \definedummyword\point | 3317 \definedummyword\point |
3319 \definedummyword\print | 3318 \definedummyword\print |
3320 \definedummyword\result | 3319 \definedummyword\result |
3321 % | 3320 % |
3321 % We want to disable all macros so that they are not expanded by \write. | |
3322 \macrolist | |
3323 % | |
3324 \normalturnoffactive | |
3325 % | |
3322 % Handle some cases of @value -- where it does not contain any | 3326 % Handle some cases of @value -- where it does not contain any |
3323 % (non-fully-expandable) commands. | 3327 % (non-fully-expandable) commands. |
3324 \makevalueexpandable | 3328 \makevalueexpandable |
3325 % | |
3326 % Normal spaces, not active ones. | |
3327 \unsepspaces | |
3328 % | |
3329 % We want to disable all macros so that they are not expanded by \write. | |
3330 \macrolist | |
3331 } | 3329 } |
3332 | 3330 |
3333 % \commondummiesnofonts: common to \commondummies and \indexnofonts. | 3331 % \commondummiesnofonts: common to \commondummies and \indexnofonts. |
3334 % | 3332 % |
3335 % Better have this without active chars. | 3333 % Better have this without active chars. |