Search found 2 matches

by heyitsguay
Thu Mar 03, 2011 4:46 am
Forum: Graphics, Figures & Tables
Topic: Problem with recursive figure creation
Replies: 3
Views: 2365

Re: Problem with recursive figure creation

Thanks to both of you! Unfortunately, pst-fractal does not work for me, I need to format this fractal construction in a particular way (i.e. as a graph). Sommerfree - Thank you for the advice. However, it does not solve the problem, I get the same results if I try \SGlevel with #1 > 1 using your ...
by heyitsguay
Wed Mar 02, 2011 6:28 am
Forum: Graphics, Figures & Tables
Topic: Problem with recursive figure creation
Replies: 3
Views: 2365

Problem with recursive figure creation

Hello everyone!

I'm trying to create a command to draw the Sierpinski Triangle to arbitrary levels of precision for me (I need it for presentations on my research). After some fiddling, I got the following \SGlevel command to almost work:


\documentclass{article}
\usepackage{amsmath}
\usepackage ...