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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
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: 10335
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