Compare commits

...

2 Commits

Author SHA1 Message Date
9b0fb4b8ea rm temp html files 2024-10-09 00:14:01 +02:00
e23d470b9a todo: headings two lines 2024-10-09 00:11:25 +02:00
2 changed files with 2 additions and 0 deletions

View File

@ -117,3 +117,4 @@ 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,
- [ ] dictionary/glossary
- [ ] bibliography
- [ ] bug: & in md
- [ ] make headings two lines

View File

@ -44,3 +44,4 @@ $SED_CMD 's@</h2>@}@' ${BASENAME}.html
$SED_CMD "s@@'@g" ${BASENAME}.html
mv ${BASENAME}.html ${BASENAME}.tex
cat ${BASENAME}.tex && rm ${BASENAME}.tex
if [[ -f ${BASENAME}.html\'\' ]] ; then rm ${BASENAME}.html\'\' ; fi