Compare commits

...

3 Commits

Author SHA1 Message Date
8a96d5f582 fix compilations_runs bug 2024-10-08 22:43:13 +02:00
fb0bfb9f23 fix heading bug 2024-10-08 22:42:01 +02:00
87cb2b7fc0 add book structure to todo list 2024-10-08 22:40:00 +02:00
4 changed files with 20 additions and 6 deletions

View File

@ -104,3 +104,16 @@ 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,
- [ ] check if md2parallel is available
- [ ] ultimately include md2XXX.sh into md2tex.py
- [ ] make sure that underscores are no problem
---
- [ ] cover
- [ ] no cm or inch lenghts
- [ ] publisher small and and at very buttom
- [ ] potential picture
- [ ] small title?
- [ ] right flush?
- [ ] introduction
- [ ] TOC
- [ ] dictionary/glossary
- [ ] bibliography
- [ ] bug: & in md

View File

@ -37,9 +37,9 @@ $SED_CMD 's@<p>@\n\\pend\\pstart\n@' ${BASENAME}.html
$SED_CMD 's@</p>@@' ${BASENAME}.html
$SED_CMD 's@“@\\enquote{@g' ${BASENAME}.html
$SED_CMD 's@”@}@g' ${BASENAME}.html
$SED_CMD 's@<h1.*">@\\section[@' ${BASENAME}.html
$SED_CMD 's@</h1>@]@' ${BASENAME}.html
$SED_CMD 's@<h2.*">@{@' ${BASENAME}.html
$SED_CMD 's@<h1.*">@\\section{@' ${BASENAME}.html
$SED_CMD 's@</h1>@}@' ${BASENAME}.html
$SED_CMD 's@<h2.*">@\\subsection{@' ${BASENAME}.html
$SED_CMD 's@</h2>@}@' ${BASENAME}.html
$SED_CMD "s@@'@g" ${BASENAME}.html
mv ${BASENAME}.html ${BASENAME}.tex

View File

@ -179,6 +179,7 @@ echo $TMPDIR
for i in $(seq 1 $COMPILATION_RUNS )
do
$LATEX_ENGINE $PROJECT.tex # 2&> /dev/null
echo ${i}-th compilation finished
done
#$LATEX_ENGINE $PROJECT.tex # 2&> /dev/null
# $LATEX_ENGINE $PROJECT.tex

View File

@ -7,11 +7,11 @@ PROJECT="asem"
TITLE="Nsɛm wɔ Twi ne Brɔfo"
SUBTITLE="Texts in Twi and English"
AUTHOR="Yɛn Ara"
PUBLISHER="AQO\\\\ABA"
EDITION="First Edition"
COMPILATION_RUNS="1"
INFILES="""
Anansesem - Ghanaian Folk Tales
testfiles/parallel-ak.md
testfiles/parallel-en.md
"""
PUBLISHER="AQO\\\\ABA"
EDITION="First Edition"
COMPILATIONS_RUNS="1"