Tagged Questions
The pstricks tag has no wiki summary.
6
votes
5answers
4k views
How do PStricks and TikZ compare for ease of learning and for quality of API design?
My group uses Literate Programming for most of our source code---this means that internal documentation is written using LaTeX. We have been using PStricks for fancy technical diagrams of the system, ...
2
votes
2answers
161 views
Using loops in latex
I'm trying to create 5*2 matrix using /psframe.I want to repeat the following code using loops and changing the coordinates.Means just adding into X and Y coordinates and getting the results.
`
...
2
votes
2answers
859 views
latex bar chart
Hi i am trying to do a bar chart with the usage of latex.
Without success, so anyone can help me out with a copy of a resent project?
How to do a bar chart with pstricks ..? As simple as possible ...
1
vote
1answer
121 views
(latex) Alignment in pst-tree
In this example, using pst-tree package:
\def\psedge{\ncangles[armA=.5, angleB=180, linearc=.2]}
\pstree[treemode=R, levelsep=3cm] {\Toval{ root }} {
\Toval{ Tom }
\Toval{ Cat }
\Toval{ Very ...
1
vote
1answer
492 views
LaTeX PSTricks geometry marking parallel lines
I am working on attempting to draw some geometrical shapes using PSTricks in LaTeX. I'm pretty new to PSTricks, but I've done a few projects with LaTeX. I've discovered the package pst-eucl which has ...
1
vote
2answers
4k views
Installing pstricks in windows with MikTex
I've been trying to get pstricks to work but to no avail. I am using Miktex, and I downloaded the package from it packages manager. But when I try to build it, it always fails:
This is XeTeX, Version ...
0
votes
0answers
47 views
Positioning text in pstricks
I'm retrieving data from database through php program and want to place it at the exact locations like NAME in front of name etc etc. how can i do that without mentioning the location each time?? CAN ...