[NTG-context] lb bar/Unicode 2114 symbol

Johannes Graumann johannes_graumann at web.de
Tue May 2 20:47:56 CEST 2006


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



More information about the ntg-context mailing list