This repository was archived by the owner on Sep 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +173
-166
lines changed Expand file tree Collapse file tree 2 files changed +173
-166
lines changed Original file line number Diff line number Diff line change 1
- \documentclass {book }
1
+ \documentclass [ a5paper ] {book }
2
2
3
3
4
4
% Fonts and typography
11
11
% % \setmainfont[Ligatures=TeX]{Linux Libertine}
12
12
% % \setmainfont{Helvetica}
13
13
% % \setsansfont{Tahoma}
14
- \setmainfont {LexendDeca-Light}
15
- \setsansfont {LexendDeca-Light}
16
- \setmonofont {SourceCodePro-Medium}
14
+ \setmainfont [Scale=0.82] {LexendDeca-Light}
15
+ \setsansfont [Scale=0.82] {LexendDeca-Light}
16
+ \setmonofont [Scale=0.76] {SourceCodePro-Medium}
17
17
% % \setmonofont{Source Code Pro Medium}
18
18
% % \setmonofont{Courier}
19
19
% % \setmainfont[Ligatures=TeX]{Verdana}
28
28
\usepackage {polyglossia }
29
29
\setdefaultlanguage {english}
30
30
31
+ % Avoid pandoc bug when there are lists in the body.
32
+ \providecommand {\tightlist }{%
33
+ \setlength {\itemsep }{0pt}\setlength {\parskip }{0pt}}
34
+
31
35
32
36
% Page
33
37
34
38
% % Use full page in book style
35
39
\usepackage {fullpage }
36
40
41
+ % % geometry for smaller margins
42
+ \usepackage [margin=0.6in ]{geometry }
43
+
37
44
% % Set line spacing
38
45
\usepackage {setspace }
39
46
\setstretch {1.2}
45
52
\let\stdsection\section
46
53
\renewcommand \section {\newpage\stdsection }
47
54
55
+ % % \paperheight 9in
56
+ % % \paperwidth 7in
48
57
49
58
% Colors
50
59
You can’t perform that action at this time.
0 commit comments