text/ncat.tex
changeset 751 cea4c5a94d4a
parent 750 4b1f08238bae
child 752 84bf15233e08
equal deleted inserted replaced
750:4b1f08238bae 751:cea4c5a94d4a
   469 \begin{tikzpicture}[baseline=0]
   469 \begin{tikzpicture}[baseline=0]
   470 \begin{scope}
   470 \begin{scope}
   471 \path[clip] (0,-1) rectangle (5,1);
   471 \path[clip] (0,-1) rectangle (5,1);
   472 \draw[blue,line width=2pt] (0,-1) rectangle (5,1);
   472 \draw[blue,line width=2pt] (0,-1) rectangle (5,1);
   473 \draw[blue] (1,-1) .. controls  (2,-1) and (3,1) .. (4,1);
   473 \draw[blue] (1,-1) .. controls  (2,-1) and (3,1) .. (4,1);
       
   474 \foreach \x in {0, 0.5, ..., 6} {
       
   475 	\draw[green!50!brown] (\x,-2) -- (\x,2);
       
   476 }
       
   477 \end{scope}
       
   478 \end{tikzpicture}
       
   479 \qquad
       
   480 \begin{tikzpicture}[baseline=0]
       
   481 \begin{scope}
       
   482 \path[clip] (0,0) arc (135:45:4) arc (-45:-135:4);
       
   483 \draw[blue,line width=2pt] (0,0) arc (135:45:4) arc (-45:-135:4);
       
   484 \draw[blue] (2.82,-5) -- (2.83,5);
   474 \foreach \x in {0, 0.5, ..., 6} {
   485 \foreach \x in {0, 0.5, ..., 6} {
   475 	\draw[green!50!brown] (\x,-2) -- (\x,2);
   486 	\draw[green!50!brown] (\x,-2) -- (\x,2);
   476 }
   487 }
   477 \end{scope}
   488 \end{scope}
   478 \end{tikzpicture}
   489 \end{tikzpicture}