Skip to content

Commit aeca0fe

Browse files
committed
Finished version v1.4
- New feature: local styles - New feature: support of the external library of TikZ (Full release notes are included in the manual.)
1 parent ab27581 commit aeca0fe

File tree

10 files changed

+592
-394
lines changed

10 files changed

+592
-394
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/tmp/
2+
/causets/
23
/.settings/
34
examples/*.sty
45
.pydevproject
@@ -7,6 +8,7 @@ examples/*.sty
78
*.synctex.gz
89
*.log
910
*.aux
11+
*.auxlock
1012
causets_development.sty
11-
/causets.out
12-
/causets.pdf
13+
causets.out
14+
causets.pdf

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Bug reports can be send to the maintainer:
3333
christoph{dot}minz[AT]gmail{dot}com
3434

3535
## License and distribution
36-
Copyright 2020-2022 by C. Minz
36+
Copyright 2020-2023 by C. Minz
3737

3838
This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 of this licence or (at your option) any later version.
3939
The latest version of this licence is in
@@ -44,7 +44,7 @@ This work has the LPPL maintenance status "maintained".
4444
The current maintainer of this work is C. Minz.
4545
https://github.com/c-minz
4646

47-
**Current version: v1.3.1**
47+
**Current package version: v1.4 (2023/03/06)**
4848

4949
CTAN location: /graphics/pgf/contrib/causets/
5050

causet_tikz_example1.pdf

827 Bytes
Binary file not shown.

causet_tikz_example1.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
\drawpcauset{5,2,7,3,6,1,4}
1010
\draw[red, double] (0, 0) circle[radius=0.1];
1111
\end{scope}
12-
% Circumscribe the future infinity:
12+
% Mark the maximal elements (future infinity):
1313
\node[draw=blue, inner sep=1pt, thick, ellipse, fit=(E2) (E4) (E5)] (Finf) {};
1414
% Add labels on top:
15-
\node[draw=blue, right, align=right] (FinfLabel) at (4.8, -0.5) {future infinity / \\ maximal events};
15+
\node[draw=blue, right, align=right] (FinfLabel) at (4.8, -0.5) {maximal events / \\ (future infinity)};
1616
\node[draw=red] (centerLabel) at (0.5, -0.5) {centre};
1717
\node[draw=green!50!black] (myEventLabel) at (5.5, -2.5) {event (E0)};
1818
% Draw arrows from the labels to the references:
1919
\draw[ultra thick, blue, ->] (FinfLabel) -- (Finf);
20-
\draw[ultra thick, red, ->] (centerLabel) -- (3, -1);
20+
\draw[ultra thick, red, ->] (centerLabel) -- (3, -1); % centre was shifted by the scope
2121
\draw[ultra thick, green!50!black, ->] (myEventLabel) -- (E0);
2222
\end{tikzpicture}
2323
\end{document}

causets.pdf

184 KB
Binary file not shown.

0 commit comments

Comments
 (0)