diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-13 16:40:03 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-13 16:40:03 +0000 |
| commit | bc72be483a7d8724308b55789d2ce53dfcda2945 (patch) | |
| tree | dcf00033620466b13616b1b6f84f43cf895e874c /paper.h | |
| parent | 7f9a818c2187960bda0cf3cae515ee8a7ad91481 (diff) | |
| download | halibut-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |