aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/punktgruppen/tikz/lattice.tex
diff options
context:
space:
mode:
authorAyexor <9105454+Ayexor@users.noreply.github.com>2021-08-27 18:09:54 +0200
committerGitHub <noreply@github.com>2021-08-27 18:09:54 +0200
commit2b2c5daa139aec08d091b658ad6191d6e57024ef (patch)
tree2c8f3fc7017394746d8e4f92a358e2a11015e072 /buch/papers/punktgruppen/tikz/lattice.tex
parentAnpassungen nach Mail (diff)
parentnew image: tetraeder (diff)
downloadSeminarMatrizen-2b2c5daa139aec08d091b658ad6191d6e57024ef.tar.gz
SeminarMatrizen-2b2c5daa139aec08d091b658ad6191d6e57024ef.zip
Merge branch 'master' into master
Diffstat (limited to 'buch/papers/punktgruppen/tikz/lattice.tex')
-rw-r--r--buch/papers/punktgruppen/tikz/lattice.tex17
1 files changed, 9 insertions, 8 deletions
diff --git a/buch/papers/punktgruppen/tikz/lattice.tex b/buch/papers/punktgruppen/tikz/lattice.tex
index 9c05af3..a6b1876 100644
--- a/buch/papers/punktgruppen/tikz/lattice.tex
+++ b/buch/papers/punktgruppen/tikz/lattice.tex
@@ -13,23 +13,24 @@
\begin{document}
\begin{tikzpicture}[
- dot/.style = {
- draw, circle, thick, black, fill = gray!40!white,
- minimum size = 2mm,
- inner sep = 0pt,
- outer sep = 1mm,
- },
+ >=latex,
+ dot/.style = {
+ draw, circle, thick, black, fill = gray!40!white,
+ minimum size = 2mm,
+ inner sep = 0pt,
+ outer sep = 1mm,
+ },
]
\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);