-
Notifications
You must be signed in to change notification settings - Fork 0
/
head.tex
74 lines (63 loc) · 2.2 KB
/
head.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
63
64
65
66
67
68
69
70
71
72
73
74
\pagenumbering{gobble}
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\usepackage[left=.3in, right=.3in, top=.3in, bottom=.3in]{geometry}
\usepackage{ragged2e}
\usepackage{fontawesome5}
\usepackage{academicons}
\usepackage{fontspec}
\usepackage{xcolor}
% \setmainfont[ItalicFont={Roboto Italic}, BoldItalicFont={Roboto Bold Italic}, BoldFont={Roboto Bold}]{Open Sans}
\setmainfont{Roboto}
\usepackage[english]{babel} % Language hyphenation and typographical rules
\usepackage{csquotes}
\usepackage{amsthm, amsmath, amssymb} % Mathematical typesetting
\usepackage[final, colorlinks = true, linkcolor = black, citecolor = black, urlcolor = black]{hyperref} % For hyperlinks in the PDF
\usepackage{tabularx}
\newcolumntype{R}{>{\hsize=.425\hsize \linewidth=\hsize \raggedleft \arraybackslash} X}
\newcolumntype{L}{>{\hsize=1.575\hsize \linewidth=\hsize \raggedright \arraybackslash} X}
\newcolumntype{Y}{>{\hsize=1.7\hsize \linewidth=\hsize \raggedright \arraybackslash} X}
\newcolumntype{Z}{>{\hsize=.3\hsize \linewidth=\hsize \raggedright \arraybackslash} X}
\newcolumntype{r}{>{\hsize=1.45\hsize \linewidth=\hsize \raggedright \arraybackslash} X}
\newcolumntype{l}{>{\hsize=.55\hsize \linewidth=\hsize \raggedright \arraybackslash} X}
\usepackage[backend=biber, url=true, style=nature, sorting=custom, maxbibnames=14, minbibnames=14]{biblatex}
\DeclareSortingTemplate{custom}{
\sort[direction=descending]{
\field{sortyear}
\field{year}
}
\sort{
\field{month}
}
\sort{
\field{sortname}
\field{author}
\field{editor}
\field{translator}
\field{sorttitle}
\field{title}
}
\sort{
\field[padside=left,padwidth=2,padchar=0]{month}
\literal{00}
}
\sort{
\field[padside=left,padwidth=2,padchar=0]{day}
\literal{00}
}
\sort{
\field{sorttitle}
}
\sort{
\field[padside=left,padwidth=4,padchar=0]{volume}
\literal{0000}
}
}
\DeclareFieldFormat{labelnumberwidth}{}
\setlength{\biblabelsep}{0pt}
\bibliography{pubs2}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "main"
%%% End: