Search found 4 matches

by you2000too
Sun Aug 19, 2012 1:17 am
Forum: Document Classes
Topic: listings | Line Number Reference in subsequent Call
Replies: 2
Views: 9131

listings | Line Number Reference in subsequent Call

Dear all,

After listing a piece of code using listings , I want to use the reference of a line number as the first number of a new listing.

This is a minimal example:

\documentclass[oldfontcommands, 12pt]{memoir}
\usepackage{listings}

% Parameters for Python listings
\lstset{
language=Python ...
by you2000too
Fri Aug 17, 2012 10:27 pm
Forum: Page Layout
Topic: fancyhdr, memoir | Migration of Page Style
Replies: 0
Views: 1873

fancyhdr, memoir | Migration of Page Style

Dear all,

I'm writing a book.
I have been using fancyhdr with fancy page style in order to get running titles on the header and page number on the footer, but I had to move to memoir , because I needed to have French footnotes (and nice chapter styles). After moving, I lost the running title (page ...
by you2000too
Mon Jan 16, 2012 4:30 pm
Forum: General
Topic: memoir | Get rid of "TABLE OF CONTENTS" in the ToC
Replies: 3
Views: 3795

Re: memoir | Get rid of "TABLE OF CONTENTS" in the ToC

Thank you Stefan, it certainly worked! And sorry for the double post.

Mods, can you please delete my double post?

Thank you!

YT
by you2000too
Mon Jan 16, 2012 3:54 pm
Forum: General
Topic: memoir | Get rid of "TABLE OF CONTENTS" in the ToC
Replies: 3
Views: 3795

memoir | Get rid of "TABLE OF CONTENTS" in the ToC

Dear friends,

I am writing a book using Memoir class.

The editor says "A line as 'TABLE OF CONTENTS' must not appear in TOC."

This is the code I'm using:

\documentclass[12pt]{memoir}
\renewcommand\contentsname{ToC}
\title{MWEToC}

\author{YouToo}
\date{ }
\begin{document}
\maketitle \newpage ...