summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/tikz-lake-fig/README.md
blob: 5d641352493671051a667def2d9c761ae74f188a (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
# 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)