pdftex-1.40.0-alpha-20051226
http://sarovar.org/download.php/872/pdftex-1.40.0-alpha-20051221-20051226.di... http://sarovar.org/download.php/873/pdftex-1.40.0-alpha-20051226.tar.bz2 - improved patches: - 453 Object Streams for PDF-1.5 - take PK resolution from "pk_dpi" parameter in texmf.cnf, if it has not been set by the format file or by the user - 432 Rules in a PDF qQ group - some fixes for Thanhs patch - some improvements from -Wall - .indent.pro for indent -- http://www.tm.oneiros.de
On Tue, 27 Dec 2005, Martin Schröder wrote:
http://sarovar.org/download.php/872/pdftex-1.40.0-alpha-20051221-20051226.di... http://sarovar.org/download.php/873/pdftex-1.40.0-alpha-20051226.tar.bz2
- .indent.pro for indent
do we really want GNUish indentation? like if (strcmp (fp->tfm_name, nontfm) != 0) { p = (fm_entry *) avl_find (tfm_tree, fp); if (p != NULL) { if (mode == FM_DUPIGNORE) i would prefer K&R (--k-and-r-style): if (strcmp(fp->tfm_name, nontfm) != 0) { p = (fm_entry *) avl_find(tfm_tree, fp); if (p != NULL) { if (mode == FM_DUPIGNORE) { Regards, Hartmut
participants (2)
-
Hartmut Henkel
-
Martin Schröder