From 268c88f5433d2a87d1eeab40076c8737b5786b08 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 26 Jun 2017 20:11:45 +0000 Subject: catch up with the recent eqn(7) improvements --- regress/eqn/unary/Makefile | 4 ++-- regress/eqn/unary/bold.in | 12 ++++++++++++ regress/eqn/unary/bold.out_ascii | 9 +++++++++ regress/eqn/unary/bold.out_html | 1 + regress/eqn/unary/diacrit.out_ascii | 2 +- regress/eqn/unary/diacrit.out_html | 2 +- regress/eqn/unary/sqrt.in | 2 +- regress/eqn/unary/sqrt.out_ascii | 2 +- regress/eqn/unary/sqrt.out_html | 2 +- 9 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 regress/eqn/unary/bold.in create mode 100644 regress/eqn/unary/bold.out_ascii create mode 100644 regress/eqn/unary/bold.out_html (limited to 'regress/eqn/unary') diff --git a/regress/eqn/unary/Makefile b/regress/eqn/unary/Makefile index f68a5ce7..3679153c 100644 --- a/regress/eqn/unary/Makefile +++ b/regress/eqn/unary/Makefile @@ -1,6 +1,6 @@ # $OpenBSD: Makefile,v 1.1.1.1 2015/01/01 12:53:46 schwarze Exp $ -REGRESS_TARGETS = diacrit sqrt -HTML_TARGETS = diacrit sqrt +REGRESS_TARGETS = bold diacrit sqrt +HTML_TARGETS = bold diacrit sqrt .include diff --git a/regress/eqn/unary/bold.in b/regress/eqn/unary/bold.in new file mode 100644 index 00000000..d1d1686d --- /dev/null +++ b/regress/eqn/unary/bold.in @@ -0,0 +1,12 @@ +.Dd June 26, 2017 +.Dt UNARY-BOLD 1 +.Os OpenBSD +.Sh NAME +.Nm unary-bold +.Nd font handling in bold boxes +.Sh DESCRIPTION +initial text +.EQ +bold { sin "sin" } +.EN +final text diff --git a/regress/eqn/unary/bold.out_ascii b/regress/eqn/unary/bold.out_ascii new file mode 100644 index 00000000..01ef870a --- /dev/null +++ b/regress/eqn/unary/bold.out_ascii @@ -0,0 +1,9 @@ +UNARY-BOLD(1) General Commands Manual UNARY-BOLD(1) + +NNAAMMEE + uunnaarryy--bboolldd - font handling in bold boxes + +DDEESSCCRRIIPPTTIIOONN + initial text ((sin ssiinn)) final text + +OpenBSD June 26, 2017 OpenBSD diff --git a/regress/eqn/unary/bold.out_html b/regress/eqn/unary/bold.out_html new file mode 100644 index 00000000..56d6762f --- /dev/null +++ b/regress/eqn/unary/bold.out_html @@ -0,0 +1 @@ +sinsin diff --git a/regress/eqn/unary/diacrit.out_ascii b/regress/eqn/unary/diacrit.out_ascii index 54a35c3c..1e35a8fc 100644 --- a/regress/eqn/unary/diacrit.out_ascii +++ b/regress/eqn/unary/diacrit.out_ascii @@ -4,6 +4,6 @@ NNAAMMEE uunnaarryy--ddiiaaccrriitt - diacritical marks in equations DDEESSCCRRIIPPTTIIOONN - initial text x. x" x^ x~ x-> x<-> (x + y) (x + y)_ final text + initial text _x. _x" _x^ _x~ _x-> _x<-> (_x + _y) (_x + _y)_ final text OpenBSD October 10, 2014 OpenBSD diff --git a/regress/eqn/unary/diacrit.out_html b/regress/eqn/unary/diacrit.out_html index 076c6663..02dcc2f4 100644 --- a/regress/eqn/unary/diacrit.out_html +++ b/regress/eqn/unary/diacrit.out_html @@ -1 +1 @@ -x˙x¨x^x~xxx+yx+y_ +x˙x¨x^x~xxx+yx+y_ diff --git a/regress/eqn/unary/sqrt.in b/regress/eqn/unary/sqrt.in index b416da7c..2bd4a9f5 100644 --- a/regress/eqn/unary/sqrt.in +++ b/regress/eqn/unary/sqrt.in @@ -7,6 +7,6 @@ .Sh DESCRIPTION initial text .EQ -r = sqrt { x sup 2 + y sup 2 } + sqrt { } + sqrt +r = sqrt { x sup 2 + y sup 2 } + sqrt a+b + sqrt { } + sqrt .EN final text diff --git a/regress/eqn/unary/sqrt.out_ascii b/regress/eqn/unary/sqrt.out_ascii index f109b770..7aa6778e 100644 --- a/regress/eqn/unary/sqrt.out_ascii +++ b/regress/eqn/unary/sqrt.out_ascii @@ -4,6 +4,6 @@ NNAAMMEE uunnaarryy--ssqqrrtt - square root DDEESSCCRRIIPPTTIIOONN - initial text r = sqrt(x^2 + y^2) + sqrt() + sqrt final text + initial text _r = sqrt(_x^2 + _y^2) + sqrt(_a + _b) + sqrt() + sqrt final text OpenBSD February 12, 2017 OpenBSD diff --git a/regress/eqn/unary/sqrt.out_html b/regress/eqn/unary/sqrt.out_html index a828ff1d..ca2de199 100644 --- a/regress/eqn/unary/sqrt.out_html +++ b/regress/eqn/unary/sqrt.out_html @@ -1 +1 @@ -r=x2+y2++ +r=x2+y2+a+b++ -- cgit v1.2.3-56-ge451