Skip to content

ubc-carnap-team/forallx-pandocs

Repository files navigation

forallx-pandocs

All chapters have now been preliminarily completed.

chapterbasic formattingcompleted
ch1yesyes
ch2yesyes
ch3yesyes
ch4yesyes
ch5yesyes
ch6yesyes
ch7yesyes
ch8yesyes
ch9yesyes
ch10yesyes
ch11yesyes
ch12yesyes
ch13yesyes

Rules

italics:

*this is italicized*

bold:

**this is bold**

fully indented blocks:

> My house is quite safe from earthquakes, since it is located
> far from any major fault lines.

partially indented blocks:

:   An argument is *formally valid* if it is deductively valid because of its
logical form. That is to say, every argument with the logical form of the
argument under consideration is deductively valid.

premise conclusion list:

> | 1. <span class="premise"> Cottonmouths are water moccasins.</span>
> | 2. <span class="premise"> Water moccasins can be found only in Southeast Kansas.</span>
> | <span class="conclusion"> There are no cottonmouths outside of Southeast Kansas.</span>

tables:

tr: table row
th: table header
td: table data

<table>
  <tr><th>symbol</th><th>what it is called</th><th>rough translation</th></tr>
  <tr><td>[negation]</td><td>negation</td><td>'It is not the case that...'</td></tr>
</table>

logic symbols:

statements using logic symbols go between two $ like so:

$...$

eg. 'and', 'or', 'conditional', 'biconditional', 'not' (Carnap Book symbols):

$\land, \lor, \rightarrow, \leftrightarrow, \neg$

eg. 'and', 'conditional', 'biconditional', 'turnstile', 'double turnstile', 'negative double turnstile' (forall x UBC symbols):

$\&, \supset, \equiv, \vdash, \models, \not\models$

subscript:

$A_2 \land A_3$

phi, psi, zeta (capital letters):

$\Phi, \Psi, Z$

therefore:

$\therefore$

script letters:

$\mathcal{P}, \mathcal{X}$,

empty set:

$\emptyset$

bot symbol (used to represent an absurdity):

$\bot$

blank underline:

$\rule{1cm}{0.15mm}$

About

Pandoc files for the forall x-UBC textbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published