mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
misc
This commit is contained in:
parent
1baaf85a1a
commit
5cdb363103
6 changed files with 71 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
|
@ -24,12 +24,15 @@
|
|||
\draw (\x,0.1) -- (\x,-0.1) node [below] {\x};
|
||||
|
||||
|
||||
\draw[red] (0.07,0.1) -- (0,0.1) -- (0,-0.1) -- (0.07,-0.1) node [below] {};
|
||||
\draw[red] plot [smooth] coordinates{(0.47,0.1) (0.5,0) (0.47,-0.1)};
|
||||
\draw[thick,red] (0.07,0.1) -- (0,0.1) -- (0,-0.1) -- (0.07,-0.1) node [below] {};
|
||||
\draw[thick,red] plot [smooth] coordinates{(0.47,0.1) (0.5,0) (0.47,-0.1)};
|
||||
\draw[thick,red] (0,0) -- (0.5,0);
|
||||
\draw[dotted,red] (0,-0.03) -- (0.5,-0.03);
|
||||
|
||||
\begin{scope}[shift={(4,0)}]
|
||||
\draw[thick] (0cm,0cm) circle(1cm);
|
||||
\draw[thick, red] ([shift={(180:1cm)}]-0.0,0) arc (180:0:1cm);
|
||||
\draw[red, dotted] ([shift={(180:0.97cm)}]-0.0,0) arc (180:0:0.97cm);
|
||||
\draw (0:1cm) node[point, label=right:{$0$}] {};
|
||||
\end{scope}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue