diff options
author | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-21 16:33:51 +0200 |
---|---|---|
committer | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-21 16:33:51 +0200 |
commit | b8504c330be30ccf771d6745a34f395a83395ea5 (patch) | |
tree | 9bbd9285d530381e3e743266fbf62be35df3a7c8 /tikz_assets/param.tex | |
parent | 00ec61946ddf3a7c2abf7d7e0730fc8e21b50f37 (diff) | |
parent | 06c724f61e746772dc46aaf7e11c96abc1a49dd1 (diff) |
merge with brouillon
Diffstat (limited to 'tikz_assets/param.tex')
-rw-r--r-- | tikz_assets/param.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tikz_assets/param.tex b/tikz_assets/param.tex new file mode 100644 index 0000000..17df939 --- /dev/null +++ b/tikz_assets/param.tex @@ -0,0 +1,14 @@ +\makeatletter +\tikzset{ + param/.style={ + path picture={ + \fill[color=blue] (0,0) circle[radius=5pt]; + \fill[color=blue] (1,0) circle[radius=5pt]; + \fill[color=blue] (0,1) circle[radius=5pt]; + \fill[color=blue] (0.5,0) circle[radius=5pt]; + \fill[color=blue] (0,0.5) circle[radius=5pt]; + \fill[color=blue] (0.5,0.5) circle[radius=5pt]; + }, + }, +} +\makeatother |