mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
more HTML kludges
This commit is contained in:
@ -4,5 +4,9 @@ cp ../Changes .
|
||||
mkdir ../camlpdf
|
||||
cp ../../camlpdf/Changes ../camlpdf/Changes
|
||||
TEXINTUTS=..:$TEXINPUTS htlatex ../cpdfmanual "html,2"
|
||||
#Pad frames
|
||||
sed -i '' 's/.framedenv{border: 1px solid black;}/.framedenv{border: 1px solid black; padding: 8px}/g' cpdfmanual.css
|
||||
#Remove tex4ht's attempt at box-drawing characters for struct trees
|
||||
LCTYPE=C LANG=C sed -i '' 's/__/\ \ /g' *.html
|
||||
#Make sure HTML files have a lang set
|
||||
LCTYPE=C LANG=C sed -i '' 's/<html >/<html lang="en">/g' *.html
|
||||
|
Reference in New Issue
Block a user