diff options
Diffstat (limited to 'tests/writer.context')
-rw-r--r-- | tests/writer.context | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/writer.context b/tests/writer.context index cfb26cd65..d4e07fb43 100644 --- a/tests/writer.context +++ b/tests/writer.context @@ -503,6 +503,14 @@ So is {\bf {\em this}} word. This is code: \type{>}, \type{$}, \type{\}, \type{\$}, \type{<html>}. +\overstrikes{This is {\em strikeout}.} + +Superscripts: a\high{bc}d a\high{{\em hello}} a\high{hello there}. + +Subscripts: H\low{2}O, H\low{23}O, H\low{many of them}O. + +These should not be superscripts or subscripts, because of the unescaped spaces: a\letterhat{}b c\letterhat{}d, a\lettertilde{}b c\lettertilde{}d. + \thinrule \section{Smart quotes, ellipses, dashes} |