-
Notifications
You must be signed in to change notification settings - Fork 6
/
05-00-TopicEntryOnDiscreteMathematics.tex
55 lines (50 loc) · 1.37 KB
/
05-00-TopicEntryOnDiscreteMathematics.tex
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
\documentclass[12pt]{article}
\usepackage{pmmeta}
\pmcanonicalname{TopicEntryOnDiscreteMathematics}
\pmcreated{2013-03-22 18:00:23}
\pmmodified{2013-03-22 18:00:23}
\pmowner{CWoo}{3771}
\pmmodifier{CWoo}{3771}
\pmtitle{topic entry on discrete mathematics}
\pmrecord{4}{40520}
\pmprivacy{1}
\pmauthor{CWoo}{3771}
\pmtype{Topic}
\pmcomment{trigger rebuild}
\pmclassification{msc}{05-00}
\pmclassification{msc}{90C99}
\pmclassification{msc}{91A99}
\endmetadata
\usepackage{amssymb,amscd}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{mathrsfs}
% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
\usepackage{amsthm}
% making logically defined graphics
%%\usepackage{xypic}
\usepackage{pst-plot}
% define commands here
\newcommand*{\abs}[1]{\left\lvert #1\right\rvert}
\newtheorem{prop}{Proposition}
\newtheorem{thm}{Theorem}
\newtheorem{ex}{Example}
\newcommand{\real}{\mathbb{R}}
\newcommand{\pdiff}[2]{\frac{\partial #1}{\partial #2}}
\newcommand{\mpdiff}[3]{\frac{\partial^#1 #2}{\partial #3^#1}}
\begin{document}
This is an entry-in-progress for a new topic entry on discrete mathematics.
\begin{enumerate}
\item Combinatorics
\item Graph theory
\item Cryptography
\item Game theory
\item Mathematical programming
\end{enumerate}
%%%%%
%%%%%
\end{document}