diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-09-12 16:51:11 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-09-12 16:51:11 -0400 |
commit | 607abd281d60bc088d9c202b028367737d26e1fc (patch) | |
tree | 90d477caec8cfb5422bfa02099afa2abacabbe92 /src/preproc/expand | |
parent | f294a45507ef90fcfd8bf5cb25b37b0a4f6555a1 (diff) | |
download | tame-607abd281d60bc088d9c202b028367737d26e1fc.tar.gz tame-607abd281d60bc088d9c202b028367737d26e1fc.tar.bz2 tame-607abd281d60bc088d9c202b028367737d26e1fc.zip |
expand-sequence: Fix TeX escapingv2.18.2
* src/preproc/expand/expand-sequence.xsl: {\\=>\}.
Diffstat (limited to 'src/preproc/expand')
-rw-r--r-- | src/preproc/expand/expand-sequence.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preproc/expand/expand-sequence.xsl b/src/preproc/expand/expand-sequence.xsl index 64a0db1..39c88cf 100644 --- a/src/preproc/expand/expand-sequence.xsl +++ b/src/preproc/expand/expand-sequence.xsl @@ -31,8 +31,8 @@ @section Expansion Sequence An @dfn{expansion sequence} @math{E} is an ordered list of nodes - @math{N_1,N_2,\\ldots,N_m} satisfying the property that, given some - node @math{N_x\\in E} such that @math{m\\geq x>1}, the node + @math{N_1,N_2,\ldots,N_m} satisfying the property that, given some + node @math{N_x\in E} such that @math{m\geq x>1}, the node @math{N_@{x-1@}} must have already been fully expanded before expansion of @math{N_x} begins. Such an ordering guarantee is generally unnecessary. |