chiark / gitweb /
more
[topbloke-formulae.git] / article.tex
index 4e4a75e3da95ab850d6d64d180225ebc41c8fbc0..fe0996574afbc0f9a569a795aa90f80d3ef10f8a 100644 (file)
@@ -1,9 +1,11 @@
-\documentclass[a4paper]{article}
+\documentclass[a4paper]{strayman}
+\let\numberwithin=\notdef
 \usepackage{MnSymbol}
 \usepackage{stmaryrd}
 \usepackage{slashed}
 \usepackage{txfonts}
 \usepackage{amsfonts}
+\usepackage{nath}
 %\usepackage{accents}
 
 \renewcommand{\ge}{\geqslant}
@@ -36,7 +38,8 @@
 
 \renewcommand{\implies}{\Rightarrow}
 
-\setlength{\parindent}{0pt}
+\newcommand{\pancs}[2]{{\mathcal A} ( #1 , #2 ) }
+\newcommand{\pends}[2]{{\mathcal E} ( #1 , #2 ) }
 
 \begin{document}
 
@@ -59,6 +62,16 @@ transitive.
 
 \section{Invariants}
 
-No rewind/replay: $ C \has D \implies C \ge D $
+No replay: $ C \has D \implies C \ge D $
+
+Unique base: $ \mathop{\forall}\limits_{C \in \py} \pends{C}{\pn} = \{ B \} $
+
+\section{Test more symbols}
+
+$ C \haspatch \p $
+
+$ C \nothaspatch \p $
+
+$ \{ B \} \areparents C $
 
 \end{document}