Skip to content

Commit

Permalink
consolidate material on Turing machines in a separate Part
Browse files Browse the repository at this point in the history
Conflicts:
	first-order-logic/first-order-logic.tex
  • Loading branch information
rzach committed May 1, 2015
1 parent 9797b98 commit 78518d5
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 14 deletions.
2 changes: 0 additions & 2 deletions computability/computability.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

\part{Computability}

\olimport[tm-computations]{tm-computations}

\olimport[recursive-functions]{recursive-functions}

\olimport[lambda-calculus]{lambda-calculus}
Expand Down
4 changes: 0 additions & 4 deletions first-order-logic/first-order-logic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ \part{First-order Logic}

\olimport[completeness]{completeness}

\olimport[model-theory]{model-theory}

\olimport[undecidability]{undecidability}

\olimport[beyond]{beyond}

\OLEndPartHook
Expand Down
2 changes: 2 additions & 0 deletions open-logic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

\olimport[computability]{computability}

\olimport[turing-machines]{turing-machines}

\olimport[incompleteness]{incompleteness}

\olimport[sets-functions-relations]{sets-functions-relations}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
% Part: computability
% Chapter: tm-computations
% Chapter: machines-computations

\documentclass[../../include/open-logic-chapter]{subfiles}

\begin{document}

\chapter{Turing Machine Computations}

\olimport{tm-introduction}
\olimport{introduction}

\olimport{turing-machines}

Expand Down
15 changes: 15 additions & 0 deletions turing-machines/turing-machines.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
% Part: turing-machines

\documentclass[../include/open-logic-part]{subfiles}

\begin{document}

\part{Turing Machines}

\olimport[machines-computations]{machines-computations}

\olimport[undecidability]{undecidability}

\OLEndPartHook

\end{document}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
% Part: first-order-logic
% Part: turing-machines
% Chapter: undecidability
% Section: decision-problems

\documentclass[../../include/open-logic-section]{subfiles}

\begin{document}

\olfileid{fol}{und}{dec}
\olfileid{tms}{und}{dec}
\olsection{Decision Problems}

\begin{explain}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
% Part: first-order-logic
% Part: turing-machines
% Chapter: undecidability
% Section: representing-tms

\documentclass[../../include/open-logic-section]{subfiles}

\begin{document}

\olfileid{fol}{und}{rep}
\olfileid{tms}{und}{rep}
\olsection{Representing Turing Machines}

\begin{explain}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
% Part: first-order-logic
% Part: turing-machines
% Chapter: undecidability
% Section: verification

\documentclass[../../include/open-logic-section]{subfiles}

\begin{document}

\olfileid{fol}{und}{ver}
\olfileid{tms}{und}{ver}
\olsection{Verifying the Representation}

\begin{explain}
Expand Down

0 comments on commit 78518d5

Please sign in to comment.