diff --git a/bin/pdf2htmlEX b/bin/pdf2htmlEX index 5b63ef1..3c1e8bd 100755 --- a/bin/pdf2htmlEX +++ b/bin/pdf2htmlEX @@ -12,7 +12,7 @@ if [ -f convert.pe ]; then echo -n "Converting fonts: " fontforge -script convert.pe 2>/dev/null echo "." - rm convert.pe +# rm convert.pe fi echo "Done." diff --git a/src/Consts.h b/src/Consts.h index 7c8b677..e39b67e 100644 --- a/src/Consts.h +++ b/src/Consts.h @@ -37,6 +37,7 @@ const char * HTML_HEAD = "\n\ }\ .l > .w {\ display:inline-block;\ + visibility:hidden;\ }\ ::selection{\ background: rgba(168,209,255,0.5);\