diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-21 17:03:38 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-21 17:03:38 +0200 |
commit | 1e124d005c8b3885ca960a3894019331ef288b5e (patch) | |
tree | ee8096258290ea55d2973ae55688766dedf96952 /docs/readme.md | |
parent | 9baf7a839fa79db145ffce8ce807807e4055a1a0 (diff) |
add figures and cross-references to design.adoc
Diffstat (limited to 'docs/readme.md')
-rw-r--r-- | docs/readme.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/readme.md b/docs/readme.md index 32814dc..2810343 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -28,8 +28,20 @@ makefile is provided for convenience. - [x] requirements - [x] figures - [x] citations +- [ ] table of tables +- [ ] table of figures - [ ] glossary (w/ cross-references) - [ ] PDF style +- [ ] give used requirements more meaningful id's + +## for later reference + +### get citation keys from .docx file + +``` +$ unar file.docx +$ grep -o 'CITATION[^<]\+' file/word/document.xml | awk '!x[$2]++ { i++; print "[" i "] " $2 }' +``` [rubydl]: https://www.ruby-lang.org/en/documentation/installation/ [asciidoc]: https://asciidoc.org/ |