20 lines
810 B
Markdown
20 lines
810 B
Markdown
# docs/formal/common/
|
|
|
|
Shared LaTeX preamble and bibliography `\input{}` by all ten `docs/formal/`
|
|
publications. Do not duplicate this content in individual volumes/books/
|
|
reports — always `\input{../common/preamble}` and
|
|
`\bibliography{../common/starship}`.
|
|
|
|
- **[preamble.tex](preamble.tex)** — Shared document class setup, packages
|
|
(`amsmath`, `amssymb`, `listings`, `booktabs`, etc.), and macros used by
|
|
every publication.
|
|
- **[starship.bib](starship.bib)** — BibTeX bibliography. Citation keys
|
|
follow `author:year:type`, e.g. `james:2025:ssrn`, `james:2025:patent`,
|
|
`james:2025:proof:loop1`.
|
|
|
|
## See also
|
|
|
|
- [`docs/formal/CLAUDE.md`](../CLAUDE.md) — LaTeX conventions, citation
|
|
format, and voice/tone rules for anything that `\input{}`s these files.
|
|
- [Project root](../../../README.md)
|