aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/punktgruppen/tikz/lattice.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-07-14 22:34:08 +0200
committerNao Pross <np@0hm.ch>2021-07-14 22:34:08 +0200
commitbf17b6c5ecf720f5db68889be8bda10130004121 (patch)
treede2f0fd120332e8dbb3fe6f2ad76aca1acf6d198 /buch/papers/punktgruppen/tikz/lattice.tex
parentChange arrow style in tikz figures (diff)
downloadSeminarMatrizen-bf17b6c5ecf720f5db68889be8bda10130004121.tar.gz
SeminarMatrizen-bf17b6c5ecf720f5db68889be8bda10130004121.zip
Adapt figures and fix typos
Diffstat (limited to 'buch/papers/punktgruppen/tikz/lattice.tex')
-rw-r--r--buch/papers/punktgruppen/tikz/lattice.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/buch/papers/punktgruppen/tikz/lattice.tex b/buch/papers/punktgruppen/tikz/lattice.tex
index 391ef20..a6b1876 100644
--- a/buch/papers/punktgruppen/tikz/lattice.tex
+++ b/buch/papers/punktgruppen/tikz/lattice.tex
@@ -23,14 +23,14 @@
]
\begin{scope}
- \clip (-2,-2) rectangle (3,4);
+ \clip (-2,-2) rectangle (7,2);
\foreach \y in {-7,-6,...,7} {
\foreach \x in {-7,-6,...,7} {
\node[dot, xshift=3mm*\y] (N\x\y) at (\x, \y) {};
}
}
\end{scope}
- \draw[black, thick] (-2, -2) rectangle (3,4);
+ \draw[black, thick] (-2, -2) rectangle (7,2);
\draw[red!80!black, thick, ->]
(N00) to node[midway, below] {\(\vec{a}_1\)} (N10);