Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Fixed vertical spacing between items

A simple hack with enumitem:

\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{enumitem}

\begin{document}

\begin{itemize}[label=\textbullet\vphantom{y}]
\item Vendor
\item Repositories
\item Measurements,
\item Cylinders
\end{itemize}

\end{document}

enter image description here

Tags:

Enumerate

Baseline

Itemize

Vertical Spacing

Related

Pgf-Plot make a line between node and function Appending a character to a token list using its charcode How to write this kind of colour text in LaTeX? 2 columns followed by 5 columns (multiple columns) in a table Is there a talk icon in LaTex? Remove space above `itemize` list within table environment Layout in mathematical model using align Create a table with equal-sized cells What is the purpose of a <filler> in TeX's syntax? How do I set the grayscale values for arrows in xypic? Numero sign with double underline and matching font Section text appears misaligned

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy