summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/plantslabels/example/tex/example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/plantslabels/example/tex/example.tex')
-rw-r--r--macros/latex/contrib/plantslabels/example/tex/example.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/latex/contrib/plantslabels/example/tex/example.tex b/macros/latex/contrib/plantslabels/example/tex/example.tex
new file mode 100644
index 0000000000..7dae844182
--- /dev/null
+++ b/macros/latex/contrib/plantslabels/example/tex/example.tex
@@ -0,0 +1,12 @@
+% Example file for the `plantslabels' package.
+
+\documentclass[10pt]{article}
+
+\usepackage{plantslabels}
+
+\begin{document}
+
+ \plant{2}{2}{4}{Myplant1}{5}{EUR}{$-10\to +50$}{Peat moss, sand, perlite}{}
+ \plant{2}{2}{4}{Myplant2}{10}{EUR}{$20\to +40$}{Peat moss, fertilizer}{}
+
+\end{document} \ No newline at end of file