Re: [NTG-context] I look for an item bullet with a size between \bullet and \cdot

2011-10-11 Thread Stephane Klein

Le 11/10/2011 14:53, luigi scarso a écrit :

\starttext

 \symbol[bullet] $\cdot$ \textbullet\ •
 \stoptext


This is my result : http://dl.stephane-klein.info/context/test1.pdf

Bullet 1, 3, 4 have the same size (I think with my eyes).

This is the context code :

\enableregime [utf-8]
\mainlanguage [fr]
\starttext
\symbol[bullet] $\cdot$ \textbullet\ •
\stoptext

Regards,
Stephane
--
Stéphane Klein steph...@harobed.org
blog: http://stephane-klein.info
Twitter: http://twitter.com/klein_stephane
pro: http://www.is-webdesign.com

___
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
___

Re: [NTG-context] I look for an item bullet with a size between \bullet and \cdot

2011-10-11 Thread Stephane Klein

Le 11/10/2011 15:09, Peter Münster a écrit :

\dontleavehmode
\scale[scale=700]{•} • \scale[scale=1700]{•}


Thanks, it's work :)

--
Stéphane Klein steph...@harobed.org
blog: http://stephane-klein.info
Twitter: http://twitter.com/klein_stephane
pro: http://www.is-webdesign.com

___
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
___