Re: [dk-tug] Mangler et tip til noget tikz

Brian Elmegaard <[email protected]>
Newsgroups gmane.comp.tex.danish
Message-ID <[email protected]>
 > Jeg ville i dette tilfælde gerne have at kurven var noget mere cirkulær


sådan?

\documentclass[a4paper]{memoir}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
   \node[shape=circle,inner sep=0mm,minimum size=10 mm, draw] (1) {1};
   \draw[->] (1.west) arc[start angle=270,end angle=0,radius=5mm] ;
\end{tikzpicture}
\end{document}

Brian
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.