From 8a016f3d53fa3ea8b06783316dafbbcff2803b91 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sat, 24 Jun 2017 13:22:23 +0200 Subject: [PATCH] changed default images thumbs from 400*400 to 800*800 --- sys/tex2html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/tex2html.sh b/sys/tex2html.sh index 375c1f1..2ecdc94 100755 --- a/sys/tex2html.sh +++ b/sys/tex2html.sh @@ -95,7 +95,7 @@ for i in ../content/*; do # copy image file with new name cp -f "$img" ../output/images/$fimg # convert thumbs - convert ../output/images/$fimg -resize 400x400\> ../output/thumbs/$fimg + convert ../output/images/$fimg -resize 800x800\> ../output/thumbs/$fimg # replace image name in main tmp/content.textile file # pandoc can't render textile links sed -i "s/!images\/$fn!/!thumbs\/$fimg!<\/a>/g" tmp/content.textile