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

List all bibliography entries using nocite #1096

Closed
frankyan opened this issue Jul 7, 2017 · 5 comments
Closed

List all bibliography entries using nocite #1096

frankyan opened this issue Jul 7, 2017 · 5 comments
Labels
question general questions - not an issue
Milestone

Comments

@frankyan
Copy link

frankyan commented Jul 7, 2017

Hi, I need to list all the bibliography entries from a .bib file, none of them are cited. I found that it can be done with nocite as following

---
nocite: | 
  @item1, @item2
...

However, there are a lot of entries. So how can I use something like \nocite{*} to list all the entries?
Besides, if I want to place the bibliographies somewhere else instead of the end of the document, what's the easiest way to do that?
Thanks a lot.

@yihui yihui closed this as completed Jul 7, 2017
@frankyan frankyan changed the title e List all bibliography entries using nocite Jul 7, 2017
@frankyan
Copy link
Author

frankyan commented Jul 7, 2017

Hi, Yihui, sorry for the previous mis-submission by triggering the shortcuts without intention when I was reading other issues. I didn't mention that I had created the issue until got a notification email of issue closed.

@yihui yihui reopened this Jul 7, 2017
@yihui yihui modified the milestones: v1.8, v1.7 Oct 10, 2017
@yihui yihui added the question general questions - not an issue label Oct 10, 2017
@yihui
Copy link
Member

yihui commented Oct 10, 2017

This is a question instead of a bug report or feature request, so please do us a favor to ask it on StackOverflow instead and let us know the link if you don't get an answer in a few days. Thanks!

@yihui yihui closed this as completed Oct 10, 2017
@frankyan
Copy link
Author

Thank you, Yihui.

  1. I have figured out the first question. As following:
---
nocite: '@*'
...
  1. I found similar question on stackoverflow, here is the link: Include the text of a bibentry in the (R)markdown text body output. Maybe you can answer that question to help us.

@yihui
Copy link
Member

yihui commented Oct 10, 2017

  1. Perfect. Thanks for sharing the solution!

  2. I don't really have a good answer. I have seen the same question in the Pandoc repo but there was no straightforward solution, either. The only possibility is a custom Pandoc template, which requires you to understand more about Pandoc.

@github-actions
Copy link

github-actions bot commented Nov 3, 2020

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question general questions - not an issue
Projects
None yet
Development

No branches or pull requests

2 participants