Skip to content

Commit cf7bd9b

Browse files
committed
Corrected typos in the manual.
1 parent 965fad6 commit cf7bd9b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

causets.pdf

-50 Bytes
Binary file not shown.

causets.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ \section{Introduction - the Main Commands}
158158
Let the causets elements be labeled by an increasing null coordinate $u$ (pointing upwards along the right axis of the grids under the diagrams below), then the causal relation (partial order) implies a label permutation along the null coordinate $v$ (pointing upwards along the left axis of the grids under the diagrams below).
159159
This permutation is the input of the \lstinline§\pcauset§ command that computes the causal relation from the permutation.
160160
See example 1 in \autoref{tab:MainCommandsExamples}.
161-
\tikzcausetsset{black, show permutation}
161+
\tikzcausetsset{black colors, show permutation}
162162
\begin{table}[h!]
163163
\begin{tabular*}{\textwidth}{lp{0.72\textwidth}c}
164164
\toprule
@@ -181,7 +181,7 @@ \section{Introduction - the Main Commands}
181181
\end{tabular*}
182182
\caption{\label{tab:MainCommandsExamples} Examples for the three main commands of the package.}
183183
\end{table}
184-
\tikzcausetsset{gray, show permutation=false}
184+
\tikzcausetsset{gray colors, show permutation=false}
185185

186186
Every causet that does not embed in $1 + 1$ dimensional Minkowski spacetime can be made embeddable by adding links to it.
187187
Adding the minimal number of links yields permutations that should be used to determine the coordinates of the diagram.
@@ -224,7 +224,7 @@ \section{Introduction - the Main Commands}
224224
It is possible to use dots in a permutation so that TikZ will auto-complete the list.
225225
For example, the command \lstinline§\pcauset{14,...,10,8,2,1,9,3,4,...,7}§ will generate the diagram
226226
\begin{align*}
227-
\pcauset[black, show permutation]{14,...,10,8,2,1,9,3,4,...,7}
227+
\pcauset[black colors, show permutation]{14,...,10,8,2,1,9,3,4,...,7}
228228
\end{align*}
229229
which is the same as \lstinline§\pcauset{14,13,12,11,10,8,2,1,9,3,4,5,6,7}§. (This graphic uses the package options \lstinline§black§ and \lstinline§permutation§ again.)
230230

@@ -509,12 +509,12 @@ \section{Advanced Style Changes}
509509
\end{enumerate}
510510
In order to manually define the full style of the parts in the diagram - not extending, but \emph{overwriting all} drawing options - set the style of the following keys: \vspace{-1ex}
511511
\begin{enumerate}\itemsep=-1ex
512-
\item \lstinline§every causet§ the general style of the causet diagram (like \lstinline§baseline§),
512+
\item \lstinline§every causet§ for the general style of the causet diagram (like \lstinline§baseline§),
513513
\item \lstinline§every tile§ for the occupied permutation tiles,
514514
\item \lstinline§every event§ for the event nodes (graph vertices),
515515
\item \lstinline§every grid§ for the permutation grid,
516516
\item \lstinline§every region§ for the permutation region,
517-
\item \lstinline§every label base§ for the all text labels,
517+
\item \lstinline§every label base§ for all text labels,
518518
\item \lstinline§every ulabel§ for the permutation $u$ labels,
519519
\item \lstinline§every vlabel§ for the permutation $v$ labels,
520520
\item \lstinline§every link§ for the links (graph edges),

0 commit comments

Comments
 (0)