Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bibliography: No bib generated #102

Open
patowod opened this issue Oct 11, 2018 · 2 comments
Open

Bibliography: No bib generated #102

patowod opened this issue Oct 11, 2018 · 2 comments

Comments

@patowod
Copy link

patowod commented Oct 11, 2018

Hi @renerocksai

loving your sublimeless_zk more and more — I'm new to the zk business but feeling at home. That said, I installed pandoc via homebrew. Version: pandoc 2.3.1 on Mac OS High Sierra 10.13.6

Generated a bib file via Mendeley and citations are inserted fine, once I want to insert the bibliography, I get "[@citation]: (no bib generated)". I tried playing with the export settings but had no luck. The structure of the exported bib file is as follows:

@Article{Author2018,
abstract = {LoremIpsum},
author = {Author name},
issn = {1234-5678},
journal = {journalname},
keywords = {somekeyword},
mendeley-tags = {sometag},
month = {oct},
number = {3},
pages = {131--140},
title = {{Some funky title}},
url = {http://www.google.com},
volume = {1},
year = {2005}
}

Do you have any ideas on how to solve this? Any help would be appreciated. :)


EDIT: I was curious and just tried a Zotero generated Bibfile, also without luck. Just for reference, this is the format I got out of the export:

@book{fast_zettelkastenmethode:_2015,
address = {Bielefeld},
title = {Die {Zettelkastenmethode}: kontrolliere dein {Wissen}},
isbn = {978-1-5177-3431-2},
shorttitle = {Die {Zettelkastenmethode}},
language = {ger},
publisher = {Sascha Fast},
author = {Fast, Sascha},
year = {2015},
note = {OCLC: 965623234},
file = {Table of Contents PDF:/Users/patowod/Zotero/storage/X8HZXGJP/Fast - 2015 - Die Zettelkastenmethode kontrolliere dein Wissen.pdf:application/pdf}
}

@adamkw
Copy link
Contributor

adamkw commented Dec 16, 2018

Hello.
Did you install the pandoc citation-parser (pandoc-citeproc)?
Here's the relevant section in the documentation: https://github.com/renerocksai/sublimeless_zk#automatic-bibliographies

@craymichael
Copy link

Thanks @adamkw this was definitely the issue for me - missed this in the docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants