From 097bfbe13986bc011078a7901fee2b9922812977 Mon Sep 17 00:00:00 2001 From: jowodo Date: Thu, 3 Oct 2024 21:38:37 +0200 Subject: [PATCH] add todos and dependencies --- README.md | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d35b2a..5a97d34 100644 --- a/README.md +++ b/README.md @@ -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?