Sinara datasheets
Go to file
architeuthidae 173055138a Standard sections as macros 2024-10-30 21:29:39 +01:00
examples 1124: init 2022-08-09 17:31:27 +08:00
images 7210: update, add phase noise chart 2024-10-30 15:37:26 +08:00
.gitignore Add makefile and .gitignore 2024-10-30 14:49:56 +08:00
1124.tex Standard sections as macros 2024-10-30 21:29:39 +01:00
2118-2128.tex 2218-2128: fix image imports 2024-10-24 22:59:12 +02:00
2238.tex Standardize labels to preamble 2024-10-24 22:59:12 +02:00
2245.tex Standardize labels to preamble 2024-10-24 22:59:12 +02:00
4410-4412.tex Standardize labels to preamble 2024-10-24 22:59:12 +02: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 Standardize labels to preamble 2024-10-24 22:59:12 +02:00
5568.tex Standardize labels to preamble 2024-10-24 22:59:12 +02: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 Standard sections as macros 2024-10-30 21:29:39 +01: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.