Tagged Questions
0
votes
0answers
15 views
Linespread in titlepage with \huge [duplicate]
What is the right way to increase the line height or spacing between lines in the titlepage environment when you have \huge titles?
I tried to increase it using the \linespread command but whatever ...
0
votes
1answer
71 views
Cannot temporarily increase line spacing [duplicate]
Possible Duplicate:
Temporarily increase line spacing
I tried to follow these examples here Temporarily increase line spacing but in my case it didn't change anything.
I have to use a ...
6
votes
1answer
237 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 ...
18
votes
1answer
204 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}
...
5
votes
1answer
781 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 ...
1
vote
1answer
321 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}
...
2
votes
2answers
531 views
Problem with vertical space in Memoir title
I've been struggling with titlingpage and Memoir a few hours, trying to make the document title have equal linespacing between its lines when using \\.
The code is:
...
2
votes
1answer
335 views
Lineheight of \huge text too small
I have the following two titles in my custom title page: (originally two different languages)
\begin{center}
{\Large
My Thesis\\
\vspace*{0.5cm}
\textbf{\huge
...
1
vote
2answers
2k views
Beamer: Line spacing in title
I have a long title for my beamer presentation and ue the \titlepage{} command. The title is automatically split over 4 lines. As I am using a tall font (arev), these lines are squashed together. I ...