Bob Tennent wrote >I've used both pstricks and tikz/pgf. Both would be acceptable but >tikz is simpler. Here is a diagonal-line producing TeX source using >tikz: > >\input tikz.tex >\tikzpicture >\draw (0,0) -- (1,1.5); >\endtikzpicture. >\bye >\end > >...
Not sure how you define "simpler." Here's a tested tex source using pstricks: \input pstricks \psline(0,0)(1,1) \bye \end In fact, pstricks was definitely simpler for me, because it was already in my system, but I had to download and install pgf. --Don Simons ------------------------------- [email protected] mailing list If you want to unsubscribe or look at the archives, go to http://tug.org/mailman/listinfo/tex-music

