Re: [NTG-context] beta (12.05.2009, 22:36): footnote marker and overprinting

2009-05-14 Thread Hans Hagen

Peter Rolf wrote:

Hi,

just in case this slipped someone's mind :)

I still get an error about an undefined control sequence 
(\PDFobjectreferenceB) and the footnote marker (star) is not moved with 
the footnote (\moveright).


The attached example code (with overprinting) breaks with the mentioned 
error. The attached picture shows the problem with the separated 
footnote marker. It can be created with the other versions (without 
overprinting) of the \NoteNumber and \MyFootnote macros.


it's

\def\MyFootnote#1{\footnote
  {\hskip3em \startproperty[overprint]#1\stopproperty}}


(i'll make \startoverprint which is actually kind of low level 
unexpandable but not \dostartproperty which is not intended as user 
command)



-
  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 (12.05.2009, 22:36): footnote marker and overprinting

2009-05-14 Thread Peter Rolf

Hans Hagen schrieb:

Peter Rolf wrote:

Hi,

just in case this slipped someone's mind :)

I still get an error about an undefined control sequence 
(\PDFobjectreferenceB) and the footnote marker (star) is not moved 
with the footnote (\moveright).


The attached example code (with overprinting) breaks with the 
mentioned error. The attached picture shows the problem with the 
separated footnote marker. It can be created with the other versions 
(without overprinting) of the \NoteNumber and \MyFootnote macros.


it's

\def\MyFootnote#1{\footnote
  {\hskip3em \startproperty[overprint]#1\stopproperty}}

sorry, i couldn't resist. \dostartoverprint was the more 'sexy' 
alternative ;)


to tell the truth i can't quite remember why i chose this one. but i'm 
sure that i have tested everthing related to overprint.




(i'll make \startoverprint which is actually kind of low level 
unexpandable but not \dostartproperty which is not intended as user 
command)


ah, perfect a nice and melodic user command without any expansion 
problems :)

many thanks!



-
  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
___


[NTG-context] beta (12.05.2009, 22:36): footnote marker and overprinting

2009-05-13 Thread Peter Rolf

Hi,

just in case this slipped someone's mind :)

I still get an error about an undefined control sequence 
(\PDFobjectreferenceB) and the footnote marker (star) is not moved with 
the footnote (\moveright).


The attached example code (with overprinting) breaks with the mentioned 
error. The attached picture shows the problem with the separated 
footnote marker. It can be created with the other versions (without 
overprinting) of the \NoteNumber and \MyFootnote macros.



Best wishes,  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,
   numberconversion={set 2},
%   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

 % footnote marker is not moved!
 \moveright70mm\hbox{\placelocalfootnotes}


\stoptext
inline: footnote.png___
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
___