Skip to content

Commit

Permalink
Avoid nested dollar math.
Browse files Browse the repository at this point in the history
Because cxxdraft-htmlgen does not support it.
  • Loading branch information
Eelis committed Mar 15, 2023
1 parent b51705c commit 2e864c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18475,7 +18475,7 @@

\pnum
An integer $r$ is a \defn{rank index} of an index space $S$
if $r$ is in the range $[0, \text{rank of $S$})$.
if $r$ is in the range $[0, \text{rank of }S)$.

\pnum
A pack of integers \tcode{idx} is
Expand Down

0 comments on commit 2e864c7

Please sign in to comment.