* src/preproc/html/pre-html.cc (DEFAULT_LINE_LENGTH): New macro.
commitc45ca1fadea171e7de88356921a616771baca366
authorWerner LEMBERG <wl@gnu.org>
Tue, 27 Aug 2002 17:36:27 +0000 (27 17:36 +0000)
committerWerner LEMBERG <wl@gnu.org>
Tue, 27 Aug 2002 17:36:27 +0000 (27 17:36 +0000)
tree7b7208f7f2e0b75dab88de113fdf509e9a4e49ef
parentdeacb141d971fd65dba202878075fa1738030aeb
* src/preproc/html/pre-html.cc (DEFAULT_LINE_LENGTH): New macro.
(MAX_WIDTH, A4_LENGTH, A4_OFFSET, LETTER_OFFSET): Removed.
(gsPaper): Removed.
(determine_vertical_offset): Use LETTER_LENGTH.
(createPage): Moved to ...
(imageList::createPage): This.
Call gs with -dDEVICEWIDTHPOINTS to avoid cropping.
(imageList::getMaxX): New function.
(createImage): Moved to ...
(imageList::createImage): This.
(imageList::createImages): New function.
(generateImages): Read `maxx' directly.
Updated.
(scanArguments): Don't specify `gsPaper' for `-o'.
(makeTempFiles): Call `xtmpfile' with the last argument set to
`TRUE'.
ChangeLog
src/preproc/html/pre-html.cc