diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-26 21:28:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-26 21:28:39 +0000 |
commit | 53821330eacaf8f45f79b1a7644c72aa10ecd9fa (patch) | |
tree | c98ca8fcede629142d5ab1404b929427719cdb06 /Master/texmf-dist/doc/latex/tikz-lake-fig/README.md | |
parent | 8fe3d71a4ac82c3ee6b34f2ffa9705cec7f3ccbd (diff) |
tikz-lake-fig (26may20)
git-svn-id: svn://tug.org/texlive/trunk@55288 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikz-lake-fig/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikz-lake-fig/README.md | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tikz-lake-fig/README.md b/Master/texmf-dist/doc/latex/tikz-lake-fig/README.md new file mode 100644 index 00000000000..5d641352493 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikz-lake-fig/README.md @@ -0,0 +1,40 @@ +# tikz-lake-fig + +[![GitHub](https://img.shields.io/github/license/jsta/tikz-lake-fig.svg?color=blue)](http://www.latex-project.org/lppl.txt) +[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/jsta/tikz-lake-fig.svg?label=current%20version)](https://github.com/jsta/tikz-lake-fig/releases/latest) +[![CTAN](https://img.shields.io/ctan/v/tikz-lake-fig.svg)](https://ctan.org/pkg/tikz-lake-fig) + +A collection of schematic diagrams of lakes for use in LaTeX documents. Diagrams include representations of material budgets, fluxes, and connectivity arrangements. + +## Usage + +Call diagram commands in your document by setting `tikz-lake-fig.sty` as an input (e.g. `\usepackage{tikz-lake-fig}`). Each command takes a single argument specifiying the scale of the diagram (optionally a second argument for fill color): + +```latex +\documentclass{standalone} +\usepackage{tikz-lake-fig} + +\begin{document} + +\secondarywireframe[1] + +\end{document} +``` + +![tikz lakes](example.png) + +## Prerequsites + +### LaTeX packages + +| import | pbox | relsize | +| --------------- | ------------ | ------- | +| __pgfplots__ | __subfiles__ | | + +## Gallery + +See [tikz-lake-fig-doc.pdf](https://github.com/jsta/tikz-lake-fig/blob/master/tikz-lake-fig-doc.pdf) + +## Links + +This collection inspired by [JLDiaz](https://tex.stackexchange.com/questions/95044/create-diagrams-in-latex-with-tikz) |