>From 477bc66e66a08506ca04c456348d04dff877ea37 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Thu, 9 Mar 2017 23:50:51 +0900 Subject: [PATCH 1/5] Use 'enumitem' package instead of 'enumerate' For more flexibility of list environment customization, use "enumitem" package instead of "enumerate". We need to modify enumeration header style specification added in commit 4dd83b8e1aca ("howto: Specify style of enumerate header") to work with "enumitem". Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- howto/howto.tex | 2 +- perfbook.tex | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/howto/howto.tex b/howto/howto.tex index 2f1b0fc..91a8563 100644 --- a/howto/howto.tex +++ b/howto/howto.tex @@ -453,7 +453,7 @@ patch containing a \co{Signed-off-by:} line. It is important to note that the \co{Signed-off-by:} line has a very specific meaning, namely that you are certifying that: -\begin{enumerate}[(a)] +\begin{enumerate}[label={(\alph*)}] \item The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or diff --git a/perfbook.tex b/perfbook.tex index d532e65..a999705 100644 --- a/perfbook.tex +++ b/perfbook.tex @@ -21,7 +21,9 @@ % \usepackage{breakurl} \usepackage{graphicx} \usepackage{rotating} -\usepackage{enumerate} +\usepackage{enumitem} +\setlist[description]{style=unboxed} +%\usepackage{enumerate} \usepackage{ifthen} \usepackage{xcolor} \usepackage[shortcuts]{extdash} -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html