Tagged Questions
3
votes
1answer
55 views
Fit four authors across on one row in “sigplanconf” style?
Is there some hack out there to make it possible to fit four authors across in one row in the sigplanconf class?
No matter how short each author's name, affiliation, and email is, by default the ...
1
vote
1answer
30 views
vbox overflow when using TitleGM causing a blank page to preceed the title page
I'm getting a blank page that precedes my title page, and I suspect that it is due to the vbox overflow warning that I'm getting. The problem is that I don't know how to properly adjust the vbox ...
4
votes
2answers
81 views
Limit scope of formatting to within command
I wanted to generate a cover page for a tech report and so put the following in my preamble
\makeatletter
\newcommand{\coverpage}{\onecolumn \centering \large
\thispagestyle{empty}
...
5
votes
2answers
93 views
Authors with multiple footnotes
Say I have an article. Under the title goes the name of three authors. The first author belongs to two organisations. The second belongs to one of the two from the first. And the last author belongs ...
0
votes
1answer
84 views
change location and size of title page logo
I have a title thesis with a logo:
but i would like to get the logo (size 990x369) a little higher and bigger than current result (if I change the size of image it goes down...), also how can I ...
2
votes
2answers
95 views
Beamer: remove the title highlight
I use the PaloAlto theme and the title of the title slide appears highlighted.
Is it possible to remove the highlight and modify the title font?
3
votes
1answer
148 views
Format title output bold and larger
I use the code
\documentclass[a4paper]{article}
\usepackage{amsmath,amsxtra,amssymb,latexsym, amscd,amsthm}
\usepackage{indentfirst}
\usepackage[mathscr]{eucal}
\usepackage[utf8]{vietnam}
...
5
votes
1answer
177 views
Document class article, maketitle with logo
I want to modify the title section of the article class to look like something in the attached figure. Basically what I want is a kind of logo with flushed text (title, author, affiliation).
I tried ...
2
votes
1answer
97 views
Prevent newline in title of beamer presentation
How can I prevent the new line indicated in the picture below?
Here is a MWE:
\documentclass[svgnames,9pt]{beamer}
\usepackage[latin1]{inputenc}
\usetheme{Warsaw}
\setbeamertemplate{headline}{}
...
3
votes
1answer
91 views
putting the title in the header for an article
For various reasons, I need to put my name and title in the header of a LaTeX document. The reason is I have a page limit and need the extra space which is taken up by \maketitle. Does anyone know ...
2
votes
0answers
64 views
How to acknowledge LaTeX and its community in a report/manuscript/dissertation/book? [duplicate]
Possible Duplicate:
What is best way to mention that a document has been typeset with TeX?
I did my thesis with LaTeX, even the figures, they were all done with TikZ !! I would like to ...
7
votes
1answer
177 views
What is a good practice to achieve vertical placement? (e.g. a Titlepage)
My titlepage looks right now like this:
using this code:
\documentclass[a4paper,11pt,oneside,titlepage,german,final]{scrreprt}
\usepackage{babel}
\usepackage[latin1]{inputenc}
...
1
vote
3answers
95 views
How to get the code on a single page [duplicate]
Possible Duplicate:
How can I get \maketitle to create a separate title page with the article class?
Hi I am new to Latex and am trying to create a latex document with the following ...
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 ...
6
votes
1answer
415 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?
8
votes
3answers
588 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 ...
3
votes
1answer
2k views
Add additional text on title page
I want my title page to look like this
Title
Author
Date
Coordinator1 ...
4
votes
1answer
364 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}
...
2
votes
1answer
137 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}
...
0
votes
1answer
433 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} ...
4
votes
1answer
231 views
How to add other info to the title page (e.g. class, professor)?
I am new to LaTeX and trying to write my first paper with it. I need help on the title page. I want something that says
Initial Planning Report
...
1
vote
1answer
279 views
After notitlepage my abstract lost formatting
I've added notitlepage option to not get my page counter reset ( according to suggestion : http://tex.stackexchange.com/a/44955/7128 )
but my abstract lost formatting !
Now it has line spacing and ...
3
votes
2answers
195 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 ...
7
votes
5answers
649 views
Disappearing Footnote
Goals: I would like to have the title, author, date, and the table of content on the same page. I also want the capability of being able to have a footnote to the author.
What I have done so far: I ...
6
votes
2answers
3k views
Multiple authors in one row with refmark, multiple affiliations in separated columns in another row
I wonder how we can list author names in the following format in LaTeX.
I have 5 authors with 3 different affiliations. I am trying to list all author names with refmark in one row, and 3 ...
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 ...
4
votes
2answers
615 views
Strikethrough in Section Title
I am currently using ulem and \sout to do strikethroughs, but what if I want to strikethrough in a section title?
I'm using hyperref and receive the following error when I use \section{\sout{..}}:
...
5
votes
1answer
5k views
Multiple authors in a Journal style (llncs) Document
How to display multiple authors in a journal style e.g. \documentclass{llncs} document?
The solution suggested in What's the correct use of \author{} when multiple authors? does not work for me, ...
42
votes
1answer
17k views
What's the correct use of \author when multiple authors?
Working on a project, the article we are writing is written by me and someone else. How should I fill the \author?
What about \author{LASTNAME1, FIRSTNAME1 \& LASTNAME2, FIRSTNAME2}? It doesn't ...
5
votes
2answers
1k views
Disable/toggle smallcaps in the title
I am using the amsart document class. I want to to change the text in the titles (such as in \author) to be written normally and not in small caps.
How can I change this globally? That is, so that ...