Text Formatting ⇒ Space between bullet and text (in itemize)
Space between bullet and text (in itemize)
\item[$\bullet$\hspace{1cm}] Text...
it moves the bullet in the left direction (so it displaces it from the alignment of the document. I would like to define my own environment where I could set this space but I haven't found any solution how to do it correctly. I only found that "\itemsepxpt" sets the space between the items, but is there some command which would set also the space between the bullet and the text? Does anyone have any idea? Thanks.
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Space between bullet and text (in itemize)
Code: Select all
\documentclass[11pt,a4paper,english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{babel}
\usepackage{enumitem}
\usepackage{blindtext}
\begin{document}
\blindtext
\begin{itemize}[labelindent=1.5em,labelsep=1cm,leftmargin=*]
\item \blindtext
\item Two
\item Three
\end{itemize}
\blindtext
\end{document}
Code: Select all
\setitemize{labelindent=1.5em,labelsep=1cm,leftmargin=*}
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10