summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-22 10:50:46 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-22 10:50:46 +0000
commit16b40a0ceac84afe1ca3122b48c8cb7ef28111cf (patch)
treedb94009a47e9ef95cb5bba76c3675982ecd06be0 /term.h
parentcb7c07f33b511f1525975bfd609094b8930f2153 (diff)
downloadmandoc-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/term.h b/term.h
index 1a4452d3..b6a34f8d 100644
--- a/term.h
+++ b/term.h
@@ -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 *);