[BACK]Return to roman.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / eqn / nullary

Annotation of mandoc/regress/eqn/nullary/roman.in, Revision 1.3

1.3     ! schwarze    1: .\" $OpenBSD: roman.in,v 1.3 2017/07/04 14:53:23 schwarze Exp $
        !             2: .Dd $Mdocdate: July 4 2017 $
1.1       schwarze    3: .Dt NULLARY-ROMAN 1
1.3     ! schwarze    4: .Os
1.1       schwarze    5: .Sh NAME
                      6: .Nm nullary-roman
                      7: .Nd equation tokens set in roman font
                      8: .Sh DESCRIPTION
1.2       schwarze    9: initial text \(em
1.1       schwarze   10: .EQ
1.2       schwarze   11: roman "unquoted words:"
                     12: sin cos tan sec csc asin acos atan asec acsc
                     13: sinh cosh tanh coth arc
1.1       schwarze   14: max min lim log ln exp
                     15: Re Im and if for det
1.2       schwarze   16: \(em
                     17: roman "quoted words:"
                     18: "sin" "cos" "tan" "sec" "csc" "asin" "acos" "atan" "asec" "acsc"
                     19: "sinh" "cosh" "tanh" "coth" "arc"
                     20: "max" "min" "lim" "log" "ln" "exp"
                     21: "Re" "Im" "and" "if" "for" "det"
                     22: \(em
                     23: roman "font operations:"
                     24: bold sin
                     25: bold "sin"
                     26: \(em
                     27: roman "superstring:"
                     28: sinus
                     29: \(em
                     30: roman "composite word:"
                     31: tan = sin/cos
1.1       schwarze   32: .EN
1.2       schwarze   33: \(em final text

CVSweb