corrected raynum
This commit is contained in:
parent
a4f843f3f2
commit
48998b7380
2 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
\begin{tikzpicture}
|
||||
|
||||
\def\raynum{120}
|
||||
\def\raynum{60}
|
||||
|
||||
\foreach \x in {0,...,\raynum} {
|
||||
\ifthenelse{\x < 20 \OR \x>100}
|
||||
\ifthenelse{\x < 10 \OR \x>50}
|
||||
{
|
||||
\draw[color = kit-blue100] (\x /\raynum * 6 ,0) -- (3,4);
|
||||
}{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue