chiark / gitweb /
strategy: use \chapter
[topbloke-formulae.git] / article.tex
index 9cdd0d2fc4265123a503a43a8eea598faa9c295d..198ced4b05e9700e0a4e5ac41b07e0e8dad1c631 100644 (file)
 
 \newcommand{\patch}{{\mathcal P}}
 \newcommand{\base}{{\mathcal B}}
+\newcommand{\depsreq}{{\mathcal D}}
 
 \newcommand{\patchof}[1]{\patch ( #1 ) }
 \newcommand{\baseof}[1]{\base ( #1 ) }
+\newcommand{\depsreqof}[1]{\depsreq ( #1 ) }
 
 \newcommand{\eqntag}[2]{ #2 \tag*{\mbox{#1}} }
 \newcommand{\eqn}[2]{ #2 \tag*{\mbox{\bf #1}} }
 
 \begin{document}
 
+\chapter{Data model}
+
 \input{notation.tex}
 \input{invariants.tex}
 \input{lemmas.tex}
 \input{anticommit.tex}
 \input{merge.tex}
 
+\chapter{Merge strategy}
+
+\input{strategy.tex}
+
 \end{document}