ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Smaller bullet points
@ 2015-11-29 16:55 Kate F
  2015-11-29 17:51 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Kate F @ 2015-11-29 16:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I'm defining a slightly smaller bullet point symbol:

 \definesymbol[smallbullet][\small\bullet]
 \setupitemize[1][smallbullet]

This aligns the smaller bullet point to the baseline of text, which is
too low. I'd like to have it vertically centered, such that it aligns
in the middle of where the regular-sized \bullet would be. I tried
using \inframed[height=\lineheight], but I couldn't find a way to make
that end up in the right place.

Any suggestions please?

Thanks,

-- 
Kate
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Smaller bullet points
  2015-11-29 16:55 Smaller bullet points Kate F
@ 2015-11-29 17:51 ` Hans Hagen
  2015-11-29 18:33   ` Kate F
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2015-11-29 17:51 UTC (permalink / raw)
  To: ntg-context

On 11/29/2015 5:55 PM, Kate F wrote:
> Hi,
>
> I'm defining a slightly smaller bullet point symbol:
>
>   \definesymbol[smallbullet][\small\bullet]
>   \setupitemize[1][smallbullet]
>
> This aligns the smaller bullet point to the baseline of text, which is
> too low. I'd like to have it vertically centered, such that it aligns
> in the middle of where the regular-sized \bullet would be. I tried
> using \inframed[height=\lineheight], but I couldn't find a way to make
> that end up in the right place.

\definesymbol
   [smallbullet]
   [\raise.1ex\hbox{\mathematics{\scriptstyle\bullet}}]

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Smaller bullet points
  2015-11-29 17:51 ` Hans Hagen
@ 2015-11-29 18:33   ` Kate F
  2015-11-29 18:41     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Kate F @ 2015-11-29 18:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 29 November 2015 at 17:51, Hans Hagen <pragma@wxs.nl> wrote:
> On 11/29/2015 5:55 PM, Kate F wrote:
>>
>> Hi,
>>
>> I'm defining a slightly smaller bullet point symbol:
>>
>>   \definesymbol[smallbullet][\small\bullet]
>>   \setupitemize[1][smallbullet]
>>
>> This aligns the smaller bullet point to the baseline of text, which is
>> too low. I'd like to have it vertically centered, such that it aligns
>> in the middle of where the regular-sized \bullet would be. I tried
>> using \inframed[height=\lineheight], but I couldn't find a way to make
>> that end up in the right place.
>
>
> \definesymbol
>   [smallbullet]
>   [\raise.1ex\hbox{\mathematics{\scriptstyle\bullet}}]
>

Thanks! Where does the .1ex come from? Is that value derived from some
measurement, or does it just look about right?

-- 
Kate
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Smaller bullet points
  2015-11-29 18:33   ` Kate F
@ 2015-11-29 18:41     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2015-11-29 18:41 UTC (permalink / raw)
  To: ntg-context

On 11/29/2015 7:33 PM, Kate F wrote:
> On 29 November 2015 at 17:51, Hans Hagen <pragma@wxs.nl> wrote:
>> On 11/29/2015 5:55 PM, Kate F wrote:
>>>
>>> Hi,
>>>
>>> I'm defining a slightly smaller bullet point symbol:
>>>
>>>    \definesymbol[smallbullet][\small\bullet]
>>>    \setupitemize[1][smallbullet]
>>>
>>> This aligns the smaller bullet point to the baseline of text, which is
>>> too low. I'd like to have it vertically centered, such that it aligns
>>> in the middle of where the regular-sized \bullet would be. I tried
>>> using \inframed[height=\lineheight], but I couldn't find a way to make
>>> that end up in the right place.
>>
>>
>> \definesymbol
>>    [smallbullet]
>>    [\raise.1ex\hbox{\mathematics{\scriptstyle\bullet}}]
>>
>
> Thanks! Where does the .1ex come from? Is that value derived from some
> measurement, or does it just look about right?

the x height


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-29 18:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-29 16:55 Smaller bullet points Kate F
2015-11-29 17:51 ` Hans Hagen
2015-11-29 18:33   ` Kate F
2015-11-29 18:41     ` Hans Hagen

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).