[NTG-context] CMAP and IL2 encoding

2004-09-05 Thread Vit Zyka
Nice Sunday evening Hans,
I played with ToUnicode resource (for correct copypaste 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


il2.cmap
Description: PostScript document


il2cs.cmap
Description: PostScript document
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: ntg-context Digest, Vol 3, Issue 7

2004-09-05 Thread n9020
Taco,
Thanks on the timely response
This is BibTeX, Version 0.99c (Web2C 7.5.2)
The top-level auxiliary file: mba-paper3.aux
I couldn't open style file cont-no.bst
---line 2 of file mba-paper3.aux
 : \bibstyle{cont-no
 :  }
I'm skipping whatever remains of this command
I found no style file---while reading file mba-paper3.aux
is the error I get after
running the changes you recommended
tried also changes style file in aux file myself no success
also check the file permissons on the style files I am running this on 
Mac OS X
with ITexMac interface .
 My bbl is blank not importing from my bibtex file.  I have also tried 
a manual
bbl file using guidelines by documentation.
Bibtex overwrites with blank and still get the error can not open
cont-no.  Thanks for your help .. .If I missed configuration please 
point the docs I have missed and I will  make the corrections

art
On Sep 3, 2004, at 5:00 AM, [EMAIL PROTECTED] wrote:
Send ntg-context mailing list submissions to
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than Re: Contents of ntg-context digest...
Today's Topics:
   1. Taco bib module ([EMAIL PROTECTED])
   2. Re: Taco bib module (Taco Hoekwater)
   3. Re: concatenate PDF files. (Taco Hoekwater)
   4. Re: lc code of ` (Taco Hoekwater)
   5. Re: [FONTS] Japanese Unicode (Taco Hoekwater)
   6. Re: lc code of ` (Hans Hagen)
--
Message: 1
Date: Thu, 2 Sep 2004 19:15:11 -0500
From: [EMAIL PROTECTED]
Subject: [NTG-context] Taco bib module
To: [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII; format=flowed
tried compling per readme get error unable to find file if aux is
 defined for cont-ab.bst\usemodule[bib]
 \setupbibtex[database={mba}] % use mba.bib
 \setupbibtex[sort=author]
 \setuppublications[alternative=apa]
 \setuppublications[refcommand=author]
 am i missing something and is there anymore information about
 bibl-apa.tex
art

--
Message: 2
Date: Fri, 3 Sep 2004 08:26:18 +0200
From: Taco Hoekwater [EMAIL PROTECTED]
Subject: Re: [NTG-context] Taco bib module
To: mailing list for ConTeXt users [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII
On Thu, 2 Sep 2004 19:15:11 -0500
[EMAIL PROTECTED] wrote:
tried compling per readme get error unable to find file if aux is
 defined for cont-ab.bst
Please try:
 \usemodule[bib]
 \setupbibtex[database={mba},sort=author]
 \setuppublications[alternative=apa,refcommand=author]
If that doesn't work, please cutpaste the actual error
message.
Greetings, Taco
--
Message: 3
Date: Fri, 3 Sep 2004 08:50:32 +0200
From: Taco Hoekwater [EMAIL PROTECTED]
Subject: Re: [NTG-context] concatenate PDF files.
To: mailing list for ConTeXt users [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII
On Thu, 2 Sep 2004 14:01:11 -0700 (PDT)
Paulo Ney de Souza [EMAIL PROTECTED] wrote:
So does anyne know how to use texexec to concatenate two PDF files 
and
preseve as much of the file as possible (links, opening format, ...) ?
--pdfcombine, --pdfcopy and --pdfselect switches are also available,
but my guess is that what you want is (currently) not possible.
What texexec actually does is: it creates a temporary TeX input file
that starts with the \setuppaper, \setuplayout etc. implementing the
options you have given on texexec's commandline. In the document body
it then includes (every) page(s) of the pdf file(s) as an external
image. This image is scaled and rotated etc. as needed.
This process probably trashes the internal structure of the document.
Greetings, Taco
--
Message: 4
Date: Fri, 3 Sep 2004 09:30:43 +0200
From: Taco Hoekwater [EMAIL PROTECTED]
Subject: Re: [NTG-context] lc code of `
To: mailing list for ConTeXt users [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII
On Thu, 02 Sep 2004 17:49:55 +0200, Hans wrote:
I, for one, consider 100% reliable hyphenation more important than
100% correct case folding.

so i should drop the \lccode`\'=`\'
If nobody disagrees with me, I must be right :-)
--
groeten,
Taco
--
Message: 5
Date: Fri, 3 Sep 2004 09:39:21 +0200
From: Taco Hoekwater [EMAIL PROTECTED]
Subject: Re: [NTG-context] [FONTS] Japanese Unicode
To: mailing list for ConTeXt users [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII
Hi,
Let me start by saying I don't actually understand what is going on. I 
only
reply because it is usually the 

[NTG-context] footnotes (short: behind, long: below)?

2004-09-05 Thread Steffen Wolfrum
Hi,

is there a predefined command for placing short footnotes
at the bottom of each page but horizontally continuos?

Is saw this way of typesetting footnotes in an old (seventies)-typeset philosophical 
book.
It looks likes this:

body text body text body
text body  text body bo-
dy  text body  text body.
--
1 short   2 short 3 too
4 short
5 but hey: the long note
starts in a new line!


I have never seen footnotes like this before.
But it reads very pleasant:
This way you don't have lot of empty white space (withs short notes),
and it still is very clear (for the long footnote starts on a new line).


Is it possible to typeset this in ConTeXt?

Steffen
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context