This repository was archived by the owner on Apr 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings_custom.tex
63 lines (52 loc) · 2.01 KB
/
settings_custom.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Thesis Custom Settings
%
% UTV Template
% 2024
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% If you use chapter* instead of chapter use %\chaptermark{Introduction}
% To do some oher fancy stuff click this link:
% https://en.wikibooks.org/wiki/LaTeX/Customizing_Page_Headers_and_Footers#Style_customization
% *********** Chemistry libraries ***********
% \usepackage[version=4]{mhchem}
% \usepackage{chemist}
% \usepackage{chemfig}
% *********** The citation style ***********
\usepackage{csquotes} % needed for biblatex
\usepackage[backend=biber,style=numeric,sortcites,sorting=nyt]{biblatex}
\addbibresource{tail/references.bib}
\DeclareNameAlias{author}{family-given}
% Additional library to copy and paste the references in-line (not used here)
% \usepackage{bibentry}
% \addbibresource{tail/References.bib}
% \nobibliography*
% \bibliography{tail/References.bib}
\usepackage{adjustbox}
\usepackage{makecell}
\usepackage{siunitx}
\usepackage{xspace}
\usepackage{arydshln}
\usepackage{easybmat}
\usepackage{accents}
% *********** Adjusting the footnotes symbols ***********
% Uncomment only the needed one here XD:
% Option [1]: To only use roman enumeration
\renewcommand{\thefootnote}{\Roman{footnote}}
% Option [2]: To use Arabic numbering (The default option)
% \renewcommand{\thefootnote}{\arabic{footnote}} %
% Option [3]: To symbols instead of numbers (un comment both lines)
% \usepackage[symbol]{footmisc}
% \renewcommand{\thefootnote}{\fnsymbol{footnote}}
% Option [4]: To use different styles for normal notes and citations' notes:
% The source: https://tex.stackexchange.com/questions/408527/differentiate-between-footcite-and-footnote
% \usepackage{manyfoot}
% \newfootnote{A}
% \newcounter{footnoteA}
% \newcommand{\footnoteA}{%
% \stepcounter{footnoteA}%
% \Footnotemark\thefootnoteA \FootnotetextA{}}
% \renewcommand{\thefootnoteA}{\alph{footnoteA}}
% *********** Custom commands ***********
\newcommand{\whitepage}{\clearpage\thispagestyle{empty}\mbox{}\clearpage}