-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxmPreamble.tex
34 lines (26 loc) · 1.05 KB
/
xmPreamble.tex
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
%% Where to look for inputs
\makeatletter %% make "@" a letter-character
\def\input@path{ %% When looking for files,
{./} %% look first at your level
{./xmPictures/} %% then in this folder,
}
\makeatother %% make "@" an other-character
% Custom Commands
%% These may change and should be checked!
\newcommand{\docURL}{\url{https://github.com/ximeraProject/ximeraManuals}}
\newcommand{\testURL}{\url{https://github.com/ximeraProject/tests}}
\newcommand{\experimentalURL}{\url{https://github.com/ximeraProject/experimental}}
\newcommand{\xfsURL}{https://go.osu.edu/xfs}
\newcommand{\xfgURL}{https://go.osu.edu/ximera-flash-grant}
\newif\ifcolor %% for color cover
\colorfalse
\colorlet{bkgndcr}{white}
\colorlet{txtcr}{black}
\colorlet{otherbkgndcr}{white}
\colorlet{othertxtcr}{black}
\newif\iflulu %% for lulu printing margins
\lulufalse
\usepackage{qrcode} %% For QR Codes
\usepackage[normalem]{ulem} % for strikeout
\usepackage{multicol} % multicols -- PDF only MOVE TO PRINTSTYLES
\usetikzlibrary{shapes}