7
votes
4answers
124 views

No indent in modified \maketitle in article

I am looking to have the title left justified along with the name of the author and teacher and the date. I have managed to get it left justified but the name is being indented, this is not what I ...
2
votes
1answer
55 views

footnote rule on cover page

I have a document with a cover page and foonote. I would like to add a rule above the foonote. What is the way to do this? \documentclass[english,titlepage]{article} \begin{document} \title{ddd} ...
3
votes
1answer
953 views

Left align abstract, title and authors

I would like to re-align my title, authors and abstract to the left of the document. The example in this question is basically the output I want, but I do not want to use the memoir environment. MWE: ...
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 ...
10
votes
3answers
1k views

Non-special first page in \documenclass{article}

I'm new to TeX and LaTeX, so I might not explain it all that well. I'm trying to put pagenumbers on each footer in the form "Page X of XX" using fancyhdr. So far I have this: \cfoot{Page \thepage\ ...
3
votes
2answers
10k views

How can I get a title page with the LaTeX article class? [duplicate]

Possible Duplicate: How can I get \maketitle to create a separate title page with the article class? I'm trying to vertically center the title page and abstract in my LaTeX document (much ...
7
votes
1answer
2k views

How can I get \maketitle to create a separate title page with the article class?

I am working on a maths assignment and new to using LaTeX. I have written the assignment up but I would like the title page to be its own page. Currently my title page is a few lines generated by ...
13
votes
2answers
3k views

What does the titlepage environment do and what are its benefits?

I'm speaking about the article document class only, because report and book deal with titles in a different way. Obviously, the titlepage environment triggers a new page after it, and it resets the ...
3
votes
1answer
408 views

Adding more items on tex article title section

This is what I have at the head of my tex document (article): \title{Some Article} \author{John Doe} \date{\today} \documentclass[pdftex,12pt,a4paper]{article} \usepackage{setspace} ...
8
votes
1answer
2k views

Using \maketitle twice in the same article

I need to write a single, short PDF file that contains two distinct parts. I don't want to mess with PDF joins and hacks, as I need both parts to share page numbers, citations, etc. However, I want ...
41
votes
3answers
48k views

\subtitle doesn't work in article document class

I'm relatively new to TeX but until now I used mostly the beamer class. There I did this: \documentclass{beamer} \title{title} \subtitle{subtitle} \author{name} \date{\today} \begin{document} ...
8
votes
2answers
3k views

Preventing page break after title page

I am trying to create a title page for my thesis proposal, which is using the article class. I have the page formatted correctly, but it does not act like the default article title page where the ...
24
votes
3answers
20k views

Where to put the institute information in the article document class?

I've seen in other document classes that one can input the authors' institutes via special commands, for example in revtex4 I can put \title{Aggregation According to Classical Kinetics---From ...