Skip to content

Commit

Permalink
Re-add removed generation of separate chapters
Browse files Browse the repository at this point in the history
This is important because generating the main LaTeX book requires each
chapter to be generated as well.
  • Loading branch information
DamienCassou committed Jul 16, 2015
1 parent 02e7c5c commit 0f67115
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ fi

function pillar_all() {
$PILLAR_COMMAND export --to='LaTeX whole book'
# $PILLAR_COMMAND export --to='LaTeX by chapter'
# $PILLAR_COMMAND export --to='HTML by chapter'
# $PILLAR_COMMAND export --to='Markdown by chapter'
$PILLAR_COMMAND export --to='LaTeX by chapter'
$PILLAR_COMMAND export --to='HTML by chapter'
$PILLAR_COMMAND export --to='Markdown by chapter'
}

function pillar_one() {
input="$1"
# $PILLAR_COMMAND export --to='LaTeX whole book' "$input"
$PILLAR_COMMAND export --to='LaTeX by chapter' "$input"
$PILLAR_COMMAND export --to='HTML by chapter' "$input"
$PILLAR_COMMAND export --to='Markdown by chapter' "$input"
Expand Down

0 comments on commit 0f67115

Please sign in to comment.