From 1bf17a7c876fe5070d3bec0cc307c4d3686f3a15 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 16 Nov 2019 19:01:53 -0800 Subject: Ms writer: boldface definition terms in DefinitionLists. Like LaTeX, ConTeXt. --- test/writer.ms | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'test/writer.ms') diff --git a/test/writer.ms b/test/writer.ms index b589011b8..3c51aaf0d 100644 --- a/test/writer.ms +++ b/test/writer.ms @@ -445,55 +445,55 @@ Definition Lists .pdfhref M "definition-lists" .LP Tight using spaces: -.IP "apple" +.IP "\f[B]apple\f[R]" red fruit .RS .RE -.IP "orange" +.IP "\f[B]orange\f[R]" orange fruit .RS .RE -.IP "banana" +.IP "\f[B]banana\f[R]" yellow fruit .RS .RE .LP Tight using tabs: -.IP "apple" +.IP "\f[B]apple\f[R]" red fruit .RS .RE -.IP "orange" +.IP "\f[B]orange\f[R]" orange fruit .RS .RE -.IP "banana" +.IP "\f[B]banana\f[R]" yellow fruit .RS .RE .LP Loose: -.IP "apple" +.IP "\f[B]apple\f[R]" red fruit .RS .RE -.IP "orange" +.IP "\f[B]orange\f[R]" orange fruit .RS .RE -.IP "banana" +.IP "\f[B]banana\f[R]" yellow fruit .RS .RE .LP Multiple blocks with italics: -.IP "\f[I]apple\f[R]" +.IP "\f[B]\f[BI]apple\f[B]\f[R]" red fruit .RS .PP contains seeds, crisp, pleasant to taste .RE -.IP "\f[I]orange\f[R]" +.IP "\f[B]\f[BI]orange\f[B]\f[R]" orange fruit .RS .IP @@ -509,14 +509,14 @@ orange block quote .RE .LP Multiple definitions, tight: -.IP "apple" +.IP "\f[B]apple\f[R]" red fruit .RS .RE computer .RS .RE -.IP "orange" +.IP "\f[B]orange\f[R]" orange fruit .RS .RE @@ -525,14 +525,14 @@ bank .RE .LP Multiple definitions, loose: -.IP "apple" +.IP "\f[B]apple\f[R]" red fruit .RS .RE computer .RS .RE -.IP "orange" +.IP "\f[B]orange\f[R]" orange fruit .RS .RE @@ -541,14 +541,14 @@ bank .RE .LP Blank line after term, indented marker, alternate markers: -.IP "apple" +.IP "\f[B]apple\f[R]" red fruit .RS .RE computer .RS .RE -.IP "orange" +.IP "\f[B]orange\f[R]" orange fruit .RS .IP " 1." 4 -- cgit v1.2.3