1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
2009-06-02 Peter Breitenlohner <peb@mppmu.mpg.de>
* dvicore.c, utils.h: rename INFINITY -> WEB_INFINITY, to avoid
name conflict with INFINITY from cygwin <math.h>.
2009-05-27 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt to TL2009 build system.
2009-04-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* dvipos.1 (BUGS): added a missing "\fB=\fP".
2008-02-29 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.in: added AC_CONFIG_HEADERS (moved
from ../kpathsea/common.ac to here).
2008-01-30 Peter Breitenlohner <peb@mppmu.mpg.de>
Convert from autoconf-2.13 to autoconf-2.59+:
* Makefile.in: Add @configure_input@ line.
* aclocal.m4 (new): Generated (aclocal -I ../m4).
* configure: Regenerated (autoconf).
2007-01-07 Vladimir Volovich <vvv@vsu.ru>
* build scripts: provide configure(.in) and Makefile.in so that
dvipos builds cleanly with kpathsea and for the TeXLive
architectures.
2007-01-06 Sanjoy Mahajan <sanjoy@mit.edu>
* dvicore.c: do_pos_special() needed two fixes in its interaction
with ConTeXt. [As far as I know, ConTeXt in dvi mode is the only
user of dvipos.]
First, it was writing out coordinates for the pos \specials using
scaled points but not appending the sp to the magnitudes. So when
the ConTeXt macros read in the .tuo file, they complained about
missing dimensions and assumed the coordinates were given in pt, a
factor of 65536 different from sp. The simplest fix was to still
write scaled points but to append 'sp' to the magnitudes.
Second, the 'list' variable needed to become a struct containing
hsize, leftskip, rightskip, hangindent, hangafter, parindent.
This struct is sscanf'ed into when do_pos_special() is parsing a a
pos:pxywhd special in the dvi file, and do_pos_special() uses the
information to write the corresponding \\pospxyplus command for
the .tuo file.
2003-06-28 Jin-Hwan <chofchof@ktug.or.kr>
* Wrote dvipos! [In the distant past, its functions were done in
a Perl script written by Taco Hoekwater.]
|