Tagged Questions
2
votes
2answers
65 views
enumitem conflict with french babel
The following crashes with the error:
! LaTeX Error: Something's wrong--perhaps a missing \item.
\documentclass[]{article}
\usepackage[francais]{babel}
\usepackage{enumitem}
\begin{document}
...
2
votes
0answers
129 views
Incompatibility between currfile and enumitem? [closed]
The MWE below yields:
Missing number, treated as zero.
<to be read again>
enit@cv@currfiledepth
\item
testing.
for the itemize ...
7
votes
2answers
141 views
enumitem conflicts with galician
The following code:
\documentclass{report}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[galician]{babel}
\usepackage[shortlabels]{enumitem}
\begin{document}
\chapter{Preguntas ...
9
votes
3answers
1k views
Trouble combining enumitem and beamer
I have trouble combining two things for a set of slides:
Adjust item separation globally
Use default overlays of lists locally (parameter [<+->])
I use enumitem for 1. but it seems to ...
