expand-sequence: Fix TeX escaping

* src/preproc/expand/expand-sequence.xsl: {\\=>\}.
master v2.18.2
Mike Gerwitz 2018-09-12 16:51:11 -04:00
parent f294a45507
commit 607abd281d
1 changed files with 2 additions and 2 deletions

View File

@ -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.