Sinara datasheets
Go to file
architeuthis a68d5f50d0 4410-4412: spellcheck, style 2024-11-16 10:44:21 +08:00
examples 1124: init 2022-08-09 17:31:27 +08:00
images 4410-4412: spellcheck, style 2024-11-16 10:44:21 +08:00
.gitignore Add makefile and .gitignore 2024-10-30 14:49:56 +08:00
1124.tex preamble: codesection add heading 2024-11-16 10:43:46 +08:00
2118-2128.tex preamble: codesection add heading 2024-11-16 10:43:46 +08:00
2238.tex preamble: codesection add heading 2024-11-16 10:43:46 +08:00
2245.tex preamble: codesection add heading 2024-11-16 10:43:46 +08:00
4410-4412.tex 4410-4412: spellcheck, style 2024-11-16 10:44:21 +08:00
4456.tex Standardize labels to preamble 2024-10-24 22:59:12 +02:00
5108.tex Standardize labels to preamble 2024-10-24 22:59:12 +02:00
5432.tex Standardize labels to preamble 2024-10-24 22:59:12 +02:00
5518-5528.tex 5518-5528: spellcheck, style 2024-11-14 22:16:10 +01:00
5568.tex 5568: spellcheck, style 2024-11-14 22:16:10 +01:00
7210.tex Standard sections as macros 2024-10-30 21:29:39 +01:00
Makefile Add makefile and .gitignore 2024-10-30 14:49:56 +08:00
README.md Add README.md 2024-10-30 14:49:56 +08:00
datasheet.cls Fix some compilation warnings 2024-10-27 12:36:05 +01:00
flake.lock shell.nix -> flake.nix 2024-10-30 14:49:56 +08:00
flake.nix shell.nix -> flake.nix 2024-10-30 14:49:56 +08:00
footnote.tex Unify preamble.tex, footnote.tex 2024-10-23 15:51:50 +02:00
preamble.tex preamble: codesection add heading 2024-11-16 10:43:46 +08:00
template.tex Add datasheet template.tex 2024-10-25 11:58:47 +08:00

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.