From 6d8d387d78183a69812a1111b555a69f4211d319 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 22 Jul 2011 10:50:46 +0000 Subject: Add character output (-Tpdf, -Tps, -Tascii) for equations. This is the minimum: unseparated terms. --- mdoc_term.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdoc_term.c') diff --git a/mdoc_term.c b/mdoc_term.c index 99fd5b00..0603b721 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.232 2011/07/21 11:34:53 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.233 2011/07/22 10:50:46 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -351,7 +351,7 @@ print_mdoc_node(DECL_ARGS) p->flags |= TERMP_NOSPACE; break; case (MDOC_EQN): - /*term_word(p, n->eqn->data);*/ + term_eqn(p, n->eqn); break; case (MDOC_TBL): term_tbl(p, n->span); -- cgit v1.2.3