From 91298d042ac4a3257bc76c4937f7cca36a9fdcc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 9 May 2014 10:35:14 +0200 Subject: [PATCH] use circles for list items --- mal2latex.xsl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mal2latex.xsl b/mal2latex.xsl index 39bec20..90ba549 100644 --- a/mal2latex.xsl +++ b/mal2latex.xsl @@ -259,6 +259,11 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA \newcommand{\chapterNumber}{% \fontsize{50}{50}\usefont{U}{eur}{b}{n}} +\renewcommand\labelitemi{$\Rightarrow$} + +\usepackage{enumitem} +\setlist[itemize]{label=$\circ$} + \makeatother