This commit is contained in:
Zhengyi Chen 2024-04-19 03:04:18 +01:00
commit f87d416234
8 changed files with 623 additions and 0 deletions

39
99-notes-packed.tex Normal file
View file

@ -0,0 +1,39 @@
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[a4paper, margin=1cm]{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{subfiles} % multi-file project
% environment `definition` prints as "Definition" and has counter reset per section.
\newtheorem{definition}{Definition}[section]
\newtheorem{background}{Background}[section]
\begin{document}
\section{LTS; ACP}
\begin{multicols*}{2}
\subfile{01-spec-and-impl}
\end{multicols*}
\section{Semantic Equivalences}
\begin{multicols*}{2}
\subfile{02-semantic-equivalences}
\end{multicols*}
\end{document}