Skip to content

Commit

Permalink
Updated elyxer to the most recent version
Browse files Browse the repository at this point in the history
Revised the code to use templates instead of the
userheader/userfooter hack
  • Loading branch information
dchenbecker committed Jan 5, 2011
1 parent 26ddae7 commit eea567e
Show file tree
Hide file tree
Showing 3 changed files with 809 additions and 292 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ html : master.lyx
# ./highlightHtml.sh
rm -rf master/
mkdir master/
cp -R templates/* master/
python elyxer.py --splitpart 1 --css "css/lyx.css" --defaultbrush "scala" --userheader htmlheader.txt --userfooter htmlfooter.txt master.lyx master/index.html
cp -R templates/css master/
cp -R templates/scripts master/
python elyxer.py --splitpart 1 --defaultbrush "scala" --template templates/template.html master.lyx master/index.html
tar cvzf master.html.tgz master/

pdf : master.pdf
Expand Down
Loading

0 comments on commit eea567e

Please sign in to comment.