aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-07-30 19:39:00 +0200
committerNao Pross <np@0hm.ch>2021-07-30 19:39:00 +0200
commit921053182aaed15476738327112124db07ef432e (patch)
treec3448919bb2b0c2d8b2548f56332192e979e2ee8
parentType casting and conversion (diff)
downloadDigDes-921053182aaed15476738327112124db07ef432e.tar.gz
DigDes-921053182aaed15476738327112124db07ef432e.zip
HSR colors
-rw-r--r--build/DigDes.pdfbin150254 -> 150345 bytes
-rw-r--r--tex/model-hardware.tex18
2 files changed, 9 insertions, 9 deletions
diff --git a/build/DigDes.pdf b/build/DigDes.pdf
index 0e6205c..13049f9 100644
--- a/build/DigDes.pdf
+++ b/build/DigDes.pdf
Binary files differ
diff --git a/tex/model-hardware.tex b/tex/model-hardware.tex
index df0a220..c0ccedc 100644
--- a/tex/model-hardware.tex
+++ b/tex/model-hardware.tex
@@ -35,7 +35,7 @@ the other axis while gravitating towards the origin (project goal).
] {\desc};
}
- \draw[red, thick] (O) to ++(30:6)
+ \draw[hsr-mauve, thick] (O) to ++(30:6)
node[
above = 3mm,
align = center,
@@ -48,10 +48,10 @@ the other axis while gravitating towards the origin (project goal).
4/{Subblocks},
5/{Top blocks, I/O}
} {
- \draw[red] (30:\r)
+ \draw[hsr-mauve] (30:\r)
node[
circle, minimum size = 2mm,
- fill = red,
+ fill = hsr-mauve,
outer sep = 0,
inner sep = 0
] {}
@@ -63,7 +63,7 @@ the other axis while gravitating towards the origin (project goal).
] {\desc};
}
- \draw[blue, thick] (O) to ++(150:6)
+ \draw[hsr-blue, thick] (O) to ++(150:6)
node[
above = 3mm,
align = center,
@@ -76,10 +76,10 @@ the other axis while gravitating towards the origin (project goal).
4/{Subtasks},
5/{Algorithm}
} {
- \draw[blue] (150:\r)
+ \draw[hsr-blue] (150:\r)
node[
circle, minimum size = 2mm,
- fill = blue,
+ fill = hsr-blue,
outer sep = 0,
inner sep = 0
] {}
@@ -91,7 +91,7 @@ the other axis while gravitating towards the origin (project goal).
] {\desc};
}
- \draw[green!60!black, thick] (O) to ++(270:6)
+ \draw[hsr-lakegreen, thick] (O) to ++(270:6)
node[
below = 3mm,
align = center,
@@ -104,10 +104,10 @@ the other axis while gravitating towards the origin (project goal).
4/{Floorplan partitioning},
5/{Chip or board}
} {
- \draw[green!60!black] (270:\r)
+ \draw[hsr-lakegreen] (270:\r)
node[
circle, minimum size = 2mm,
- fill = green!60!black,
+ fill = hsr-lakegreen,
outer sep = 0,
inner sep = 0
] {}