Extract \usepackage to config/ files
This commit is contained in:
37
config/content.tex
Normal file
37
config/content.tex
Normal file
@@ -0,0 +1,37 @@
|
||||
% Changes
|
||||
\usepackage[draft, defaultcolor=Blue, xcolor=dvipsnames]{changes} % Track changes
|
||||
\definechangesauthor[color=RawSienna]{CP}
|
||||
\newcommand{\CP}[1]{\comment[id=CP]{#1}}
|
||||
|
||||
% Images
|
||||
\usepackage{graphicx}
|
||||
\usepackage{caption} % Point references to the figure not the caption
|
||||
|
||||
% Includes
|
||||
\usepackage{import} % Allow relative paths
|
||||
\usepackage{pdfpages} % Include PDFs
|
||||
|
||||
% Lists
|
||||
\usepackage[inline]{enumitem} % Customise 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
|
||||
\usepackage{multirow} % Multi-row cells in tables
|
||||
\usepackage{tabularx} % For tables with fixed width
|
||||
|
||||
% Units
|
||||
\usepackage{siunitx} % For numbers with units
|
||||
\sisetup{
|
||||
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