-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_master_preamble.tex
More file actions
36 lines (31 loc) · 1001 Bytes
/
Copy path_master_preamble.tex
File metadata and controls
36 lines (31 loc) · 1001 Bytes
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
\input{_preamble}
%extra thngs because lyx doesn't know what preamble I need
\usepackage{graphicx, color}
\usepackage{alltt}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{wrapfig}
\usepackage{setspace}
\usepackage{doi}
\usepackage[letterpaper,left=1in,top=1in,right=1in,bottom=1.25in]{geometry}
\usepackage[authoryear]{natbib}
\usepackage{refstyle}
\RS@ifundefined{subref}
{\def\RSsubtxt{section~}\newref{sub}{name = \RSsubtxt}}
{}
\RS@ifundefined{thmref}
{\def\RSthmtxt{theorem~}\newref{thm}{name = \RSthmtxt}}
{}
\RS@ifundefined{lemref}
{\def\RSlemtxt{lemma~}\newref{lem}{name = \RSlemtxt}}
{}
%% Because html converters don't know tabularnewline
\providecommand{\tabularnewline}{\\}
%% The greyedout annotation environment
\newenvironment{lyxgreyedout}
{\textcolor{note_fontcolor}\bgroup\ignorespaces}
{\ignorespacesafterend\egroup}
\usepackage{color}
\definecolor{note_fontcolor}{rgb}{0.80078125, 0.80078125, 0.80078125}
\usepackage{amsmath}
\makeatother