Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
902 views

Latex and Memoir class, guillemot left/right

I am using memoir class with latex, and I need the two characters: "«", and "»". I found the following commands: \guillemotright and \guillemotleft, but they look very ugly. Is there something ...
2
votes
2answers
719 views

How does one format a letter in the Memoir document class for LaTeX?

If you have a traditional letter with content like-so. From Someone 50 Example Drive Random City, ZIP Country Tel: 444-555-6666 July 30, 2009 To Somebody 51 Example Drive Random City, ZIP Country ...
1
vote
2answers
6k views

Using \parindent and \parskip with \paragraph{} has no effect

I'm creating documents using the memoir class in XeLaTeX. I'm having trouble creating proper paragraph presentation, and in particular my when I create paragraphs with \paragraph{}lorem ipsum LaTeX ...
0
votes
1answer
818 views

How to remove entry “Listings” from table of content (toc)

How can I use \lstlistoflistings to create a list of listings, but not have this list as an entry in the table of content? Normally, a star helps to hide things like that and I use memoir as document ...
0
votes
1answer
165 views

pdfLaTeX + memoir class compile error

I'm in the middle of writing my thesis, and was using KOMA-Script. The document compiles just fine. I stumbled upon the memoir class yesterday, and was thinking of giving it a try, so here I am trying ...
0
votes
2answers
643 views

LaTeX, ntheorem package and memoir document class: no room for new \count error

So I want to use memoir document class and the ntheorem package with the thmmarks option. When I try and compile a file like this, I get "no room for a new \count" errors. What can I do about this? ...
0
votes
2answers
745 views

Is there a quick way to get titlesec “simple mode” functionality in memoir class?

Memoir class doesn't play nice with the titlesec package. Memoir has all the functionality of titlesec, but it doesn't seem to have a nice "simple mode" analogue. So in titlesec (with the article ...
0
votes
1answer
2k views

latex memoir, the verse environment, and \poemtitle

I am currently using the memoir class to typeset some poems. The \poemtitle command gives me a centered poem title, but I would rather have the title flush with the edge of the poem body. I have ...