{titles} is about typesetting document titles, usually with the help of \maketitle or the titlepage environment. A popular package is {titling}.
9
votes
4answers
779 views
Redefining \maketitle to put a maximum of information in a page
I'm currently writing LaTeX articles containing all of my lessons content in order to have it on a very few pages instead of the heavy thing the teacher gives us with exercises, demonstrations and so ...
5
votes
2answers
167 views
Redefinition problem with \maketitle from KOMA class (with optional argument)
I try to redefine the \maketitle command as shown below.
If I use an optional argument in the redefinition I get the TeX capacity exceeded error.
Any suggestion why?
MNWE:
\documentclass{scrreprt}
...
5
votes
1answer
265 views
Create a Function that Generates a Title Page
Suppose you have a title page layout that you like and want to use it for many different projects.
Thus the only change you will make to it will be the project name, subtitle, date, author, ... etc
...
2
votes
2answers
1k views
Problem with \maketitle in moderncv
I downloaded the moderncv template for LyX, I tried to compile it but this error appears:
\maketitle
Your command was ignored.
Type I to replace it with another command,
or to ...
4
votes
1answer
278 views
Creating static head title for a document class
I am making my own document class in LaTeX but I have a problem on how will I make this title appear automatically when my class is used.
Should I code it this way?
\AtBeginDocument{%
...
5
votes
1answer
539 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.
...
1
vote
1answer
169 views
Removing horizontal lines from the header and footer of the title page
I intend to set two blank pages before my thesis title page. However, the workaround I use does good job for the first page, but introduces horizontal lines
in the title page (there were "text ...
2
votes
3answers
252 views
How to avoid page numbering being re-started by titlepage?
See the MWE below. How can I avoid that page numbering in the frontmatter is re-started by \titlepage? I would like the preface to have page number V.
\documentclass{book}
\usepackage{lipsum} ...
10
votes
1answer
3k views
How to add running title and author
My question is this: how can I add the co-called "running" title and author name on the top of each page? This feature is often used in journals so that the short running title is shown on the top of ...
4
votes
1answer
129 views
Table of contents: title added as section
I'm using apa6 with TeX Live 2012 and would like to use the command \maketitle. However, whenever I do, the title of my document always appears above my table of contents, and it is even listed as a ...
7
votes
2answers
525 views
What is the difference between \maketitle and \titlepage in Beamer?
I am looking for someone who has read the lengthy Beamer manual.
Using \maketitle
\begin{document}
\maketitle
\end{document}
versus using \titlepage
\begin{document}
\begin{frame}
\titlepage
...
17
votes
1answer
226 views
Why are \@title, \@author, and \@date cleared during \maketitle?
(This is not a duplicate of How can I use @author, @date, and @title after maketitle?)
I understand that \maketitle resets a bunch of macros, including \@title, \@author, \@date, and \maketitle ...
1
vote
1answer
108 views
Modify template's front page to support lengthier subject titles and two additional text lines
I know that this is easy, but I can't figure out how to make it work with a 3 or 4 -line subject title. Any suggestion?
The template of the project I am working on is here.
EDIT: In additiona, how ...
6
votes
1answer
417 views
How to create Fancy Title Headers
I want to create a Fancy Title Header for an Article, like the one shown below:
Can someone please provide some hint on how to achieve this?
5
votes
1answer
163 views
edit text on blank page?
As my title, how do I put the text and footer on the blank page which after every title page? This is my code so far, but this only effect on the blank page before the title page!Also I use python and ...
1
vote
3answers
212 views
Relative image path in renewed \maketitle
To minimize the amount of copy-pasting I have to do between documents/projects, I've decided to create a separate file in which I renew the \maketitle command. This file (title.tex) should then be ...
3
votes
1answer
250 views
Includegraphics in a new page after the title page
How to put a picture in a new page after the title page? I write it as follows, but it appears in the top and with a numbered page.
\begin{document}
\title{ }
\author{me \\
...
2
votes
2answers
430 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}
...
6
votes
2answers
637 views
Text before maketitle
My goal is to put text before \maketitle as well as on left side, and on the right. They should be on the same level. I've tried \begingroup -- doesn't work:
\documentclass[a4paper,10pt, twoside, ...
6
votes
1answer
241 views
Beamer: Line spread in headline is ignored
I am trying to build my own beamertheme and I want to modify the line spread in the title.
I use {\LARGE \linespread{1.6} \selectfont \inserttitle \par} to modify the line spread, but it does only ...
8
votes
3answers
591 views
University's logo
How to put the logo before the date and after my name in the title? I write it as
\begin{document}
\title{}
\author{}
\titlepic{ \includegraphics[width=0.5\textwidth]{logo}
\date{}
but ...
4
votes
1answer
358 views
IEEEtran authorrefmark and affiliation
How to change IEEEtran \IEEEauthorrefmark to numbered style 1, 2, 3... instead of the star and dagger marks and make the author affiliation as footnote in the first page?
4
votes
1answer
134 views
apa6e title page and abstract page not appearing
I believe this was working before. I was trying to get the reference page on a new page and had issued a \renewcommand in apacite, but now I am having a whole new problem with apa6e and I'm not sure ...
3
votes
1answer
228 views
figure between date and bottom of the title page [duplicate]
Possible Duplicate:
How to insert an image in the front cover of a report?
I want to insert a .eps figure on the title page of a report. This figure has to be placed after date and then ...
6
votes
1answer
121 views
How to make the document title appear in PDF bookmarks?
My sections and subsections appear in the bookmarks, but the title does not. I've seen papers including their titles as bookmarks in the PDF.
2
votes
1answer
369 views
How can I create my own title frame?
I want to build a beamer theme from scratch.
I have read the beameruserguide and I have created files for a inner/outer/font/color-theme, but I still have some difficulties understanding how to create ...
0
votes
1answer
345 views
REVTEX author affiliation
Good morning
I am triing to use RevTex to write an article to APS. I use this code for author affiliation.
\documentclass[aps]{revtex4-1}
\begin{document}
\title{A title}
\author{Author A}
...
3
votes
1answer
147 views
Issue for inserting queries in \title
I am using marginnote package for inserting queries. But in \title I am unable to print query.
Can anybody suggest me what is the problem?
please check now I have changed the code:
...
3
votes
0answers
1k views
\makecvtitle doesn't work with moderncv in MiKTeX 2.9 [closed]
I have a problem with the following tex excerpt in relation to moderncv on MiKTeX 2.9 on Windows 7.
I do not get the title of my CV.
"! Undefined control sequence.
l.44 \makecvtitle
The control ...
0
votes
1answer
165 views
Title sub-sections for a \documentclass{article} [duplicate]
Possible Duplicate:
Adding more items on tex article title section
Subtitle with the \maketitle page?
How can I specify a specify a "sub-title" in my title (\maketitle) page? By sub-title ...
3
votes
1answer
2k views
Add additional text on title page
I want my title page to look like this
Title
Author
Date
Coordinator1 ...
16
votes
2answers
438 views
Filling white space in title page with random numbers or a text
Is it possible to fill all white space in this template with numbers or a text?
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER ...
18
votes
1answer
206 views
Poor leading in titles
Here's an example of terrible (and non-constant) leading in titles that is causing me trouble:
\documentclass[a4paper, 12pt]{memoir}
\usepackage{fontspec}
...
1
vote
1answer
96 views
Split paragraphs into table rows
I am writing a class file. I am defining a variable for my custom \maketitle like so:
\newcommand*{\comment}[1]{\def\commentname{#1}}
\comment{}
I want to be able to write a list of comments like ...
4
votes
1answer
366 views
Title page oddly centered
I have to insert the cover page of my thesis as a title page, so it will also move from the center of the page to openright, I guess.
The titlepage code is this:
\begin{titlepage}
\begin{center}
...
5
votes
1answer
216 views
Author and date in the lower left corner on the title page
I'd like to have the author, the date and other things in the lower left corner of the title page. I thought of aligning them in a tabular, but how do I place it on the title page?
My Page should ...
1
vote
1answer
795 views
Adding one more information in my front page - beamer
I am creating a slide template for a presentation in LaTex using Beamer and i want to add some more information "Supervised by " between "Directed by " and "the institue" , so i put
...
6
votes
2answers
893 views
How can I add acknowledgements on the title page as a numbered footnote?
I was asked to add acknowledgements to the right of the author name as the first footnote. (So the footnote should be numbered as "1" but for some reason it only shows asterisk "*".)
Could anyone ...
11
votes
1answer
223 views
Where can I translate the Bergen beamer style?
I would like to use the Bergen theme with orchid color scheme. It works well, but I have "Who?" and "Where?" on my title page - I would like to translate them to my language. How could I do this the ...
5
votes
3answers
2k views
Set position for \maketitle in article
I want to create a handout to support a speech I have to give.
Since I am only familiar with the \documentclass{article}, I wrote the following code:
\documentclass[12pt,a4paper]{article}
...
3
votes
1answer
401 views
Academic information
Is there any package that extends article class, so formating paper title can became a little easier and cleaner? In particular email, role, university name ,....
I mean a clean preamble like ...
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 ...
4
votes
1answer
365 views
Access title and author in custom class [duplicate]
Possible Duplicate:
Use the values of \title, \author and \date on a custom title page
How can I access the title and author in my custom class based on article, so that I can insert them ...
5
votes
1answer
787 views
How to double space the \thanks footnote?
The journal I intend to submit my paper to requires all the text, including footnotes and acknowledgments, be double spaced. I use the setspace package and put \doublespacing and ...
10
votes
1answer
1k views
Using \author and \thanks
What is the correct way to use \author and \thanks when I want to have multiple authors having common affiliations? For instance, using
\author{ABC\thanks{XYZ} \and DEF\thanks{UVW} \and ...
3
votes
1answer
213 views
Beamer: define a backgroung color for the “part page” frames
I'm trying to make a .sty template, but I cannot figure out how to define a dedicated background canvas for the "part page" frames.
Here (How to add background only to title frame and an other only ...
13
votes
1answer
4k views
logo in the first page only
I want to insert the logo in the title page only. However, it displays on all pages!
How can I make these two figurs display as logo in the title page only?
I type in the preamble:
\logo{%
...
5
votes
1answer
209 views
Change position of glossary title
I am a total beginner with LaTeX and I can't find a way to solve the following problem. I have a glossary which I have printed in two columns by adding the code that I have included at the end. The ...
1
vote
1answer
520 views
Affiliation of author in achemso class
I use the achemso class in order to write a scientific article. I have to set author and their affiliation with affiliation or altaffiliation commands. Here is a short example :
...
6
votes
1answer
241 views
How do I manually break a line in a custom title?
I'm using my university's LaTeX class package to write my thesis, but I'm running into an issue with line breaks in the title. I'm required to break my title manually in a certain spot, but the ...

