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
4
votes
2 answers

Can I remove the labels from the bibliography, while keeping them in citations?

I'm writing the bibliography of my report with thebibliography because I don't need a BibTeX database (or I don't have the time for learn how to customize or write a style). The optional argument [label] specifies how the reference will be cited in…
Tae
  • 1,665
  • 5
  • 24
  • 45
4
votes
2 answers

How to add a reftex-default-bibliography to latex as a local variable?

I have a main reftex-default-bibliography but I want to use a sepecific bib file in my tex file. I am using Emacs-AucTeX-RefTeX. At the end of my Tex file I wrote: %%% Local Variables: %%% reftex-default-bibliography:…
sbac
  • 1,897
  • 1
  • 18
  • 31
4
votes
1 answer

Remove bibliography title and pagebreak from \bibliography

I would like to remove the title 'Bibliography' and the pagebreak which is put automatically using \bibliography{myPublications}. So far, I have found that with \renewcommand{\bibname}{} you can remove the title, and \renewcommand{\chapter}{}…
user3560311
  • 85
  • 2
  • 6
4
votes
2 answers

How to modify the size of the space before a chapter title in LaTeX?

I have been working with tetex on Zenwalk and now that I compile my report with texlive, the behavior is a bit different. I would like my bibliography to fit in one page like before and I just need to change the space before the title of the…
Natim
  • 17,274
  • 23
  • 92
  • 150
4
votes
2 answers

Is "00" a legal month and/or day value for XML Schema date datatype?

I'm designing an XML bibliography and thinking about how to capture publishing dates. For most of the works I'm dealing with (books), the publishing date consists only of the year, but for some (journal articles) it's year and month, and for others…
practik
  • 41
  • 6
4
votes
3 answers

References style without line breaks

I'm writing a grant application and space is at a premium. I want LaTeX to print my references section without line breaks, so References [1] [2] [3] becomes References [1], [2], [3] I don't think the exact references style is too important…
John McDonnell
  • 1,470
  • 2
  • 18
  • 19
3
votes
0 answers

How to list all bibliography entries in r-markdown, sorted by year, in descending order (anti-chronological)

Is there any instruction to be issued in the YAML header block to simply have all the bibliography entries sorted by year in descending order, i.e. starting from the more recent? Here is my MWE: --- title: "My Report" output: …
SteoG5972
  • 45
  • 4
3
votes
2 answers

With the Science.bst template file, references for journal articles are not properly displayed

I'm using the Science .bst file from https://www.sciencemag.org/sites/default/files/Science.bst And the references that are generated do not comply with the Science reference style, see…
Luna
  • 368
  • 2
  • 7
3
votes
1 answer

How to use --citeproc instead of pandoc-citeproc in RStudio when bibliography is used in an RMarkdown document?

I get the following error when trying to render a RMarkdown document in RStudio with bibliography specified in the YAML as bibliography: references.bib: [WARNING] Deprecated: pandoc-citeproc filter. Use --citeproc instead. Error running filter…
ForEverNewbie
  • 357
  • 2
  • 10
3
votes
1 answer

Latex: How to avoid omitting the author's name when citing two references with the same name author in the same position

I cite 2 references via \citep{liu2007cast,liu2011shadow} command, and it style (after compiled) is: In [Liu et al., 2011, 2007], the lower intensity rule is used as a preclassier in their method. But my desired style is: In [Liu et al. 2011, Liu…
evan
  • 33
  • 1
  • 3
3
votes
1 answer

Print parts of bibliography using BibTeX?

For some days I am trying to solve the following problem for which I wasn't able to find a solution. Help is very much appreciated. I am writing a long document and for some sections I would like to print a subset of items from the total…
Perhalo
  • 85
  • 8
3
votes
1 answer

How do I sort my references in LaTeX by order of appearance, whilst still showing URLs?

I want to sort my references by order of appearance rather than alphabetically, and I'm led to believe that I need to use the 'unsrt' style to do that. However, the 'unsrt' style doesn't support displaying URLs in the Bibliography (at least, not as…
James Baker
  • 1,143
  • 17
  • 39
3
votes
2 answers

Latex: In Springer class svjour3, want references sorted in alphabetical order, in author-year format

I am writing a paper in LAtex and using Springer macro package (svjour3 class). Requirement is: citations should be in the form of authoryear and sorted in alphabetical order. My tex file looks like: {…
Savina Singla
  • 31
  • 1
  • 4
3
votes
4 answers

using html/css, i would like to automatically generate a bibliography at the bottom of my website akin to latex's \bibliography command

I'll ask my question first, then give some background for those who are interested: I would like to know if there is a command in html that will automatically generate a bibliography from a .bib file? This means that throughout the text, i would…
jovo
  • 313
  • 1
  • 3
  • 6
3
votes
1 answer

How to use numeric values for citation links instead of footnotes in Sphinx?

I am creating a documentation with Sphinx where I am citing papers with standard numeric way of citation e.g. file1.rst bone, extracellular matrix[2], fluids, and diffusing chemicals[3] references.rst .. [2] Merks, R. M. H., Newman…
Anwar Shaikh
  • 1,591
  • 3
  • 22
  • 43
1 2
3
18 19