Tagged Questions
0
votes
0answers
19 views
Why does \tiny in \begingroup \endgroup change the linespread? [duplicate]
\documentclass[10pt]{article}
\usepackage[ngerman]{babel}
\usepackage{blindtext}
\setlength{\parindent}{0pt}
\begin{document}
\begingroup
\tiny \blindtext
\endgroup
\tiny \blindtext
...
3
votes
1answer
215 views
Reproducing Foreign Affairs Magazine's Style
I wanted to reproduce (or get something close to) the style the Foreign Affairs magazine uses (link to a sample article below) using fontspec and XeLaTeX. Right off the bat I don't know what their ...
3
votes
1answer
245 views
Help with adjusting line-spacing on custom title page
I'm making a custom title page for my phd proposal, following the Title Creation article of Latex in Wikipedia. However, after many tries I just can't get the title to have a bigger line-spacing. I ...
4
votes
3answers
781 views
Space between lines
I try to typeset title pages and use LARGE and bold for this. The problem is that the lines seem to be too close to each other. I think it looks bad. Is this the way it is supposed to be? Is there a ...
9
votes
1answer
190 views
What is the difference between \fontsize{…}{some length} and \linespread{some length}?
I notice that the second argument to \fontsize and the first argument to \linespread both seem to change the spacing between lines of text. What is the difference between these? Is there one I should ...
7
votes
1answer
175 views
Small text in table does not recalculate line spacing
I'm using tabu to create a table that has a couple multi-line cells (the m style). However, when I set the line spacing outside the table, it seems that the space between lines is not recalculated in ...
6
votes
1answer
1k views
What leading size should I set for 18pt font size?
I use \fontsize{18pt}{20pt}\selectfont comand because I want 18pt fontsize. Does rule fontsize+2 always apply? Say for 20pt font leading will be 22, 32 for 30 and so on.
4
votes
1answer
142 views
Incorrect line spacing when using \Large in a center environment
When I enclose text with line breaks within a center environment, there is extra space after the first line, but only if the font size has been changed.
The following working example prints the same ...
7
votes
2answers
177 views
typesetting the document which fits into marked fixed lines
I have a to typeset the article such that, the output should be printed on the fixed marks that are 1.36 cms apart.
In other words, printing sheet has marked lines which are 1.36 cms apart. I have ...
4
votes
1answer
134 views
How to get the right \baselinskip in the annotation with authortitle-dw and smaller font
If I change the font size of the annotations in my bibliography the size changes but the baseline skip doesn’t. I know that TeX uses the last font in a paragraph to calculate the baseline skip, but I ...
7
votes
2answers
588 views
Redefining quote environment with tiny font and double quote signs?
I want to redefine the quote environment in such a way to get the output of the following code.
\begin{quote}{\tiny\textquotedblleft Text \textquotedblright}\end{quote}
I also want to fix the line ...
11
votes
1answer
300 views
Defining variants of \small and \large that use \normalsize's line spacing
As a partial workaround for grid typesetting, I'd like to define variants of \small and \large that behave like their standard counterparts except that they use the line spacing of \normalsize. I know ...
4
votes
1answer
401 views
Font sizes and line height: how/when/why do \Huge, \LARGE, etc. affect one or the other? [duplicate]
Possible Duplicate:
Inconsistent line spacing
In the following MWE, the first paragraph has a quite tight line-spacing.
The second paragraph has a larger line-spacing, which I accidentally ...
10
votes
1answer
456 views
Inconsistent line spacing
If I type something like this:
{\itshape\LARGE
Dunt venim dolorerosto do odit
ametum vulla conum dolore
conulput in vero od el
Dunt venim dolorerosto do odit
ametum vulla conum dolore
...
2
votes
1answer
337 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
...
3
votes
2answers
1k views
Minted, setstretch and font size
I'm using minted package. My problem is \usepackage[nodisplayskipstretch]{setspace} \setstretch{1.5} line. I do need this line stretch, but I don't want it to affect code sources generated by minted.
...
3
votes
3answers
2k views
Change line spacing for footnote text only
I have to format a document to this finicky standard: "The entire document cannot exceed 25 double-spaced pages, including all supplementary material, and must be in Times New Roman, 11 point, font. ...
-1
votes
2answers
1k views
Latex commands for a specific page format [closed]
I am writing a report for which my University has given the following guidelines (Clearly, it was intended for use with Microsoft Windows).
Project reports should be typed only on one side of the ...
6
votes
1answer
1k views
Changing the baselineskip in marginpar
I’m adding explanations for definitions in the margin paragraph. I have a macro which looks as follows (simplified):
\newcommand*\define[2]{%
\marginpar{{\sffamily\footnotesize\textbf{#1}: #2}}}
...
3
votes
2answers
2k views
Line spacing with mixed font sizes in itemize environment
I'd like to mix in footnote-sized text with normal-sized text in beamer. The problem is that when I use \footnotesize the line spacing still corresponds to \normalsize spacing. Here's a minimal sample ...

