diff options
author | xengineering <me@xengineering.eu> | 2024-01-02 22:37:32 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-03 12:03:43 +0100 |
commit | 5273564397c2f4ba82e6d60d35a34e1c5666eb0f (patch) | |
tree | 8de808eccb8bba9e6ba2883b0973d794d76ddca6 | |
parent | 054ea1b4242be5c827a88390a73cdbaca6c7c60c (diff) | |
download | soundbox-5273564397c2f4ba82e6d60d35a34e1c5666eb0f.tar soundbox-5273564397c2f4ba82e6d60d35a34e1c5666eb0f.tar.zst soundbox-5273564397c2f4ba82e6d60d35a34e1c5666eb0f.zip |
doc: Add soundbox-documentation.tex
This LaTeX document should contain the full device documentation for
soundbox. It will not cover aspects about the source or how to build.
This should be covered inside the README of this repository. Everything
else will be part of the resulting documentation PDF file.
-rw-r--r-- | doc/soundbox-documentation.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/soundbox-documentation.tex b/doc/soundbox-documentation.tex new file mode 100644 index 0000000..cf4f222 --- /dev/null +++ b/doc/soundbox-documentation.tex @@ -0,0 +1,10 @@ +\documentclass{article} +\author{xengineering} +\title{soundbox documentation} + +\begin{document} + +\maketitle +\newpage + +\end{document} |