Skip to content

Commit

Permalink
Merge pull request #34 from qbi/patch-4
Browse files Browse the repository at this point in the history
Using scrbook instead of book
  • Loading branch information
pettter committed Oct 30, 2012
2 parents bd65b5c + 9618570 commit 6727dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convert_to_tex.sh
Expand Up @@ -10,7 +10,7 @@ if [ ! -d $DIR ] ; then
fi

cat > $DIR/main.tex <<EOF
\documentclass[oribibl,a4paper]{book}
\documentclass[oribibl]{scrbook}
\usepackage{amsmath,amssymb,latexsym}
\usepackage{algorithm, algorithmic}
Expand Down

0 comments on commit 6727dff

Please sign in to comment.