60 lines
No EOL
1.4 KiB
TeX
60 lines
No EOL
1.4 KiB
TeX
\documentclass{article}
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[a4paper, margin=0.25cm, landscape]{geometry}
|
|
|
|
\usepackage{multicol} % 2-col formatting
|
|
\usepackage{hyperref}
|
|
\usepackage[english]{babel} % theorem environ
|
|
\usepackage{framed}
|
|
\usepackage{mathtools}
|
|
\usepackage{stmaryrd} % more arrows
|
|
\usepackage{mathpartir}
|
|
\usepackage{graphicx}
|
|
\usepackage{tabularx}
|
|
\usepackage{ebproof}
|
|
\usepackage{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{cancel}
|
|
|
|
\usepackage{subfiles} % multi-file project
|
|
|
|
% environment `definition` prints as "Definition" and has counter reset per section.
|
|
\newtheorem{definition}{Definition}[section]
|
|
\newtheorem{background}{Background}[section]
|
|
\newtheorem{example}{Example}[section]
|
|
\newtheorem{theorem}{Theorem}[section]
|
|
|
|
\begin{document}
|
|
\begin{multicols*}{3}
|
|
|
|
\section{LTS; ACP}
|
|
\subfile{01-spec-and-impl}
|
|
|
|
\section{Semantic Equivalences}
|
|
\subfile{02-semantic-equivalences}
|
|
|
|
\section{CCS; SOS}
|
|
\subfile{03-ccs.tex}
|
|
|
|
\section{Equational Axiomisation}
|
|
\subfile{04-congruence.tex}
|
|
|
|
\section{CSP; SOS}
|
|
\subfile{05-csp.tex}
|
|
|
|
\section{Hennessy-Miller Logic}
|
|
\subfile{06-hml.tex}
|
|
|
|
\section{Preorder and Simulation}
|
|
\subfile{07-preorder.tex}
|
|
|
|
\section{LTL; CTL; Kripke Structure}
|
|
\subfile{08-ltl-ctl-kripke.tex}
|
|
|
|
\section{Petri Net; Concurrency Semantics}
|
|
\subfile{09-concurrency.tex}
|
|
|
|
\end{multicols*}
|
|
\end{document} |