1 .\" $Id: eqn.7,v 1.2 2011/03/17 15:12:42 kristaps Exp $
3 .\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
5 .\" Permission to use, copy, modify, and distribute this software for any
6 .\" purpose with or without fee is hereby granted, provided that the above
7 .\" copyright notice and this permission notice appear in all copies.
9 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 .Dd $Mdocdate: March 17 2011 $
22 .Nd eqn language reference for mandoc
26 language is a equation-formatting language.
33 This manual describes the subset of the
35 language accepted by the
47 macro tags, whose precise syntax is documented in
49 Equations consist of multi-line equation data.
53 reproduces the contents of
55 equations verbatim in its output.
70 .%A Brian W. Kernighan
72 .%T System for Typesetting Mathematics
73 .%J Communications of the ACM
79 .\" The tbl utility, a preprocessor for troff, was originally written by M.
80 .\" E. Lesk at Bell Labs in 1975.
81 .\" The GNU reimplementation of tbl, part of the groff package, was released
82 .\" in 1990 by James Clark.
83 .\" A standalone tbl implementation was written by Kristaps Dzonsons in
85 .\" This formed the basis of the implementation that is part of the
91 reference was written by
92 .An Kristaps Dzonsons Aq kristaps@bsd.lv .