Tagged Questions
1
vote
1answer
234 views
How to remove labels but preserve hanging indenting in the memoir class
I am writing my humanities PhD in the memoir class. I need to have hanging indents for the bibliography, but no numbers or bullets. I have added
\makeatletter
\renewcommand\@biblabel[1]{}
...
5
votes
2answers
308 views
Switching an existing document to memoir. How much trouble is it?
I'm really growing fond of the memoir package. I have a large document in which I use the report documentclass. How much trouble would it be to switch to memoir; i.e. what would I 'probably' need to ...