Semantically, I want an itemized list, but visually I just want some space. How can I hide the bullets?
For those looking for an alternative solution: basically, you can pass anything in square brackets \begin{itemize}[...] \hspace{10pt} , \quad , etc. commands can be used to add indentation.
Unordered (bulleted) lists are produced by the itemize environment, where each list entry starts by using the \item command, which also generates the bullet symbol.
Using lists in LaTeX is pretty straightforward and doesn't require you do add any additional packages. For unordered lists, LaTeX provides the itemize environment and for ordered lists there is the enumerate environment. The elements within both environments have to be declared beginning with the \item command.
\item[] text
Optionally, you can put something inside the [].
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With