https://github.com/jsta/tikz-lake-fig
Collection of lake diagrams for use in LaTeX documents
https://github.com/jsta/tikz-lake-fig
latex limnology tikz
Last synced: about 1 year ago
JSON representation
Collection of lake diagrams for use in LaTeX documents
- Host: GitHub
- URL: https://github.com/jsta/tikz-lake-fig
- Owner: jsta
- License: lppl-1.3c
- Created: 2017-02-27T14:55:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T17:48:54.000Z (over 4 years ago)
- Last Synced: 2025-02-01T08:48:59.395Z (over 1 year ago)
- Topics: latex, limnology, tikz
- Language: TeX
- Homepage: https://github.com/jsta/tikz-lake-fig/blob/master/tikz-lake-fig-doc.pdf
- Size: 986 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# tikz-lake-fig
[](http://www.latex-project.org/lppl.txt)
[](https://github.com/jsta/tikz-lake-fig/releases/latest)
[](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}
```

## Prerequsites
### LaTeX packages
| import | pbox | relsize |
| --------------- | ------------ | -------------- |
| __pgfplots__ | __subfiles__ | __standalone__ |
| __tikz__ | | |
## 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)