mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
latex magicks
This commit is contained in:
parent
e912305de7
commit
8d9f31fc00
2 changed files with 2707 additions and 0 deletions
2686
latex/Makefile
Normal file
2686
latex/Makefile
Normal file
File diff suppressed because it is too large
Load diff
21
latex/mathdefs.sty
Normal file
21
latex/mathdefs.sty
Normal 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\}}
|
||||
|
Loading…
Add table
Reference in a new issue