File: pspic.readme

package info (click to toggle)
dvipsk-ja 5.94a%2Bjp1.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,824 kB
  • ctags: 4,012
  • sloc: ansic: 37,736; sh: 7,192; makefile: 620; perl: 365; csh: 47; awk: 35
file content (40 lines) | stat: -rw-r--r-- 1,636 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Hello Thomas...

For some time I've been working on a LaTeX-style, which replaces the
graphic-producing picture objects of LaTeX's picture environment
(line, vector, circle, circle* etc.)
  This new implementation of the picture environment is based on your
`dvips' TeX-driver for PostScript printers. I thought you might
distribute it with your dvips, as it only works with this specific
driver (it uses your \special variants ! " and ps: )
  At the ending of this the entire style is enclosed. A few things
should be said about compability:

linethickness  when changing the linehickness this affects not only
	       the horizontal and vertical lines, but also slanted
	       ones.

line	       The restrictions of wich angles you can make lines are
	       eliminated. 

vector	       As you may now make vectors at any linethickness I've
	       made a new definition of the vectorhead, so that the
	       size of vector heads are proportional to the
	       linethickness.

circle(*)      In default LaTeX circles can be only of certain sizes
	       (as they are predefined as graphics). with pspic you
	       may make circles at any size.

I see all thiese things as improvements in comparison with the old
style, but you must off course be aware of them while using this style
(especially with old documents).

You may specify a grayscale using the \shade operator, wich takes one
argument, a number from 0-100 setting the percentage of black. The
\scale operator affects all the graphic producing objects.

I've tested this for some time, and there doesn't seem to be any bad
bugs. I will apreciate any response.

/Kresten