<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Myriad Pro">Hi Fosk,<br>
<br>
here some quick tries with _multido_ -- hope this helps.<br>
<br>
\documentclass{article}<br>
\usepackage{pstricks}<br>
\usepackage{pstricks-add}<br>
\begin{document}<br>
\def\hexagon{%<br>
\pspolygon(2;0)(2;60)(2;120)(2;180)(2;240)(2;300)(2;360)<br>
}<br>
% notation of the vertices in POLAR COORDINATES<br>
&nbsp;<br>
\begin{pspicture}(-5,-2)(5,2)<br>
\rput{0}(0,0){\hexagon}<br>
\rput{30}(3,0){\hexagon}%{30} = rotation 30 degrees Counterclock<br>
\end{pspicture}<br>
&nbsp;<br>
\begin{pspicture}(-1,-2)(9,6)<br>
\multido{\r=0+3.4641}{4}{%<br>
\rput{30}(\r,0){\hexagon}<br>
}<br>
\multido{\r=1.73205+3.4641}{4}{%<br>
\rput{30}(\r,3){\hexagon}<br>
}<br>
\end{pspicture}<br>
\end{document}<br>
<br>
Regards,<br>
<br>
Juergen<br>
</font><br>
Fosk wrote:
<blockquote
 cite="mid:362a69cc0808221129s318e71f8tbb2d75c823183708@mail.gmail.com"
 type="cite">
  <div dir="ltr">Hello everybody, I'm an italian math student. I would
like to draw an exagonal tessellation using PSTricks. How can I do? I
started using this TeX package just a few weeks ago, I'm not keen on
writing the code I need. I thihnk I can use some kind of cycle as <span
 style="font-family: courier new,monospace;">multido</span> to obtain a
single exagon and then repeat with tactically the pattern. But... I
don't know how to start.<br>
  <br>
Thanx a lot.<br>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
PSTricks mailing list
<a class="moz-txt-link-abbreviated" href="mailto:PSTricks@tug.org">PSTricks@tug.org</a>
<a class="moz-txt-link-freetext" href="http://tug.org/mailman/listinfo/pstricks">http://tug.org/mailman/listinfo/pstricks</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="65">-- 
 J&uuml;rgen Gilg
 Austr. 59
 70376 Stuttgart
-------------------------------------
 Tel       0711.59 27 88
 e-Mail    <a class="moz-txt-link-abbreviated" href="mailto:gilg@acrotex.net">gilg@acrotex.net</a>
 Websites  <a class="moz-txt-link-abbreviated" href="http://www.acrotex.net">www.acrotex.net</a>
           <a class="moz-txt-link-abbreviated" href="http://www.brueckenkurs-physik.de">www.brueckenkurs-physik.de</a>
           <a class="moz-txt-link-abbreviated" href="http://www.gilligan-online.de">www.gilligan-online.de</a>
</pre>
</body>
</html>