Search found 1 match

by ene0815
Wed Jan 05, 2011 10:43 am
Forum: Graphics, Figures & Tables
Topic: enumerate with circled numbers
Replies: 6
Views: 22093

enumerate with circled numbers

Hello,

i found a solution to use circled (tikz) numbers in enumeration with enumitem-package. Put the following code into your latex-document or in my case into the lyx-preamble:

\usepackage{enumitem}
\usepackage{tikz}
\newcommand*{\numberingI}[1]{%
\footnotesize\protect\tikz[baseline=-3px ...