From fb7ea55796176565141285c5c6de1d3127655116 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 16 Dec 2018 00:17:02 +0000 Subject: Yet another round of improvements to manual font selection. Unify handling of \f and .ft. Support \f4 (bold+italic). Support ".ft BI" and ".ft CW" for terminal output. Support the .ft request in HTML output. Reject the bogus fonts \f(C1, \f(C2, \f(C3, and \f(CP. In regress.pl, only strip leading whitespace in math mode. --- tbl_html.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tbl_html.c') diff --git a/tbl_html.c b/tbl_html.c index d516be9e..98c7b96c 100644 --- a/tbl_html.c +++ b/tbl_html.c @@ -1,4 +1,4 @@ -/* $Id: tbl_html.c,v 1.30 2018/12/12 21:54:35 schwarze Exp $ */ +/* $Id: tbl_html.c,v 1.31 2018/12/16 00:17:02 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015, 2017, 2018 Ingo Schwarze @@ -24,6 +24,7 @@ #include #include +#include "mandoc.h" #include "tbl.h" #include "out.h" #include "html.h" -- cgit v1.2.3