Tagged Questions
3
votes
1answer
53 views
LyX: Problems with title line breaks when writing in Memoir document style
I am pretty new both to LyX and to TeX.SX, and have no LaTeX background. I'm writing my master's thesis in LyX and have just changed the document style from book to book (Memoir). When I try to export ...
4
votes
1answer
132 views
Linebreak in \thanks footnote?
I am using the scrartcl class of Koma-Script with \thanks on the title page. Everything works as expected, so far, but I'd like to use a linebreak within the footnote.
Here's an MWE:
...
6
votes
1answer
276 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 ...
2
votes
1answer
178 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 ...
2
votes
1answer
410 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?
4
votes
1answer
620 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 ...
5
votes
1answer
622 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 ...
3
votes
2answers
197 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 ...
0
votes
0answers
255 views
Error with forced linebreak in custom titlepage [closed]
I use a custom title page for reports, generated through this block of code:
\begin{titlepage}
\makeatletter
\begin{center}
\begin{tabular}[t]{c}
\parbox[c][1in][c]{5in}{\hfill}\\
...
