Compare commits

..

No commits in common. "9b0fb4b8ea786ddcbb3a095cf44ca815309f9dca" and "5452042e74715d211338e1b301ec217c36295f13" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

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

View File

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