diff options
Diffstat (limited to 'u.tmac')
-rw-r--r-- | u.tmac | 29 |
1 files changed, 12 insertions, 17 deletions
@@ -243,6 +243,11 @@ ___________________ . .\" Inline macros ------------------------------ . +.\" " -- inline quotation +.de " +\&\$3\(lq\$1\(rq\$2 +.. +. .\" b -- bold font .de b \&\$3\fB\$1\fP\$2 @@ -287,23 +292,6 @@ ___________________ .. . . -.\" Hybrid macros ------------------------------ -. -.\" q -- quotation -.de q -. -. \" inline -. ie !'\$1'' \&\$3\(lq\$1\(rq\$2 -. -. \" block -. el \{\ -. br -. @e q -. ti \n(tiu -. \} -.. -. -. .\" Environment macros ------------------------- . . @@ -335,6 +323,13 @@ ___________________ . if '\*[%penv]'p' .ti \n(tiu .. . +.\" q -- quotation +.de q +. br +. @e q +. ti \n(tiu +.. +. .\" s -- subheading .de s . br |