get rid of useless/outmoded crap

This commit is contained in:
David Majnemer 2010-07-04 20:49:37 -07:00
parent 1792c2a131
commit b1aa4cea3a
4 changed files with 0 additions and 2905 deletions

View file

@ -100,6 +100,4 @@ alias du='du -h'
alias ping='ping -c4'
alias maketex="make -f ${HOME}/.latex/Makefile"
( command -v time >/dev/null 2>&1 ) && alias time='command time'

View file

@ -81,8 +81,6 @@ my %links = (
'git-untrack-ignored' => 'bin/git-untracked-ignored',
latex => '.latex',
gdbinit => '.gdbinit',
);

File diff suppressed because it is too large Load diff

View file

@ -1,21 +0,0 @@
\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\}}