Skip to content
Snippets Groups Projects

Backport specification from my PhD thesis

Merged Hans-Jörg requested to merge devel/thesis-backport into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -104,7 +104,7 @@
\renewcommand\spsep{\cline{2-4}}
\setlength{\arrayrulewidth}{0.8pt}
\addtolength{\tabcolsep}{-4pt}
\begin{xltabular}{\linewidth}{l c Y l}
\begin{xltabular}{\linewidth}{l c Y r}
\BODY
\end{xltabular}
\addtolength{\tabcolsep}{+4pt}
@@ -113,7 +113,7 @@
\renewcommand\spsep{\cline{2-5}}
\setlength{\arrayrulewidth}{0.8pt}
\addtolength{\tabcolsep}{-4pt}
\begin{xltabular}{\linewidth}{l l c Y l}
\begin{xltabular}{\linewidth}{l l c Y r}
\BODY
\end{xltabular}
\addtolength{\tabcolsep}{+4pt}
@@ -126,7 +126,7 @@
\setlength{\arrayrulewidth}{0.8pt}%
\addtolength{\tabcolsep}{-4pt}%
\noindent
\begin{tabularx}{\linewidth}{l c Y l}
\begin{tabularx}{\linewidth}{l c Y r}
\BODY
\end{tabularx}
\addtolength{\tabcolsep}{+4pt}
@@ -136,7 +136,7 @@
\setlength{\arrayrulewidth}{0.8pt}%
\addtolength{\tabcolsep}{-4pt}%
\noindent
\begin{tabularx}{\linewidth}{l l c Y l}
\begin{tabularx}{\linewidth}{l l c Y r}
\BODY
\end{tabularx}
\addtolength{\tabcolsep}{+4pt}
@@ -1329,7+1329,7 @@
first-innermost subproof first and then replace them by holes.
%
Since valid proofs do not contain holes, we have to generalize the induction
to allow holes that were introduced by the elimination of subproofs.
%
We start with simple subproofs with empty contexts and without
nested subproofs.
Loading