Add README.md
This commit is contained in:
parent
33efbaa3cf
commit
6b45ec9d28
|
@ -0,0 +1,20 @@
|
|||
# sinara-hw/datasheets
|
||||
|
||||
Repository for Sinara hardware datasheets.
|
||||
|
||||
## Build all
|
||||
|
||||
```shell
|
||||
nix build .#all-pdfs
|
||||
```
|
||||
|
||||
Output files will be in `result`.
|
||||
|
||||
### Build individual sheets
|
||||
|
||||
```shell
|
||||
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`.
|
Loading…
Reference in New Issue