Created
October 15, 2023 04:50
-
-
Save baptiste/52a666fc2e2a3c7bf84c1105beb00b14 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[a4paper,10pt]{article} | |
\usepackage[a4paper]{geometry} | |
\geometry{textwidth=16cm} | |
\usepackage{enumitem} | |
\setlist[description]{font=\scshape\bfseries\rmfamily, leftmargin=2cm, | |
style=multiline,itemsep=6pt,parsep=2pt} | |
\begin{document} | |
\begin{description} | |
\item[2001--2003] | |
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | |
\item[2003--2001] | |
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | |
\end{description} | |
\end{document} |
Author
baptiste
commented
Oct 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment