2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
This commit is contained in:
Martin Thoma 2013-06-29 10:14:22 +02:00
parent 3cfc9d9969
commit 86ab5dfa97
16 changed files with 212 additions and 136 deletions

View file

@ -1,16 +1,12 @@
\documentclass{article}
\usepackage[pdftex,active,tightpage]{preview}
\setlength\PreviewBorder{2mm}
\documentclass[varwidth=true, border=2pt]{standalone}
\usepackage{ifthen}
\usepackage{tikz}
\usetikzlibrary{calc}
\begin{document}
\tikzstyle{vertex}=[draw,red,fill=red,circle,
minimum size=10pt,inner sep=0pt]
\tikzstyle{edge}=[red, very thick]
\begin{document}
\begin{preview}
\begin{tikzpicture}
\newcommand{\n}{10}
\foreach \y in {0, ..., \n}{
@ -28,5 +24,4 @@ minimum size=10pt,inner sep=0pt]
}
}
\end{tikzpicture}
\end{preview}
\end{document}