{titles} is about typesetting document titles, usually with the help of \maketitle or the titlepage environment. A popular package is {titling}.
2
votes
1answer
136 views
Problem with centering the text of the title page and more
The following is the code related to my title page:
\documentclass[a4paper,12pt]{book}
\usepackage{amsmath, amsthm, amssymb}
\usepackage{url}
\usepackage[algoruled,vlined]{algorithm2e}
...
13
votes
1answer
366 views
How does “missing \begin{document}” work?
I would like to know how does LaTeX invoke the error Missing \begin{document}. I would like to reproduce it in the sense of the following MWE (it will become a part of my own document class):
...
2
votes
1answer
1k views
Beamer, framebreaks with different subtitles
A frame in Beamer presentation can be broken in number frames with the same frame title. Those titles can be subsequently enumerated. Is there way, that in such cases each slide in common frame with ...
8
votes
1answer
607 views
Titlepage with tikz
I need some help with a titlepage for tikz
I want to create the following... 3 red lines, a gray space a green space but I already fail with just creating a line across the whole page...
\draw ...
8
votes
2answers
1k views
Hide navigation information in sidebar on title page and TOC page (beamer)
Edited for clarity:
I am trying to remove the navigation information in the sidebar that lists a TOC on the title page and the TOC page in a beamer presentation. I still want the sidebar to appear ...
6
votes
1answer
6k views
Custom title page in report or book class?
I have a long academic report to write and I am thinking of using the book class or the report class? However in both these classes the title page has the title in the centre. I want to make my own ...
2
votes
1answer
643 views
How to avoid header and footer on first page? [duplicate]
Possible Duplicate:
Suppress Fancy header and footer on first page only.
I'm using header and footer but I want to avoid on very first page since it is title page. How can i implement it?
11
votes
2answers
659 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 ...
2
votes
1answer
161 views
newline in title on first page but not on subsequent pages
My title had only one word on the second line and it looked weird so I fixed it by adding \\ in the appropriate place. Now on the odd-numbered pages where the title is at the top, it has a really ...
5
votes
1answer
1k views
How to force lower case in the title?
I need to force some letters to be lower case in the title because it is part of a mathematician's name (deRham). How can I do that?
5
votes
2answers
244 views
How to add more information to title slide
I have the following section of TeX:
\documentclass[landscape]{slides}
\usepackage[landscape]{geometry}
\author{My Name}
\title{My Title}
\date{The Date}
\begin{document}
\begin{slide}
\maketitle
...
5
votes
1answer
1k views
Disable author names in the bottom line of my LaTeX slides
In my presentation with LaTeX slides the author name appears in the bottom line of every slide. Is there a way, to disable the appearance of the name in the bottom line, whereas I want to put the ...
1
vote
1answer
106 views
Images, titles and margins
I am writing a report and I need two things: there must be an image in the title page at the top left and I have to add a 5mm left margin to odd pages and a 5mm right margin to even pages, how can i ...
4
votes
1answer
1k views
How to reduce the space between the author block and paper text? sig-alternate.cls
I am using the template sig-alternate.cls, but I find that the space between the author block and the paper text is too large, how can I reduce this space?
Edit: I want to reduce the space between ...
0
votes
0answers
33 views
A compact LaTeX template for sig conferences that does not produce a permission block [duplicate]
Possible Duplicate:
How to remove the copyright box on a paper that uses the ACM sig-alternate.cls class file?
I am editing a paper with LaTeX and I use the template sig-alternate.cls, ...
4
votes
2answers
1k views
Centered title page in twoside report
I'm writing my thesis using a twoside report. However, when it comes to the title page I think I want to have it centered i.e. the left margin and the right margin to be equal. How can I achieve this ...
4
votes
1answer
204 views
Obtaining a list of authors and keywords in the given document
I'm typesetting a document based on the Elsevier document class.
I want to use hyperref's \hypersetup to set title, author, and keywords of the generated PDF file to the corresponding values.
The ...
2
votes
1answer
385 views
How do I put multiple lines in a title when using the apa6 class?
Right now I'm using \title to define a title and \maketitle to display it. How do I put multiple lines in the title? I need to adhere to APA 6th edition format, and according to the book I'm using, I ...
5
votes
2answers
2k views
How to make a title of two or more lines?
My document has a long title, so I want the title spans two lines.
I've use this:
\title{my title that must be in two or more lines}
but it not works. How can get it?
3
votes
1answer
611 views
Help with command \author for more than 2 authors
I need to insert two authors name in a paper. However, the names appear separated by a comma and not with the word AND between them.
I am using the command \author for each author and also the other ...
9
votes
2answers
815 views
Copyright page on back of title page
I am trying to get the copyright page to print (or display) on the back of the title page. What is happening is that I get a blank page after the title page and then the copyright page opens on the ...
2
votes
1answer
709 views
How to put the block title at the center in beamer?
In my beamer block the title always comes left alined. Is that possible to make the title of the block centered?
\documentclass[final, 12pt]{beamer}
...
6
votes
1answer
1k views
Beamer \institute text size change to small
I am using beamer with the \institute command.
I have several institutes and just want to change the font size of the institutes and not the whole document. I would like the institutes to be much ...
4
votes
2answers
1k views
Authors in amsart
Is there any way of having a nicely formatted authors section in amsart?
By nicely formated I mean something like here:
1
vote
1answer
83 views
Force title break in apa6e
Apologies in advance: this is not minimal in the example but I am afraid my lack of knowledge about what packages control what could lead me to leave out packages that have an effect on the output.
I ...
2
votes
1answer
301 views
Why is LaTeX refusing to create a new page to place content?
Ihave stumbled upon strange behavior (at least for me). I am generating a document composed of a set of blank framed boxes, each with a text attached above, and it will always be most likely necessary ...
1
vote
1answer
320 views
onehalfspacing in titlepage
How to make onehalfspacing in titlepage? I tried to add \onehalfspacing command in different places there, however, no spaces were produced.
\begin{titlepage}
...
7
votes
2answers
741 views
How can I clear the color of \title in \titlepage?
I use the Madrid theme with the beamer class and need to customize the \titlepage.
The first thing is to remove the background color of the \title on the first page (\titlepage).
I searched TeX.SE ...
4
votes
1answer
440 views
Block with out title space in a specific position and certain length (for Title box in a poster)
I am working on a poster. As I need to draw a block in a specific position, I do that using varblock. All of this causes a banner at the top of my title block (see the picture). Is that possible to ...
5
votes
1answer
192 views
Chapters in TeX
I've been writing in TeX for a few years, but this is my first time writing a long document.
I have always used \title for the main title, and \section for smaller titles. It seems that it is only ...
12
votes
1answer
2k views
\thanks won't appear in IEEEtran
I'm writing a article for a conference and using the IEEEtran class, this the first paper I'm doing with LaTeX but there's a problem I just can't solve I'm trying to write some acknowledgments but ...
6
votes
1answer
304 views
authblk footnote marks before/atop commas
The authblk package, in footnoted mode, puts footnote marks inside commas ("Alice1,") which is bad typography. Is there any way to persuade it to put the footnote marks outside the commas ...
4
votes
2answers
435 views
How to make onecolumn/twocolumn parts in a document class?
I have a simple document class adapted from article, but independent (.cls file). The document is twocolumn, but when I add a title with
\newcommand\maketitle{\begin{titlepage}%
\begin{center}%
...
5
votes
3answers
375 views
amsart.cls capitalizes the article title. How to disable it?
I am writing an article with amsart.cls. amsart.cls capitalizes the title of the article. I looked into amsart.cls and found that \MakeUppercase is used in \maketitle. I tried to turn off this, but I ...
4
votes
1answer
589 views
Names on title page of Beamer presentation
We have several group members whose names should be on the title slide of a Beamer document. However, when I put something like this:
\author{Person A \and Person B \and Person C \and Person D \and ...
3
votes
1answer
332 views
Alignment's \author
How I can put authors in list form.
\author{ aaaaa \and bbbb \and ccc }
Ok, but the names appear on the same line and I want to display them vertically.
2
votes
1answer
430 views
Unwanted space between logo and title in titlepage
I have a problem that I can't resolve.
I already did a title page using LaTeX but it contains many spaces between the logo of my school and the name of the school.
This is my code please if any person ...
5
votes
1answer
2k views
Can I Specify Title Page Customization in a Template Instead of My Document?
I'm trying to create a LaTeX beamer theme to match the official PowerPoint template of Rutgers University. I've been able to create the title page, and this MWE
\documentclass{beamer}
...
6
votes
2answers
127 views
What documentation visually explains the various available commands to control the vertical distance between two lines of text?
I have a title page containing several lines of text, e.g.:
Series
Title
Author
Institution
I would like to fine-tune the distances between the lines, however, I do not understand which tools ...
2
votes
1answer
336 views
Table of contents without title with 'tocloft' (class=report)
I would like my Table of contents to be without any title and vertical space skipping. How can I do that with tocloft package?
I've seen Table of contents without title, but code ...
4
votes
2answers
2k views
Creating a title page using \vspace or \vskip
I'm creating a title page and I'm asking if it's more convenient to use \vspace or \vskip to have distance between title, author and other elements in the page.
2
votes
1answer
1k views
title page in the same page with other elements
I created a title page with command:
\title
\author
but when I add in the page of the title some elements another page is created and the title is in that new page created. How can I join title ...
11
votes
2answers
17k views
Subtitle with the \maketitle page?
Does there exist some command for subtitles in the \maketitle thing?
1
vote
1answer
381 views
How to include abstract into titlepage (variant)?
I am facing a problem similar to this post:
How to include abstract into titlepage?
where I would like to include the abstract in the title page. This I managed thanks to the post #8. However,the ...
4
votes
1answer
556 views
Beamer: strange behaviour of textpos on title page
I'm working on a customized template for LaTeX beamer. It's finished, except for some strange behaviour of textpost on the title page. Sample code:
\documentclass[t]{beamer}
...
4
votes
1answer
251 views
Removing the 'and' from between two authors, revtex4-1
Basically I'm trying to separate multiple authors names using a comma instead of 'and', here's what I'm doing...
\documentclass[aps,prl,a4paper,twocolumn,superscriptaddress,notitlepage]{revtex4-1}
...
1
vote
3answers
414 views
Beamer - frametitle - How to add '\'?
How to add '\' in frametitle ?
\documentclass{beamer}
\usepackage{color}
\begin{document}
\begin{frame}[fragile]%
\frametitle{$find \ldots -exec \ldots \ ;$} %How to make "\;" in title ?
...
5
votes
1answer
561 views
Is the number of authors restricted in article?
At the begining of the .tex file I put
\title{title here}
\author{name 1
\and name 2
\and name 3
\and name 4
\and name 5 \\
\small institution\\
\small ...
0
votes
1answer
432 views
Change the background color in the title
I need to set the background color in my definition of the title but I don't know how I can do. I have the next definition:
\pretitle{\vspace{-90pt} \begin{flushleft} \HorRule \fontsize{20}{20} ...
8
votes
1answer
1k views
Centered frame title in beamer
How to set up beamer in a document so that frame titles are centered? Most of the themes seem to use left aligned frame titles.
