Skip to content

Commit

Permalink
Select the right things to include in the Logic II text, in the right…
Browse files Browse the repository at this point in the history
… order
  • Loading branch information
rzach committed Nov 22, 2015
1 parent 5b59f4e commit 00b0e56
Showing 1 changed file with 7 additions and 55 deletions.
62 changes: 7 additions & 55 deletions phil379.tex
@@ -1,6 +1,6 @@
% Open Logic Project
% phil379.tex
%
% driver file open-logic-sample.tex to produce text on letter-size paper
% driver file phil379.tex to produce text on letter-size paper
% with standard layout and margins

% We use the memoir class for maximal flexibility of layout, but any
Expand Down Expand Up @@ -35,11 +35,9 @@
\begin{titlingpage}
\begin{raggedleft}
\fontsize{52pt}{2em}\selectfont\bfseries\sffamily
Sample\\[.5ex]
Logic\\[.5ex]
Text
Logic II
\vskip 4ex
\normalfont\Huge\textbf{\href{http://openlogicproject.org/}{Open Logic Project}}
\normalfont\Huge\textbf{Edited by \href{http://richardzach.org/}{Richard Zach}}\

\end{raggedleft}

Expand All @@ -53,9 +51,9 @@

\oluselicense
% Title of this version of the OLT with link to source
{\href{https://github.com/OpenLogicProject/OpenLogic/tree/master/courses/sample}{\textit{Sample Logic Text}}}
{\href{https://github.com/rzach/phil379}{\textit{Logic II}}}
% Author of this version
{\href{http://openlogicproject.org/}{OLP}}
{\href{http://richardzach.org/}{Richard Zach}}
\end{titlingpage}

\frontmatter
Expand All @@ -65,58 +63,12 @@

\mainmatter

% olimport includes an entire part

\olimport*[sets-functions-relations]{sets-functions-relations}

% you can also import individual chapters

\part{First-order Logic}

\olimport*[first-order-logic/syntax-and-semantics]{syntax-and-semantics}

\olimport*[first-order-logic/models-theories]{models-theories}

\olimport*[first-order-logic/sequent-calculus]{sequent-calculus}

\olimport*[first-order-logic/completeness]{completeness}

% This allows you to leave out individual chapters, e.g.:

% \olimport*[first-order-logic/beyond]{beyond}

% But you can even import individual sections, in case you want to
% rearrange them or add text

\chapter{Beyond First-order Logic}

\olimport*[first-order-logic/beyond]{introduction}

\olimport*[first-order-logic/beyond]{many-sorted-logic}

\olimport*[first-order-logic/beyond]{second-order-logic}

\olimport*[first-order-logic/beyond]{higher-order-logic}

\olimport*[first-order-logic/beyond]{intuitionistic-logic}

\olimport*[first-order-logic/beyond]{modal-logics}

\olimport*[first-order-logic/beyond]{other-logics}

% OLEndChapterHook and OLEndPartHook should come at the end of each
% chapter/part.

\OLEndChapterHook

\OLEndPartHook

\olimport*[computability]{computability}
\olimport*[first-order-logic]{first-order-logic}

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

\olimport*[incompleteness]{incompleteness}

\stopproblems

% now typeset all the problems as an appendix. If you want problems at
Expand Down

0 comments on commit 00b0e56

Please sign in to comment.