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.
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
- 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