Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
66a28880
Commit
66a28880
authored
Mar 31, 2010
by
Roland Levillain
Browse files
bootstrap: Check for HeVeA instead of TeX4ht.
parent
12dd4793
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
66a28880
2010-03-31 Roland Levillain <roland@lrde.epita.fr>
* bootstrap: Check for HeVeA instead of TeX4ht.
2010-03-30 Roland Levillain <roland@lrde.epita.fr>
Revert to HeVeA to generate HTML from LaTeX.
...
...
bootstrap
View file @
66a28880
...
...
@@ -155,29 +155,7 @@ require $libtoolize 1.5.22
require doxygen 1.5.6
require convert 6.3.7
# FIXME: Also check these:
# epstopdf
# pgf (how?)
# Check for TeX4ht. htlatex and friends do not have options like
# `--version', `-version', `-v', etc. Hence this ad hoc procedure.
tempdir
=
`
mktemp
-d
/tmp/temp.XXXXXX
`
# Set up automatic cleanup.
cleanup
()
{
rm
-rf
"
$tempdir
"
;
exit
;
}
trap
cleanup 0 1 2 3 6 15
(
cd
"
$tempdir
"
cat
>
test.tex
<<
EOF
\d
ocumentclass{article}
\b
egin{document}
Test
\e
nd{document}
EOF
htlatex
>
/dev/null 2>&1 test.tex
)
||
fatal
"TeX4ht is required"
# dvipng is required by TeX4ht.
require dvipng 1.11
require hevea 1.10
-version
# Regen files stored in the repository if asked so.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment