architeuthidae 8fa327770f | ||
---|---|---|
examples | ||
images | ||
.gitignore | ||
1124.tex | ||
2118-2128.tex | ||
2238.tex | ||
2245.tex | ||
4410-4412.tex | ||
4456.tex | ||
5108.tex | ||
5432.tex | ||
5518-5528.tex | ||
5568.tex | ||
7210.tex | ||
Makefile | ||
README.md | ||
datasheet.cls | ||
flake.lock | ||
flake.nix | ||
footnote.tex | ||
preamble.tex | ||
template.tex |
README.md
sinara-hw/datasheets
Repository for Sinara hardware datasheets.
Build all
nix build .#all-pdfs
Output files will be in result
.
Build individual sheets
nix develop
make 1124
Output files will be in build
. Run make twice in a row to get correct output for all LaTeX features, i.e. in particular correct "page x of y" footnotes, which require two passes of the compiler. (#all-pdfs
already does this automatically). Auxiliary files and clutter can be removed with make clean
.