chiark / gitweb /
displays
[topbloke-formulae.git] / article.tex
index 4e4a75e3da95ab850d6d64d180225ebc41c8fbc0..cf68f3111441d9078fb011da5ab259579c841523 100644 (file)
@@ -1,4 +1,5 @@
-\documentclass[a4paper]{article}
+\documentclass[a4paper]{strayman}
+\let\numberwithin=\notdef
 \usepackage{MnSymbol}
 \usepackage{stmaryrd}
 \usepackage{slashed}
@@ -36,7 +37,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 +61,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}_{C \in \py} \pends{C}{\pn} = \{ B \} \]
+
+\section{Test more symbols}
+
+$ C \haspatch \p $
+
+$ C \nothaspatch \p $
+
+$ \{ B \} \areparents C $
 
 \end{document}