latex magicks

This commit is contained in:
David Alexander Majnemer 2009-09-02 20:35:40 -05:00
parent e912305de7
commit 8d9f31fc00
2 changed files with 2707 additions and 0 deletions

2686
latex/Makefile Normal file

File diff suppressed because it is too large Load diff

21
latex/mathdefs.sty Normal file
View file

@ -0,0 +1,21 @@
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{graphicx}
\usepackage[margin=1in]{geometry}
\usepackage{tikz}
\pagestyle{fancy}
%some commands for convenience
\newcommand{\DFA}{\textsf{DFA} }
\newcommand{\NFA}{\textsf{NFA} }
\newcommand{\CFG}{\textsf{CFG} }
%sets
\newcommand{\Reals}{\mathbb{R}}
\newcommand{\Naturals}{\mathbb{N}}
\newcommand{\Rationals}{\mathbb{Q}}
\newcommand{\Integers}{\mathbb{Z}}
\newcommand{\set}[1]{\{#1\}}