Tagged Questions
9
votes
2answers
3k views
Problem with command \captionsetup from package caption
The following MWE:
\documentclass[11pt]{memoir}
\usepackage{caption}
\captionsetup[table]{
listformat=empty,
tablename=Table,
justification=justified,
...
1
vote
1answer
306 views
Chapter style using chaptername and chapter number inside TikZ
I am trying to define my own chapter style for my thesis. I am using memoir, and want to put the part that says e.g. "Chapter 3" or "Appendix C" inside a single TikZ figure. My code so far is the ...
0
votes
1answer
173 views
How to change Table of Contents title from “Contents” to X using memoir? [duplicate]
Possible Duplicate:
How to change the title of ToC?
The default Table of Contents title is "Contents". How would I change "Contents" to something else, e.g., "Chapters"? I'm using the ...
6
votes
1answer
1k views
How to rename Abstract title in Memoir?
I'm trying to customize the Abstract of a memoir document using the following command:
\renewcommand{\abstractname}{Executive Summary}
The problem is that it actually has no effect. How can I ...