blob: 1b02f73771604a538019a45cf3b6855db3e15b8e (
plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
makeshape 2.1 (25 January 2013)
The makeshape package simplifies writing PGF shapes.
Declaring custom shapes with correct anchor borders can be difficult.
Complex shapes often need complicated calculations to find the touching
point of a connecting line. This package only requires that a developer
write a PGF path describing the anchor border. It also provides macros
that help with the management of shape parameters, and the definition
of anchor points.
-------------------------------------------------------------------------
The package's documentation files are
makeshape.pdf - The package's user guide
sampleshape.tex - A sample shape.
testsample.tex - Source for a document that tests the sample shape.
testsample.pdf - The outcome of the tests.
ontesting.pdf - A report on the various tests used in testsample.tex
The package's installation files are
makeshape.sty - The package's style file
makeshape.ins - The package's installation file.
makeshape.dtx - Source for the package's user documentation and code.
ontesting.dtx - Source for a report on testing and code for the test
document.
These files can be generated with the following commands
pdflatex makeshape.ins
pdflatex makeshape.dtx
pdflatex ontesting.dtx
pdflatex testsample.tex
Comment out the 'OnlyDescription' line in makeshape.dtx to include the
package's implementation documentation.
-------------------------------------------------------------------------
Copyright (C) 2013 by Adrian P Robson
adrian.robson@nepsweb.co.uk
This work may be distributed and/or modified under the conditions
of the LaTeX Project Public License, either version 1.3c of this
license or (at your option) any later version. The latest version
of this license is in
http://www.latex-project.org/lppl.txt
This work has the LPPL maintenance status `maintained'. The Current
Maintainer of this work is Adrian P Robson.
This work consists of the files makeshape.ins
makeshape.dtx and
ontesting.dtx
and the derived files makeshape.sty
makeshape.pdf
sampleshape.tex
ontesting.pdf
testsample.tex and
testsample.pdf
-------------------------------------------------------------------------
|