From 607abd281d60bc088d9c202b028367737d26e1fc Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 12 Sep 2018 16:51:11 -0400 Subject: [PATCH] expand-sequence: Fix TeX escaping * src/preproc/expand/expand-sequence.xsl: {\\=>\}. --- src/preproc/expand/expand-sequence.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/preproc/expand/expand-sequence.xsl b/src/preproc/expand/expand-sequence.xsl index 64a0db18..39c88cf0 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.