Graphics, Figures & TablesExotic bullet points

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
thorpn
Posts: 53
Joined: Mon Jul 30, 2012 7:30 pm

Exotic bullet points

Post by thorpn »

I am looking for a way to create some rather "exotic" bullet points, i need to add a letter in front of the number. So something like

(USF)1. Returns are not IID
(USF)2. Returns have almost no serial correlaton

etc.

Is this posssible ?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Exotic bullet points

Post by Stefan Kottwitz »

Sure, this is possible. It's not hard if you use the enumitem package.

Stefan
LaTeX.org admin
thorpn
Posts: 53
Joined: Mon Jul 30, 2012 7:30 pm

Re: Exotic bullet points

Post by thorpn »

The package seems to conflict with my normal lists, I will just add it manually :)
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Exotic bullet points

Post by Stefan Kottwitz »

Why not, sometimes the manual approach is quick and sufficient, to finish a document. Even if one could redefine LaTeX macros for such enumerations, such as \theenumi and \labelenumi.

Stefan
LaTeX.org admin
Post Reply