Hello,

I need to create a double "sign-here" form, with the space for the signature 
underlined with dots.

The code bellow works fine and does exactly what I need.
The potential question is whether there is a simpler way to achieve this, even 
without MP code, e.g. with only \leaders or what.

----
\installbottomframerenderer{dot}
{
  \startMPcode
    picture p; p := dashpattern(on 0.1mm off 0.9mm);
    draw (0,0) -- (OverlayWidth,0) dashed p withpen pencircle scaled 0.1mm;
  \stopMPcode
}

\def\T{\framed[height=15mm,width=.4\textwidth,frame=off,bottomframe=dot]{}}

\starttext
  Some text

  \noindent
  \starttabulate[|lw(.5\textwidth)|lw(.5\textwidth)|]
    \NC\T\NC\T\NC\NR
    \NC Pepa \NC Depa \NC\NR
  \stoptabulate
\stoptext
----

Best regards,

Lukas


--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.      | mailto:pon...@pontex.cz | http://www.pontex.cz | 
IDDS:nrpt3sn
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751 (+420 720 951 172)
Fax: +420 244 461 038

Attachment: DotLi2.mkiv
Description: Binary data

Attachment: DotLi2.pdf
Description: Adobe PDF document

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to