Skip to content

Commit

Permalink
adding support for bib
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Jun 9, 2024
1 parent 2b47212 commit dffaff8
Show file tree
Hide file tree
Showing 3 changed files with 94,098 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _support/templates/latex/main.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@
\backmatter

% Index would go here

\bibliographystyle{abbrv}
\bibliography{«& bibFile»}
\end{document}
2 changes: 1 addition & 1 deletion pillar.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "series" : "Square Bracket tutorials", "base_url" : "", "\"tocFile\": \"index.pillar\" if you have a index.pillar file containing the table of contents of your book" : "comment", "attribution" : "The Pharo team", "latexWriter" : "miclatex:sbabook", "keywords" : "Virtual machine, object encodings, garbage collection, Pharo, Smalltalk", "htmlWriter" : "html", "title" : "[DRAFT/WIP] The Pharo Virtual Machine Explained", "site_name" : "Pharo Book"}
{ "series" : "Square Bracket tutorials", "base_url" : "", "\"tocFile\": \"index.pillar\" if you have a index.pillar file containing the table of contents of your book" : "comment", "attribution" : "The Pharo team", "latexWriter" : "miclatex:sbabook", "keywords" : "Virtual machine, object encodings, garbage collection, Pharo, Smalltalk", "htmlWriter" : "html", "title" : "[DRAFT/WIP] The Pharo Virtual Machine Explained", "site_name" : "Pharo Book", "bibFile" : "vmbib.bib"}
Expand Down
Loading

0 comments on commit dffaff8

Please sign in to comment.