Fix latex format
This commit is contained in:
@@ -3,31 +3,37 @@
|
||||
\definechangesauthor[color=RawSienna]{CP}
|
||||
\newcommand{\CP}[1]{\comment[id=CP]{#1}}
|
||||
|
||||
% Footnotes
|
||||
\usepackage[hang]{footmisc}
|
||||
\setlength{\footnotemargin}{3mm} % Margin between footnote number and text
|
||||
|
||||
% Images
|
||||
\usepackage{graphicx}
|
||||
\usepackage{caption} % Point references to the figure not the caption
|
||||
\usepackage[export]{adjustbox} % For valign in subfigs
|
||||
|
||||
% Includes
|
||||
\usepackage{bookmark} % Manage bookmarks
|
||||
\usepackage{import} % Allow relative paths
|
||||
\usepackage{pdfpages} % Include PDFs
|
||||
|
||||
\usepackage{hyperref} % Hyperlinks
|
||||
% Formatting
|
||||
\usepackage[autostyle]{csquotes} % For quotes
|
||||
\usepackage[dvipsnames]{xcolor} % More colors
|
||||
|
||||
% Footnotes
|
||||
\usepackage[hang]{footmisc}
|
||||
\setlength{\footnotemargin}{3mm} % Margin between footnote number and text
|
||||
|
||||
% Links
|
||||
\usepackage{hyperref}
|
||||
\hypersetup{
|
||||
bookmarksnumbered = true, % Include section numbers in bookmarks
|
||||
bookmarksopen = true, % Auto-open bookmarks
|
||||
bookmarksopenlevel = 2, % Open up to subsections
|
||||
bookmarksnumbered = true, % Include section numbers in bookmarks
|
||||
bookmarksopen = true, % Auto-open bookmarks
|
||||
bookmarksopenlevel = 2, % Open up to subsections
|
||||
}
|
||||
\hypersetup{
|
||||
colorlinks = true, % Color links
|
||||
allcolors = Black, % Default color
|
||||
citecolor = OliveGreen, % Color of citations
|
||||
linkcolor = MidnightBlue, % Color of internal links
|
||||
allbordercolors = White, % No borders around links
|
||||
colorlinks = true, % Color links
|
||||
allcolors = Black, % Default color
|
||||
citecolor = OliveGreen, % Color of citations
|
||||
linkcolor = MidnightBlue, % Color of internal links
|
||||
allbordercolors = White, % No borders around links
|
||||
}
|
||||
|
||||
% Lists
|
||||
@@ -35,10 +41,6 @@
|
||||
\setlist{nolistsep} % No space before and after lists
|
||||
\setitemize{noitemsep} % No space between items in itemize
|
||||
|
||||
% References
|
||||
\usepackage{bookmark} % Manage bookmarks
|
||||
\usepackage{etoc} % Local table of contents
|
||||
|
||||
% Tables
|
||||
\usepackage{booktabs} % Better tables
|
||||
\usepackage{makecell} % For multi-line cells in tables
|
||||
@@ -48,10 +50,6 @@
|
||||
% Units
|
||||
\usepackage{siunitx} % For numbers with units
|
||||
\sisetup{
|
||||
retain-explicit-plus=true, % Keep + in numbers
|
||||
uncertainty-mode=separate % Separate uncertainty with +- instead of ()
|
||||
retain-explicit-plus=true, % Keep + in numbers
|
||||
uncertainty-mode=separate % Separate uncertainty with +- instead of ()
|
||||
}
|
||||
|
||||
% Others
|
||||
\usepackage[autostyle]{csquotes} % For quotes
|
||||
\usepackage[dvipsnames]{xcolor} % More colors
|
||||
Reference in New Issue
Block a user