 |
PCTeX Talk Discussions on TeX, LaTeX, fonts, and typesetting
|
| View previous topic :: View next topic |
| Author |
Message |
murray
Joined: 07 Feb 2006 Posts: 45 Location: Amherst, MA, USA
|
Posted: Tue Sep 29, 2009 9:06 pm Post subject: How enlarge bullet for itemize items? |
|
|
To my eye, the bullet for itemize list items that is provided by default with Lucida fonts in a LaTeX article document is entirely too small: it appears as barely a dot. And it seems out of place in what is otherwise a somewhat "heavy" font.
How can one make a larger bullet. I've tried the following, to little avail:
\renewcommand{\labelitemi}{{\LARGE\textbullet}} |
|
| Back to top |
|
 |
murray
Joined: 07 Feb 2006 Posts: 45 Location: Amherst, MA, USA
|
Posted: Wed Sep 30, 2009 1:30 pm Post subject: Enlarging bullet for items with Lucida Bright |
|
|
In reply to a similar query I posted to a mailing list, several people pointed out that the lucidabr package already includes an altbullet option that does the trick. The code for that option in lucidabr.sty is:
| Code: | \DeclareOption{altbullet}{%
\normalfont
\DeclareTextCommand
\textbullet\encodingdefault{\UseTextSymbol{OMS}\textbullet}} |
So in my .tex file that uses lucimatx, after loading that package, I added:
| Code: | \renewcommand{\labelitemi}{%
{\UseTextSymbol{OMS}\textbullet}} |
This works, although now, actually, the bullet seems a tad too large in comparison with the Lucida Bright text (which I am using at nominal 12pt and with lucimatx option | Code: | | lucidasmallscale=true. |
How, exactly, should lucimatx itself be modfied so as to make the alternate bullet an option? And may I suggest that this option be added to the distributed package? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|