diff options
author | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-04 00:12:49 +0200 |
---|---|---|
committer | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-04 00:12:49 +0200 |
commit | 0e95544f85b523a95fb05b36c4e6b8789c73abfa (patch) | |
tree | 4229bad597b487e2395a2fc91e7023c6672bb29d /tikz_assets/param.tex | |
parent | dc5a898dc39326fa3f733f3d9e006bbe3d1f8e4c (diff) |
traduction classification fini
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 |