Added more info

This commit is contained in:
2026-04-04 15:09:39 +11:00
parent 43336b8f92
commit 1d7cd2bade

View File

@@ -1,6 +1,14 @@
# Compiling
- Clone the repository (run `git clone https://chookspace.com/Atomic/<repository>`)
- Compile with `pdflatex <repository>/src/main.tex`, or whatever LaTeX compiler you use
- Open the pdf file
# For Developers # For Developers
Each book has various commands in `header.tex` which help with writing. Each book has various commands in `header.tex` which help with writing.
- `\d`: Prints "**(Diagram \<num\>)**", where \<num\> is the next diagram number. - `\d`: Prints "**(Diagram \<num\>)**", where \<num\> is the next diagram number.
- `\diagram{fen#1}{fen#2}`: Displays 2 diagrams. This should be how diagrams are styled. - `\diagram{fen#1}{fen#2}`: Displays 2 diagrams. This should be how diagrams are styled.
- `\example`: Same as `\d`, but displays the next example. - `\example`: Same as `\d`, but displays the next example.
The style I was going for is based on the *Starting Out* series, published by Everyman Games. You can find some free PDFs
online for *Starting Out: Rook Endgames*.