Skip to content
Snippets Groups Projects
Verified Commit 2ea2b478 authored by ck85nori's avatar ck85nori :railway_track:
Browse files

adds bibliography from submodule

parent a3719cf2
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ stages:
- check
- deploy
variables:
GIT_SUBMODULE_STRATEGY: recursive
check:
stage: check
tags:
......
[submodule "bibliography"]
path = bibliography
url = ../../publishing/bibliography.git
......@@ -4,6 +4,7 @@ PANDOC = pandoc
PANDOCFLAGS = \
--standalone \
--filter pandoc-citeproc \
--pdf-engine=xelatex \
SOURCES_CSV = $(wildcard *.csv)
......
Subproject commit 9fd9bc22bee5df7c13916bb5878e4107cc278955
......@@ -78,7 +78,8 @@ You can add footnotes to your text like this.[^1]
Bibliography
------------
This one is often cited [see @WatsonCrick1953].
This one is often cited [@WatsonCrick1953]. You can also cite @WatsonCrick1953
like that.
Images
------
......
@article{ WatsonCrick1953,
Author = {Watson, J. D. and Crick, F. H. C.},
Title = {Molecular Structure of Nucleic Acids: A Structure for Deoxyribose Nucleic Acid},
Journal = {Nature},
Volume = {171},
Number = {4356},
Pages = {737-738},
Year = {1953}
}
......@@ -30,7 +30,7 @@ geometry: left=24.1mm
geometry: right=24.1mm
geometry: bottom=4.5cm
bibliography: idiv.bib
link-citations: yes
bibliography: bibliography/references.bib
reference-section-title: References
link-citations: yes
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment