Skip to content

Commit

Permalink
Remove bibliography.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDiBernardo committed Apr 6, 2016
1 parent 0c48087 commit 3654cbb
Show file tree
Hide file tree
Showing 23 changed files with 1,893 additions and 1,048 deletions.
4 changes: 0 additions & 4 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ def main(chapters=[], epub=False, pdf=False, html=False, mobi=False, pandoc_epub
def build_pdf():
os.chdir('tex')
run('pdflatex -interaction nonstopmode 500L')
run('bibtex 500L')
run('pdflatex -interaction nonstopmode 500L')
run('pdflatex -interaction nonstopmode 500L')
run('pdflatex -interaction nonstopmode 500L')
os.chdir('..')
run('mv tex/500L.pdf output/')

Expand Down
2 changes: 1 addition & 1 deletion functionalDB/functionalDB.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ We now have to remove the items that didn’t pass all of the conditions:
(update-in path [2] CS/intersection relevant-items))
```

Finally, we remove all of the result clauses that are "empty" (i.e., their last item is empty). We do this in the last line of the `query-index` function. Our example leaves us with the items in \aosatblref{500.functionaldb.filteredqueryresults}.
Finally, we remove all of the result clauses that are "empty" (i.e., their last item is empty). We do this in the last line of the `query-index` function. Our example leaves us with the items in \aosatblref{500l.functionaldb.filteredqueryresults}.

<markdown>
<table>
Expand Down
Loading

0 comments on commit 3654cbb

Please sign in to comment.