summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tikz-ext/README.md
blob: b4aed92f3e76696af16db8339d98f2f2048f1e0a (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
# TikZ-Extensions

## License

This material is subject to the LaTeX Project Public License and the GNU Free Documentation License.

## About the Author

Name: Qrrbrbirlbel

## Introduction

This is not a LaTeX package but a collection of libraries for PGF and TikZ;

 * `ext.calendar-plus` extends the `calendar` library with more tests, week numbers and a few goodies.
 * `ext.layers` allows to put nodes etc on a separate layer without having to use `pgfonlayer`.
 * `ext.nodes` extends the functionalities around nodes.
 * `ext.node-families` uses the AUX file to sync the sizes of nodes.
    * `ext.node-families.shapes.geometric`
 * `ext.paths.arcto` uses `\pgfpatharcto` to construct an arc *to* a point.
 * `ext.paths.ortho` provides orthogonal path operations `-|-`, `|-|`, `r-rl`, `r-lr`, `r-du` and `r-ud`.
 * `ext.paths.timer` adds timers to `rectangle`, `parabola`, `sin` and `cos`.
 * `ext.patterns.images` allows images to be used as a path‘s pattern.
 * `ext.positioning-plus` adds more ways to position nodes in reference to each other.
 * `ext.scalepicture` scales a TikZ picture to the desired dimensions.
 * `ext.topaths.arcthrough` installs a `to path` that expects a third point that defines an arc.
 * `ext.transformations.mirror` adds transformations that reflect on arbitrary lines.
 * `ext.misc` which includes
   * the PGFKeys library `ext.pgfkeys-plus` and
   * the PGFFor extension `pgffor-ext`.
 * Shapes:
   * `ext.shapes.circlearrow`
   * `ext.shapes.circlecrosssplit`
   * `ext.shapes.heatmark`
   * `ext.shapes.rectangleroundedcorners`
   * `ext.shapes.superellipse`
   * `ext.shapes.uncenteredrectangle`

 These were developed in response to questions on tex.stackexchange.com or texwelt.de.