Re: [NTG-context] beta (2009-05-11)

2009-05-11 Thread Hans Hagen

Peter Rolf wrote:

Hi,

there are still some problems with footnotes and overprinting. I have 
reactivated the old (sorry, non minimal) example for that. But for three 
problems it is pretty short :)


1. the footnote uses '1' instead of the chosen '*' (set 1)


in mkiv conversion has become numberconversion

2. the footnote marker is not bound to the footnote text (only the text 
is moved right)
3. the problem with the undefined \PDFobjectreferenceB occurs again, if 
overprinting is used (see different versions of \NoteNumber and 
\MyFootnote)


One additional note to 3.)
I have to enable overprinting for both the marker and the text to get 
the desired result (all should be overprinted). Is this intended?



Peter




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___



--

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] beta (2009-05-11)

2009-05-11 Thread Otared Kavian

Hi Hans,

Indeed there is something going wrong with footnotes, and maybe the  
following remark may help fix the issue.
It works (for me…) in the following example (note the \sction command  
commented out):


%%% begin basic-test.tex
\starttext

This file has been typeset
on \currentdate{}
at \currenttime,
with
\doifmodeelse{mkiv}
{mkiv,
LuaTeX version \the\luatexversion,
LuaTeX revision \luatexrevision,
(LuaTeX date stamp \luatexdatestamp),
using the command: \par
\type{context basic-test.tex}\par}
{mkii,
using the command: \par
\type{texexec basic-test.tex}\par}
ConTeXt version \contextversion.

%\section{Testing a section} --> Here is the issue

\startitemize

\item test\footnote{This is a silly remark…}

\item test\footnote{This is a silly remark, inside an item…}

\stopitemize

test\footnote{This is another silly remark but outside items…}
\stoptext
%%%

On my machine running
mkiv, LuaTeX version 40,
LuaTeX revision 1, (LuaTeX date stamp 2009050813),
ConTeXt version 2009.05.11 12:48.
the markers are correctly shown as well as the numbered notes.

However if I uncomment the \section command the problem appears.

Best regards: OK

On 11 mai 09, at 14:00, Henning Hraban Ramm wrote:


Am 2009-05-11 um 13:05 schrieb Peter Rolf:

there are still some problems with footnotes and overprinting. I  
have reactivated the old (sorry, non minimal) example for that. But  
for three problems it is pretty short :)


1. the footnote uses '1' instead of the chosen '*' (set 1)


That's only a setup change:

\setupnote[footnote]numberconversion=set 2]

(* is set 2, 1 is set 1)


2. the footnote marker is not bound to the footnote text (only the  
text is moved right)


Oh, you get footnote markers at all? I don't.



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
If your question is of interest to others as well, please add an  
entry to the Wiki!


maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


%%
Otared Kavian
Département de Mathématiques
Université de Versailles Saint-Quentin
Bâtiment Fermat
45 aveue des Etats Unis
78035 Versailles cedex

Téléphone: +33 1 39 25 46 42
Secrétariat: +33 1 39 25 46 44
Secrétariat: +33 1 39 25 46 46

e-mail: otared.kav...@math.uvsq.fr



___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] beta (2009-05-11)

2009-05-11 Thread Henning Hraban Ramm

Am 2009-05-11 um 13:05 schrieb Peter Rolf:

there are still some problems with footnotes and overprinting. I  
have reactivated the old (sorry, non minimal) example for that. But  
for three problems it is pretty short :)


1. the footnote uses '1' instead of the chosen '*' (set 1)


That's only a setup change:

\setupnote[footnote]numberconversion=set 2]

(* is set 2, 1 is set 1)


2. the footnote marker is not bound to the footnote text (only the  
text is moved right)


Oh, you get footnote markers at all? I don't.



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] beta (2009-05-11)

2009-05-11 Thread Peter Rolf

Hans Hagen schrieb:

Peter Rolf wrote:

Hi,

there are still some problems with footnotes and overprinting. I have 
reactivated the old (sorry, non minimal) example for that. But for 
three problems it is pretty short :)


1. the footnote uses '1' instead of the chosen '*' (set 1)
2. the footnote marker is not bound to the footnote text (only the 
text is moved right)
3. the problem with the undefined \PDFobjectreferenceB occurs again, 
if overprinting is used (see different versions of \NoteNumber and 
\MyFootnote)


test file needed


sure. the test is attached to the prior mail (footnote.tex).


One additional note to 3.)
I have to enable overprinting for both the marker and the text to get 
the desired result (all should be overprinted). Is this intended?


dunno, as i never use overprint myself


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___ 

If your question is of interest to others as well, please add an entry 
to the Wiki!


maillist : ntg-context@ntg.nl / 
http://www.ntg.nl/mailman/listinfo/ntg-context

webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___ 





___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] beta (2009-05-11)

2009-05-11 Thread Hans Hagen

Peter Rolf wrote:

Hi,

there are still some problems with footnotes and overprinting. I have 
reactivated the old (sorry, non minimal) example for that. But for three 
problems it is pretty short :)


1. the footnote uses '1' instead of the chosen '*' (set 1)
2. the footnote marker is not bound to the footnote text (only the text 
is moved right)
3. the problem with the undefined \PDFobjectreferenceB occurs again, if 
overprinting is used (see different versions of \NoteNumber and 
\MyFootnote)


test file needed


One additional note to 3.)
I have to enable overprinting for both the marker and the text to get 
the desired result (all should be overprinted). Is this intended?


dunno, as i never use overprint myself

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] beta (2009-05-11)

2009-05-11 Thread Peter Rolf

Hi,

there are still some problems with footnotes and overprinting. I have 
reactivated the old (sorry, non minimal) example for that. But for three 
problems it is pretty short :)


1. the footnote uses '1' instead of the chosen '*' (set 1)
2. the footnote marker is not bound to the footnote text (only the text 
is moved right)
3. the problem with the undefined \PDFobjectreferenceB occurs again, if 
overprinting is used (see different versions of \NoteNumber and \MyFootnote)


One additional note to 3.)
I have to enable overprinting for both the marker and the text to get 
the desired result (all should be overprinted). Is this intended?



Peter
%\def\NoteNumber#1{\hbox to 15pt{\hfill\black 
\dostartoverprint#1\dostopoverprint}}
\def\NoteNumber#1{\hbox to 15pt{\hfill\black #1}}
\setupfootnotes
  [bodyfont=6pt,
   textcolor=black,
   before=,after=,
   rule=off,
   conversion={set 1},
%   distance=-2em,
   margindistance=-2em,
   numbercommand=\NoteNumber]

%\def\MyFootnote#1{\footnote{\hskip3em \dostartoverprint#1\dostopoverprint}}
\def\MyFootnote#1{\footnote{\hskip3em #1}}


\starttext

 \startlocalfootnotes
 \vbox\bgroup\hsize=78mm\dontcomplain
 \startitemize[4]
 \item die Ausgabe erfolgt als PDF/X-4p\MyFootnote{ISO 15930-7:2008}
 \stopitemize
 \egroup
 \stoplocalfootnotes

 \moveright70mm\hbox{\placelocalfootnotes}


\stoptext
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___