mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-22 23:08:13 +01:00
Fix up html manual to take account of tagpdf
This commit is contained in:
parent
ba7b963c79
commit
8e53e84e9c
@ -3,3 +3,4 @@ rm -rf manualimages
|
|||||||
rm -f Changes
|
rm -f Changes
|
||||||
rm -rf ../camlpdf
|
rm -rf ../camlpdf
|
||||||
rm -f logo.pdf
|
rm -f logo.pdf
|
||||||
|
rm cpdfmanual.tex
|
||||||
|
@ -1,14 +1,25 @@
|
|||||||
|
#Move files around
|
||||||
cp -r ../manualimages .
|
cp -r ../manualimages .
|
||||||
cp ../logo.pdf .
|
cp ../logo.pdf .
|
||||||
cp ../Changes .
|
cp ../Changes .
|
||||||
mkdir ../camlpdf
|
mkdir ../camlpdf
|
||||||
cp ../../camlpdf/Changes ../camlpdf/Changes
|
cp ../../camlpdf/Changes ../camlpdf/Changes
|
||||||
TEXINTUTS=..:$TEXINPUTS htlatex ../cpdfmanual "html,2"
|
cp ../cpdfmanual.tex .
|
||||||
|
|
||||||
|
#Remove tagging
|
||||||
|
sed -i '' 's/\\DocumentMetadata/\%\\DocumentMetadata/' cpdfmanual.tex
|
||||||
|
|
||||||
|
#Typeset to HTML
|
||||||
|
htlatex cpdfmanual "html,2"
|
||||||
|
|
||||||
#Pad frames
|
#Pad frames
|
||||||
sed -i '' 's/.framedenv{border: 1px solid black;}/.framedenv{border: 1px solid black; padding: 8px}/g' cpdfmanual.css
|
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
|
#Remove tex4ht's attempt at box-drawing characters for struct trees
|
||||||
LCTYPE=C LANG=C sed -i '' 's/__/\ \ /g' *.html
|
LCTYPE=C LANG=C sed -i '' 's/__/\ \ /g' *.html
|
||||||
|
|
||||||
#Make sure HTML files have a lang set
|
#Make sure HTML files have a lang set
|
||||||
LCTYPE=C LANG=C sed -i '' 's/<html >/<html lang="en">/g' *.html
|
LCTYPE=C LANG=C sed -i '' 's/<html >/<html lang="en">/g' *.html
|
||||||
|
|
||||||
#Give the main page a title
|
#Give the main page a title
|
||||||
LCTYPE=C LANG=C sed -i '' 's/<title>/<title>Coherent PDF Command Line Tools Manual/' cpdfmanual.html
|
LCTYPE=C LANG=C sed -i '' 's/<title>/<title>Coherent PDF Command Line Tools Manual/' cpdfmanual.html
|
||||||
|
Loading…
Reference in New Issue
Block a user