зеркало из
https://github.com/M82-project/Bibliography.git
synced 2025-10-29 13:06:06 +02:00
new: [web] Simple HTML page generator from all the bibtex entries (#48)
Этот коммит содержится в:
родитель
852a1f2e12
Коммит
4fe7043be2
4
web/generate.sh
Обычный файл
4
web/generate.sh
Обычный файл
@ -0,0 +1,4 @@
|
||||
docs=("Articles_essentiels" "Biblio_Nov_23" "Theses_Rapports")
|
||||
for doc in ${docs[@]}; do
|
||||
pandoc -t markdown_strict --citeproc template.md -o ${doc}.md --bibliography ../${doc}.bib
|
||||
done
|
||||
5
web/template.md
Обычный файл
5
web/template.md
Обычный файл
@ -0,0 +1,5 @@
|
||||
---
|
||||
bibliography: Articles_essentiels.bib
|
||||
nocite: "@*"
|
||||
link-bibliography: true
|
||||
---
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user