Tagged Questions
1
vote
1answer
129 views
AquilineTwo Font [closed]
This is how I would want AquilineTwo to look like when I type.
But that is not the case when I downloaded AquilineTwo from anywhere. (specifically from UrbanFonts.com)
Where can I download the ones ...
2
votes
1answer
132 views
Setting the right linespread for kpfonts
Is this the right linespread for kpfonts?
\PassOptionsToPackage{nomath,oldstylenums,oldstyle,noamsmath,notextcomp}{kpfonts}
\RequirePackage{kpfonts}
\linespread{1}
5
votes
1answer
239 views
How to achieve line spacing when using custom font
I would like to be able to determine the line spacing in the following example:
The line spacing is clearly not good. My TeX code looks as follows:
\HRule \\[0.5cm]
{ ...
6
votes
1answer
172 views
How to set a small linespace even with a very big letter in the text
I use a font (Aquiline), that has only a few characters, most notably the letter "A", which are quite huge in height.
I use LuaLaTex with the fontspec package.
So if I use this font and a capital A ...
0
votes
1answer
174 views
Indent, Font of headlines
I need to set an indent which must be equal to 1.27 cm, but, actually, I have no indent at the first line after title. How can I add it at the beginning of EVERY LINE, including the first one?
Font ...
1
vote
0answers
269 views
Maximizing number of words with constraints on number of characters and lines per inch [closed]
An organization has the following specs for submitted articles: (a) maximum of 15 characters per 2.5 cm (b) maximum of 6 lines per 2.5 cm (c) minimum font size of 10 (d) Computer Modern font (e) 2.5 ...
4
votes
1answer
1k views
Make a LaTeX document look like it was written in Microsoft Word [duplicate]
Possible Duplicate:
Making a LaTeX document appear as though it were typeset in MS Word
I know this is a travesty in the world of TeX, and an affront to all decent TeX-believing people out ...
22
votes
2answers
2k views
Why exactly is \linespread{1.05} appropriate for Palatino?
Section 1.4 of l2tabu, Changing inter-line space using \baselinestretch, contains a remark about the Palatino font:
[I]f you only want to use fonts other than Computer Modern you may use ...
18
votes
3answers
876 views
Source of “correct” baselinestretch values for various fonts?
I once encountered the advice to use \renewcommand\baselinestretch{1.025} after \usepackage{bera} (though I am not 100% certain that 1.025 was the suggested value). There's little doubt to my ...