From 26feeb970b5ac98747d5a0321d23be01bbf024f8 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 14 Sep 2024 11:14:55 +0200 Subject: update readme + time.txt --- .vimrc | 1 - readme.md | 24 ++++++++++-------------- time.txt | 1 + 3 files changed, 11 insertions(+), 15 deletions(-) diff --git a/.vimrc b/.vimrc index 382d2a0..1994b78 100644 --- a/.vimrc +++ b/.vimrc @@ -4,7 +4,6 @@ call vimtex#syntax#core#new_arg('texVerbZoneInline', { \ 'contains': '', \ 'matcher': 'start="{" end="}"' \}) -" and \begin{blockcode} ... \end{blockcode} call vimtex#syntax#core#new_env({ \ 'name': 'blockcode', \ 'region': 'texVerbZone', diff --git a/readme.md b/readme.md index 1375c5e..b63392b 100644 --- a/readme.md +++ b/readme.md @@ -7,20 +7,16 @@ Please see [style.md](./style.md) for writing style and ## Compilation -- 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]. -- A [makefile](./makefile) is used to compile other files (e.g. plantuml - diagrams, [time report](#time-report)) -- These documents use fonts loaded using `fontspec`, please see - [style.md](./style.md) for download links. - -## Time report - -The time report document includes generated LaTeX code which can be compiled -from [time.txt](./time.txt) using [time2tex.py](./time2tex.py). The -[makefile](./makefile) includes a rule that does this, so `make timerep.pdf` -should be used to compile this document specifically. +Requirements: + +- A LaTeX distribution that includes the XeLaTeX compiler +- PlantUML +- Python 3 (timerep only) +- Fonts (see see [style.md](./style.md) for download links) + +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 diff --git a/time.txt b/time.txt index e345cde..13fc82a 100644 --- a/time.txt +++ b/time.txt @@ -24,6 +24,7 @@ loek: 2024-09-12 15m integration :: PR merge loek: 2024-09-12 30m research :: audio loek: 2024-09-13 1h10m project meeting loek: 2024-09-13 45m integration :: PR merge +loek: 2024-09-14 45m refactoring :: clean up LaTeX build system max: 2024-09-02 1h project kickoff max: 2024-09-02 45m first project meeting -- cgit v1.2.3