On Thu, 26 May 2005, Fabrice Popineau wrote:
* The Thanh Han
writes: > Hi, I have tested your file with the latest snapshot. Seems to be > ok on linux, ACR7.
It still fails for me. You
i did it, it was the patch for bug-315 (the Length1 value was wrong). The change seemed safe to me. The full patch included also a section @@ -1717,6 +1715,7 @@ { read_encoding_only = false; #ifdef pdfTeX + t1_save_offset = 0; if (strcasecmp(strend(fm_fontfile(fm_cur)) - 4, ".otf") == 0) { if (!is_included(fm_cur) || is_subsetted(fm_cur)) pdftex_fail("OTF fonts must be included entirely"); Seems this is in. Will check again...
removed 2 occurences of save_offset() in pdftexdir/writet1.c :
@@ -1050,7 +1035,6 @@
static void t1_include(void) { - save_offset(); do { t1_getline(); t1_scan_param(); @@ -1381,7 +1365,6 @@ static void t1_subset_ascii_part(void) { int i, j; - save_offset(); t1_getline(); while (!t1_prefix("/Encoding")) { t1_scan_param(); @@ -1391,15 +1374,13 @@
If I reinstate them, I get readable pdf files again. The Length1 values for t1 fonts were wrong.
Regards, Hartmut