ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Johannes Graumann <johannes_graumann@web.de>
Subject: Re: lb bar/Unicode 2114 symbol
Date: Tue, 02 May 2006 11:47:56 -0700	[thread overview]
Message-ID: <e389iq$hgn$1@sea.gmane.org> (raw)
In-Reply-To: <44572D43.2000002@gmx.net>

Peter Rolf wrote:

>> \def\lbbar%
>>   {%
>>     \raise.28em\hbox{--}%
>>     \kern-.535eml%
>>     \kern-.1emb%
>>   }
>> 
>> but I'm underwhelmed by the thinness of the bar ...
>>
>     \hbox{\smash[w
{\raise.545em\hbox{\blackrule[width=.45em,height=.6pt]}}%
> \kern-.035eml%
> \kern-.075emb}%
> 
> still needs some fiddling ;)

Thanks. Fiddled some more and am using this now (all type-specific
measures):

\def\lbbar%
  {%
    \hbox{%
      \smash[w]{%
        \raise.535em%
        \hbox{\blackrule[width=.45em,height=.04em]}%
      }%
      \kern-.035eml%
      \kern-.075emb%
    }%
  }

Thank you for your help.

Joh

      reply	other threads:[~2006-05-02 18:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-01 21:21 Johannes Graumann
2006-05-02  9:58 ` Peter Rolf
2006-05-02 18:47   ` Johannes Graumann [this message]

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='e389iq$hgn$1@sea.gmane.org' \
    --to=johannes_graumann@web.de \
    --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).