add todos and dependencies

This commit is contained in:
jowodo 2024-10-03 21:38:37 +02:00
parent 1fc76754f2
commit 097bfbe139

View File

@ -1,6 +1,11 @@
# README
All names are temporary and happy about suggestions of improvement.
Dependencies:
- bash
- python3
- pypdf (e.g. `python3 -m venv .venv && . .venv/bin/activate && pip install pypdf`)
- xelatex (e.g. `apt install texlive-xetex`)
---
@ -69,9 +74,23 @@ s=4: 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 -> 16,01.02,15 14,03.04,13 12,05.06,
### TODO
- [x] create md2verse.sh
- [X] create mk2parallel.sh
- [ ] improve mkverse.sh
- [ ] write into folder instead of giving back only pdf
- [ ] insert cleaning step (html to md)
- [ ] md2html -> sed pertubation -> html2md
- [ ]
- [X] create mkparallel.sh
- [X] fix geometry bug
- [X] fix multi-word string chapter bug
- [ ] improve mkparallel.sh
- [ ] insert cleaning step (html to md)
- [ ] md2html -> sed pertubation -> html2md
- [/] colophon
- [ ] dictionary
- [ ] include pics into title and colophon
- [X] create pdf2sig.sh /pdf2book.py -s/--sigsize [0,3,4,5]
- [ ] insert cleaning step (html to md)
- [ ] md2html -> sed pertubation -> html2md
- [ ] move conf files to templates
- [ ] make config a needed argument
- [ ] think of better names for scripts
- [ ] unify scripts
- [ ] convert to python scripts?