fix html export

This commit is contained in:
Yann Esposito 2016-02-24 09:53:44 +01:00
parent bc1da78351
commit 92cb9d9467
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ for src in $filelist; do
fic=${src:t}
print -- "-- ${YELLOW}$src${RESET} --"
print -n -- ${src:r}.html
prefix=$(print -- $fic|perl -pe 's#[^/]*/#../#g;s#[^/]*$##')
prefix=$(print -- $src|perl -pe 's#[^/]*/#../#g;s#[^/]*$##')
pandoc -s -S --toc --css "${prefix}styling.css" \
-V lang=en \
-V highlighting-css= --mathjax \

File diff suppressed because one or more lines are too long