mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
Add some commentary of what I've done this morning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10360 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e5d2f76d04
commit
3c4ec7b6d5
@ -3,6 +3,14 @@
|
|||||||
# Thu 9 March 1995
|
# Thu 9 March 1995
|
||||||
# Geoffrey Tobin
|
# Geoffrey Tobin
|
||||||
# Nelson H. F. Beebe
|
# Nelson H. F. Beebe
|
||||||
|
#
|
||||||
|
# Changes 27 July 2005 by Angus Leeming to enable the Makefile to
|
||||||
|
# work out of the box on both *nix and Windows machines under
|
||||||
|
# the MinSYS environment.
|
||||||
|
#
|
||||||
|
# The Makefile can also be used unaltered to build a Windows executable
|
||||||
|
# from a Linux box if make is invoked as:
|
||||||
|
# $ make EXEEXT='.exe' CC='i386-mingw32-gcc'
|
||||||
#=======================================================================
|
#=======================================================================
|
||||||
|
|
||||||
BINDIR = /usr/local/bin
|
BINDIR = /usr/local/bin
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
/* dt2dv - convert human-readable "DTL" file to DVI format
|
/* dt2dv - convert human-readable "DTL" file to DVI format
|
||||||
- this is intended to invert dv2dt version 0.6.0
|
- this is intended to invert dv2dt version 0.6.0
|
||||||
- version 0.6.1 - 14:38 GMT +11 Thu 9 March 1995
|
- version 0.6.2 - 27 July 2005
|
||||||
- Geoffrey Tobin G.Tobin@ee.latrobe.edu.au
|
- Geoffrey Tobin G.Tobin@ee.latrobe.edu.au
|
||||||
- fixes: Michal Tomczak-Jaegermann ntomczak@vm.ucs.ualberta.ca
|
- fixes: Michal Tomczak-Jaegermann ntomczak@vm.ucs.ualberta.ca
|
||||||
Nelson H. F. Beebe beebe@math.utah.edu
|
Nelson H. F. Beebe beebe@math.utah.edu
|
||||||
|
Angus Leeming leeming@lyx.org: Enable dt2dv to handle
|
||||||
|
.dvi files containing strings longer than 1024 chars.
|
||||||
- Reference: "The DVI Driver Standard, Level 0",
|
- Reference: "The DVI Driver Standard, Level 0",
|
||||||
by The TUG DVI Driver Standards Committee.
|
by The TUG DVI Driver Standards Committee.
|
||||||
Appendix A, "Device-Independent File Format".
|
Appendix A, "Device-Independent File Format".
|
||||||
|
Loading…
Reference in New Issue
Block a user