-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There is now an analogue of YAML metadata blocks in Pandoc, used in the manual genre for authorship and in the blog genre for authorship and dates.
- Loading branch information
1 parent
4d11530
commit 8434d84
Showing
14 changed files
with
458 additions
and
212 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/bash | ||
|
||
echo "Building the user's guide as TeX" | ||
lake exe usersguide | ||
|
||
echo "Building the user's guide as PDF" | ||
pushd _out/tex | ||
lualatex main | ||
lualatex main | ||
lualatex main | ||
popd | ||
|
||
echo "User's guide PDF is at:" | ||
readlink -f _out/tex/main.pdf |
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.