-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathfigure_setup.tex
More file actions
48 lines (40 loc) · 1.38 KB
/
figure_setup.tex
File metadata and controls
48 lines (40 loc) · 1.38 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
\usepackage[sfdefault]{roboto} % a bit lighter than Times--no
% osf in math
\usepackage[T1]{fontenc} % best for Western European languages
\usepackage{textcomp} % required to get special symbol
\usepackage[utf8]{inputenc}
\usepackage[varqu,varl,scaled=.98]{inconsolata}% a typewriter font must
% be defined
\usepackage{amsmath,amsthm}
\usepackage[libertine,cmintegrals,bigdelims,vvarbb]{newtxmath}
\usepackage[scr=rsfso]{mathalfa}
\usepackage{bm}% load after all math to give access to bold math
%After loading math package, switch to osf in text.
%\useosf % for osf in normal text
\usepackage[usenames,dvipsname]{xcolor,colortbl}
\usepackage{makeidx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{calc}
\usepackage{mathtools}
\DeclarePairedDelimiter{\ceil}{\lceil}{\rceil}
\DeclarePairedDelimiter{\floor}{\lfloor}{\rfloor}
\usepackage{multirow}
\usepackage{tikz}
\usetikzlibrary{shapes}
\usetikzlibrary{shapes.multipart}
\usetikzlibrary{calc}
\usetikzlibrary{positioning}
\usetikzlibrary{patterns}
\usetikzlibrary{chains}
\usetikzlibrary{arrows}
\usetikzlibrary{arrows.meta}
\usetikzlibrary{decorations.pathmorphing}
\usetikzlibrary{decorations.pathreplacing}
\usetikzlibrary{matrix}
\usetikzlibrary{datavisualization.formats.functions}
\usetikzlibrary{math}
\usepackage{pgfplots}
%% this only produces an error message, although pgfplots.pdf
%% says that it is valid:
\pgfplotsset{compat=1.15}