Wandmalfarbe / pandoc-latex-template

A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
BSD 3-Clause "New" or "Revised" License
6.09k stars 959 forks source link

Adjust margin of lists #393

Closed ba488744 closed 1 month ago

ba488744 commented 1 month ago

Been using your template for some time, great work.

Is there some way to change the space between the outer left margin and the margin of the lists? For ex., we want to increase it to match a specific indentation:

example

ba488744 commented 1 month ago

Got a solution, from package enumitem:

\usepackage{enumitem}
\setlist[itemize]{left=0.335in}
\setlist[enumerate]{left=0.3in}