]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_term.c
EQN blocks are now printed in all modes. This is simply a printing of
[mandoc.git] / mdoc_term.c
index 25ad7feaab6249af8c22ed8b2a48a8f6fb2715b3..a6d6dd89c4b814247c3ab3ebee83940227271d15 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_term.c,v 1.218 2011/02/06 23:02:31 schwarze Exp $ */
+/*     $Id: mdoc_term.c,v 1.219 2011/02/09 09:52:47 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -355,6 +355,7 @@ print_mdoc_node(DECL_ARGS)
                term_word(p, n->string);
                break;
        case (MDOC_EQN):
+               term_word(p, n->eqn->data);
                break;
        case (MDOC_TBL):
                term_tbl(p, n->span);