src/pdftex-1.30.0-beta-20050615.zip should be on sarovar. Here's the proposed NEWS: ---------------------------------------------------------------- ------------------------------------------------- pdfTeX 3.141592-1.30.0 was released on 2005-06-?? ------------------------------------------------- - Some primites have been renamed; the old names will still work, but are deprecated and give a warning that they are obsolete: \pdfoptionpdfminorversion -> \pdfminorversion \pdfoptionalwaysusepdfpagebox -> \pdfforcepagebox \pdfoptionpdfinclusionerrorlevel -> \pdfinclusionerrorlevel - pdfxtex (introduced with 1.20a) is gone; all extensions are now in pdftex. - pdftex nows two new units: - new Didot (1nd=0.375mm) - new Cicero (1nc=12nd) - New primitive \pdfpkmode, which is a token register that sets the MF mode for pixel font generation. The contents of this register is dumped into the format, so one can (optionally) preset it e.g. in part of pdftexconfig.tex. - New primitives: pdfTeX now has an interface to the precise system time (if available) as an aid in benchmarking TeX macro code. Two new primitives are provided: - \elapsedtime is a read-only integer that (initially) returns the amount of time passed since the start of this run. This amount is given in `scaled seconds': the value 65536 counts as one second. If more time has passed than 32767 seconds, (2^31)-1 will be returned. - \resettime updates the internal timer, such that subsequent calls to \elapsedtime will restart from 0. - New primitive \pdfxformname <object number>, which expands to the number in the corresponding form XObject name. - New primitives \leftmarginkern <box number> and \rightmarginkern <box number> for specifying the margin kern at the left and right side of the horizontal list stored in box <box number>. - Inclusion of pngs has been greatly improved: It now does - alpha channel and transparency (only if %!PDF >=1.4) - 16-bit colour (only if %!PDF >=1.5); this must be enabled by setting \pdfimagehicolor to 1. - gamma correction; this must be enabled by setting \pdfimageapplygamma to 1. The device gamma is taken from \pdfgamma. If no embedded value can be found in the png image, then the value of \pdfimagegamma is used instead. - The effects of font expansion can now be logged: There is now a new integer variable \pdftracingfonts. It is zero by default, then we get a log (with fontexpansion) like this ...\tenrm t ...\tenrm (+20) e Without font expansion, this default should be compatible with TeX's original log output. If \pdftracingfonts is set to 1 (or greater), we get a more verbose log: ...\xivtt (cmtt10@14.0pt) t ...\xivtt (cmtt10+20@14.0pt) e See also bug 304. - The primitive \pdfmovechar has been removed (bug 294) - Bugfix: empty strings are not supressed anymore (bug 335) - Bugfix: \unhboxing and character protusion didn't work well together (bug 292) - Bugfix: --jobname didn't work if there was no filename at all (bug 302) - Bugfix: Some problem with fonts on solaris (bug 315) - Bugfix: \pdfxform didn't work with box>255 (bug 310) - Bugfix: protruding can lead to "This can't happen(paragraph)." (bug 292) ---------------------------------------------------------------- Thanh: I changed only NEWS, README, pdftex.ch and pdftex.mk (you forgot pdftex2.ch). I didn't include texk/dvipsk as it's not needed for pdftex; we'll have to figure out a way to pass that upstream. Best Martin -- http://www.tm.oneiros.de
On 2005-06-15 18:19:20 +0200, Martin Schröder wrote:
src/pdftex-1.30.0-beta-20050615.zip should be on sarovar.
Spoke to soon (and rsync permissions are broken: I can't write to src): beta/pdftex-1.30.0-beta-20050615.zip is on sarovar. Best Martin -- http://www.tm.oneiros.de
On Wed, 15 Jun 2005, Martin Schröder wrote:
src/pdftex-1.30.0-beta-20050615.zip should be on sarovar.
pdfTeX 3.141592-1.30.0 was released on 2005-06-?? -------------------------------------------------
- New primitives \leftmarginkern <box number> and \rightmarginkern <box number> for specifying the margin kern at the left and right side of the horizontal
maybe: "that tell the margin kerns..." because it's read-only
list stored in box <box number>.
- Inclusion of pngs has been greatly improved: It now does - alpha channel and transparency (only if %!PDF >=1.4) - 16-bit colour (only if %!PDF >=1.5); this must be enabled by setting \pdfimagehicolor to 1. - gamma correction; this must be enabled by setting \pdfimageapplygamma to 1. The device gamma is taken from \pdfgamma. If no embedded value can be found in the png image, then the value of \pdfimagegamma is used instead.
maybe we should add - fast direct embedding of png streams, if their structure allows this; the automatic fall-back is to decompress and re-compress as before.
- The effects of font expansion can now be logged: There is now a new integer variable \pdftracingfonts. It is zero by default, then we get a log (with fontexpansion) like this ...\tenrm t ...\tenrm (+20) e Without font expansion, this default should be compatible with TeX's original log output. If \pdftracingfonts is set to 1 (or greater), we get a more verbose log: ...\xivtt (cmtt10@14.0pt) t ...\xivtt (cmtt10+20@14.0pt) e See also bug 304.
- The primitive \pdfmovechar has been removed (bug 294)
- Bugfix: empty strings are not supressed anymore (bug 335)
- Bugfix: \unhboxing and character protusion didn't work well together (bug 292)
- Bugfix: --jobname didn't work if there was no filename at all (bug 302)
- Bugfix: Some problem with fonts on solaris (bug 315)
- Bugfix: \pdfxform didn't work with box>255 (bug 310)
- Bugfix: Dangling font objects with non-replacable fonts (bug 311). This also seems to be corrected; at least since then i didn't get such dangling font objects. But i can't prove :-) - Bugfix: cmap: unicode ???? is mapped to multiple glyphs (bug 306). Here pdftex now reacts in a clear way (a warning?), Thanh can say what that actually is :-) so one can consider this as closed...
- Bugfix: protruding can lead to "This can't happen(paragraph)." (bug 292) ----------------------------------------------------------------
Bug 320: this is the colorstack stuff. Maybe one should shift it into "feature requests", it's documented, so it's no bug. Bug 345: typo corrected by Pawe/l? Bug 359: ??? Bug 362: a feature, not a bug. Regards, Hartmut
Hartmut Henkel wrote:
On Wed, 15 Jun 2005, Martin Schröder wrote:
src/pdftex-1.30.0-beta-20050615.zip should be on sarovar.
pdfTeX 3.141592-1.30.0 was released on 2005-06-?? -------------------------------------------------
What about this one? Vit Zyka wrote:
I think it is pdftex drawback. It declasses xform transformations. In >> this case the solution should be easy: identical /Matrix should be (according to spec) default. So I would not write /Matrix [1 0 0 1 0 0] into XObject dict at all.
makes sense and sounds doable (inclusion is on martins plate, so ...) Hans
vit
On 2005-06-16 01:18:21 +0200, Vit Zyka wrote:
What about this one?
Vit Zyka wrote:
I think it is pdftex drawback. It declasses xform transformations. In >> this case the solution should be easy: identical /Matrix should be (according to spec) default. So I would not write /Matrix [1 0 0 1 0 0] into XObject dict at all.
makes sense and sounds doable (inclusion is on martins plate, so ...) Hans
Fixed; now the /Matrix entry is only written when the image is rotated (i.e. when it's not the identity matrix). Best Martin -- http://www.tm.oneiros.de
http://sarovar.org/download.php/637/pdftex-1.30.0-rc1.zip
Here's a beta of the release announcement:
--------------------------
The pdfTeX team is happy to announce the release of a new stable version:
===========================================================================
pdfTeX 1.30.0-rc1
===========================================================================
This is the announcement of pdfTeX 1.30.0-rc1, an extended version of TeX that
can create PDF directly from TeX source files and enhance the result of TeX
typesetting with the help of PDF.
===========================================================================
Main changes of pdfTeX 1.30.0-rc1
===========================================================================
- pdfxtex (introduced with 1.20a) is gone; all extensions are now in
pdf(e)tex.
- Some primitives have been renamed; the old names will still work, but are
deprecated and give a warning that they are obsolete:
\pdfoptionpdfminorversion -> \pdfminorversion
\pdfoptionalwaysusepdfpagebox -> \pdfforcepagebox
\pdfoptionpdfinclusionerrorlevel -> \pdfinclusionerrorlevel
- pdftex knows two new units:
- new Didot (1nd=0.375mm)
- new Cicero (1nc=12nd)
- Inclusion of pngs has been greatly improved: It now does
- alpha channel and transparency (only if %!PDF >=1.4)
- 16-bit colour (only if %!PDF >=1.5); this must be enabled by setting
\pdfimagehicolor to 1.
- gamma correction; this must be enabled by setting \pdfimageapplygamma
to 1. The device gamma is taken from \pdfgamma. If no embedded value
can be found in the png image, then the value of \pdfimagegamma is used
instead.
- fast direct embedding of png streams, if their structure allows this;
the automatic fall-back is to decompress and re-compress as before.
- New primitives: pdfTeX now has an interface to the precise system time
(if available) as an aid in benchmarking TeX macro code.
- \elapsedtime is a read-only integer that (initially) returns the amount
of time passed since the start of this run. This amount is given in
`scaled seconds': the value 65536 counts as one second. If more time
has passed than 32767 seconds, (2^31)-1 will be returned.
- \resettime updates the internal timer, such that subsequent calls to
\elapsedtime will restart from 0.
- New primitive \pdfxformname <object number>, which expands to the number
in the corresponding form XObject name.
- New primitives \leftmarginkern <box number> and \rightmarginkern <box
number> that tell the margin kern at the left and right side of the
horizontal list stored in box <box number>.
- New primitive \pdfpkmode, which is a token register that sets the MF mode for
pixel font generation. The contents of this register is dumped into the
format, so one can (optionally) preset it e.g. in part of
pdftexconfig.tex.
- The effects of font expansion can now be logged:
There is now a new integer variable \pdftracingfonts. It is zero by
default, then we get a log (with fontexpansion) like this
...\tenrm t
...\tenrm (+20) e
Without font expansion, this default should be compatible with TeX's
original log output.
If \pdftracingfonts is set to 1 (or greater), we get a more verbose log:
...\xivtt (cmtt10@14.0pt) t
...\xivtt (cmtt10+20@14.0pt) e
See also bug 304.
- Numerous bugfixes
For complete release notes see http://www.pdftex.org/NEWS
===========================================================================
Legal notice / license
===========================================================================
pdfTeX is copyright (c) 1996-2005 Han The Thanh,
Mart, It seems that pdfetex is broken (it is not etex) in this beta? [taco@hal tmp]$ pdfetex -ini *plain This is pdfeTeX, Version 3.141592-1.21b-2.2 (Web2C 7.5.4) (INITEX) \write18 enabled. entering extended mode [taco@glenlivet context]$ pdftex -ini *plain This is pdfTeXk, Version 3.141592-1.30.0-beta-rc1 (Web2C 7.5.4) (INITEX) %&-line parsing enabled. ! I can't find file `*plain'. <*> *plain PANIC! Taco Martin Schröder wrote:
http://sarovar.org/download.php/637/pdftex-1.30.0-rc1.zip
Here's a beta of the release announcement: -------------------------- The pdfTeX team is happy to announce the release of a new stable version:
=========================================================================== pdfTeX 1.30.0-rc1 ===========================================================================
This is the announcement of pdfTeX 1.30.0-rc1, an extended version of TeX that can create PDF directly from TeX source files and enhance the result of TeX typesetting with the help of PDF.
=========================================================================== Main changes of pdfTeX 1.30.0-rc1 ===========================================================================
- pdfxtex (introduced with 1.20a) is gone; all extensions are now in pdf(e)tex. - Some primitives have been renamed; the old names will still work, but are deprecated and give a warning that they are obsolete: \pdfoptionpdfminorversion -> \pdfminorversion \pdfoptionalwaysusepdfpagebox -> \pdfforcepagebox \pdfoptionpdfinclusionerrorlevel -> \pdfinclusionerrorlevel - pdftex knows two new units: - new Didot (1nd=0.375mm) - new Cicero (1nc=12nd) - Inclusion of pngs has been greatly improved: It now does - alpha channel and transparency (only if %!PDF >=1.4) - 16-bit colour (only if %!PDF >=1.5); this must be enabled by setting \pdfimagehicolor to 1. - gamma correction; this must be enabled by setting \pdfimageapplygamma to 1. The device gamma is taken from \pdfgamma. If no embedded value can be found in the png image, then the value of \pdfimagegamma is used instead. - fast direct embedding of png streams, if their structure allows this; the automatic fall-back is to decompress and re-compress as before. - New primitives: pdfTeX now has an interface to the precise system time (if available) as an aid in benchmarking TeX macro code. - \elapsedtime is a read-only integer that (initially) returns the amount of time passed since the start of this run. This amount is given in `scaled seconds': the value 65536 counts as one second. If more time has passed than 32767 seconds, (2^31)-1 will be returned. - \resettime updates the internal timer, such that subsequent calls to \elapsedtime will restart from 0. - New primitive \pdfxformname <object number>, which expands to the number in the corresponding form XObject name. - New primitives \leftmarginkern <box number> and \rightmarginkern <box number> that tell the margin kern at the left and right side of the horizontal list stored in box <box number>. - New primitive \pdfpkmode, which is a token register that sets the MF mode for pixel font generation. The contents of this register is dumped into the format, so one can (optionally) preset it e.g. in part of pdftexconfig.tex. - The effects of font expansion can now be logged: There is now a new integer variable \pdftracingfonts. It is zero by default, then we get a log (with fontexpansion) like this ...\tenrm t ...\tenrm (+20) e Without font expansion, this default should be compatible with TeX's original log output. If \pdftracingfonts is set to 1 (or greater), we get a more verbose log: ...\xivtt (cmtt10@14.0pt) t ...\xivtt (cmtt10+20@14.0pt) e See also bug 304. - Numerous bugfixes
For complete release notes see http://www.pdftex.org/NEWS
=========================================================================== Legal notice / license ===========================================================================
pdfTeX is copyright (c) 1996-2005 Han The Thanh,
pdfTeX is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
For a complete README (with a full discussion of the license) please look at http://www.pdftex.org/README
=========================================================================== The files / installation ===========================================================================
You should first try to get a new version of pdfTeX through your distribution.
If you want to compile it yourself, have a look at http://www.pdftex.org -- there you can find links to the pdfTeX sources on CTAN and precompiled binaries for most operating systems. And some useful documentation.
=========================================================================== Mailing lists / web pages: ===========================================================================
Mailing list: http://tug.org/mailman/listinfo/pdftex
Related web pages: http://www.pdftex.org http://sarovar.org/projects/pdftex/ http://www.tug.org/tex-live/ http://www.tug.org/tetex/ http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes http://www.dante.de/ http://tug.org/ http://www.pragma-ade.com/
Have fun! --------------------------
Now we have to update the manual...
Best Martin
On 2005-06-17 11:36:37 +0200, Taco Hoekwater wrote:
It seems that pdfetex is broken (it is not etex) in this beta?
[taco@hal tmp]$ pdfetex -ini *plain This is pdfeTeX, Version 3.141592-1.21b-2.2 (Web2C 7.5.4) (INITEX) \write18 enabled. entering extended mode
[taco@glenlivet context]$ pdftex -ini *plain This is pdfTeXk, Version 3.141592-1.30.0-beta-rc1 (Web2C 7.5.4) (INITEX) %&-line parsing enabled. ! I can't find file `*plain'. <*> *plain
etex(1): An extended mode format is generated by prefixing the name of the source file for the format with an asterisk (*). pdftex is _not_ pdfetex. :-) Best regards Martin -- http://www.tm.oneiros.de
http://sarovar.org/download.php/655/pdftex-1.30.0-rc2.zip NEWS: ----------------------------------------------------- - pdfxtex (introduced with 1.20a) is gone; all extensions are now in pdf(e)tex. - Some primitives have been renamed; the old names will still work, but are deprecated and give a warning that they are obsolete: \pdfoptionpdfminorversion -> \pdfminorversion \pdfoptionalwaysusepdfpagebox -> \pdfforcepagebox \pdfoptionpdfinclusionerrorlevel -> \pdfinclusionerrorlevel - pdftex knows two new units: - new Didot (1nd=0.375mm) - new Cicero (1nc=12nd) - New primitives: - The pdfTeX team now reserves the namespaces \pdf* and \ptex* for new primitives of pdfTeX; \pdf* will be used for pdf-specific primitives and \ptex* for general extensions. - Inclusion of pngs has been greatly improved: It now does - alpha channel and transparency (only if %!PDF >=1.4) - 16-bit colour (only if %!PDF >=1.5); this must be enabled by setting \pdfimagehicolor to 1. - gamma correction; this must be enabled by setting \pdfimageapplygamma to 1. The device gamma is taken from \pdfgamma. If no embedded value can be found in the png image, then the value of \pdfimagegamma is used instead. - fast direct embedding of png streams, if their structure allows this; the automatic fall-back is to decompress and re-compress as before. - pdfTeX now has an interface to the precise system time (if available) as an aid in benchmarking TeX macro code. - \ptexelapsedtime is a read-only integer that (initially) returns the amount of time passed since the start of this run. This amount is given in `scaled seconds': the value 65536 counts as one second. If more time has passed than 32767 seconds, (2^31)-1 will be returned. - \ptexresettimer updates the internal timer, such that subsequent calls to \ptexelapsedtime will restart from 0. - pdfTeX can now generate random numbers. - \ptexuniformdeviate <count> generates a uniformly distributed random integer value between 0 (inclusive) and <count> (exclusive). - \ptexnormaldeviate expands to a random integer value with a mean of 0 and a unit of 65536. - \ptexrandomseed allows access to the current seed value. - \ptexsetrandomseed <count> sets the random seed to a specific value. - \ptexnoligatures\f disables ligatures for the loaded font \f. - \ptexstrcmp{<a>}{<b>} compares two strings and returns the strings "0" if <a> equals <b>, "-1" if <a> is less than <b>, "1" if <a> is greater than <b> - \ptexretval is an integer that is either <0, 0, or >0; currently it's used by \ptexstrcmp. - escaping strings: - \pdfescapestring{<a>} escapes the string <a> so that it can be used as PDF string. - \pdfescapename{<a>} escapes the string <a> so that it can be used as PDF name. - \pdfescapehex{<a>} converts the string <a> to uppercase hexadecimal representation. - \pdfunescapehex{<b>} reverses the effect of \pdfescapehex - \pdfcreationdate expands to the date string that pdfTeX uses in the info dict as default. - \ptexfilemoddate{<file>} expands to the modification date of <file> in the same format as \pdfcreationdate (PDF date format). - \ptexfilesize{<file>} expands to the size of <file> as string. - \ptexmdfivesum{<abc>} or \ptexmdfivesum file {<file>} calculates the md5 sum (of a string or a file) and converts it to uppercase hexadecimal format (same as \pdfescapehex). - \ptexshellescape is a read-only integer that is 1 if \write18 is enabled, 0 otherwise. - \pdfxformname <object number>, which expands to the number in the corresponding form XObject name. - \leftmarginkern <box number> and \rightmarginkern <box number> tell the margin kern at the left and right side of the horizontal list stored in box <box number>. - \pdfpkmode is a token register that sets the MF mode for pixel font generation. The contents of this register is dumped into the format, so one can (optionally) preset it e.g. in part of pdftexconfig.tex. - \pdftracingfonts: An integer variable controlling the tracing of font expansion. It is zero by default; then we get a log (with fontexpansion) like this ...\tenrm t ...\tenrm (+20) e Without font expansion, this default should be compatible with TeX's original log output. If \pdftracingfonts is set to 1 (or greater), we get a more verbose log: ...\xivtt (cmtt10@14.0pt) t ...\xivtt (cmtt10+20@14.0pt) e See also bug 304. - New experimental primitives: - \ptexmatch [icase] [subcount <number>}] {<pattern>}{<string>} Implements pattern matching using the POSIX regex. It returns the same values as \ptexstrcmp, but with the following semantics: -1: error case (invalid pattern, ...) 0: no match 1: match found Options: * icase: case insensitive matching * subcount: it sets the table size for found subpatterns. A number "-1" resets the table size to the start default. - \ptexlastmatch <number> The result of \ptexmatch is stored in an array. The entry "0" contains the match, the following entries submatches. The positions of the matches are also available. They are encoded: <position> "->" <match string> The position "-1" with an empty string indicates that this entry is not set. - The primitive \pdfmovechar has been removed (bug 294) - Bugfixes: - empty strings are not supressed anymore (bug 335) - \unhboxing and character protusion didn't work well together (bug 292) - --jobname didn't work if there was no filename at all (bug 302) - Some problem with fonts on solaris (bug 315) - Dangling font objects with non-replacable fonts (bug 311). - \pdfxform didn't work with box>255 (bug 310) - cmap: unicode ???? is mapped to multiple glyphs (bug 306). ----------------------------------------------------- TODO: - TEST - documentation: - manual - release notes - check NEWS - update change-files.txt I'm aiming for a release next week. Best Martin -- http://www.tm.oneiros.de
sarovar.org is down now. Can someone please put this somewhere else for download? Thomas
Thomas Esser napisał(a):
sarovar.org is down now. Can someone please put this somewhere else for download?
http://pawel.acchsh.com/pdftex-1.30.0-rc2.zip Regards, -- Pawe/l Jackowski P.Jackowski@gust.org.pl
http://sarovar.org/download.php/658/pdftex-1.30.0-rc3.zip This is functionally equivalent to rc2, but - I've merged with the current source.development from TL, updating us to web2c 7.5.5 (Olaf, I have changed some files throughout the tree to remove pdfxtex; please merge them into your sources). I don't think I broke anything... - zlib 1.2.2 - updated manual (it still needs updating for all \ptex primitives) - hopefully all patches sent to me since rc2 TODO: - TEST - documentation: - manual - check NEWS - update change-files.txt I'm aiming for a release on Friday. Best Martin -- http://www.tm.oneiros.de
http://sarovar.org/download.php/664/pdftex-1.30.0-rc4.zip This is mostly the same as rc3, but - \ptex -> \pdf - patch 391 - bug 359 - zlib 1.2.3 I will not accept any more features (-etex would be the only exception). Best Martin -- http://www.tm.oneiros.de
Martin Schröder writes:
http://sarovar.org/download.php/664/pdftex-1.30.0-rc4.zip This is mostly the same as rc3, but - \ptex -> \pdf - patch 391 - bug 359 - zlib 1.2.3
I will not accept any more features (-etex would be the only exception).
Saturday I'm fully booked (family stuff), so the soonest I'll get to work on this is Sunday. Your -etex switch patch looks reasonable, though I might make some changes (variable names &c) when I check in the code. -- Olaf Weber (This space left blank for technical reasons.)
http://sarovar.org/download.php/667/pdftex-1.30.0-rc5.zip A last rc, which should be very final. This is mostly the same as rc4, but - I've integrated pdfmem.ch and pdfliteral.ch - Tacos new png code - small fix for newline before enstream (but see bug #393) - samplepdf.tex adapted (\ptex -> \pdf) Best Martin -- http://www.tm.oneiros.de
Martin Schröder wrote:
http://sarovar.org/download.php/667/pdftex-1.30.0-rc5.zip
A last rc, which should be very final.
This is mostly the same as rc4, but - I've integrated pdfmem.ch and pdfliteral.ch - Tacos new png code - small fix for newline before enstream (but see bug #393) - samplepdf.tex adapted (\ptex -> \pdf)
applause for the fast fixes ! some versions are more final than final -) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Martin Schröder writes:
http://sarovar.org/download.php/667/pdftex-1.30.0-rc5.zip A last rc, which should be very final.
This is mostly the same as rc4, but - I've integrated pdfmem.ch and pdfliteral.ch - Tacos new png code - small fix for newline before enstream (but see bug #393) - samplepdf.tex adapted (\ptex -> \pdf)
It doesn't even build. undefined reference to `escapedstrlen' undefined reference to `getescapedstrchar' undefined reference to `escapednamelen' undefined reference to `getescapednamechar' undefined reference to `escapestr'
Best Martin -- http://www.tm.oneiros.de
-- Olaf Weber (This space left blank for technical reasons.)
Olaf Weber writes:
Martin Schröder writes:
http://sarovar.org/download.php/667/pdftex-1.30.0-rc5.zip A last rc, which should be very final.
This is mostly the same as rc4, but - I've integrated pdfmem.ch and pdfliteral.ch - Tacos new png code - small fix for newline before enstream (but see bug #393) - samplepdf.tex adapted (\ptex -> \pdf)
It doesn't even build.
undefined reference to `escapedstrlen' undefined reference to `getescapedstrchar' undefined reference to `escapednamelen' undefined reference to `getescapednamechar' undefined reference to `escapestr'
Urgh, scratch that, my error. -- Olaf Weber (This space left blank for technical reasons.)
Hi again,
src/pdftex-1.30.0-beta-20050615.zip should be on sarovar. Here's the proposed NEWS[...]
On the base of news I've commited revision 602 of the manual, that should be more or less up-to-date with 1.3. Please, check it out. BR, -- Pawe/l Jackowski P.Jackowski@gust.org.pl
Hi, Not sure if these remarks are for Pawel or (more likely) for Martin and I assume most are known already, but: The files http://www.pdftex.org/NEWS and []/README that are referenced in Annoucement-1.30.0-rc1 are still the ones from 1.21a. Annoucement is generally spelled as Announcement ;-) The included INSTALL and README's from the zip are not up-to-date yet, e.g. they still mention the pdfxtex executable. Pawel Jackowski wrote:
On the base of news I've commited revision 602 of the manual, that should be more or less up-to-date with 1.3. Please, check it out.
I'd like to check it out, but I forgot where I can get it from. :-/ Taco
Hi Taco,
On the base of news I've commited revision 602 of the manual, that should be more or less up-to-date with 1.3. Please, check it out.
I'd like to check it out, but I forgot where I can get it from. :-/
I just use pawel@cvs.pdftex.sarovar.org:/cvsroot/pdftex checkout path to get the manual sources and don't know where they are exactly. Anyway, there is nothing to check at the moment since its damaged rather than updated %( Sorry, I will correct this mess just after \pdfescape... things are clear. BR, -- Pawe/l Jackowski P.Jackowski@gust.org.pl
participants (8)
-
Hans Hagen
-
Hartmut Henkel
-
Martin Schröder
-
Olaf Weber
-
Pawel Jackowski
-
Taco Hoekwater
-
Thomas Esser
-
Vit Zyka