-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_causets.tex
16 lines (12 loc) · 1.04 KB
/
test_causets.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\documentclass{article}
\usepackage{causets}
\begin{document}
\section*{Test cases, package causets}
Test cases for typesetting Hasse diagrams with the \verb$causets$ package.
\begin{enumerate}
\item \verb$\pcauset$ test \pcauset[alt={3-chain}]{1,2,3} in the standard style (with attribute \verb$alt={3-chain}$).
\item \verb$\pcauset$ test \pcausetP[spatial links={densely dotted}, alt={N with permutation}, black colors]{2,4,1,3} in black/white with permutation grid, spatial links (densely dotted), and attribute \verb$alt={N with permutation grid}$.
\item \verb$\rcauset$ test \rcausetL[neon colors]{4,2,6,1,5,3}{2/5} in neon colours with labels, spatial links, and neon colors.
\item \verb$\causet$ test \causet[labels={right, at=east}, blue colors]{-1,2,-5,-7,4,-3,-6,0/orange,6,3,-4,7,5,-2,1}{-7/-6,-7/4,-6/-4,-6/6/red,-5/-4,-5/-3,-4/-2,-4/7,-3/-2,-3/0,-2/1,-1/0,-1/2,0/1,0/3,2/3,2/4,3/5,4/5,4/6,6/7} in blue colours with labels, an automatically interrupted link (local style: red) crossing the event 0 (local style: orange).
\end{enumerate}
\end{document}