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

Annotation of mandoc/regress/eqn/matrix/basic.in, Revision 1.1

1.1     ! schwarze    1: .Dd October 10, 2014
        !             2: .Dt MATRIX-BASIC 1
        !             3: .Os OpenBSD
        !             4: .Sh NAME
        !             5: .Nm matrix-basic
        !             6: .Nd matrixes in equations
        !             7: .Sh DESCRIPTION
        !             8: initial text
        !             9: .EQ
        !            10: left (
        !            11: matrix { ccol { a sub 11 above a sub 21 } ccol { a sub 12 above a sub 22 } }
        !            12: right )
        !            13: left (
        !            14: pile { b sub 1 above b sub 2 }
        !            15: right )
        !            16: .EN
        !            17: final text

CVSweb