Fix urls and trailing spaces
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
%
|
||||
% This work consists of all the files listed in the README.md,
|
||||
% and provides a copy of the original hosted on
|
||||
% https://git.tigrau.ovh/Ambroise/LaTeX-Templates/York-Thesis.
|
||||
% https://git.tigrau.ovh/Ambroise/LaTeX-Templates/.
|
||||
|
||||
|
||||
%%% ===== Folder structure
|
||||
@@ -30,15 +30,15 @@
|
||||
\externaldocument{\subfix{main}} % all refs available in subfiles by \ref{labelname} as usual
|
||||
|
||||
%% NOTE: The following code make an additional paths search
|
||||
%% search to simplify the calls to \subfile if you don't want
|
||||
%% to bother with relative paths. If you uncomment it, add
|
||||
%% the folders' name appropriately to the list with the {dir/}
|
||||
%% search to simplify the calls to \subfile if you don't want
|
||||
%% to bother with relative paths. If you uncomment it, add
|
||||
%% the folders' name appropriately to the list with the {dir/}
|
||||
%% syntax (brackets and trailing slash).
|
||||
%% WARNING: This slows down compilation time A LOT!!!
|
||||
\makeatletter
|
||||
\def\input@path{ %
|
||||
{../Bibfiles/}{C-Begin/}{C-Middle/}{C-End/} % list of folders
|
||||
}
|
||||
{../Bibfiles/}{C-Begin/}{C-Middle/}{C-End/} % list of folders
|
||||
}
|
||||
\makeatother
|
||||
|
||||
|
||||
@@ -68,11 +68,11 @@
|
||||
%%% ===== List of recommended packages you need to include
|
||||
\usepackage{amsmath, amsthm}
|
||||
\usepackage{amssymb, amsfonts}
|
||||
\usepackage[final]{hyperref} % links with final option to force them to appear even in draft mode
|
||||
\usepackage[final]{hyperref} % links with final option to force them to appear even in draft mode
|
||||
\usepackage{xspace} % for automatic spaces after text commands
|
||||
\usepackage{xcolor} % to use colours in different parts
|
||||
% NOTE: Package for the todo notes. Notice that it uses multiple packages such as
|
||||
% ifthen, xkeyval, xcolor, tikz (w/ graphicx) and calc, and thus they need
|
||||
% NOTE: Package for the todo notes. Notice that it uses multiple packages such as
|
||||
% ifthen, xkeyval, xcolor, tikz (w/ graphicx) and calc, and thus they need
|
||||
% to be called before todonotes if specific options are wanted
|
||||
\usepackage[obeyDraft, textsize=small, colorinlistoftodos]{todonotes}
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
\theoremstyle{plain} % the style for theorem, propositions and lemmas
|
||||
% Counter used to make it continuous numbering with subsubsection value appended
|
||||
\newtheorem{thm}[subsubsection]{Theorem} % name shortcut for Theorem & counter check
|
||||
\newtheorem{prop}[subsubsection]{Proposition} % idem for rest...
|
||||
\newtheorem{prop}[subsubsection]{Proposition} % idem for rest...
|
||||
\newtheorem{lem}[subsubsection]{Lemma}
|
||||
\newtheorem{cor}[subsubsection]{Corollary}
|
||||
\newtheorem{conj}[subsubsection]{Conjecture}
|
||||
@@ -126,4 +126,4 @@
|
||||
|
||||
|
||||
%%% ===== List of your own macros here
|
||||
\newcommand{\AG}{\ensuremath{\mathscr{A\hspace*{-3pt}{G}}}\xspace}
|
||||
\newcommand{\AG}{\ensuremath{\mathscr{A\hspace*{-3pt}{G}}}\xspace}
|
||||
|
||||
Reference in New Issue
Block a user