├── .gitignore ├── LICENSE ├── README.md ├── example ├── paths.ortho-hvvh.tex └── paths.ortho-udlr.tex ├── gnu-public-license-2.txt ├── latex-project-public-license-1.3c.txt ├── pgflibraryqrr.shapes.heat.code.tex ├── pgflibraryqrr.shapes.openrectangle.code.tex ├── pgflibraryqrr.shapes.roundedrectangle.code.tex ├── pgflibraryqrr.shapes.roundedrectangle2.code.tex ├── tikzlibraryarcs.code.tex ├── tikzlibrarynorm.code.tex ├── tikzlibraryqrr.arc.code.tex └── tikzlibraryqrr.labels-pins-plus.code.tex /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qrrbrbirlbel/TikZ-misc/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qrrbrbirlbel/TikZ-misc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qrrbrbirlbel/TikZ-misc/HEAD/README.md -------------------------------------------------------------------------------- /example/paths.ortho-hvvh.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qrrbrbirlbel/TikZ-misc/HEAD/example/paths.ortho-hvvh.tex -------------------------------------------------------------------------------- /example/paths.ortho-udlr.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qrrbrbirlbel/TikZ-misc/HEAD/example/paths.ortho-udlr.tex -------------------------------------------------------------------------------- /gnu-public-license-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qrrbrbirlbel/TikZ-misc/HEAD/gnu-public-license-2.txt -------------------------------------------------------------------------------- /latex-project-public-license-1.3c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qrrbrbirlbel/TikZ-misc/HEAD/latex-project-public-license-1.3c.txt -------------------------------------------------------------------------------- /pgflibraryqrr.shapes.heat.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qrrbrbirlbel/TikZ-misc/HEAD/pgflibraryqrr.shapes.heat.code.tex -------------------------------------------------------------------------------- /pgflibraryqrr.shapes.openrectangle.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qrrbrbirlbel/TikZ-misc/HEAD/pgflibraryqrr.shapes.openrectangle.code.tex -------------------------------------------------------------------------------- /pgflibraryqrr.shapes.roundedrectangle.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qrrbrbirlbel/TikZ-misc/HEAD/pgflibraryqrr.shapes.roundedrectangle.code.tex -------------------------------------------------------------------------------- /pgflibraryqrr.shapes.roundedrectangle2.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qrrbrbirlbel/TikZ-misc/HEAD/pgflibraryqrr.shapes.roundedrectangle2.code.tex -------------------------------------------------------------------------------- /tikzlibraryarcs.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qrrbrbirlbel/TikZ-misc/HEAD/tikzlibraryarcs.code.tex -------------------------------------------------------------------------------- /tikzlibrarynorm.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qrrbrbirlbel/TikZ-misc/HEAD/tikzlibrarynorm.code.tex -------------------------------------------------------------------------------- /tikzlibraryqrr.arc.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qrrbrbirlbel/TikZ-misc/HEAD/tikzlibraryqrr.arc.code.tex -------------------------------------------------------------------------------- /tikzlibraryqrr.labels-pins-plus.code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Qrrbrbirlbel/TikZ-misc/HEAD/tikzlibraryqrr.labels-pins-plus.code.tex --------------------------------------------------------------------------------