ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: Schaartje...
Date: Thu, 14 Sep 2000 13:17:01 +0200	[thread overview]
Message-ID: <3.0.6.32.20000914131701.019a36e0@pop.wxs.nl> (raw)
In-Reply-To: <00091411221100.00970@node1a4be.a2000.nl>

At 11:20 AM 9/14/00 +0200, Roef Ragas wrote:
>Voor een formulier waar een strook van afgeknipt moet worden, heb ik een
>schaartje nodig, zo eentje waarvan de onderste schaarhelft `onder' de
>stippellijn verdwijnt, als u begrijpt wat ik bedoel.
>
>Zowel voor ConTeXt als LaTeX zou ik graag willen weten of dit bestaat.

\definefontsynonym[Dingbats][uzdr]

\definesymbol [schaartje] [\getglyph{Dingbats}{\char34}]

Een gesloten \symbol[schaartje]!

\definesymbol [schaartje] [\getglyph{Dingbats}{\char36}]

Een open \symbol[schaartje]!

\def\EenSchaartje#1#2#3%
  {\hbox to \hsize
     {\vrule width #1 height #2 depth #2\relax
      \sbox{\hbox spread #3{\hss\symbol[schaartje]\hss}}%
      \leaders\vrule height #2 depth #2\hfill}}

                         \EenSchaartje{.1\hsize}{.025ex}{.5em}
\switchtobodyfont [32pt]{\EenSchaartje{.1\hsize}{.025ex}{.5em}}
\switchtobodyfont [72pt]{\EenSchaartje{.1\hsize}{.025ex}{.5em}}
\switchtobodyfont[144pt]{\EenSchaartje{.1\hsize}{.025ex}{.5em}}

Als ik wat minder lui was dan centreerde ik het schaartje echt, komt nog
wel eens. 

In je pdftex.map (of welke map file je ok maar gebruikt) moet staan: 

uzdr    ZapfDingbats  < uzdr.pfb

Hans
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


           reply	other threads:[~2000-09-14 11:17 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <00091411221100.00970@node1a4be.a2000.nl>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3.0.6.32.20000914131701.019a36e0@pop.wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).