diff options
Diffstat (limited to 'regress/eqn/nullary')
-rw-r--r-- | regress/eqn/nullary/Makefile | 6 | ||||
-rw-r--r-- | regress/eqn/nullary/roman.in | 14 | ||||
-rw-r--r-- | regress/eqn/nullary/roman.out_ascii | 10 | ||||
-rw-r--r-- | regress/eqn/nullary/roman.out_html | 1 |
4 files changed, 31 insertions, 0 deletions
diff --git a/regress/eqn/nullary/Makefile b/regress/eqn/nullary/Makefile new file mode 100644 index 00000000..ec5dfa06 --- /dev/null +++ b/regress/eqn/nullary/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2015/01/01 12:53:46 schwarze Exp $ + +REGRESS_TARGETS = roman +HTML_TARGETS = roman + +.include <bsd.regress.mk> diff --git a/regress/eqn/nullary/roman.in b/regress/eqn/nullary/roman.in new file mode 100644 index 00000000..f4a081f1 --- /dev/null +++ b/regress/eqn/nullary/roman.in @@ -0,0 +1,14 @@ +.Dd October 12, 2014 +.Dt NULLARY-ROMAN 1 +.Os OpenBSD +.Sh NAME +.Nm nullary-roman +.Nd equation tokens set in roman font +.Sh DESCRIPTION +initial text +.EQ +sin cos tan sinh cosh tanh arc +max min lim log ln exp +Re Im and if for det +.EN +final text diff --git a/regress/eqn/nullary/roman.out_ascii b/regress/eqn/nullary/roman.out_ascii new file mode 100644 index 00000000..cc6ff3a8 --- /dev/null +++ b/regress/eqn/nullary/roman.out_ascii @@ -0,0 +1,10 @@ +NULLARY-ROMAN(1) General Commands Manual NULLARY-ROMAN(1) + +NNAAMMEE + nnuullllaarryy--rroommaann - equation tokens set in roman font + +DDEESSCCRRIIPPTTIIOONN + initial text sin cos tan sinh cosh tanh arc max min lim log ln exp Re Im + and if for det final text + +OpenBSD October 12, 2014 OpenBSD diff --git a/regress/eqn/nullary/roman.out_html b/regress/eqn/nullary/roman.out_html new file mode 100644 index 00000000..115daa05 --- /dev/null +++ b/regress/eqn/nullary/roman.out_html @@ -0,0 +1 @@ +<mrow><mi>sin</mi><mi>cos</mi><mi>tan</mi><mi>sinh</mi><mi>cosh</mi><mi>tanh</mi><mi>arc</mi><mi>max</mi><mi>min</mi><mi>lim</mi><mi>log</mi><mi>ln</mi><mi>exp</mi><mi>Re</mi><mi>Im</mi><mi>and</mi><mi>if</mi><mi>for</mi><mi>det</mi></mrow> |