mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
get rid of useless/outmoded crap
This commit is contained in:
parent
1792c2a131
commit
b1aa4cea3a
4 changed files with 0 additions and 2905 deletions
|
@ -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'
|
||||
|
|
|
@ -81,8 +81,6 @@ my %links = (
|
|||
|
||||
'git-untrack-ignored' => 'bin/git-untracked-ignored',
|
||||
|
||||
latex => '.latex',
|
||||
|
||||
gdbinit => '.gdbinit',
|
||||
);
|
||||
|
||||
|
|
2880
latex/Makefile
2880
latex/Makefile
File diff suppressed because it is too large
Load diff
|
@ -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\}}
|
||||
|
Loading…
Add table
Reference in a new issue