From bc72be483a7d8724308b55789d2ce53dfcda2945 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 13 Apr 2004 16:40:03 +0000 Subject: Implemented all the missing rendering features (such as different font selection in headings, mentioning section numbers, bullets, list item numbers, code paragraphs etc). The PS/PDF output now actually looks like the document it's supposed to be :-) [originally from svn r4061] --- paper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'paper.h') diff --git a/paper.h b/paper.h index 4ba0908..c537dd2 100644 --- a/paper.h +++ b/paper.h @@ -168,6 +168,7 @@ struct line_data_Tag { * relative to the left margin. */ word *aux_text; + word *aux_text_2; int aux_left_indent; /* * This line might have a non-negotiable page break before it. -- cgit v1.1