(Sorry if this is the wrong list, I could not find a better one.) I recently used texexec to select a given page from a file (attached) of three pages: texexec --pdfselect --selection=2 --result=cover2-tx.pdf covers.pdf It worked fine, but bnb noticed that the resulting cover2-tx.pdf was different then the original: it is offset to the right by a pica or so, and the "TUGboat" is moved down a similar amount. When I extract the same page from the same file with gs: gs -q -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=cover2-gs.pdf \ -dFirstPage=2 -dLastPage=2 covers.pdf -c quit the result is correct, i.e., the extracted page is identical (as far as I can tell) to the original. This happens with texexec 4.0 (and also with 2.8 and 3.1). This is just FYI in case it's a bug you want to fix ... karl
Hello out there
I recently used texexec to select a given page from a file (attached) of three pages: texexec --pdfselect --selection=2 --result=cover2-tx.pdf covers.pdf
When I try to do the above, ConTeXt looks for a font "aicmti10". What is going on here? Something misconfigured? This is pdfeTeXk, Version 3.141592-1.11a-2.1 (Web2C 7.5.2) \write18 enabled. %&-line parsing enabled. (/opt/texlive/8/texmf/web2c/cp8bit.tcx) entering extended mode (./texexec.tex{/opt/local/texmf/pdftex/config/pdftex.cfg} ConTeXt ver: 2003.11.27 fmt: 2003.11.30 int: english mes: english [...] systems : begin file texexec at line 14 <./covers.pdf{/opt/texlive/8/texmf/fonts/map/pdftex/updmap/pdftex.map}{/opt/lo cal/texmf/dvips/config/dolly.map}{/opt/local/texmf/dvips/config/typedesign.map} kpathsea: Running mktextfm aicmti10 mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input aicmti10 This is METAFONT, Version 2.71828 (Web2C 7.5.2) (/opt/texlive/8/texmf/web2c/cp8bit.tcx) kpathsea: Running mktexmf aicmti10 -> error Patrick -- mon trainsistor j'adore
At 15:43 14/12/2003, Patrick Gundlach wrote:
Hello out there
I recently used texexec to select a given page from a file (attached) of three pages: texexec --pdfselect --selection=2 --result=cover2-tx.pdf covers.pdf
When I try to do the above, ConTeXt looks for a font "aicmti10". What is going on here? Something misconfigured?
This is pdfeTeXk, Version 3.141592-1.11a-2.1 (Web2C 7.5.2) \write18 enabled. %&-line parsing enabled. (/opt/texlive/8/texmf/web2c/cp8bit.tcx) entering extended mode (./texexec.tex{/opt/local/texmf/pdftex/config/pdftex.cfg}
this is a side effect of the big map file approach: if pdftex locates a file in that map file then it also assumes that it is present (based on the "Name"); (recent versions of texexec have --nomap as a way out); it's also one of the reasons for me loading map files on demand and omit "Names" in those files; next versions of pdftex will have more map manipulating features built in Hans
participants (3)
-
Hans Hagen
-
karl@freefriends.org
-
Patrick Gundlach