-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusepkg.sty
More file actions
83 lines (68 loc) · 1.9 KB
/
usepkg.sty
File metadata and controls
83 lines (68 loc) · 1.9 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
\ProvidesPackage{usepkg}
\usepackage{subfiles}
\usepackage{blindtext}
\usepackage[italian,english]{babel}
%\usepackage[italian]{babel}
%%%%%%%%%%%%%%%%%%%%%%%% FONT
%http://www.tug.dk/FontCatalogue/sansseriffonts.html
%\usepackage{quattrocento}
%\usepackage[T1]{fontenc}
%http://slantchev.ucsd.edu/edu/latex/latex-pdf.html
%\usepackage{lib/lucidabr}
%\usepackage[T1]{fontenc}
%\renewcommand{\rmdefault}{ptm}
%\usepackage{lib/mtpro2}
%\usepackage[T1]{fontenc}
%\usepackage{lxfonts}
%\usepackage{lxfonts}
\usepackage{amsmath,amssymb}
\usepackage{mathtools}
\usepackage{textcomp}
\usepackage{gensymb}
\usepackage{amsthm}
\usepackage{stackengine}
\usepackage{pxfonts}
\usepackage[T1]{fontenc}
%\usepackage{fouriernc}
% \usepackage{fontspec}
%\setmainfont{Cochin}
%\usepackage{heuristica}
%\usepackage[heuristica,vvarbb,bigdelims]{newtxmath}
%\usepackage[T1]{fontenc}
%\renewcommand*\oldstylenums[1]{\textosf{#1}}
%https://www.sharelatex.com/blog/2013/04/02/using-your-favourite-fonts-with-sharelatex.html
%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{braket}
\usepackage{booktabs} %% better tabs
\usepackage{mdwlist}
\usepackage[font=normal,skip=0pt]{caption}
\usepackage{subcaption}
\usepackage{calc}
\usepackage{tikz}
\usepackage{tkz-euclide}
\usetikzlibrary{
arrows,
calc,
fit,
intersections,
positioning,
decorations.pathreplacing,
chains,
matrix,
scopes
}
\usepackage{pgfplots}
%%% biblatex
\usepackage[backend=biber,style=authoryear,refsection=part]{biblatex}
\usepackage{csquotes}
%http://tex.stackexchange.com/questions/39285/whats-the-advantage-of-using-csquotes-over-using-an-editors-auto-replacement-f
%%%%%
\usepackage[normalem]{ulem} % either use this (simple) or
\usepackage{hepnames}
%http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/
\usepackage{color}
%\usepackage{datetime}
\usepackage{enumitem}
\usepackage{siunitx}%% SI unitx
\sisetup{range-phrase=\, --\,}
\usepackage{tensor}