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

Include Bibtex Bibliographies #163

Closed
wants to merge 13 commits into from

Conversation

mpacer
Copy link
Contributor

@mpacer mpacer commented Jun 16, 2015

This should be a pull request that allows local .bib files to be included in the document as external citation repositories.

In the .rst file, include a bibliography(e.g., myfile.bib) at the top by including:

:bibliography: myfile

Do not include the .bib extension and rename the file to not include and characters that need to be escaped or have spaces, as this can cause issues for bibtex properly finding the appropriate file.

To use a citation from this bibliography, use the :cite: role followed by the citation-key for the citation as described in the .bib file. The citation-key will need to be surrounded by backticks ( citation-key ) to be recognized properly.

@katyhuff
Copy link
Member

I think this is a really helpful and useful contribution, but it's super polluted with other commits. I can't bring myself to add this history in this way. In any case, it should be Pull Requested against the master branch so that it's available in future years.

@katyhuff katyhuff closed this Jun 16, 2015
@jzf2101 jzf2101 mentioned this pull request May 28, 2018
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

Successfully merging this pull request may close these issues.

None yet

3 participants