4
votes
2answers
60 views

Enumerate with different first line?

I want to do an enumeration, but the first line should be bolded, see e.g. this picture: What is blue I want to have in bold. In addition, I don't know how to generate a new line for the other text ...
3
votes
3answers
172 views

Enumeration with several items per line, several lines and nicely formatted

Based on Alan's answer here, I would like to be able to create nicely formatted "inline" enumerated lists. The issue I have is that the space between items on a line is always fixed, which does not ...
5
votes
2answers
397 views

Good format for homeworks in LyX

I am using LyX to type in my homework solutions, but I don't like my format. The homework itself is in the format of questions 1,2,... and each question has sub-questions: 1.1,1.2,... etc In the ...
2
votes
1answer
78 views

Printing a single bibtex entry as enumeration item

I have a bibliography in BibTeX. However I need to report the most important literature I have written thus far. These three entries must be presented in the enumeration environment. Of course one ...
9
votes
1answer
166 views

New list environment: automatic enumeration with “a posteriori” format

This is a follow-up question to Nested enumerate labels with parent label appended plus a single set of enclosing parentheses First and foremost, sorry for my English, I'm learning it currently. ...
8
votes
1answer
705 views

How to create Bullet-List with Fancy Bullet Shapes?

Can somebody please provide some hint on how to achieve the following 2 types of bullet-lists? Type-1: [Diamond Shaped Bullets] Type-2: [Round Shaped Bullets]
6
votes
1answer
199 views

Enumeration in theorem environment

I am puzzled with a formating question. I was asked to change that the enumeration gives me italic numbers in the theorem environment to non-italic ones. How can customize enumeration, such that it ...
8
votes
1answer
344 views

How to typeset the formatted counter in compactenum (paralist)?

I am using the compactenum environment from the paralist package, and would like to know how I can typeset the counter. What I mean is \begin{compactenum}[a)] \item I would like to typeset "a)" ...
7
votes
1answer
670 views

how to define inparaenum in the preamble

I'm using both \inparaenum and \enumerate in my thesis and I would like them to set them in the preamble so that each item is set off with a). I used \setenumerate[0]{\itshape a\upshape)} in the ...
6
votes
1answer
301 views

Create a bold enumerated list with parenthesized lower case letters

I can create an enumerated list with parenthesized lower case letters by using the enumitem package (with the [shortlabels] option) in the preamble and then using \begin{enumerate}[(a)]. I can also ...
8
votes
2answers
562 views

Italics in the enumerate environment

I want to use italics in the enumerate environment. I want to have the following output: (a)  Text1 (b)  Text2 (c)  Text3 I am using: \begin{enumerate}[(a)] \end{enumerate} How do I ...
4
votes
1answer
896 views

Nested enumerate list style

If I have a nested enumerated list style that I would like to use throughout my document, what's the best way to do it in LaTeX that will make it easy to change the style of all the lists in the ...
6
votes
1answer
467 views

Overriding italicized list counters in plain theoremstyles

Using a list environment inside of any theorem defined with \theoremstyle{plain} results in italicized counters. That is, the following example \usepackage{amsthm} \usepackage{enumerate} ...
13
votes
3answers
18k views

Change bullet style / formatting in Beamer

I like the Boadilla layout for Beamer presentations, but I find its enumerate bullet points illegible, as illustrated below (from the Beamer Theme Matrix). How can I change the formatting of the ...