summaryrefslogtreecommitdiff
path: root/paper.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-04-13 16:40:03 +0000
committerSimon Tatham <anakin@pobox.com>2004-04-13 16:40:03 +0000
commitbc72be483a7d8724308b55789d2ce53dfcda2945 (patch)
treedcf00033620466b13616b1b6f84f43cf895e874c /paper.h
parent7f9a818c2187960bda0cf3cae515ee8a7ad91481 (diff)
downloadhalibut-bc72be483a7d8724308b55789d2ce53dfcda2945.zip
halibut-bc72be483a7d8724308b55789d2ce53dfcda2945.tar.gz
halibut-bc72be483a7d8724308b55789d2ce53dfcda2945.tar.bz2
halibut-bc72be483a7d8724308b55789d2ce53dfcda2945.tar.xz
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]
Diffstat (limited to 'paper.h')
-rw-r--r--paper.h1
1 files changed, 1 insertions, 0 deletions
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.