-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFUpackages.sty
67 lines (67 loc) · 2.61 KB
/
FUpackages.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
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% FREQUENTLY USED \usepackage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Consolidates the \usepackage lines used almost universally in our
% documents into a single file
% Note that one-off \usepackage are best put durectly in the
% document's preamble
%
% To incorporate these \usepackages, in the preamble of your
% document, simply type:
% \usepackage{FUpackages}
% -------------------------------------------
\usepackage{amsmath}
\usepackage{multirow}
\usepackage{breakurl}
\usepackage{hyperref}
\usepackage{textcomp}
\usepackage[abs]{overpic}
\usepackage{cleveref}[2012/02/15]
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage[toc,page]{appendix}
\usepackage{floatrow}
\usepackage{nicefrac}
\usepackage{siunitx}
\usepackage[dvipsnames]{xcolor}
% Table float box with bottom caption, box width adjusted to content
%\newfloatcommand{capbtabbox}{table}[][\FBwidth]
\usepackage{blindtext}
%\usepackage{caption}% or \usepackage{capt-of}
\usepackage{capt-of}% or \usepackage{caption}
\usepackage{booktabs}
\usepackage{varwidth}
\usepackage{scrextend}
\usepackage{titlesec}
\usepackage[figuresright]{rotating} % for sidewaystable
\usepackage{array} \usepackage{fontawesome} \usepackage{tikz} % for NOTANONschedule.tex
\usepackage{colortbl}
\usepackage{tablefootnote}
\usepackage[flushleft]{threeparttable} % for NOTANONtasks.tex
\usetikzlibrary{shapes.multipart} \usetikzlibrary{arrows.meta, positioning, fit, shapes.misc}
\usetikzlibrary{tikzmark,overlay-beamer-styles,bending} \usepackage{colortbl}
% create the no-dollar sign to use in NOTANONschedule.tex to represent FTEs not covered in the proposal budget
\newcommand\noDollarIcon[1][{{-0.3}{0.4mm}{0.2}{0.15}}]{\innerNoDollarIcon#1}
\newcommand{\innerNoDollarIcon}[4]{
\raisebox{#1\normalbaselineskip}[0pt][0pt]{
\begin{tikzpicture}
\draw[fill=white,draw=red,line width=#2] (0,0) circle[radius=#3];
\draw[line width=#2,red] node[midway,black]{\faDollar} (#4,#4) -- (-#4,-#4);
\draw[line width=#2,red] (#4,#4) -- (-#4,-#4);
\end{tikzpicture}
}}
% create the dollar sign to use in NOTANONschedule.tex to represent FTEs not covered in the proposal budget
\newcommand{\dollarIcon}[1][{{-0.4}{0.4mm}{0.2}{0.15}}]{\innerDollarIcon#1}
\newcommand{\innerDollarIcon}[3]{
\raisebox{#1\normalbaselineskip}[0pt][0pt]{
\begin{tikzpicture}
\draw[fill=green,draw=black] (0,0) circle[radius=#2];
\draw[draw=green] (-#3,#3) -- (#3,-#3) node[midway]{\faDollar};
\end{tikzpicture}
}}
% create a callout box
\usepackage{wrapfig}
\usepackage{tcolorbox}
\usepackage{tocloft}
\usepackage[parfill]{parskip} % to control paragraph spacing