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
0
votes
1 answer

Latex : bibliography with `natbib` package

I am trying to write my report and I have this problem with natbib package. I am using overleaf and I am getting the same error: LaTeX Error: Can be used only in preamble. See the LaTeX manual or LaTeX Companion for explanation. Type H for…
Ph.D.Student
  • 704
  • 6
  • 27
0
votes
2 answers

Mendeley does not write correctly bibliography

Let's assume I have got correct .RIS and/or .bib files imported into Mendeley. When I create the Mendeley Bibliography in a Office Word file articles with many authors are not written correctly by Mendeley with Geophysical Research Letters…
aaaaa
  • 149
  • 2
  • 18
  • 44
0
votes
1 answer

Add numbers to bibliography - Latex

I have the problem with numbering references in my doc. Here's my preambule before…
Dawid
  • 347
  • 2
  • 15
0
votes
1 answer

Attaching Mendeley .bib to RMarkdown

EDIT: Fixed first problem, but now I've got a different one. I have been attempting to attach a bibliography generated by Mendeley to an RMarkdown document, but it's yielding a font error. I'm following instructions found here. Here's the error:…
nmariano
  • 11
  • 3
0
votes
1 answer

latex: footnote in glossaries entry

I need help with the latex glossaries package. I just need a footnote within a glossary entry. Example: \newglossaryentry{glos:vo}{ name=ValueObject, description={a very good explanation for valueObject\footnote{S.89ff…
derroman
  • 309
  • 2
  • 11
0
votes
0 answers

option clash for package biblatex

I can't print Bibliography no matter how I try. Currently I use this code : \bibliography{biblio} \addbibresource{biblio.bib} \begin{document} \input{conclusion} \clearpage %\bibliography{biblio.bib} …
Mouna
  • 11
  • 1
  • 7
0
votes
1 answer

latex article class - bibliography on a separate page

I moved from 'report' to 'article' in my latex document, and now I cannot make the bibiography on a separated page ... I used the commands : \newpage \bibliographystyle{unsrt} % Le style est mis entre accolades. \bibliography{biblio.bib} % mon…
Micawber
  • 707
  • 1
  • 5
  • 19
0
votes
1 answer

How to edit MS Word .xsl style documents to remove parens

I'm using Word 2017 and need to remove parentheses from my citations so instead of looking like "(Author, YYYY)" they look like "Author, YYYY". It's a book manuscript, so lots of citations, so I need something global. I don't want to do any of this…
buttonsrtoys
  • 2,359
  • 3
  • 32
  • 52
0
votes
0 answers

Latex: PDF does not print the bibliography from the .bib file

I am trying to put the bibliography in my .tex file, but it does not work. I think I have still some problems with biber/biblatex. I already updated all biblatex files through miktex update manager. But I still become the error: Package biblatex…
Alex
  • 63
  • 2
  • 9
0
votes
1 answer

break a slide of reveal.js (xaringan) when it's long

I'm actually using xaringan, but it uses reveal.js, so it should be the same. I have a slide which prints bibliography using RefManageR, and I'd like to use as many slides as needed: --- ``` {r results = "asis", echo = FALSE} PrintBibliography(bib,…
Bruno
  • 115
  • 1
  • 9
0
votes
1 answer

Bibliography in PHP with CSL

I am trying to display a bibliography in PHP and allowing the use of CSL to format it, but am coming up short of good examples of how to implement it. Basically, I am looking for a library or script which can take a bibliography, in the form of…
OleVik
  • 1,222
  • 3
  • 14
  • 28
0
votes
1 answer

Not able to add the second refernce, as i add second citation in .bib file and build the file from latex ,the changes are not shown

basic structure of my latex file is :- \documentclass{article} \usepackage{cite} \begin{document} % all the content goes here \bibliographystyle{plain} \bibliography{biblio.bib} \end{document} biblio.bib is the file where the bibliography is…
Amarjit Dhillon
  • 2,718
  • 3
  • 23
  • 62
0
votes
1 answer

Java. how program loads data on startup and where to put it?

I am using NetBeans. I have this banal Bibliography program with 4 Classes: Book, Author, Bibliography, and Main. I'm trying to understand how to load predefined data on startup, can anyone explain how program LOADS Book and Author and adds them to…
B Patton
  • 31
  • 2
0
votes
2 answers

How to update latex bibliography properly

I used texlipse plugin in eclipse for latex, and copied the references from bibteX google scholar in bibliography.bib But when i generate PDF, it doesn't have all the references i added to bibliography. How to update the bibliography properly
Maria Khalid
  • 189
  • 2
  • 15
0
votes
1 answer

How to extract the citation metadata from scientific publications/books

I am planning to create an application which involves extraction of citation metadata.By doing this, i'm planning to reduce the human effort taken to search for the cited information,and make it accessible easily(by automating that process). So…