diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-22 10:50:46 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-22 10:50:46 +0000 |
commit | 16b40a0ceac84afe1ca3122b48c8cb7ef28111cf (patch) | |
tree | db94009a47e9ef95cb5bba76c3675982ecd06be0 /term.h | |
parent | cb7c07f33b511f1525975bfd609094b8930f2153 (diff) | |
download | mandoc-16b40a0ceac84afe1ca3122b48c8cb7ef28111cf.tar.gz |
Add character output (-Tpdf, -Tps, -Tascii) for equations. This is the
minimum: unseparated terms.
Diffstat (limited to 'term.h')
-rw-r--r-- | term.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ struct termp { struct termp_ps *ps; }; +void term_eqn(struct termp *, const struct eqn *); void term_tbl(struct termp *, const struct tbl_span *); void term_free(struct termp *); void term_newln(struct termp *); |