Skip to content

Commit ea31749

Browse files
committed
documentation makes clear that \by also works after \hypo
1 parent e43d6c2 commit ea31749

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

fitchdoc.tex

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,14 @@ \subsection{Generic justifications}
240240
Since the |\by| command outputs its first argument without additional
241241
formatting when the second argument is empty, you can use |\by{...}{}|
242242
to produce arbitrary text in the justification. You can use the
243-
|\ndref| command here, e.g.:
243+
|\ndref| command here. If the first argument is empty, only the
244+
reference list is printed.
244245
\begin{LTXexample}
245246
$
246247
\begin{nd}
247-
\hypo {a} {A \Rightarrow B}
248-
\hypo {b} {A}
248+
\hypo {a} {A \Rightarrow B}
249+
\by{Premise}{}
250+
\hypo {b} {A} \by{Premise}{}
249251
\have {c} {B}
250252
\by{\ndref{a,b}
251253
(but \emph{how?})}{}
@@ -256,7 +258,7 @@ \subsection{Generic justifications}
256258
257259
\subsection{Scope}
258260
259-
The commands |\hypo|, |\have|, |\open|, |\close|, |\r|, |\ii|, and so
261+
The commands |\hypo|, |\have|, |\open|, |\close|, |\by|, |\r|, |\ii|, and so
260262
forth are only available inside an |nd| environment. These commands
261263
may have a different meaning elsewhere in the same document. The only
262264
commands provided by the |fitch.sty| package which are visible

0 commit comments

Comments
 (0)