Questions tagged [bibliography]

An enumerative bibliography is a systematic list of books

An enumerative bibliography is a systematic list of books and other works such as journal articles. Bibliographies range from "works cited" lists at the end of books and articles, to complete and independent publications. Enumerative bibliographies are based on a unifying principle such as creator, subject, date, topic or other characteristic. An entry in an enumerative bibliography provides the core elements of a text resource including a title, the creator(s), publication date and place of publication

http://en.wikipedia.org/wiki/Bibliography#Enumerative_bibliography

281 questions
7
votes
2 answers

Styling of biblography - change underline to italic (Latex)

I am struggeling with latex biblography styling. Using the predefined \bibliographystyle{plain} style i get a nice result: When adding the following package: \usepackage {ulem} I get this result in the biblography: How can i remove the…
SAM
  • 742
  • 10
  • 24
7
votes
2 answers

Change bibliographystyle in R Markdown

I want to change the bibliographystyle in R Markdown but nothing I found could help. I do not want any "and"s in the bibliography (before the last author). My preferred option was if I could use alphadin (bst-file here) but I could not get it to…
TobiSonne
  • 1,044
  • 7
  • 22
7
votes
1 answer

Complete bibliography with markdown for scientific papers

I was wondering whether there is a way for me to completely use Markdown language for writing a scientific paper along with R. I gave up on using Latex with knitr a while ago, since most of the journals need .docx files for submission, and…
Arman
  • 927
  • 3
  • 12
  • 32
6
votes
5 answers

Is there a recommendable book about the foundations of artificial intelligence for non-mathematicians?

I am not a mathematician but want to dive into AI. I did a search on Amazon and like tens of thousands of books appeared on the shelf (well, almost). Which one should I pick as a AI beginner with not much mathematical knowledge? I mean I don't want…
6
votes
2 answers

Unable to load Biobliography using {biblatex} package and \printbibliography

This is the code I use for my bibliography \usepackage[style=authoryear,sorting=ynt]{biblatex} \addbibresource{bibliography.bib} \printbibliography This is an example of my bibliopgrahy: @Article{Acosta2008,author = {Acosta, EG and Castilla, V and…
Luis Alarcon
  • 125
  • 1
  • 5
  • 13
6
votes
4 answers

With knitr and .Rnw for LaTeX, how do you print the full bibliography in PDF output?

I can't seem to hack my way through all the possibilities and have a full bibliography inserted in the PDF output of RStudio, knitr, an .Rnw script, and the "Compile PDF" button. The desired text in the PDF would be the details of the cited works.…
lawyeR
  • 7,488
  • 5
  • 33
  • 63
5
votes
2 answers

Zotero: which export format should I use?

Which of Zotero's export format would you recommend regarding - the portability with similar programs - possibility of reading and adding new entries with a Perl script?
sid_com
  • 24,137
  • 26
  • 96
  • 187
5
votes
2 answers

References in Rmarkdown: use title capitalization as is in the .bib file

I'm writing a manuscript using Rmarkdown with RStudio and knitr. To format the references, I'm using the .csl file for the journal Global Ecology and Biogeography, which I got from https://www.zotero.org/styles. My problem is that the titles are…
5
votes
1 answer

What choices can we set for the biblio-style parameter in the yaml header in rmarkdown?

I am trying to write a paper with the rmarkdown and knitr package. When I set the bibliography style in the yaml header in the rmarkdown file, I am kind of wondering what choices do we have in hand for rmarkdown. The default parameter given by the…
Miao Cai
  • 902
  • 9
  • 25
5
votes
1 answer

Add a link to the title of references

I'm creating a document with rmarkdown (pandoc), which includes some bibliography in a .bib file. What I'd like to do is add a link to the title of the references, so that each of them links to a page of the form http://sample.com/citation-key.html,…
Julián Urbano
  • 8,378
  • 1
  • 30
  • 52
5
votes
2 answers

Exporting all yaml bibliographic in a pdf file using pandoc

I'm using Leo, yaml and pandoc to create a pdf. For that, my workflow is something like this: I collected all relevant items as a zotero collection I exported all of them as CSL JSON and converted it to yaml using biblio2yaml I created a Leo…
Offray
  • 505
  • 1
  • 4
  • 15
4
votes
1 answer

Problem with printing the bibliography on my beamer presentation

I can't find why my bibliography in my beamer does not show a numeric citation, but this paper symbol... Any help? Thanks biblio photo \usepackage[backend=biber,style=numeric, citestyle=ieee]{biblatex} \addbibresource{ref.bib} %Imports bibliography…
4
votes
1 answer

r markdown biblio-style does not work

I have some troubles of changing the citation style of bibliography in my thesis. According to r-markdown to specify the bib style (I need acm from latex) I just need to do the following: --- title: "title" bibliography: biblioteka.bib biblio-style:…
abe
  • 43
  • 3
4
votes
3 answers

How to selectively choose the items to output in Bibliography in Latex?

I'd like to ask about choosing item for Bibliography part in Latex. The situation is like this: I currently use JabRef for bibliography management (great software), (engine MikTex 2.8, IDE TexnicCenter1.0). The package I use for writing thesis is…
Jim Raynor
  • 2,268
  • 3
  • 31
  • 36
4
votes
1 answer

citing references in a rmd file & error in pandoc-citeproc.exe

This is my first time that I want to use citations in my rmd file and I don't know how can I do it exactly. I converted my rmd file to pdf document, but I have problem in generating reference and bibliography. I get this error while…
minoo
  • 555
  • 5
  • 20
1
2
3
18 19