Search found 2 matches

by leandroponsoni
Fri Jun 14, 2013 7:55 pm
Forum: Fonts & Character Sets
Topic: Draw Color and Fill Color of a Bullet Symbol
Replies: 3
Views: 20315

Draw Color and Fill Color of a Bullet Symbol

Hello Thorsten,

Thank you very much for your help. I appreciated a lot your tip. I didn't know the packages pgf /TikZ. And it looks like a really powerful tool.

I am posting the solution, maybe can help others.
\documentclass{article}
\usepackage{tikz}

\newcommand{\newsymbol}{
\begin{tikzpicture ...
by leandroponsoni
Fri Jun 14, 2013 3:30 pm
Forum: Fonts & Character Sets
Topic: Draw Color and Fill Color of a Bullet Symbol
Replies: 3
Views: 20315

Draw Color and Fill Color of a Bullet Symbol

Hi everybody,

My name is Leandro. I already used this forum a lot of times to solve some "problems". At this time I didn't find the answer.

I would like to add some \bullet in my text. But I want bullets with different draw color and fill color (like Matlab does, for example see attachment).

Does ...