bibtex

How do I cite the title of an article in LaTeX?

自作多情 提交于 2019-12-08 14:28:31
问题 I'm using LaTeX and BibTeX for an article, and I want to able to cite the title of an article I reference. What is the command to do this? I'm using \bibliographystyle{chicago} and it does not appear to be \citeT{} , \citetitle{} or \citeTitle{} 回答1: @Norman, and the various commenters, are correct in that it would be difficult to do this with bibtex and other tools. But, there is an alternative. Biblatex does allow this through the command \citetitle . Also, if you really want to, the

Citing articles in R package using roxygen2 and BibTeX?

て烟熏妆下的殇ゞ 提交于 2019-12-06 17:01:15
问题 I'm using roxygen2 as a tool for documenting my R package, and I found that there is a @references tag in roxygen2, but that seems to only accept free form text. I found some presentation about roxygen which has tags @bibliograph and @cite, but am I correct that there is no such thing in roxygen2? Should I then somehow take the references out of the bibtex-file and write them manually with appropriate formatting directly after the @references tag or is there some more clever way of doing this

BibTex grammar for ANTLR

廉价感情. 提交于 2019-12-06 01:12:03
问题 I'm looking for a bibtex grammar in ANTLR to use in a hobby project. I don't want to spend my time for writing ANTLR grammar (this may take some time for me because it will involve a learning curve). So I'd appreciate for any pointers. Note: I've found bibtex grammars for bison and yacc but couldn't find any for antlr. Edit: As Bart pointed the I don't need to parse the preambles and tex in the quoted strings. 回答1: Here's a (very) rudimentary BibTex grammar that emits an AST (contrary to a

converting bibtex files to html with python (maybe pybtex?)

假如想象 提交于 2019-12-05 05:19:27
Hi I want to parse a bibtex publications file and sort for specific fields (e.g. year) and filter certain content, to then put it on a website. I came across pybtex, which works as far as reading and parsing the bibtex file, but it is basically not documented and I can't figure out how to sort the entries. Is pybtex the way to go (how can I sort the entries) or are there better options? thanks a lot!! Found a solution, this sorts the entries in a descending order using pybtex, newest publications go first: from pybtex.database.input import bibtex from operator import itemgetter, attrgetter

Citing articles in R package using roxygen2 and BibTeX?

↘锁芯ラ 提交于 2019-12-05 00:04:30
I'm using roxygen2 as a tool for documenting my R package, and I found that there is a @references tag in roxygen2, but that seems to only accept free form text. I found some presentation about roxygen which has tags @bibliograph and @cite, but am I correct that there is no such thing in roxygen2? Should I then somehow take the references out of the bibtex-file and write them manually with appropriate formatting directly after the @references tag or is there some more clever way of doing this? I have about seven different articles I need to cite, over multiple functions/rd-files. Seems that

Get metadata from DOI

百般思念 提交于 2019-12-04 07:49:07
问题 A digital object identifier (DOI) is a globally unique string that identifies an electronic document (for example, a PDF of an academic article). It essentially provides a method for creating a permalink to a document (for example, http://dx.doi.org/10.1145/146585.146609). Is there a web service (or any other system) to get the metadata (preferably in BibTeX form) of a document from a given DOI? Edited to add some expository information. 回答1: curl -LH "Accept: text/bibliography; style=bibtex"

BibTex grammar for ANTLR

时光总嘲笑我的痴心妄想 提交于 2019-12-04 05:51:07
I'm looking for a bibtex grammar in ANTLR to use in a hobby project. I don't want to spend my time for writing ANTLR grammar (this may take some time for me because it will involve a learning curve). So I'd appreciate for any pointers. Note: I've found bibtex grammars for bison and yacc but couldn't find any for antlr. Edit: As Bart pointed the I don't need to parse the preambles and tex in the quoted strings. Here's a (very) rudimentary BibTex grammar that emits an AST (contrary to a simple parse tree): grammar BibTex; options { output=AST; ASTLabelType=CommonTree; } tokens { BIBTEXFILE; TYPE

a bib style to capitalize book titles but not paper titles [closed]

做~自己de王妃 提交于 2019-12-04 03:30:06
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I've heard that title capitalization in bibliography is the bibliography style's role (the bst file). Is there a bibliography style file that capitalizes book titles but not paper titles? For example, a paper title should be like Hello world and hello kitty a book title should be like Hello World and Hello Kitty

How to automatically create BibTex citations for R packages in knitr file?

安稳与你 提交于 2019-12-03 05:55:35
I am not sure whether this an R, LaTeX, or BibTex problem. I am trying to automatically generate a .bib file containing citations for R packages and then list them at the end. I am able to generate the BibTex file and I don't see anything wrong with the BibTex file, but the entries don't appear when I compile the PDF. I'm not sure if R is not producing a BibTex file correctly, if some LaTeX syntax is wrong, or if the BibTex file needs to be pre-compiled or whatever. I noticed that \bibliography{NOT A REAL FILENAME} will produce a References section without complaining, but I don't think that

Avoid \\printbibliography being swallowed by Org-mode headings

梦想的初衷 提交于 2019-12-03 03:04:25
When using Org-mode and its LaTeX export BibTeX or Biblatex is often used to handle references. In that case the LaTeX command \printbibliography is often included in the org file. \printbibliography is placed in the org file where LaTeX is supposed to write out the reference list. What \printbibliography does is to insert a LaTeX header along with the reference list. In most cases \printbibliography is placed at the end of the org file simply because in most documents the reference list is to be placed last. This means that \printbibliography will be included under the last heading in the org