Skip to content

Commit 24dd3eb

Browse files
committedSep 25, 2023
added 2 citations as foot notes
1 parent f8e8757 commit 24dd3eb

File tree

4 files changed

+1477
-4
lines changed

4 files changed

+1477
-4
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This repository hosts the documentation source for both TokenScript and SmartLay
4848
4949
- For the Smart Token Technical paper, which wasn't using dita, it can be created using
5050
````
51-
$ pandoc -o smart-layer-technical-paper.pdf src/papers/smart-layer-technical-paper.md
51+
$ pandoc --resource-path=src/papers --csl src/papers/chicago-note-bibliography.csl --citeproc --bibliography src/papers/smart-layer-technical-paper.bib -o out/smart-layer-technical-paper.pdf src/papers/smart-layer-technical-paper.md
5252
````
5353
This results a single PDF file: **smart-layer-technical-paper.pdf**.
5454
@@ -81,7 +81,7 @@ Assuming using Linux or OS X, to avoid commit errors, consider creating a `.git/
8181
#!/bin/sh
8282
dita --project config/smartlayer-paper.xml
8383
dita --project config/tokenscript-papers.xml
84-
pandoc --resource-path=src/papers -o out/smart-layer-technical-paper.pdf src/papers/smart-layer-technical-paper.md
84+
pandoc --resource-path=src/papers --csl src/papers/chicago-note-bibliography.csl --citeproc --bibliography src/papers/smart-layer-technical-paper.bib -o out/smart-layer-technical-paper.pdf src/papers/smart-layer-technical-paper.md
8585
```
8686
8787
Then make it executable. This should detect any error before commit.

0 commit comments

Comments
 (0)
Please sign in to comment.