diff options
author | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-09-18 14:17:40 +0200 |
---|---|---|
committer | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-09-18 14:17:40 +0200 |
commit | 03c0fd88e919a8f6d1553f8270483b445ea92202 (patch) | |
tree | 3c2314f97c7b2e6f9262f751951185b6bd512be8 /readme.md | |
parent | f923835a5e82d727dc27d61ef9ef9d731580b0c9 (diff) | |
parent | 9f736b9e3d4b20c7dae1063bd572c1f802cde649 (diff) |
Merge remote-tracking branch 'origin/master' into max/research
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -9,19 +9,20 @@ Please see [style.md](./style.md) for writing style and Requirements: -- A LaTeX distribution that includes the XeLaTeX compiler +- A LaTeX distribution that includes the XeLaTeX compiler and latexmk - PlantUML -- Python 3 (timerep only) +- Python 3 - Fonts (see see [style.md](./style.md) for download links) -A `latexmkrc` file is provided for copmilation with `latexmk`. The documents +A `latexmkrc` file is provided for copmilation with latexmk. The documents should also compile under [Visual Studio Code][vscode] using the [LaTeX Workshop extension][latexworkshop], as well as [VimTeX][vimtex]. -## Requirements +## TODO -TODO: how to store + cross-reference requirements w/o extra latex compilation -runs +- Requirement cross-references are broken (they print both the label and the + path to the other document, should be label only). Interesting: + `\creflabelformat` and `\@templabel` (inside #2 of `\creflabelformat`). [vscode]: https://code.visualstudio.com [latexworkshop]: https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop |