diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/writer.ms | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/writer.ms b/test/writer.ms index 03512cbb4..0ce199fba 100644 --- a/test/writer.ms +++ b/test/writer.ms @@ -36,6 +36,8 @@ .nr FL \n[LL] .\" footnote point size .nr FPS (\n[PS] - 2000) +.\" color used for strikeout +.defcolor strikecolor rgb 0.2 0.2 0.2 .\" *************************************************************** .\" PDF metadata .mso pdfmark.tmac @@ -588,7 +590,7 @@ So is \f[B]\f[BI]this\f[B]\f[] word. This is code: \f[C]>\f[], \f[C]$\f[], \f[C]\\\f[], \f[C]\\$\f[], \f[C]<html>\f[]. .PP -[STRIKEOUT:This is \f[I]strikeout\f[].] +\m[strikecolor]This is \f[I]strikeout\f[].\m[] .PP Superscripts: a\*{bc\*}d a\*{\f[I]hello\f[]\*} a\*{hello\ there\*}. .PP |
