You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: causets.tex
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ \section{Introduction - the Main Commands}
158
158
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).
159
159
This permutation is the input of the \lstinline§\pcauset§ command that computes the causal relation from the permutation.
160
160
See example 1 in \autoref{tab:MainCommandsExamples}.
161
-
\tikzcausetsset{black, show permutation}
161
+
\tikzcausetsset{black colors, show permutation}
162
162
\begin{table}[h!]
163
163
\begin{tabular*}{\textwidth}{lp{0.72\textwidth}c}
164
164
\toprule
@@ -181,7 +181,7 @@ \section{Introduction - the Main Commands}
181
181
\end{tabular*}
182
182
\caption{\label{tab:MainCommandsExamples} Examples for the three main commands of the package.}
183
183
\end{table}
184
-
\tikzcausetsset{gray, show permutation=false}
184
+
\tikzcausetsset{gray colors, show permutation=false}
185
185
186
186
Every causet that does not embed in $1 + 1$ dimensional Minkowski spacetime can be made embeddable by adding links to it.
187
187
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}
224
224
It is possible to use dots in a permutation so that TikZ will auto-complete the list.
225
225
For example, the command \lstinline§\pcauset{14,...,10,8,2,1,9,3,4,...,7}§ will generate the diagram
226
226
\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}
228
228
\end{align*}
229
229
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.)
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}
511
511
\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§),
513
513
\item\lstinline§every tile§ for the occupied permutation tiles,
514
514
\item\lstinline§every event§ for the event nodes (graph vertices),
515
515
\item\lstinline§every grid§ for the permutation grid,
516
516
\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,
518
518
\item\lstinline§every ulabel§ for the permutation $u$ labels,
519
519
\item\lstinline§every vlabel§ for the permutation $v$ labels,
520
520
\item\lstinline§every link§ for the links (graph edges),
0 commit comments