groups

name language licence
Text in a latex equation / math box Other Other
Space in math mode Latex Other
Equation array Latex Other
Small caps Latex Other
List with variable indentation Latex Other
Table - default Latex Other
Description Latex Other
Figures Latex Other

< 1 2 >



language: Latex
licence: Other

List with variable indentation

options: view full snippetsend to code collector
\begin{list}{\labelitemi}{\leftmargin=1em}
\item First item in the list
\item Second item
\item and so on
\end{list}
	
(Continues...)