-
Notifications
You must be signed in to change notification settings - Fork 2
/
math.hss
76 lines (63 loc) · 1.47 KB
/
math.hss
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/*=====================================================================*/
/* serrano/diffusion/talk/jsaot17/math.hss */
/* ------------------------------------------------------------- */
/* Author : Manuel Serrano */
/* Creation : Sun Aug 27 16:00:16 2017 */
/* Last change : Wed Aug 30 16:14:56 2017 (serrano) */
/* Copyright : 2017 Manuel Serrano */
/* ------------------------------------------------------------- */
/* Math style */
/*=====================================================================*/
.math {
font-family: cmr;
font-size: 40%;
}
.math sub,
math sub,
.math sup,
math sup {
font-size: 60%;
}
.math {
font-family: cmr;
position: relative;
}
.math .var {
font-family: cmmi;
}
.math .cal {
font-family: cmsy;
font-size: 95%;
}
.math .cursive {
font-family: cmsy;
font-weight: 200;
line-height: 40%;
}
.math .greek {
font-family: serif;
}
.math .op {
font-size: 75%;
position: relative;
top: -2px;
}
.math .arrow {
font-family: serif;
font-weight: normal;
}
.math tt {
font-family: CourierMono;
}
.math .keyword {
font-weight: bold;
}
.math td.fraq {
border-bottom: 2px solid;
}
td.tyrule-name {
vertical-align: middle;
font-variant: small-caps;
font-size: 80%;
padding-left: 0.5em;
}