-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip corrections in chapters 10 and 11 * wip * more fixes in chapter 11 * reduce verbosity of the build OS info * update scripts * wip * wip * wip fixes * wip * reformatting in chapter 11 * last changes in chapter 11 * wip * chapter 12 wip * wip * wip reformatting vol.2 * wip * wip * wip * wip * minor fixes in chapter 12 and essays * wip finishing the traversable chapter * update latex * wip fixing the last problem in Chapter 12 * wip finishing chapter 12 * wip finishing chapter 12 * update the proof for zipWithIndex * wip * update tex * wip * corrections in chapter 1 * corrections in chapter 2 * update pdf * wip reformatting chapters 3 and 4 * edit chapter 4 * wip reformatting chapter 5 * last corrections in chapter 5 * minor fix * last corrections before releasing vol.1
- Loading branch information
Showing
44 changed files
with
6,601 additions
and
4,853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/bash | ||
# Prepare the three cover pages in parallel. | ||
( | ||
for f in sofp-spine sofp-back-cover sofp-front-cover; do | ||
pdflatex --interaction=batchmode "$f" & | ||
done | ||
wait # Wait until all 3 cover pages are done. | ||
pdflatex --interaction=batchmode sofp-3page-cover | ||
|
||
|
||
) >& /dev/null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.