forked from oganm/ThesisProposal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimport.sty
41 lines (32 loc) · 1.02 KB
/
import.sty
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
\usepackage{setspace}
% this is a lorem ipsum generator for adding dummy texts
\usepackage{lipsum}
\usepackage{tocloft}
% to make the first rows bold in tables
\usepackage{longtable}
\usepackage{tabu}
\usepackage{booktabs}
% this makes list of figures appear in table of contents
\usepackage[nottoc]{tocbibind}
% for passing temporary notes
\usepackage{todonotes}
\usepackage{morefloats}
\usepackage{float}
% highlighting
\usepackage{soul}
% referencing mutliple things with a single command - \cref
\usepackage{cleveref}
% this makes dots in table of contents
\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}
% to change the title of contents
% \renewcommand{\contentsname}{Whatever}
% line numbers for review purposes
% this package might not be available in default latex installation
% get it by 'sudo tlmgr install lineno'
%\usepackage{lineno}
%\linenumbers
% this allows checkmarks in the file
\usepackage{amssymb}
\DeclareUnicodeCharacter{2714}{\checkmark}
% to be able to include latex comments
\newenvironment{dummy}{}{}