Visualisation of To The Stars battle diagrams and scenes
Go to file
Leni Aniva 3d8bd16355 Rename chapter files and add map stub 2023-08-13 19:06:50 -07:00
notes Update note to I.2 and add battle diagram of I.1 2023-07-08 15:54:27 -07:00
.gitignore Add diagram stub 2023-07-06 17:49:34 -07:00
.latexmkrc Add diagram stub 2023-07-06 17:49:34 -07:00
README.md Separate notes into own folder 2023-07-06 21:41:51 -07:00
i1-a-wish.tex Rename chapter files and add map stub 2023-08-13 19:06:50 -07:00
i2-fantasma.tex Rename chapter files and add map stub 2023-08-13 19:06:50 -07:00
magica-common.sty Separate notes into own folder 2023-07-06 21:41:51 -07:00
magica.sty Rename chapter files and add map stub 2023-08-13 19:06:50 -07:00
map.tex Rename chapter files and add map stub 2023-08-13 19:06:50 -07:00
milsymb.sty Add diagram stub 2023-07-06 17:49:34 -07:00
reference.tex Separate notes into own folder 2023-07-06 21:41:51 -07:00

README.md

To The Stars Battle Diagrams and Annotations

This project's goal is to provide visualisations and summaries of battles and plots in the AO3 novel To The Stars.

The battle symbology is derived from NATO Joint Military Symbols and is augmented to ensure full compatibility.

Format

The symbology used in battle diagrams is given in references.tex. To cite a passage, use the format (VOL CH LINE), e.g. (I.1.123) refers to line 123 of volume I chapter 1 (A Wish). The line number is the unfolded line number which can be extracted in Emacs via nov.el and

(setq nov-text-width t)
(add-hook 'nov-mode-hook 'visual-line-mode)