Math & Science ⇒ Small \bullet
-
- Posts: 5
- Joined: Thu Feb 25, 2010 9:16 am
Small \bullet
I am trying to find a symbol smaller than \bullet but larger than \cdot to use as a binary operator. In doing so, I have come to enjoy the size of \scriptstyle\bullet but have run into a few snags. First and foremost, if I use \scriptstyle to adjust the size of \bullet, I do not know how to vertically center the symbol. Furthermore, I run into the issue of dynamically recalling the previous style used before \scriptstyle is initiated.
This all tells me that I am doing nothing short of ghetto rigging my document in a non-intelligent fashion.
It would be much appreciated if someone would inform me of how to do it proper.
Thank you very much for your time,
RSKueffner
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Small \bullet
Code: Select all
\newcommand{\sbt}{\,\begin{picture}(-1,1)(-1,-3)\circle*{3}\end{picture}\ }
Code: Select all
\begin{itemize}
\item[\sbt] First Item
\item[\sbt] Second Item
\end{itemize}