-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFONTS
More file actions
44 lines (29 loc) · 1.15 KB
/
FONTS
File metadata and controls
44 lines (29 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
== The fonts used everywhere in the thesis ==
(This list is useful outside Latex for making figures.)
Text, \textnormal, \mathrm, numbers in math mode: computer
modern (LMRoman10, cmr10)
Italic, math: computer modern italic (cmmi10) (+2pt font size needed);
FreeSerif (for lowercase greek)
Text in plots: Helvetica, Arial, Liberation Sans (in Inkscape)
Numbers in plots: FreeSans (in Inkscape).
mathbf: cmr10+bold; LMRomanDemi10. (for \Lambda, this has to be
LMRomanDemi10 in +2pt larger font)
== OpenOffice.org ==
* Math: cmr10, LMRoman10
* Math italic: cmmi10, LMRoman10 italic
* Math bold: LMRomanDemi10, LMRoman10 bold
* Plot text: Helvetica
* greek letters: cmmi10 (they are not at their standard positions)
* symbols: cmsy10
== Latex ==
In text:
\emph - an alternative to quoting
\textsf - codes for datasets, algorithms, etc.
\textbf - table headers
In math:
\textnormal - in math mode for "if", "when", etc.
\mathrm - for special functions (sgn, ...), indexes that serve as
names (K_new, K_old), signs such as: transpose (^T), Frobenius norm
(_F), etc.
\mathit - multiletter variable names
\mathbf - vectors and matrices