2
votes
1answer
108 views

Memoir: Increase header height for title page

I have to use a particular latex template. On the titlepage there is a logo in the header which is to high. Class memoir Warning: The material used in the headers is too large (78.7743pt) for ...
4
votes
1answer
173 views

Insert Picture on Titlepage

I have made a titlepage with a wide (104pt) vertical line and i want to place a logo on top of that line. I tried to do it with icluding a picture with tikzpicture, but it places the image at the ...
1
vote
1answer
98 views

How to set title and main matter pages independently, with memoir

I am setting up the page layout using memoir commands: \documentclass[12pt,a4paper]{memoir} \usepackage{lipsum} \usepackage[charter]{mathdesign} \begin{document} \setlrmarginsandblock{20mm}{10mm}{*} ...
1
vote
1answer
167 views

Centering the frontpage using memoir

I'm using memoir (two-side layout). I have the problem that my front page is centered with respect to the margins, which are not equal in left and right side. \begin{center} will not solve this, since ...
5
votes
1answer
540 views

How to use the memoir package to make a custom title page

There's probably an easy way to do this, but how can I add a memoir title page style to an existing document? I have tried this code, but I still get the basic title page. ...
2
votes
2answers
433 views

Titlingpage use in memoir class

Why the titlingpage command do not function as the titlepage command? is not the same command but for the memoir class? \documentclass[a4paper]{memoir} \usepackage{lipsum} \begin{document} ...
5
votes
2answers
101 views

How to test if some command similar to \author is used in .tex file?

I want to modify \maketitle command in a new document class based in memoir. \maketitle command should include a new \director command similar to author. If this command is defined in text file, the ...
11
votes
2answers
672 views

How to make a new command similar to \author

I'm preparing a new template for our students' projects based on memoir. All this projects are supervised (directed) by one or more professors so I would like to declare a command like \author but ...
3
votes
2answers
196 views

Line ending with e.g. \\ \\* or \\[10 mm]

I am looking at some LaTeX source, trying to find out what different things mean. I am also reading the memoir manual. I have stumbled upon two backslashes being used at the end of lines, optionally ...
2
votes
2answers
534 views

Problem with vertical space in Memoir title

I've been struggling with titlingpage and Memoir a few hours, trying to make the document title have equal linespacing between its lines when using \\. The code is: ...
1
vote
1answer
1k views

Memoir custom title page and twocolumns.

Using the package memoir, I am having some trouble creating my (Oh so simple) custom title page. In the preamble, I have this: \documentclass[medievalpage,twosides,twocolumn,pdftex,final]{memoir} ...