Mr. Taco
I have made updates to my system now I am getting the following error
the following is a log out put of what I am getting
################## Typesetting mba-paper3
# this line is commented out
texexec --pdf mba-paper3
TeXExec 4.0 - ConTeXt / PRAGMA ADE 1997-2003
executable : pdfetex
format : cont-en
inputfile : mba-paper3
output : pdftex
interface : en
current mode : none
TeX run : 1
This is pdfeTeXk, Version 3.141592-1.11b-2.1 (Web2C 7.5.2)
%&-line parsing enabled.
(/usr/local/teTeX/share/texmf.tetex/web2c/cp8bit.tcx)
entering extended mode
(./mba-paper3.tex{/usr/local/teTeX/share/texmf.local/pdftex/config/
pdftex.cfg}
ConTeXt ver: 2004.1.25 fmt: 2004.9.6 int: english mes: english
language : language en is active
Send ntg-context mailing list submissions to ntg-context@ntg.nl
To subscribe or unsubscribe via the World Wide Web, visit http://www.ntg.nl/mailman/listinfo/ntg-context or, via email, send a message with subject or body 'help' to ntg-context-request@ntg.nl
You can reach the person managing the list at ntg-context-owner@ntg.nl
When replying, please edit your Subject line so it is more specific than "Re: Contents of ntg-context digest..."
Today's Topics:
1. CMAP and IL2 encoding (Vit Zyka) 2. Re: ntg-context Digest, Vol 3, Issue 7 (n9020@cox.net) 3. footnotes (short: behind, long: below)? (Steffen Wolfrum) 4. Re: Re: ntg-context Digest, Vol 3, Issue 7 (Taco Hoekwater)
----------------------------------------------------------------------
Message: 1 Date: Sun, 05 Sep 2004 17:09:09 +0200 From: Vit Zyka
Subject: [NTG-context] CMAP and IL2 encoding To: ConTeXt Message-ID: <413B2C15.9080305@seznam.cz> Content-Type: text/plain; charset="us-ascii" Nice Sunday evening Hans,
I played with ToUnicode resource (for correct copy&paste and search opperation in PDF). I noticed a package cmap.sty was done by Mr. Volovich for LaTeX a year ago; I did one (cmap.tex) for plain TeX yesterday and started to be interested in the situation in ConTeXt. No wonder you did it 4 years ago. But I met some minor problems:
1) if you run example file \useencoding[pfr] \setupbodyfont[csr]
\starttext test \`z \'z \bf test \sl test \bs quite funny \`z \page test \`z \'z \bf test \sl test \bs quite funny \`z \page \stoptext you obtain /ToUnicode resource ONLY for first roman variant. It is due to a condition in the file enco-pfr.tex \def\doincludepdffontresource {\ifcsname\s!ucmap\fontfile\endcsname\else \dodoincludepdffontresource \fi} The condition is correct but the \fontfile is not changed when \bf, \it, etc. is used (it is still cscsc10 (?)).
Might you look at a proper \fontfile definition?
2) Technical note: in ConTeXt the il2 encoding is defined. But the definition is not ISO-8859-2 (Latin 2, IL2) encoding sharp. The definition is CS font encoding (IL2cs or 8z). It is derived from il2 but it differ in 49 positions (!). For usage in Czech or Slovac languages it causes no problem but what if somebody will want to use a proper il2 font? If you want I can prepare both IL2 and (a bit richer) il2cs (8z?) enco-??.tex files.
3) File pdfr-il2.tex with CMAP definition is proper IL2 mapping. So now we combine IL2 CMAP mapping with IL2cs ConTeXt encoding. It is nosence. Suggested solution: use csr fonts with new IL2cs encoding and create new pdfr-il2cs.tex.
4) Definitions of CMAP encodings are stored in pdfr-??.tex files - it means in TeX format. But the common way is to be a stand-alone PS file, see attachement. Now I know about 5 files from Mr. Volovich (Cork, 3 russian, vietnamese) and two from me (IL2, IL2cs). Such file can be easily included by \pdfobj stream file {} mechanism. Question: I can prepare pdfr-il2cs.tex but is it not better to use more standard stand-alone files in ConTeXt?
Vit Zyka