-
Notifications
You must be signed in to change notification settings - Fork 2
/
tex2pagerc.tex
62 lines (47 loc) · 1.09 KB
/
tex2pagerc.tex
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
% last modified 2023-01-01
% Dorai Sitaram
\let\maybeendinput\relax
\ifx\shipout\UnDeFiNeD\else
\let\maybeendinput\endinput
\fi
\maybeendinput
\def\TZPhsize{25em}
\let\TZPautomargin=1
\inputcss https://fonts.googleapis.com/css?family=Proza+Libre&display=swap
\inputcss http://fonts.googleapis.com/css?family=Linden+Hill&display=swap
% \inputcss https://fonts.googleapis.com/css?family=Miltonian&display=swap
% \inputcss http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy&display=swap
% \inputcss http://fonts.googleapis.com/css?family=EB+Garamond&display=swap
\cssblock
.title,.chapter,.section {
font-family: 'proza libre', sans-serif;
}
.title {
color: hsl(0,0%,35%);
/* color: hsl(0,44%,42%); /* resene terracotta pink */
}
.chapter {
margin-top: 1.8em;
font-size: 150%;
}
.section {
margin-top: 1.5em;
font-size: 110%;
}
a:hover {
text-decoration: none;
background-color: hsl(60,80%,74%);
}
.chapter a {
text-decoration: none;
}
/*
.item {
font-family: 'miltonian', sans-serif;
}
*/
.oldstyle {
font-family: 'linden hill', sans-serif;
font-size: 110%;
}
\endcssblock