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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
2002-01-14 09:12 icastle
* jadetex.dtx, ucharacters.sty, uentities.sty: Add support for euro
symbol and € entity
This provides higher quality euro symbol support using the
PostScript font provided by the marvosym package (instead of the TC
font). There is now a dependancy on the marvosym package as a
result.
In addition the € entity is now supported.
2002-01-07 17:34 icastle
* doc/: Makefile, releasenotes.dsl, releasenotes.xml: Add skeleton
for release notes
2002-01-07 17:33 icastle
* doc/install.sgm: Remove obsolete install.sgm
2002-01-07 17:32 icastle
* doc/install.sgm: install.sgm is obsoleted by index.xml
2002-01-07 14:46 icastle
* ChangeLog, ChangeLog-old: The pre-CVS ChangeLog is now
ChangeLog-old.
ChangeLog is generated by cvs2cl from the CVS Commit messages
2002-01-07 14:28 icastle
* mlnames.sty: sf.net request 452537 Add extra fonts
Added a variety of extra fonts (also from the mandrakesoft
configuration). Of course, you will need these fonts installed if
you want to use them!
2002-01-07 13:08 icastle
* jadetex.dtx: Red Hat bugzilla bug 47345
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=47345
Long Directory path goes off the page: If there is a long directory
path in a document it goes off the side of the page. Long
pathnames should be split or put on a separate line so that they
don't go off the edge of the page. Added
'\setlength\emergencystretch{2in}'. In case of overfull hboxes, an
extra stretchable length gets added to the end of the lines.
2002-01-07 13:02 icastle
* Makefile: Make makefile more friendly for packagers with
introduction of DESTDIR environment variable. This change is
transparent to those that don't want to use DESTDIR.
2002-01-07 11:56 icastle
* jadetex.dtx: Applied sf patch #492522
Fix unbalanced multi columns: the TeX multicol package supports
both balanced and unbalanced columns. However, jadetex 3.11
doesn't call the functions for unbalanced columns correctly. Since
a bug in the handling of %page-balanced-columns?% was fixed in
3.11, this is now the common case - so multicolumn documents that
used to work in 3.10 no longer work...
2002-01-07 11:52 icastle
* jadetex.dtx: Apply sf patch #470586
Fix for ext-graphics rendering: ExternalGraphic is centered within
\textwidth instead of \columnwidth, causing bad placement in
multicolumn mode.
2002-01-07 11:45 icastle
* jadetex.dtx: Add patch #444445 from source forge.
Fix for space above horizontal rule: Not all of the patch detailed
in http://sources.redhat.com/ml/docbook-apps/2001-q2/msg00352.html
made it in to jadetex. The \nointerlineskip to supress blank space
above a horizontal rule is missing.
2002-01-07 11:39 icastle
* doc/install.sgm: Minor corrections
2002-01-07 11:31 icastle
* doc/: .cvsignore, Makefile, demo.tex, docbook.dsl, install.log,
install.pdf, install.sgm, install.tex: Reinstate "install.sgm".
Remove output files from cvs. Make "Makefile" more generic so it
will build in a standard environment. Add .cvsignore so that
openjade/pdftex output files are not checked in.
2001-07-19 16:20 rahtz
* ChangeLog, Makefile, jadetex.dtx, jadetex.ltx, unicode.sty:
allowed for missing T2aenc.def, and Kubek's multicol patch
2001-07-13 10:53 rahtz
* ChangeLog, jadetex.dtx, jadetex.ltx: corrected silly typo in qqq
fix for 3.9
2001-07-11 22:53 rahtz
* ChangeLog, jadetex.dtx, jadetex.ltx: make 3.9 release (forgot to
update number!)
2001-07-11 22:46 rahtz
* ChangeLog, Makefile, jadetex.dtx, jadetex.ltx: fixed problem with
comparing -999 for unknown page
2001-07-02 23:49 rahtz
* Makefile, index.html, index.xml, jadetex.dtx, jadetex.ltx: update
documentation
2001-07-02 23:09 rahtz
* index.html, index.xml, index.xsl, doc/install.sgm: added
documentation to CVS
2001-07-02 20:51 rahtz
* jadetex.1, jadetex.cfg, jadetex.dtx, jadetex.ini, jadetex.ins,
dummyels.sty, jadetex.ltx, mlnames.sty, ucharacters.sty,
uentities.sty, pdfjadetex.1, pdfjadetex.ini, unicode.sty,
ChangeLog, Makefile, dsssl.def, ut1omlgc.fd, doc/install.log,
doc/Makefile, doc/install.sgm, doc/demo.sgm, doc/demo.tex,
doc/install.tex, doc/install.pdf: initial checkin of Jadetex at
release 3.7
2001-07-02 20:51 rahtz
* jadetex.1, jadetex.cfg, jadetex.dtx, jadetex.ini, jadetex.ins,
dummyels.sty, jadetex.ltx, mlnames.sty, ucharacters.sty,
uentities.sty, pdfjadetex.1, pdfjadetex.ini, unicode.sty,
ChangeLog, Makefile, dsssl.def, ut1omlgc.fd, doc/install.log,
doc/Makefile, doc/install.sgm, doc/demo.sgm, doc/demo.tex,
doc/install.tex, doc/install.pdf: Initial revision
|