I look for an item bullet with a size between \bullet and \cdot

Hi,
I use ConTeXT and I look for an item bullet with a size between \bullet
and \cdot.
Do you have a tip ?
Thanks for your help.
Regards,
Stephane
--
Stéphane Klein

Am 11.10.2011 um 09:55 schrieb Stéphane Klein:
Hi,
I use ConTeXT and I look for an item bullet with a size between \bullet and \cdot.
Do you have a tip ?
\starttext \symbol[bullet] $\cdot$ \textbullet\ • \stoptext Wolfgang

Le 11/10/2011 12:05, Wolfgang Schuster a écrit :
Am 11.10.2011 um 09:55 schrieb Stéphane Klein:
Hi,
I use ConTeXT and I look for an item bullet with a size between \bullet and \cdot.
Do you have a tip ?
\starttext \symbol[bullet] $\cdot$ \textbullet\ • \stoptext
I don't understand, with this code, you display three bullet.
Personnaly, I would like *one* bullet with a size smaller that \bullet
but bigger that \cdot.
Regards,
Stephane
--
Stéphane Klein

On Tue, 2011-10-11 at 14:42 +0200, Stéphane Klein wrote:
I don't understand, with this code, you display three bullet. One is really \bullet, the other one is \cdot and than one smaller than \bullet and bigger than \cdot, which is what you want. Personnaly, I would like *one* bullet with a size smaller that \bullet but bigger that \cdot.

Le 11/10/2011 12:05, Wolfgang Schuster a écrit :
Am 11.10.2011 um 09:55 schrieb Stéphane Klein:
Hi,
I use ConTeXT and I look for an item bullet with a size between \bullet and \cdot.
Do you have a tip ?
\starttext \symbol[bullet] $\cdot$ \textbullet\ • \stoptext
I don't understand, with this code, you display three bullet.
Personnaly, I would like *one* bullet with a size smaller that \bullet
but bigger that \cdot.
Regards,
Stephane
--
Stéphane Klein

Le 11/10/2011 12:05, Wolfgang Schuster a écrit :
Am 11.10.2011 um 09:55 schrieb Stéphane Klein:
Hi,
I use ConTeXT and I look for an item bullet with a size between \bullet and \cdot.
Do you have a tip ?
\starttext \symbol[bullet] $\cdot$ \textbullet\ • \stoptext
I don't understand, with this code, you display three bullet. Personnaly, I would like *one* bullet with a size smaller that \bullet but bigger that \cdot. There are *four* bullets 1)\symbol[bullet] 2)$\cdot$ 3)\textbullet
On Tue, Oct 11, 2011 at 2:42 PM, Stéphane 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

On Tue, Oct 11, 2011 at 3:06 PM, 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 In MKII yes, in MKIV the first one is bigger than the others. Anyway, you can always use \scale, as Peter said. -- luigi

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
participants (6)
-
Hongwen Qiu
-
luigi scarso
-
pmlists@free.fr
-
Stephane Klein
-
Stéphane Klein
-
Wolfgang Schuster