File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 16
16
\usepackage {textcomp }
17
17
\usepackage {upquote }
18
18
\usepackage {etoolbox }
19
- \usepackage {selnolig }
19
+
20
+ \setmainfont [Ligatures={TeX, Common}]{TeX Gyre Pagella}
21
+ \setmonofont [Scale=MatchLowercase,Ligatures={NoCommon}]{DejaVu Sans Mono}
22
+ % \setromanfont{Georgia}
23
+ % \setsansfont{DejaVu Sans}
24
+
25
+ \newfontfamily {\cjkfont }{WenQuanYi Zen Hei}[]
26
+ \newfontfamily {\devanagarifont }{Lohit Devanagari}[]
27
+ \newfontfamily {\tamilfont }{Lohit Tamil}[]
28
+ \newfontfamily {\cyrilicfont }{CMU Serif}
29
+
30
+ % % These unfortunately break too many things. PDF will have to be without
31
+ % % contributors' native names.
32
+ % \ifxetex
33
+ % \usepackage{xeCJK}
34
+ % \setCJKmainfont{WenQuanYi Zen Hei}
35
+ % \setCJKmonofont{WenQuanYi Zen Hei Mono}
36
+ % \else
37
+ % %% Adding senolig breaks compilation in the CJK support.
38
+ % %\usepackage{selnolig}
39
+ % \usepackage{luatexja-fontspec}
40
+ % \setmainjfont{WenQuanYi Zen Hei}
41
+ % \fi
20
42
21
43
\pagestyle {fancy}
22
44
\chead {\raisebox {\baselineskip }{\includegraphics [width=1.5cm,keepaspectratio]{./docs/log4cplus}}}
Original file line number Diff line number Diff line change 36
36
, ' --latex-engine=lualatex' ,
37
37
, ' --include-in-header=docs/latex-header.tex'
38
38
, ' --include-before-body=docs/latex-body.tex'
39
- , ' -V' , ' lang=english ' ,
39
+ , ' -V' , ' lang=en-US ' ,
40
40
, ' -V' , ' geometry:a4paper' );
41
41
42
42
# pre-compute various source information strings
You can’t perform that action at this time.
0 commit comments