Should I cite using beginthebibliography or beginfilecontents* The Next CEO of Stack Overflowbiblatex in a nutshell (for beginners)bibtex vs. biber and biblatex vs. natbibQuestion mark or bold citation key instead of citation numberWhen I use the beginthebibliography command, I get it as a chapter. How can I get rid of that?How to reference properly when citations are grouped by sectionsthebibliography environment printing cite keyTwo bibliography using thebibliographyHow do I print out more than 200 citations in beginthebibliography … endthebibliographypdfmdfivesum error triggered by beginthebibliographyChange style of references when using beginthebibliographyShould I cite TikZ code?References: cite thebibliography not displayed as [number]?Remove bibliography title using thebibliographyThebibliographyMultiple bibliographies using BibTeX and thebibliography?

Is a distribution that is normal, but highly skewed considered Gaussian?

Why this way of making earth uninhabitable in Interstellar?

Reference request: Grassmannian and Plucker coordinates in type B, C, D

Prepend last line of stdin to entire stdin

How do I align (1) and (2)?

Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis

How a 64-bit process virtual address space is divided in Linux?

Does it make sense to invest money on space investigation?

Is there a difference between "Fahrstuhl" and "Aufzug"

Won the lottery - how do I keep the money?

Does soap repel water?

If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?

Powershell. How to parse gci Name?

Make solar eclipses exceedingly rare, but still have new moons

Is it convenient to ask the journal's editor for two additional days to complete a review?

How to place nodes around a circle from some initial angle?

What happened in Rome, when the western empire "fell"?

Unclear about dynamic binding

Why is my new battery behaving weirdly?

Why isn't the Mueller report being released completely and unredacted?

How to count occurrences of text in a file?

Why did CATV standarize in 75 ohms and everyone else in 50?

Is French Guiana a (hard) EU border?

WOW air has ceased operation, can I get my tickets refunded?



Should I cite using beginthebibliography or beginfilecontents*



The Next CEO of Stack Overflowbiblatex in a nutshell (for beginners)bibtex vs. biber and biblatex vs. natbibQuestion mark or bold citation key instead of citation numberWhen I use the beginthebibliography command, I get it as a chapter. How can I get rid of that?How to reference properly when citations are grouped by sectionsthebibliography environment printing cite keyTwo bibliography using thebibliographyHow do I print out more than 200 citations in beginthebibliography … endthebibliographypdfmdfivesum error triggered by beginthebibliographyChange style of references when using beginthebibliographyShould I cite TikZ code?References: cite thebibliography not displayed as [number]?Remove bibliography title using thebibliographyThebibliographyMultiple bibliographies using BibTeX and thebibliography?










2















I am new to LaTeX and I need to create a list of references.



I browsed through this forum and couldn't find some uniform standard for doing references.



Many people are using, e.g, How to reference properly when citations are grouped by sections



beginfilecontents*

@articleA1,
keywords = articles,
title=First Paper,
author=Green,
journal=Journal 1,
note=based on citeC2,
year=2014



Others are using, e.g., When I use the beginthebibliography command, I get it as a chapter. How can I get rid of that?



beginthebibliography10
bibitemnotes John W. Dower emphReadings compiled for History 21.479. 1991.
bibitemimpj The Japan Reader emphImperial Japan 1800-1945 1973: Random House, N.Y.
endthebibliography


What is the form of citation that someone new to LaTeX should use?



And based on what criteria would one choose one method of citation over the other?










share|improve this question



















  • 2





    the filecontents version is a bibtex .bib file normally that would be edited as a separate file, sometimes people put it in filecontents to make a single file example to post here but there is no advantage to doing that in a real document. bibtex will take a .bib file and generate a bibliography enviornment like the one you show, so the two methods are not so different.

    – David Carlisle
    4 hours ago












  • @DavidCarlisle, may be you didn't notice the second method that is a bibliography created be beginthebibliography and not by using a .bib file. I would add that in the second method this kind of manual created method has the disadvantage thet you can't easy change its style by selecting another .bst (bibliography style) to customize your exported form .bib bibliography.

    – koleygr
    3 hours ago







  • 2





    @koleygr but to latex it is the same thing, all bibtex does is generate a thebibliography enviornment for you. I agree the OP should start by using bibtex and a bib file

    – David Carlisle
    3 hours ago












  • To comment on the question: the 'normal' way of creating a list of references (called 'bibliography') is to make a separate file with the references in it and run BibTeX or BibLaTeX on your document. See for example latex-tutorial.com/tutorials/bibtex.

    – Marijn
    3 hours ago











  • Ok @DavidCarlisle... Of course bibtex generates the .bbl that is like this ... I just wanted to add that by using bibtex you don't have to edit all your entries in order to change between usual styles of bibliography ... But of course (in some cases) even this way could be simpler if you don't know what to do with a complicated .bst file and/or you don't have the knowledge to change the bst file etc.

    – koleygr
    3 hours ago















2















I am new to LaTeX and I need to create a list of references.



I browsed through this forum and couldn't find some uniform standard for doing references.



Many people are using, e.g, How to reference properly when citations are grouped by sections



beginfilecontents*

@articleA1,
keywords = articles,
title=First Paper,
author=Green,
journal=Journal 1,
note=based on citeC2,
year=2014



Others are using, e.g., When I use the beginthebibliography command, I get it as a chapter. How can I get rid of that?



beginthebibliography10
bibitemnotes John W. Dower emphReadings compiled for History 21.479. 1991.
bibitemimpj The Japan Reader emphImperial Japan 1800-1945 1973: Random House, N.Y.
endthebibliography


What is the form of citation that someone new to LaTeX should use?



And based on what criteria would one choose one method of citation over the other?










share|improve this question



















  • 2





    the filecontents version is a bibtex .bib file normally that would be edited as a separate file, sometimes people put it in filecontents to make a single file example to post here but there is no advantage to doing that in a real document. bibtex will take a .bib file and generate a bibliography enviornment like the one you show, so the two methods are not so different.

    – David Carlisle
    4 hours ago












  • @DavidCarlisle, may be you didn't notice the second method that is a bibliography created be beginthebibliography and not by using a .bib file. I would add that in the second method this kind of manual created method has the disadvantage thet you can't easy change its style by selecting another .bst (bibliography style) to customize your exported form .bib bibliography.

    – koleygr
    3 hours ago







  • 2





    @koleygr but to latex it is the same thing, all bibtex does is generate a thebibliography enviornment for you. I agree the OP should start by using bibtex and a bib file

    – David Carlisle
    3 hours ago












  • To comment on the question: the 'normal' way of creating a list of references (called 'bibliography') is to make a separate file with the references in it and run BibTeX or BibLaTeX on your document. See for example latex-tutorial.com/tutorials/bibtex.

    – Marijn
    3 hours ago











  • Ok @DavidCarlisle... Of course bibtex generates the .bbl that is like this ... I just wanted to add that by using bibtex you don't have to edit all your entries in order to change between usual styles of bibliography ... But of course (in some cases) even this way could be simpler if you don't know what to do with a complicated .bst file and/or you don't have the knowledge to change the bst file etc.

    – koleygr
    3 hours ago













2












2








2








I am new to LaTeX and I need to create a list of references.



I browsed through this forum and couldn't find some uniform standard for doing references.



Many people are using, e.g, How to reference properly when citations are grouped by sections



beginfilecontents*

@articleA1,
keywords = articles,
title=First Paper,
author=Green,
journal=Journal 1,
note=based on citeC2,
year=2014



Others are using, e.g., When I use the beginthebibliography command, I get it as a chapter. How can I get rid of that?



beginthebibliography10
bibitemnotes John W. Dower emphReadings compiled for History 21.479. 1991.
bibitemimpj The Japan Reader emphImperial Japan 1800-1945 1973: Random House, N.Y.
endthebibliography


What is the form of citation that someone new to LaTeX should use?



And based on what criteria would one choose one method of citation over the other?










share|improve this question
















I am new to LaTeX and I need to create a list of references.



I browsed through this forum and couldn't find some uniform standard for doing references.



Many people are using, e.g, How to reference properly when citations are grouped by sections



beginfilecontents*

@articleA1,
keywords = articles,
title=First Paper,
author=Green,
journal=Journal 1,
note=based on citeC2,
year=2014



Others are using, e.g., When I use the beginthebibliography command, I get it as a chapter. How can I get rid of that?



beginthebibliography10
bibitemnotes John W. Dower emphReadings compiled for History 21.479. 1991.
bibitemimpj The Japan Reader emphImperial Japan 1800-1945 1973: Random House, N.Y.
endthebibliography


What is the form of citation that someone new to LaTeX should use?



And based on what criteria would one choose one method of citation over the other?







bibliographies






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 hours ago









Kurt

40.1k850164




40.1k850164










asked 4 hours ago









The man of your dreamThe man of your dream

1354




1354







  • 2





    the filecontents version is a bibtex .bib file normally that would be edited as a separate file, sometimes people put it in filecontents to make a single file example to post here but there is no advantage to doing that in a real document. bibtex will take a .bib file and generate a bibliography enviornment like the one you show, so the two methods are not so different.

    – David Carlisle
    4 hours ago












  • @DavidCarlisle, may be you didn't notice the second method that is a bibliography created be beginthebibliography and not by using a .bib file. I would add that in the second method this kind of manual created method has the disadvantage thet you can't easy change its style by selecting another .bst (bibliography style) to customize your exported form .bib bibliography.

    – koleygr
    3 hours ago







  • 2





    @koleygr but to latex it is the same thing, all bibtex does is generate a thebibliography enviornment for you. I agree the OP should start by using bibtex and a bib file

    – David Carlisle
    3 hours ago












  • To comment on the question: the 'normal' way of creating a list of references (called 'bibliography') is to make a separate file with the references in it and run BibTeX or BibLaTeX on your document. See for example latex-tutorial.com/tutorials/bibtex.

    – Marijn
    3 hours ago











  • Ok @DavidCarlisle... Of course bibtex generates the .bbl that is like this ... I just wanted to add that by using bibtex you don't have to edit all your entries in order to change between usual styles of bibliography ... But of course (in some cases) even this way could be simpler if you don't know what to do with a complicated .bst file and/or you don't have the knowledge to change the bst file etc.

    – koleygr
    3 hours ago












  • 2





    the filecontents version is a bibtex .bib file normally that would be edited as a separate file, sometimes people put it in filecontents to make a single file example to post here but there is no advantage to doing that in a real document. bibtex will take a .bib file and generate a bibliography enviornment like the one you show, so the two methods are not so different.

    – David Carlisle
    4 hours ago












  • @DavidCarlisle, may be you didn't notice the second method that is a bibliography created be beginthebibliography and not by using a .bib file. I would add that in the second method this kind of manual created method has the disadvantage thet you can't easy change its style by selecting another .bst (bibliography style) to customize your exported form .bib bibliography.

    – koleygr
    3 hours ago







  • 2





    @koleygr but to latex it is the same thing, all bibtex does is generate a thebibliography enviornment for you. I agree the OP should start by using bibtex and a bib file

    – David Carlisle
    3 hours ago












  • To comment on the question: the 'normal' way of creating a list of references (called 'bibliography') is to make a separate file with the references in it and run BibTeX or BibLaTeX on your document. See for example latex-tutorial.com/tutorials/bibtex.

    – Marijn
    3 hours ago











  • Ok @DavidCarlisle... Of course bibtex generates the .bbl that is like this ... I just wanted to add that by using bibtex you don't have to edit all your entries in order to change between usual styles of bibliography ... But of course (in some cases) even this way could be simpler if you don't know what to do with a complicated .bst file and/or you don't have the knowledge to change the bst file etc.

    – koleygr
    3 hours ago







2




2





the filecontents version is a bibtex .bib file normally that would be edited as a separate file, sometimes people put it in filecontents to make a single file example to post here but there is no advantage to doing that in a real document. bibtex will take a .bib file and generate a bibliography enviornment like the one you show, so the two methods are not so different.

– David Carlisle
4 hours ago






the filecontents version is a bibtex .bib file normally that would be edited as a separate file, sometimes people put it in filecontents to make a single file example to post here but there is no advantage to doing that in a real document. bibtex will take a .bib file and generate a bibliography enviornment like the one you show, so the two methods are not so different.

– David Carlisle
4 hours ago














@DavidCarlisle, may be you didn't notice the second method that is a bibliography created be beginthebibliography and not by using a .bib file. I would add that in the second method this kind of manual created method has the disadvantage thet you can't easy change its style by selecting another .bst (bibliography style) to customize your exported form .bib bibliography.

– koleygr
3 hours ago






@DavidCarlisle, may be you didn't notice the second method that is a bibliography created be beginthebibliography and not by using a .bib file. I would add that in the second method this kind of manual created method has the disadvantage thet you can't easy change its style by selecting another .bst (bibliography style) to customize your exported form .bib bibliography.

– koleygr
3 hours ago





2




2





@koleygr but to latex it is the same thing, all bibtex does is generate a thebibliography enviornment for you. I agree the OP should start by using bibtex and a bib file

– David Carlisle
3 hours ago






@koleygr but to latex it is the same thing, all bibtex does is generate a thebibliography enviornment for you. I agree the OP should start by using bibtex and a bib file

– David Carlisle
3 hours ago














To comment on the question: the 'normal' way of creating a list of references (called 'bibliography') is to make a separate file with the references in it and run BibTeX or BibLaTeX on your document. See for example latex-tutorial.com/tutorials/bibtex.

– Marijn
3 hours ago





To comment on the question: the 'normal' way of creating a list of references (called 'bibliography') is to make a separate file with the references in it and run BibTeX or BibLaTeX on your document. See for example latex-tutorial.com/tutorials/bibtex.

– Marijn
3 hours ago













Ok @DavidCarlisle... Of course bibtex generates the .bbl that is like this ... I just wanted to add that by using bibtex you don't have to edit all your entries in order to change between usual styles of bibliography ... But of course (in some cases) even this way could be simpler if you don't know what to do with a complicated .bst file and/or you don't have the knowledge to change the bst file etc.

– koleygr
3 hours ago





Ok @DavidCarlisle... Of course bibtex generates the .bbl that is like this ... I just wanted to add that by using bibtex you don't have to edit all your entries in order to change between usual styles of bibliography ... But of course (in some cases) even this way could be simpler if you don't know what to do with a complicated .bst file and/or you don't have the knowledge to change the bst file etc.

– koleygr
3 hours ago










2 Answers
2






active

oldest

votes


















2














For practical purposes the distinction that should be made is not between thebibliography on one side and filecontents on the other, but between thebibliography on one side and .bib files and BibTeX on the other.



In the bibliography context filecontents is usually only used to make example files self-contained and produce a .bib file for use with BibTeX. That is why you will find many mentions of it here, but in production use one would normally not use it. (I don't doubt that some people do, maybe because they find it more convenient, or maybe because they picked it up as a habit from various sites on the web.)



Manual thebibliography



thebibliography is the manual way to produce bibliographies in citations. All LaTeX offers you here is basically a way to produce a list of labelled entries that can be referenced with cite. thebibliography usually works like an enumerate list that uses bibitem[<optional label>]<entry key> instead of item[<optional label>] and automatically sets a label that you can refer to with cite (instead of ref). Everything else is left to you. You have to write and format the entire entry, you have to sort the list, you have to assign labels if you don't want to use a numbered citation style.



beginthebibliography2
bibitemnotes John W. Dower emphReadings compiled for History 21.479. 1991.
bibitemimpj The Japan Reader emphImperial Japan 1800-1945 1973: Random House, N.Y.
endthebibliography


Pros



  • The method is easy to get the hang of once you realise it is just a fancy enumerate.

  • You have full control over all details of the formatting and sorting of the entries.

  • No external programs are needed to compile the citations. It is enough to run LaTeX twice (or three times).

Cons



  • There is a chance of inconsistencies since you have to format all entries by hand.

  • It is time consuming to change the bibliography style, since you have to manually reformat every entry. (Suppose you want the name format Dower, John W. instead of John W. Dower in all of your entries. You'd have to invert each and every name manually.)

  • When you add new entries, you need to make sure to get the sorting order right. This is especially tricky if you want to sort your bibliography in citation order so that in your text the first work you cite is numbered [1], the second [2] and so forth. Every time you move around a few sentences with citations you run the risk of having to check your sort order.

  • In case your bibliography entries have context-dependent features like disambiguation letters for works by the same author from the same year (Sigfridsson 2000a and Sigfridsson 2000b), you need to manually calculate those features and keep track of them if anything changes.

For a handful bibliography entries with a straightforward bibliography style writing thebibliography manually is an option. But as soon as you plan on citing more works or want to be able to change the style easily or want to avoid inconsistencies other methods are usually better.




.bib files (BibTeX)



.bib files are a way to address many of the cons of a manual thebibliography by introducing another layer of abstraction and a middle man called BibTeX. .bib files contain the relevant bibliographic information of a work you want to cite in a systematic and machine-readable form.



@articlesigfridsson,
author = Sigfridsson, Emma and Ryde, Ulf,
title = Comparison of methods for deriving atomic charges from the
electrostatic potential and moments,
journal = Journal of Computational Chemistry,
year = 1998,
volume = 19,
number = 4,
pages = 377-395,
doi = 10.1002/(SICI)1096-987X(199803)19:4<377::AID-JCC1>3.0.CO;2-P,



Instead of writing thebibliography manually you tell LaTeX about the bibliography style you would like to see your bibliography formatted in and BibTeX (a helper program, see Question mark or bold citation key instead of citation number) will produce the thebibliography environment for you (in the .bbl file), which LaTeX automatically reads and typesets.



Assuming your .bib file called mybibfile.bib contains the above entry, you could cite it and produce a bibliography in your document called mydoc.tex with



documentclassarticle

begindocument
citesigfridsson
bibliographystyleplain
bibliographymybibfile
enddocument


by running (at least) LaTeX, BibTeX, LaTeX, LaTeX (more precisely pdflatex mydoc, bibtex mydoc, pdflatex mydoc, pdflatex mydoc, assuming pdflatex is your preferred flavour of LaTeX) on that file.



Pros



  • All entries are automatically formatted according to a given style. Inconsistencies are less likely.

  • Changing the output style is as easy as selecting another bibliographystyle.

  • Sorting happens automatically.

  • Extra information can be calculated on the fly for you.

  • It is much easier to re-use entries from other documents by just copying them over. They way BibTeX works means that you can have .bib entries in your .bib file that you don't cite. That means that it is possible to have one master .bib file for several documents with different bibliographies.

Cons



  • You need an external program (BibTeX) and extra compilation steps (LaTeX, BibTeX, LaTeX, LaTeX instead of just LaTeX, LaTeX).

  • You need an external .bib file.

  • If you want to modify the format you need to learn to manipulate BibTeX styles (.bst files) with their reverse Polish notation.

  • You need to learn how to write .bib files and use the BibTeX ecosystem.


.bib files (biblatex)



There is actually another method that shares the same basic ideas of .bib files as the BibTeX approach: biblatex. From a user perspective the BibTeX method explained above and biblatex are not all that different: You have a .bib file, you have a few commands in your .tex file to tell LaTeX and its helper which bibliography style you want, you run an external program (with biblatex usually Biber instead of BibTeX, though biblatex also works with BibTeX as backend). But under the hood the two systems are very different. biblatex does not rely on thebibliography and completely reimplements all bibliographic and citation features. Its bibliography style programming language is not based on the reverse Polish notation from BibTeX, styles can be programmed directly in LaTeX.



To the intents and purposes of this comparison the pros and cons of biblatex and BibTeX vs thebibliography are roughly the same. A detailed comparison can be found in bibtex vs. biber and biblatex vs. natbib.



.bib files make sense if you have a larger bibliography and if you don't want to have to worry about consistency, formatting details and sorting. I usually recommend to use .bib files over manual thebibliography. Whether you want to use classical BibTeX or biblatex is a different matter (I'm biased towards biblatex, but there are reasons to prefer BibTeX over biblatex).




filecontents



As mentioned above filecontents is not really something that can be compared to thebibliography and the BibTeX or biblatex approach to bibliographies, it is just a way to produce external files from within a .tex document. mydoc.tex from above would then look like



documentclassarticle

usepackagefilecontents
beginfilecontentsjobname.bib
@articlesigfridsson,
author = Sigfridsson, Emma and Ryde, Ulf,
title = Comparison of methods for deriving atomic charges from the
electrostatic potential and moments,
journal = Journal of Computational Chemistry,
year = 1998,
volume = 19,
number = 4,
pages = 377-395,
doi = 10.1002/(SICI)1096-987X(199803)19:4<377::AID-JCC1>3.0.CO;2-P,

endfilecontents

begindocument
citesigfridsson
bibliographystyleplain
bibliographyjobname
enddocument


You would run LaTeX, BibTeX, LaTeX, LaTeX on that file and that would produce a document with a citation and a bibliography. The interesting bit is that the first LaTeX run will produce the .bib file mydoc.bib that is then used as the bibliography database.




Further reading



This answer was meant as a short comparison between manual thebibliography and .bib files with BibTeX/biblatex. It does not want to be a tutorial or showcase of BibTeX.



There are many tutorials and beginner's guides out there for bibliographies with LaTeX. Some are very good, others not so much.



I think https://www.dickimaw-books.com/latex/novices/html/biblio.html and https://www.dickimaw-books.com/latex/thesis/html/citations.html are very good places to start for thebibliography and BibTeX/biblatex.



For biblatex there is biblatex in a nutshell (for beginners).






share|improve this answer

























  • Wow thats the longest reply I have ever seen. Thank you

    – The man of your dream
    31 mins ago


















1














Just to make it clear: In your given code is an relevant error (you missed to define the filename the given code should be stored in: mybibfile.bib), it should be:



beginfilecontents*mybibfile.bib

@articleA1,
keywords = articles,
title=First Paper,
author=Green,
journal=Journal 1,
note=based on citeC2,
year=2014



That simply means (check also the documentation of filecontents with texdoc filecontents) that the following tex code in an mwe (and only in an mwe, for your work you need not to use filecontents) has an line like



bibliographymybibfile 


for bibtex or



addbibresourcemybibfile.bib


for biblatex and biber.



For you you would have two files, one called mybibfile.bib (containing the bib entrys you need in your tex document mwe.tex):



@articleA1,
keywords = articles,
title=First Paper,
author=Green,
journal=Journal 1,
note=based on citeC2,
year=2014



In your file mwe.tex you use this bib file as showed above. In your text you have then somewhere citeA1 to reference this bib entry.



Do not write the bibliography by your own with adding



beginthebibliography10
bibitemnotes John W. Dower emphReadings compiled for History 21.479. 1991.
bibitemimpj The Japan Reader emphImperial Japan 1800-1945 1973: Random House, N.Y.
endthebibliography


into mwe.tex. That too much ends with ugly errors you can omit using a bib file.



So the following MWE



RequirePackagefilecontents
beginfilecontents*mybibfile.bib
@articleA1,
keywords = articles,
title = First Paper,
author = Green,
journal = Journal 1,
note = based on citeC2,
year = 2014,

@bookadams,
title = The Restaurant at the End of the Universe,
author = Douglas Adams,
series = The Hitchhiker's Guide to the Galaxy,
publisher = Pan Macmillan,
year = 1980,

endfilecontents*


documentclass[10pt,a4paper]article

begindocument

This is text with citeA1 and citeadams.

bibliographystyleunsrt
bibliographymybibfile

enddocument


is equivalent to the usage in reality of the bib file mybibfile.bib



@articleA1,
keywords = articles,
title = First Paper,
author = Green,
journal = Journal 1,
note = based on citeC2,
year = 2014,

@bookadams,
title = The Restaurant at the End of the Universe,
author = Douglas Adams,
series = The Hitchhiker's Guide to the Galaxy,
publisher = Pan Macmillan,
year = 1980,



and the tex code in file mwe.tex in the same directory:



documentclass[10pt,a4paper]article

begindocument

This is text with citeA1 and citeadams.

bibliographystyleunsrt
bibliographymybibfile

enddocument


Conclusion:



Please read an introduction into LaTeX and bibtex and using bib files!






share|improve this answer

























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "85"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482318%2fshould-i-cite-using-beginthebibliography-or-beginfilecontents%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2














    For practical purposes the distinction that should be made is not between thebibliography on one side and filecontents on the other, but between thebibliography on one side and .bib files and BibTeX on the other.



    In the bibliography context filecontents is usually only used to make example files self-contained and produce a .bib file for use with BibTeX. That is why you will find many mentions of it here, but in production use one would normally not use it. (I don't doubt that some people do, maybe because they find it more convenient, or maybe because they picked it up as a habit from various sites on the web.)



    Manual thebibliography



    thebibliography is the manual way to produce bibliographies in citations. All LaTeX offers you here is basically a way to produce a list of labelled entries that can be referenced with cite. thebibliography usually works like an enumerate list that uses bibitem[<optional label>]<entry key> instead of item[<optional label>] and automatically sets a label that you can refer to with cite (instead of ref). Everything else is left to you. You have to write and format the entire entry, you have to sort the list, you have to assign labels if you don't want to use a numbered citation style.



    beginthebibliography2
    bibitemnotes John W. Dower emphReadings compiled for History 21.479. 1991.
    bibitemimpj The Japan Reader emphImperial Japan 1800-1945 1973: Random House, N.Y.
    endthebibliography


    Pros



    • The method is easy to get the hang of once you realise it is just a fancy enumerate.

    • You have full control over all details of the formatting and sorting of the entries.

    • No external programs are needed to compile the citations. It is enough to run LaTeX twice (or three times).

    Cons



    • There is a chance of inconsistencies since you have to format all entries by hand.

    • It is time consuming to change the bibliography style, since you have to manually reformat every entry. (Suppose you want the name format Dower, John W. instead of John W. Dower in all of your entries. You'd have to invert each and every name manually.)

    • When you add new entries, you need to make sure to get the sorting order right. This is especially tricky if you want to sort your bibliography in citation order so that in your text the first work you cite is numbered [1], the second [2] and so forth. Every time you move around a few sentences with citations you run the risk of having to check your sort order.

    • In case your bibliography entries have context-dependent features like disambiguation letters for works by the same author from the same year (Sigfridsson 2000a and Sigfridsson 2000b), you need to manually calculate those features and keep track of them if anything changes.

    For a handful bibliography entries with a straightforward bibliography style writing thebibliography manually is an option. But as soon as you plan on citing more works or want to be able to change the style easily or want to avoid inconsistencies other methods are usually better.




    .bib files (BibTeX)



    .bib files are a way to address many of the cons of a manual thebibliography by introducing another layer of abstraction and a middle man called BibTeX. .bib files contain the relevant bibliographic information of a work you want to cite in a systematic and machine-readable form.



    @articlesigfridsson,
    author = Sigfridsson, Emma and Ryde, Ulf,
    title = Comparison of methods for deriving atomic charges from the
    electrostatic potential and moments,
    journal = Journal of Computational Chemistry,
    year = 1998,
    volume = 19,
    number = 4,
    pages = 377-395,
    doi = 10.1002/(SICI)1096-987X(199803)19:4<377::AID-JCC1>3.0.CO;2-P,



    Instead of writing thebibliography manually you tell LaTeX about the bibliography style you would like to see your bibliography formatted in and BibTeX (a helper program, see Question mark or bold citation key instead of citation number) will produce the thebibliography environment for you (in the .bbl file), which LaTeX automatically reads and typesets.



    Assuming your .bib file called mybibfile.bib contains the above entry, you could cite it and produce a bibliography in your document called mydoc.tex with



    documentclassarticle

    begindocument
    citesigfridsson
    bibliographystyleplain
    bibliographymybibfile
    enddocument


    by running (at least) LaTeX, BibTeX, LaTeX, LaTeX (more precisely pdflatex mydoc, bibtex mydoc, pdflatex mydoc, pdflatex mydoc, assuming pdflatex is your preferred flavour of LaTeX) on that file.



    Pros



    • All entries are automatically formatted according to a given style. Inconsistencies are less likely.

    • Changing the output style is as easy as selecting another bibliographystyle.

    • Sorting happens automatically.

    • Extra information can be calculated on the fly for you.

    • It is much easier to re-use entries from other documents by just copying them over. They way BibTeX works means that you can have .bib entries in your .bib file that you don't cite. That means that it is possible to have one master .bib file for several documents with different bibliographies.

    Cons



    • You need an external program (BibTeX) and extra compilation steps (LaTeX, BibTeX, LaTeX, LaTeX instead of just LaTeX, LaTeX).

    • You need an external .bib file.

    • If you want to modify the format you need to learn to manipulate BibTeX styles (.bst files) with their reverse Polish notation.

    • You need to learn how to write .bib files and use the BibTeX ecosystem.


    .bib files (biblatex)



    There is actually another method that shares the same basic ideas of .bib files as the BibTeX approach: biblatex. From a user perspective the BibTeX method explained above and biblatex are not all that different: You have a .bib file, you have a few commands in your .tex file to tell LaTeX and its helper which bibliography style you want, you run an external program (with biblatex usually Biber instead of BibTeX, though biblatex also works with BibTeX as backend). But under the hood the two systems are very different. biblatex does not rely on thebibliography and completely reimplements all bibliographic and citation features. Its bibliography style programming language is not based on the reverse Polish notation from BibTeX, styles can be programmed directly in LaTeX.



    To the intents and purposes of this comparison the pros and cons of biblatex and BibTeX vs thebibliography are roughly the same. A detailed comparison can be found in bibtex vs. biber and biblatex vs. natbib.



    .bib files make sense if you have a larger bibliography and if you don't want to have to worry about consistency, formatting details and sorting. I usually recommend to use .bib files over manual thebibliography. Whether you want to use classical BibTeX or biblatex is a different matter (I'm biased towards biblatex, but there are reasons to prefer BibTeX over biblatex).




    filecontents



    As mentioned above filecontents is not really something that can be compared to thebibliography and the BibTeX or biblatex approach to bibliographies, it is just a way to produce external files from within a .tex document. mydoc.tex from above would then look like



    documentclassarticle

    usepackagefilecontents
    beginfilecontentsjobname.bib
    @articlesigfridsson,
    author = Sigfridsson, Emma and Ryde, Ulf,
    title = Comparison of methods for deriving atomic charges from the
    electrostatic potential and moments,
    journal = Journal of Computational Chemistry,
    year = 1998,
    volume = 19,
    number = 4,
    pages = 377-395,
    doi = 10.1002/(SICI)1096-987X(199803)19:4<377::AID-JCC1>3.0.CO;2-P,

    endfilecontents

    begindocument
    citesigfridsson
    bibliographystyleplain
    bibliographyjobname
    enddocument


    You would run LaTeX, BibTeX, LaTeX, LaTeX on that file and that would produce a document with a citation and a bibliography. The interesting bit is that the first LaTeX run will produce the .bib file mydoc.bib that is then used as the bibliography database.




    Further reading



    This answer was meant as a short comparison between manual thebibliography and .bib files with BibTeX/biblatex. It does not want to be a tutorial or showcase of BibTeX.



    There are many tutorials and beginner's guides out there for bibliographies with LaTeX. Some are very good, others not so much.



    I think https://www.dickimaw-books.com/latex/novices/html/biblio.html and https://www.dickimaw-books.com/latex/thesis/html/citations.html are very good places to start for thebibliography and BibTeX/biblatex.



    For biblatex there is biblatex in a nutshell (for beginners).






    share|improve this answer

























    • Wow thats the longest reply I have ever seen. Thank you

      – The man of your dream
      31 mins ago















    2














    For practical purposes the distinction that should be made is not between thebibliography on one side and filecontents on the other, but between thebibliography on one side and .bib files and BibTeX on the other.



    In the bibliography context filecontents is usually only used to make example files self-contained and produce a .bib file for use with BibTeX. That is why you will find many mentions of it here, but in production use one would normally not use it. (I don't doubt that some people do, maybe because they find it more convenient, or maybe because they picked it up as a habit from various sites on the web.)



    Manual thebibliography



    thebibliography is the manual way to produce bibliographies in citations. All LaTeX offers you here is basically a way to produce a list of labelled entries that can be referenced with cite. thebibliography usually works like an enumerate list that uses bibitem[<optional label>]<entry key> instead of item[<optional label>] and automatically sets a label that you can refer to with cite (instead of ref). Everything else is left to you. You have to write and format the entire entry, you have to sort the list, you have to assign labels if you don't want to use a numbered citation style.



    beginthebibliography2
    bibitemnotes John W. Dower emphReadings compiled for History 21.479. 1991.
    bibitemimpj The Japan Reader emphImperial Japan 1800-1945 1973: Random House, N.Y.
    endthebibliography


    Pros



    • The method is easy to get the hang of once you realise it is just a fancy enumerate.

    • You have full control over all details of the formatting and sorting of the entries.

    • No external programs are needed to compile the citations. It is enough to run LaTeX twice (or three times).

    Cons



    • There is a chance of inconsistencies since you have to format all entries by hand.

    • It is time consuming to change the bibliography style, since you have to manually reformat every entry. (Suppose you want the name format Dower, John W. instead of John W. Dower in all of your entries. You'd have to invert each and every name manually.)

    • When you add new entries, you need to make sure to get the sorting order right. This is especially tricky if you want to sort your bibliography in citation order so that in your text the first work you cite is numbered [1], the second [2] and so forth. Every time you move around a few sentences with citations you run the risk of having to check your sort order.

    • In case your bibliography entries have context-dependent features like disambiguation letters for works by the same author from the same year (Sigfridsson 2000a and Sigfridsson 2000b), you need to manually calculate those features and keep track of them if anything changes.

    For a handful bibliography entries with a straightforward bibliography style writing thebibliography manually is an option. But as soon as you plan on citing more works or want to be able to change the style easily or want to avoid inconsistencies other methods are usually better.




    .bib files (BibTeX)



    .bib files are a way to address many of the cons of a manual thebibliography by introducing another layer of abstraction and a middle man called BibTeX. .bib files contain the relevant bibliographic information of a work you want to cite in a systematic and machine-readable form.



    @articlesigfridsson,
    author = Sigfridsson, Emma and Ryde, Ulf,
    title = Comparison of methods for deriving atomic charges from the
    electrostatic potential and moments,
    journal = Journal of Computational Chemistry,
    year = 1998,
    volume = 19,
    number = 4,
    pages = 377-395,
    doi = 10.1002/(SICI)1096-987X(199803)19:4<377::AID-JCC1>3.0.CO;2-P,



    Instead of writing thebibliography manually you tell LaTeX about the bibliography style you would like to see your bibliography formatted in and BibTeX (a helper program, see Question mark or bold citation key instead of citation number) will produce the thebibliography environment for you (in the .bbl file), which LaTeX automatically reads and typesets.



    Assuming your .bib file called mybibfile.bib contains the above entry, you could cite it and produce a bibliography in your document called mydoc.tex with



    documentclassarticle

    begindocument
    citesigfridsson
    bibliographystyleplain
    bibliographymybibfile
    enddocument


    by running (at least) LaTeX, BibTeX, LaTeX, LaTeX (more precisely pdflatex mydoc, bibtex mydoc, pdflatex mydoc, pdflatex mydoc, assuming pdflatex is your preferred flavour of LaTeX) on that file.



    Pros



    • All entries are automatically formatted according to a given style. Inconsistencies are less likely.

    • Changing the output style is as easy as selecting another bibliographystyle.

    • Sorting happens automatically.

    • Extra information can be calculated on the fly for you.

    • It is much easier to re-use entries from other documents by just copying them over. They way BibTeX works means that you can have .bib entries in your .bib file that you don't cite. That means that it is possible to have one master .bib file for several documents with different bibliographies.

    Cons



    • You need an external program (BibTeX) and extra compilation steps (LaTeX, BibTeX, LaTeX, LaTeX instead of just LaTeX, LaTeX).

    • You need an external .bib file.

    • If you want to modify the format you need to learn to manipulate BibTeX styles (.bst files) with their reverse Polish notation.

    • You need to learn how to write .bib files and use the BibTeX ecosystem.


    .bib files (biblatex)



    There is actually another method that shares the same basic ideas of .bib files as the BibTeX approach: biblatex. From a user perspective the BibTeX method explained above and biblatex are not all that different: You have a .bib file, you have a few commands in your .tex file to tell LaTeX and its helper which bibliography style you want, you run an external program (with biblatex usually Biber instead of BibTeX, though biblatex also works with BibTeX as backend). But under the hood the two systems are very different. biblatex does not rely on thebibliography and completely reimplements all bibliographic and citation features. Its bibliography style programming language is not based on the reverse Polish notation from BibTeX, styles can be programmed directly in LaTeX.



    To the intents and purposes of this comparison the pros and cons of biblatex and BibTeX vs thebibliography are roughly the same. A detailed comparison can be found in bibtex vs. biber and biblatex vs. natbib.



    .bib files make sense if you have a larger bibliography and if you don't want to have to worry about consistency, formatting details and sorting. I usually recommend to use .bib files over manual thebibliography. Whether you want to use classical BibTeX or biblatex is a different matter (I'm biased towards biblatex, but there are reasons to prefer BibTeX over biblatex).




    filecontents



    As mentioned above filecontents is not really something that can be compared to thebibliography and the BibTeX or biblatex approach to bibliographies, it is just a way to produce external files from within a .tex document. mydoc.tex from above would then look like



    documentclassarticle

    usepackagefilecontents
    beginfilecontentsjobname.bib
    @articlesigfridsson,
    author = Sigfridsson, Emma and Ryde, Ulf,
    title = Comparison of methods for deriving atomic charges from the
    electrostatic potential and moments,
    journal = Journal of Computational Chemistry,
    year = 1998,
    volume = 19,
    number = 4,
    pages = 377-395,
    doi = 10.1002/(SICI)1096-987X(199803)19:4<377::AID-JCC1>3.0.CO;2-P,

    endfilecontents

    begindocument
    citesigfridsson
    bibliographystyleplain
    bibliographyjobname
    enddocument


    You would run LaTeX, BibTeX, LaTeX, LaTeX on that file and that would produce a document with a citation and a bibliography. The interesting bit is that the first LaTeX run will produce the .bib file mydoc.bib that is then used as the bibliography database.




    Further reading



    This answer was meant as a short comparison between manual thebibliography and .bib files with BibTeX/biblatex. It does not want to be a tutorial or showcase of BibTeX.



    There are many tutorials and beginner's guides out there for bibliographies with LaTeX. Some are very good, others not so much.



    I think https://www.dickimaw-books.com/latex/novices/html/biblio.html and https://www.dickimaw-books.com/latex/thesis/html/citations.html are very good places to start for thebibliography and BibTeX/biblatex.



    For biblatex there is biblatex in a nutshell (for beginners).






    share|improve this answer

























    • Wow thats the longest reply I have ever seen. Thank you

      – The man of your dream
      31 mins ago













    2












    2








    2







    For practical purposes the distinction that should be made is not between thebibliography on one side and filecontents on the other, but between thebibliography on one side and .bib files and BibTeX on the other.



    In the bibliography context filecontents is usually only used to make example files self-contained and produce a .bib file for use with BibTeX. That is why you will find many mentions of it here, but in production use one would normally not use it. (I don't doubt that some people do, maybe because they find it more convenient, or maybe because they picked it up as a habit from various sites on the web.)



    Manual thebibliography



    thebibliography is the manual way to produce bibliographies in citations. All LaTeX offers you here is basically a way to produce a list of labelled entries that can be referenced with cite. thebibliography usually works like an enumerate list that uses bibitem[<optional label>]<entry key> instead of item[<optional label>] and automatically sets a label that you can refer to with cite (instead of ref). Everything else is left to you. You have to write and format the entire entry, you have to sort the list, you have to assign labels if you don't want to use a numbered citation style.



    beginthebibliography2
    bibitemnotes John W. Dower emphReadings compiled for History 21.479. 1991.
    bibitemimpj The Japan Reader emphImperial Japan 1800-1945 1973: Random House, N.Y.
    endthebibliography


    Pros



    • The method is easy to get the hang of once you realise it is just a fancy enumerate.

    • You have full control over all details of the formatting and sorting of the entries.

    • No external programs are needed to compile the citations. It is enough to run LaTeX twice (or three times).

    Cons



    • There is a chance of inconsistencies since you have to format all entries by hand.

    • It is time consuming to change the bibliography style, since you have to manually reformat every entry. (Suppose you want the name format Dower, John W. instead of John W. Dower in all of your entries. You'd have to invert each and every name manually.)

    • When you add new entries, you need to make sure to get the sorting order right. This is especially tricky if you want to sort your bibliography in citation order so that in your text the first work you cite is numbered [1], the second [2] and so forth. Every time you move around a few sentences with citations you run the risk of having to check your sort order.

    • In case your bibliography entries have context-dependent features like disambiguation letters for works by the same author from the same year (Sigfridsson 2000a and Sigfridsson 2000b), you need to manually calculate those features and keep track of them if anything changes.

    For a handful bibliography entries with a straightforward bibliography style writing thebibliography manually is an option. But as soon as you plan on citing more works or want to be able to change the style easily or want to avoid inconsistencies other methods are usually better.




    .bib files (BibTeX)



    .bib files are a way to address many of the cons of a manual thebibliography by introducing another layer of abstraction and a middle man called BibTeX. .bib files contain the relevant bibliographic information of a work you want to cite in a systematic and machine-readable form.



    @articlesigfridsson,
    author = Sigfridsson, Emma and Ryde, Ulf,
    title = Comparison of methods for deriving atomic charges from the
    electrostatic potential and moments,
    journal = Journal of Computational Chemistry,
    year = 1998,
    volume = 19,
    number = 4,
    pages = 377-395,
    doi = 10.1002/(SICI)1096-987X(199803)19:4<377::AID-JCC1>3.0.CO;2-P,



    Instead of writing thebibliography manually you tell LaTeX about the bibliography style you would like to see your bibliography formatted in and BibTeX (a helper program, see Question mark or bold citation key instead of citation number) will produce the thebibliography environment for you (in the .bbl file), which LaTeX automatically reads and typesets.



    Assuming your .bib file called mybibfile.bib contains the above entry, you could cite it and produce a bibliography in your document called mydoc.tex with



    documentclassarticle

    begindocument
    citesigfridsson
    bibliographystyleplain
    bibliographymybibfile
    enddocument


    by running (at least) LaTeX, BibTeX, LaTeX, LaTeX (more precisely pdflatex mydoc, bibtex mydoc, pdflatex mydoc, pdflatex mydoc, assuming pdflatex is your preferred flavour of LaTeX) on that file.



    Pros



    • All entries are automatically formatted according to a given style. Inconsistencies are less likely.

    • Changing the output style is as easy as selecting another bibliographystyle.

    • Sorting happens automatically.

    • Extra information can be calculated on the fly for you.

    • It is much easier to re-use entries from other documents by just copying them over. They way BibTeX works means that you can have .bib entries in your .bib file that you don't cite. That means that it is possible to have one master .bib file for several documents with different bibliographies.

    Cons



    • You need an external program (BibTeX) and extra compilation steps (LaTeX, BibTeX, LaTeX, LaTeX instead of just LaTeX, LaTeX).

    • You need an external .bib file.

    • If you want to modify the format you need to learn to manipulate BibTeX styles (.bst files) with their reverse Polish notation.

    • You need to learn how to write .bib files and use the BibTeX ecosystem.


    .bib files (biblatex)



    There is actually another method that shares the same basic ideas of .bib files as the BibTeX approach: biblatex. From a user perspective the BibTeX method explained above and biblatex are not all that different: You have a .bib file, you have a few commands in your .tex file to tell LaTeX and its helper which bibliography style you want, you run an external program (with biblatex usually Biber instead of BibTeX, though biblatex also works with BibTeX as backend). But under the hood the two systems are very different. biblatex does not rely on thebibliography and completely reimplements all bibliographic and citation features. Its bibliography style programming language is not based on the reverse Polish notation from BibTeX, styles can be programmed directly in LaTeX.



    To the intents and purposes of this comparison the pros and cons of biblatex and BibTeX vs thebibliography are roughly the same. A detailed comparison can be found in bibtex vs. biber and biblatex vs. natbib.



    .bib files make sense if you have a larger bibliography and if you don't want to have to worry about consistency, formatting details and sorting. I usually recommend to use .bib files over manual thebibliography. Whether you want to use classical BibTeX or biblatex is a different matter (I'm biased towards biblatex, but there are reasons to prefer BibTeX over biblatex).




    filecontents



    As mentioned above filecontents is not really something that can be compared to thebibliography and the BibTeX or biblatex approach to bibliographies, it is just a way to produce external files from within a .tex document. mydoc.tex from above would then look like



    documentclassarticle

    usepackagefilecontents
    beginfilecontentsjobname.bib
    @articlesigfridsson,
    author = Sigfridsson, Emma and Ryde, Ulf,
    title = Comparison of methods for deriving atomic charges from the
    electrostatic potential and moments,
    journal = Journal of Computational Chemistry,
    year = 1998,
    volume = 19,
    number = 4,
    pages = 377-395,
    doi = 10.1002/(SICI)1096-987X(199803)19:4<377::AID-JCC1>3.0.CO;2-P,

    endfilecontents

    begindocument
    citesigfridsson
    bibliographystyleplain
    bibliographyjobname
    enddocument


    You would run LaTeX, BibTeX, LaTeX, LaTeX on that file and that would produce a document with a citation and a bibliography. The interesting bit is that the first LaTeX run will produce the .bib file mydoc.bib that is then used as the bibliography database.




    Further reading



    This answer was meant as a short comparison between manual thebibliography and .bib files with BibTeX/biblatex. It does not want to be a tutorial or showcase of BibTeX.



    There are many tutorials and beginner's guides out there for bibliographies with LaTeX. Some are very good, others not so much.



    I think https://www.dickimaw-books.com/latex/novices/html/biblio.html and https://www.dickimaw-books.com/latex/thesis/html/citations.html are very good places to start for thebibliography and BibTeX/biblatex.



    For biblatex there is biblatex in a nutshell (for beginners).






    share|improve this answer















    For practical purposes the distinction that should be made is not between thebibliography on one side and filecontents on the other, but between thebibliography on one side and .bib files and BibTeX on the other.



    In the bibliography context filecontents is usually only used to make example files self-contained and produce a .bib file for use with BibTeX. That is why you will find many mentions of it here, but in production use one would normally not use it. (I don't doubt that some people do, maybe because they find it more convenient, or maybe because they picked it up as a habit from various sites on the web.)



    Manual thebibliography



    thebibliography is the manual way to produce bibliographies in citations. All LaTeX offers you here is basically a way to produce a list of labelled entries that can be referenced with cite. thebibliography usually works like an enumerate list that uses bibitem[<optional label>]<entry key> instead of item[<optional label>] and automatically sets a label that you can refer to with cite (instead of ref). Everything else is left to you. You have to write and format the entire entry, you have to sort the list, you have to assign labels if you don't want to use a numbered citation style.



    beginthebibliography2
    bibitemnotes John W. Dower emphReadings compiled for History 21.479. 1991.
    bibitemimpj The Japan Reader emphImperial Japan 1800-1945 1973: Random House, N.Y.
    endthebibliography


    Pros



    • The method is easy to get the hang of once you realise it is just a fancy enumerate.

    • You have full control over all details of the formatting and sorting of the entries.

    • No external programs are needed to compile the citations. It is enough to run LaTeX twice (or three times).

    Cons



    • There is a chance of inconsistencies since you have to format all entries by hand.

    • It is time consuming to change the bibliography style, since you have to manually reformat every entry. (Suppose you want the name format Dower, John W. instead of John W. Dower in all of your entries. You'd have to invert each and every name manually.)

    • When you add new entries, you need to make sure to get the sorting order right. This is especially tricky if you want to sort your bibliography in citation order so that in your text the first work you cite is numbered [1], the second [2] and so forth. Every time you move around a few sentences with citations you run the risk of having to check your sort order.

    • In case your bibliography entries have context-dependent features like disambiguation letters for works by the same author from the same year (Sigfridsson 2000a and Sigfridsson 2000b), you need to manually calculate those features and keep track of them if anything changes.

    For a handful bibliography entries with a straightforward bibliography style writing thebibliography manually is an option. But as soon as you plan on citing more works or want to be able to change the style easily or want to avoid inconsistencies other methods are usually better.




    .bib files (BibTeX)



    .bib files are a way to address many of the cons of a manual thebibliography by introducing another layer of abstraction and a middle man called BibTeX. .bib files contain the relevant bibliographic information of a work you want to cite in a systematic and machine-readable form.



    @articlesigfridsson,
    author = Sigfridsson, Emma and Ryde, Ulf,
    title = Comparison of methods for deriving atomic charges from the
    electrostatic potential and moments,
    journal = Journal of Computational Chemistry,
    year = 1998,
    volume = 19,
    number = 4,
    pages = 377-395,
    doi = 10.1002/(SICI)1096-987X(199803)19:4<377::AID-JCC1>3.0.CO;2-P,



    Instead of writing thebibliography manually you tell LaTeX about the bibliography style you would like to see your bibliography formatted in and BibTeX (a helper program, see Question mark or bold citation key instead of citation number) will produce the thebibliography environment for you (in the .bbl file), which LaTeX automatically reads and typesets.



    Assuming your .bib file called mybibfile.bib contains the above entry, you could cite it and produce a bibliography in your document called mydoc.tex with



    documentclassarticle

    begindocument
    citesigfridsson
    bibliographystyleplain
    bibliographymybibfile
    enddocument


    by running (at least) LaTeX, BibTeX, LaTeX, LaTeX (more precisely pdflatex mydoc, bibtex mydoc, pdflatex mydoc, pdflatex mydoc, assuming pdflatex is your preferred flavour of LaTeX) on that file.



    Pros



    • All entries are automatically formatted according to a given style. Inconsistencies are less likely.

    • Changing the output style is as easy as selecting another bibliographystyle.

    • Sorting happens automatically.

    • Extra information can be calculated on the fly for you.

    • It is much easier to re-use entries from other documents by just copying them over. They way BibTeX works means that you can have .bib entries in your .bib file that you don't cite. That means that it is possible to have one master .bib file for several documents with different bibliographies.

    Cons



    • You need an external program (BibTeX) and extra compilation steps (LaTeX, BibTeX, LaTeX, LaTeX instead of just LaTeX, LaTeX).

    • You need an external .bib file.

    • If you want to modify the format you need to learn to manipulate BibTeX styles (.bst files) with their reverse Polish notation.

    • You need to learn how to write .bib files and use the BibTeX ecosystem.


    .bib files (biblatex)



    There is actually another method that shares the same basic ideas of .bib files as the BibTeX approach: biblatex. From a user perspective the BibTeX method explained above and biblatex are not all that different: You have a .bib file, you have a few commands in your .tex file to tell LaTeX and its helper which bibliography style you want, you run an external program (with biblatex usually Biber instead of BibTeX, though biblatex also works with BibTeX as backend). But under the hood the two systems are very different. biblatex does not rely on thebibliography and completely reimplements all bibliographic and citation features. Its bibliography style programming language is not based on the reverse Polish notation from BibTeX, styles can be programmed directly in LaTeX.



    To the intents and purposes of this comparison the pros and cons of biblatex and BibTeX vs thebibliography are roughly the same. A detailed comparison can be found in bibtex vs. biber and biblatex vs. natbib.



    .bib files make sense if you have a larger bibliography and if you don't want to have to worry about consistency, formatting details and sorting. I usually recommend to use .bib files over manual thebibliography. Whether you want to use classical BibTeX or biblatex is a different matter (I'm biased towards biblatex, but there are reasons to prefer BibTeX over biblatex).




    filecontents



    As mentioned above filecontents is not really something that can be compared to thebibliography and the BibTeX or biblatex approach to bibliographies, it is just a way to produce external files from within a .tex document. mydoc.tex from above would then look like



    documentclassarticle

    usepackagefilecontents
    beginfilecontentsjobname.bib
    @articlesigfridsson,
    author = Sigfridsson, Emma and Ryde, Ulf,
    title = Comparison of methods for deriving atomic charges from the
    electrostatic potential and moments,
    journal = Journal of Computational Chemistry,
    year = 1998,
    volume = 19,
    number = 4,
    pages = 377-395,
    doi = 10.1002/(SICI)1096-987X(199803)19:4<377::AID-JCC1>3.0.CO;2-P,

    endfilecontents

    begindocument
    citesigfridsson
    bibliographystyleplain
    bibliographyjobname
    enddocument


    You would run LaTeX, BibTeX, LaTeX, LaTeX on that file and that would produce a document with a citation and a bibliography. The interesting bit is that the first LaTeX run will produce the .bib file mydoc.bib that is then used as the bibliography database.




    Further reading



    This answer was meant as a short comparison between manual thebibliography and .bib files with BibTeX/biblatex. It does not want to be a tutorial or showcase of BibTeX.



    There are many tutorials and beginner's guides out there for bibliographies with LaTeX. Some are very good, others not so much.



    I think https://www.dickimaw-books.com/latex/novices/html/biblio.html and https://www.dickimaw-books.com/latex/thesis/html/citations.html are very good places to start for thebibliography and BibTeX/biblatex.



    For biblatex there is biblatex in a nutshell (for beginners).







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited 1 hour ago

























    answered 2 hours ago









    moewemoewe

    95.6k10116358




    95.6k10116358












    • Wow thats the longest reply I have ever seen. Thank you

      – The man of your dream
      31 mins ago

















    • Wow thats the longest reply I have ever seen. Thank you

      – The man of your dream
      31 mins ago
















    Wow thats the longest reply I have ever seen. Thank you

    – The man of your dream
    31 mins ago





    Wow thats the longest reply I have ever seen. Thank you

    – The man of your dream
    31 mins ago











    1














    Just to make it clear: In your given code is an relevant error (you missed to define the filename the given code should be stored in: mybibfile.bib), it should be:



    beginfilecontents*mybibfile.bib

    @articleA1,
    keywords = articles,
    title=First Paper,
    author=Green,
    journal=Journal 1,
    note=based on citeC2,
    year=2014



    That simply means (check also the documentation of filecontents with texdoc filecontents) that the following tex code in an mwe (and only in an mwe, for your work you need not to use filecontents) has an line like



    bibliographymybibfile 


    for bibtex or



    addbibresourcemybibfile.bib


    for biblatex and biber.



    For you you would have two files, one called mybibfile.bib (containing the bib entrys you need in your tex document mwe.tex):



    @articleA1,
    keywords = articles,
    title=First Paper,
    author=Green,
    journal=Journal 1,
    note=based on citeC2,
    year=2014



    In your file mwe.tex you use this bib file as showed above. In your text you have then somewhere citeA1 to reference this bib entry.



    Do not write the bibliography by your own with adding



    beginthebibliography10
    bibitemnotes John W. Dower emphReadings compiled for History 21.479. 1991.
    bibitemimpj The Japan Reader emphImperial Japan 1800-1945 1973: Random House, N.Y.
    endthebibliography


    into mwe.tex. That too much ends with ugly errors you can omit using a bib file.



    So the following MWE



    RequirePackagefilecontents
    beginfilecontents*mybibfile.bib
    @articleA1,
    keywords = articles,
    title = First Paper,
    author = Green,
    journal = Journal 1,
    note = based on citeC2,
    year = 2014,

    @bookadams,
    title = The Restaurant at the End of the Universe,
    author = Douglas Adams,
    series = The Hitchhiker's Guide to the Galaxy,
    publisher = Pan Macmillan,
    year = 1980,

    endfilecontents*


    documentclass[10pt,a4paper]article

    begindocument

    This is text with citeA1 and citeadams.

    bibliographystyleunsrt
    bibliographymybibfile

    enddocument


    is equivalent to the usage in reality of the bib file mybibfile.bib



    @articleA1,
    keywords = articles,
    title = First Paper,
    author = Green,
    journal = Journal 1,
    note = based on citeC2,
    year = 2014,

    @bookadams,
    title = The Restaurant at the End of the Universe,
    author = Douglas Adams,
    series = The Hitchhiker's Guide to the Galaxy,
    publisher = Pan Macmillan,
    year = 1980,



    and the tex code in file mwe.tex in the same directory:



    documentclass[10pt,a4paper]article

    begindocument

    This is text with citeA1 and citeadams.

    bibliographystyleunsrt
    bibliographymybibfile

    enddocument


    Conclusion:



    Please read an introduction into LaTeX and bibtex and using bib files!






    share|improve this answer





























      1














      Just to make it clear: In your given code is an relevant error (you missed to define the filename the given code should be stored in: mybibfile.bib), it should be:



      beginfilecontents*mybibfile.bib

      @articleA1,
      keywords = articles,
      title=First Paper,
      author=Green,
      journal=Journal 1,
      note=based on citeC2,
      year=2014



      That simply means (check also the documentation of filecontents with texdoc filecontents) that the following tex code in an mwe (and only in an mwe, for your work you need not to use filecontents) has an line like



      bibliographymybibfile 


      for bibtex or



      addbibresourcemybibfile.bib


      for biblatex and biber.



      For you you would have two files, one called mybibfile.bib (containing the bib entrys you need in your tex document mwe.tex):



      @articleA1,
      keywords = articles,
      title=First Paper,
      author=Green,
      journal=Journal 1,
      note=based on citeC2,
      year=2014



      In your file mwe.tex you use this bib file as showed above. In your text you have then somewhere citeA1 to reference this bib entry.



      Do not write the bibliography by your own with adding



      beginthebibliography10
      bibitemnotes John W. Dower emphReadings compiled for History 21.479. 1991.
      bibitemimpj The Japan Reader emphImperial Japan 1800-1945 1973: Random House, N.Y.
      endthebibliography


      into mwe.tex. That too much ends with ugly errors you can omit using a bib file.



      So the following MWE



      RequirePackagefilecontents
      beginfilecontents*mybibfile.bib
      @articleA1,
      keywords = articles,
      title = First Paper,
      author = Green,
      journal = Journal 1,
      note = based on citeC2,
      year = 2014,

      @bookadams,
      title = The Restaurant at the End of the Universe,
      author = Douglas Adams,
      series = The Hitchhiker's Guide to the Galaxy,
      publisher = Pan Macmillan,
      year = 1980,

      endfilecontents*


      documentclass[10pt,a4paper]article

      begindocument

      This is text with citeA1 and citeadams.

      bibliographystyleunsrt
      bibliographymybibfile

      enddocument


      is equivalent to the usage in reality of the bib file mybibfile.bib



      @articleA1,
      keywords = articles,
      title = First Paper,
      author = Green,
      journal = Journal 1,
      note = based on citeC2,
      year = 2014,

      @bookadams,
      title = The Restaurant at the End of the Universe,
      author = Douglas Adams,
      series = The Hitchhiker's Guide to the Galaxy,
      publisher = Pan Macmillan,
      year = 1980,



      and the tex code in file mwe.tex in the same directory:



      documentclass[10pt,a4paper]article

      begindocument

      This is text with citeA1 and citeadams.

      bibliographystyleunsrt
      bibliographymybibfile

      enddocument


      Conclusion:



      Please read an introduction into LaTeX and bibtex and using bib files!






      share|improve this answer



























        1












        1








        1







        Just to make it clear: In your given code is an relevant error (you missed to define the filename the given code should be stored in: mybibfile.bib), it should be:



        beginfilecontents*mybibfile.bib

        @articleA1,
        keywords = articles,
        title=First Paper,
        author=Green,
        journal=Journal 1,
        note=based on citeC2,
        year=2014



        That simply means (check also the documentation of filecontents with texdoc filecontents) that the following tex code in an mwe (and only in an mwe, for your work you need not to use filecontents) has an line like



        bibliographymybibfile 


        for bibtex or



        addbibresourcemybibfile.bib


        for biblatex and biber.



        For you you would have two files, one called mybibfile.bib (containing the bib entrys you need in your tex document mwe.tex):



        @articleA1,
        keywords = articles,
        title=First Paper,
        author=Green,
        journal=Journal 1,
        note=based on citeC2,
        year=2014



        In your file mwe.tex you use this bib file as showed above. In your text you have then somewhere citeA1 to reference this bib entry.



        Do not write the bibliography by your own with adding



        beginthebibliography10
        bibitemnotes John W. Dower emphReadings compiled for History 21.479. 1991.
        bibitemimpj The Japan Reader emphImperial Japan 1800-1945 1973: Random House, N.Y.
        endthebibliography


        into mwe.tex. That too much ends with ugly errors you can omit using a bib file.



        So the following MWE



        RequirePackagefilecontents
        beginfilecontents*mybibfile.bib
        @articleA1,
        keywords = articles,
        title = First Paper,
        author = Green,
        journal = Journal 1,
        note = based on citeC2,
        year = 2014,

        @bookadams,
        title = The Restaurant at the End of the Universe,
        author = Douglas Adams,
        series = The Hitchhiker's Guide to the Galaxy,
        publisher = Pan Macmillan,
        year = 1980,

        endfilecontents*


        documentclass[10pt,a4paper]article

        begindocument

        This is text with citeA1 and citeadams.

        bibliographystyleunsrt
        bibliographymybibfile

        enddocument


        is equivalent to the usage in reality of the bib file mybibfile.bib



        @articleA1,
        keywords = articles,
        title = First Paper,
        author = Green,
        journal = Journal 1,
        note = based on citeC2,
        year = 2014,

        @bookadams,
        title = The Restaurant at the End of the Universe,
        author = Douglas Adams,
        series = The Hitchhiker's Guide to the Galaxy,
        publisher = Pan Macmillan,
        year = 1980,



        and the tex code in file mwe.tex in the same directory:



        documentclass[10pt,a4paper]article

        begindocument

        This is text with citeA1 and citeadams.

        bibliographystyleunsrt
        bibliographymybibfile

        enddocument


        Conclusion:



        Please read an introduction into LaTeX and bibtex and using bib files!






        share|improve this answer















        Just to make it clear: In your given code is an relevant error (you missed to define the filename the given code should be stored in: mybibfile.bib), it should be:



        beginfilecontents*mybibfile.bib

        @articleA1,
        keywords = articles,
        title=First Paper,
        author=Green,
        journal=Journal 1,
        note=based on citeC2,
        year=2014



        That simply means (check also the documentation of filecontents with texdoc filecontents) that the following tex code in an mwe (and only in an mwe, for your work you need not to use filecontents) has an line like



        bibliographymybibfile 


        for bibtex or



        addbibresourcemybibfile.bib


        for biblatex and biber.



        For you you would have two files, one called mybibfile.bib (containing the bib entrys you need in your tex document mwe.tex):



        @articleA1,
        keywords = articles,
        title=First Paper,
        author=Green,
        journal=Journal 1,
        note=based on citeC2,
        year=2014



        In your file mwe.tex you use this bib file as showed above. In your text you have then somewhere citeA1 to reference this bib entry.



        Do not write the bibliography by your own with adding



        beginthebibliography10
        bibitemnotes John W. Dower emphReadings compiled for History 21.479. 1991.
        bibitemimpj The Japan Reader emphImperial Japan 1800-1945 1973: Random House, N.Y.
        endthebibliography


        into mwe.tex. That too much ends with ugly errors you can omit using a bib file.



        So the following MWE



        RequirePackagefilecontents
        beginfilecontents*mybibfile.bib
        @articleA1,
        keywords = articles,
        title = First Paper,
        author = Green,
        journal = Journal 1,
        note = based on citeC2,
        year = 2014,

        @bookadams,
        title = The Restaurant at the End of the Universe,
        author = Douglas Adams,
        series = The Hitchhiker's Guide to the Galaxy,
        publisher = Pan Macmillan,
        year = 1980,

        endfilecontents*


        documentclass[10pt,a4paper]article

        begindocument

        This is text with citeA1 and citeadams.

        bibliographystyleunsrt
        bibliographymybibfile

        enddocument


        is equivalent to the usage in reality of the bib file mybibfile.bib



        @articleA1,
        keywords = articles,
        title = First Paper,
        author = Green,
        journal = Journal 1,
        note = based on citeC2,
        year = 2014,

        @bookadams,
        title = The Restaurant at the End of the Universe,
        author = Douglas Adams,
        series = The Hitchhiker's Guide to the Galaxy,
        publisher = Pan Macmillan,
        year = 1980,



        and the tex code in file mwe.tex in the same directory:



        documentclass[10pt,a4paper]article

        begindocument

        This is text with citeA1 and citeadams.

        bibliographystyleunsrt
        bibliographymybibfile

        enddocument


        Conclusion:



        Please read an introduction into LaTeX and bibtex and using bib files!







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 2 hours ago

























        answered 2 hours ago









        KurtKurt

        40.1k850164




        40.1k850164



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid …


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482318%2fshould-i-cite-using-beginthebibliography-or-beginfilecontents%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            What does “fit” mean in this sentence? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How does 'jealousy' mean 'suspicion'?What does “not so say” mean?Does “somebody of my caliber” mean the speaker themselves?“accounting for high fasting blood glucose”- help about the meaningWhat does “cloaked by NDA” mean in this context?What does it mean by 'community ownership' in this context?What does “human corroborators” mean in this context?What does “everything but a fire” mean in this context?What does “run” mean here?What does “rabbited” mean/imply in this sentence?

            History of India Contents Prehistoric era (until c. 3300 BCE) Bronze Age – "First urbanisation" (c. 3300 – c. 1800 BCE) Climate change, de-urbanisation, and Indo-Aryan migrations (c.1800 – 1500 BCE) Iron Age - Vedic period (c. 1500 – c. 600 BCE) "Second urbanisation" (c. 600 – c. 200 BCE) Classical to early medieval periods (c. 200 BCE – c. 1200 CE) Late medieval period (c. 1200 – 1526 CE) Early modern period (c. 1526–1858 CE) Modern period and independence (after c. 1850 CE) Historiography See also References Further reading External links Navigation menureviewedee[update]The crisisThe Evolution and History of Human Populations in South Asia: Inter-disciplinary Studies in Archaeology, Biological Anthropology, Linguistics and GeneticsThe Ancient Indus: Urbanism, Economy, and Society"Indus River Valley Civilizations"The Ancient Indus: Urbanism, Economy, and Society"India before the British: The Mughal Empire and its Rivals, 1526–1857"Why Europe Grew Rich and Asia Did Not: Global Economic Divergence, 1600–1850Development Centre Studies The World Economy Historical Statistics: Historical StatisticsDeveloping cultures: case studiesEthnic Groups of South Asia and the Pacific: An Encyclopedia: An Encyclopedia"Indian Economy During British Rule""Economic Impact of the British Rule in India | Indian History"The Bone Readers: Science and Politics in Human Origins Research"Out of Africa: new hypotheses and evidence for the dispersal of Homo sapiens along the Indian Ocean rim"10.3109/0301446100363924920334598"Genetic and archaeological perspectives on the initial modern human colonization of southern Asia"2013PNAS..11010699M10.1073/pnas.1306043110369678523754394"Edakkal Caves|Places Around in Wayanad"Protecting megaliths to keep history alive The Hindu daily"Archaeologists rock solid behind Edakkal Cave"The Global Prehistory of Human Migration"Indus Valley 2,000 years older than thought"the original"Stepwells -Cosmology of Subterranean Architecture as seen in Adalaj"A History of Ancient and Early medieval India : from the Stone Age to the 12th century"Stone celts in Harappa"the original"Peoples and languages in pre-islamic Indus valley"the original"The Sindhi language"the originalThe Aryan chromosome"Fluvial landscapes of the Harappan Civilization"2012PNAS..109E1688G10.1073/pnas.1112743109338705422645375"Is River Ghaggar, Saraswati? Geochemical Constraints""An Ancient Civilization, Upended by Climate Change""Huge Ancient Civilization's Collapse Explained"2003GeoRL..30.1425S10.1029/2002GL0168222006QSRv...25.1283M10.1016/j.quascirev.2005.10.0122011QuInt.229..140M10.1016/j.quaint.2009.11.012Climate Change and the Course of Global History: A Rough JourneyA History of Ancient and Early Medieval India: From the Stone Age to the 12th CenturyA History of Ancient and Mediaeval India: From the Stone Age to the 12th CenturyAntennae SwordA History of IndiaA History of IndiaAn Introduction to Hinduism"India: The Late 2nd Millennium and the Reemergence of Urbanism"The Coinage of Ancient IndiaA Sanskrit reader: with vocabulary and notesPedigree: the origins of words from nature"Early Sanskritization. Origins and Development of the Kuru State"10.11588/ejvs.1995.4.823The Sanskrit epics, Part 2The City in South AsiaThe UpanishadsAn Introduction to HinduismReligions of the World, Second Edition: A Comprehensive Encyclopedia of Beliefs and PracticesA History of Ancient and Early Medieval India: From the Stone Age to the 12th CenturyEarly India: From the Origins to AD 1300Republics in ancient Indiapp. 83ff"Magadha Empire""Lumbini Development Trust: Restoring the Lumbini Garden"the originalThe great armies of antiquityarchived"The Achaemenid Persian Empire (550–330 B.C.)""East–West Orientation of Historical Empires"1076-156X"Dinner on the Grand Trunk Road"10.2307/32502263250226"Silappathikaram Tamil Literature"the originalManimekalai – English transliteration of Tamil originalIndian Temple Architecture: Form and Transformation : the Karṇāṭa Drāviḍa Tradition, 7th to 13th CenturiesBuddhist ArchitectureA History of India"The World Economy (GDP) : Historical Statistics by Professor Angus Maddison"The World Economy – Volume 1: A Millennial Perspective and Volume 2: Historical Statistics10.2307/32502140004-36483250214A Comprehensive History of India: Volume 2Between the Empires: Society in India, 300 to 400Emergence of Viṣṇu and Śiva Images in India: Numismatic and Sculptural Evidence"Parthian Pair of Earrings"the originalThe Medical Times and Gazette, Volume 1Greatest emporium in the worldThe Cambridge History of Ancient China: From the Origins of Civilization to 221 BCBuddhist Records of the Western WorldArchaeology in Soviet Central AsiaThe Grandeur of Gandhara: The Ancient Buddhist Civilization of the Swat, Peshawar, Kabul and Indus ValleysIndian Sculpture: Circa 500 B.C.-A.D. 700"The History of Pakistan: The Kushans"Gupta Dynasty – MSN Encartathe original"India – Historical Setting – The Classical Age – Gupta and Harsha""Gupta Dynasty, Golden Age Of India"the original"The Age of the Guptas and After"the originalNumber Theory and Its History"Gupta dynasty (Indian dynasty)""Gupta dynasty: empire in 4th century"the original"The Story of India – Photo Gallery"The ASI say499315420"Pallava script"p. 145"CNG: eAuction 329. INDIA, Post-Gupta (Ganges Valley). Vardhanas of Thanesar and Kanauj. Harshavardhana. Circa AD 606–647. AR Drachm (13mm, 2.28 g, 1h)""Harsha""Sthanvishvara (historical region, India)""Harsha (Indian emperor)"Shyama Kumar Chattopadhyaya (2000) The Philosophy of Sankar's Advaita VedantaShankara's IntroductionShankara's Introduction19373677Shankara's IntroductionIs The Buddhist 'No-Self' Doctrine Compatible With Pursuing Nirvana?The Seven Spiritual Laws Of YogaIndia: The Ancient Past. A History of the Indian-Subcontinent from 7000 BC to AD 1200The Kashmir Series: Glimpses of Kashmiri Culture – Vivekananda Kendra, Kanyakumari (p. 57).Al-Hind: Early Medieval India and the Expansion of Islam, 7th–11th CenturiesHistory of GopāchalaLand of Two Rivers: A History of Bengal from the Mahabharata to MujibEuropean Trade and Colonial ConquestA History of IndiaA Comprehensive History Of Ancient India (3 Vol. Set)"The Last Years of Cholas: The decline and fall of a dynasty"the originalFascinating Hindutva: Saffron Politics and Dalit MobilisationGazetteer of the province of OudhAl- Hind: The slave kings and the Islamic conquest. 2"Shahi Family"The Cambridge history of Islam"Ameer Nasir-ood-deen Subooktugeen"Gazetteer of the Attock District, 1930, Part 1Land of seven rivers: History of India's GeographyTemple Desecration and Indo-Muslim StatesIslam in South Asia: A Short HistoryBeyond Orientalism: The Work of Wilhelm Halbfass and Its Impact on Indian and Cross-cultural StudiesThe Making of Terrorism in Pakistan: Historical and Social Roots of ExtremismOrnament in Indian ArchitectureA historical review of Hindu India: 300 B.C. to 1200 A.D."Indian States and Union Territories"Islam in South Asia: A Short HistoryA Brief History of the Indian PeoplesThe Modern ReviewDelhi Sultanate"Battuta's Travels: Delhi, capital of Muslim India"the original"Timur – conquest of India"the originalIndia HandbookBhaktiThe Four Denomination of Hinduism10.1007/s11407-008-9049-925691067"Vijayanagara Research Project::Elephant Stables"10.2307/26465262646526Historical Dictionary of the TamilsBihar General Knowledge DigestMapping Bihar: From Medieval to Modern TimesPopular Literature and Pre-modern Societies in South AsiaA manual of the Kistna district in the presidency of MadrasAncient Indian History and CivilizationFragmented Memories: Struggling to be Tai-Ahom in India"The Islamic World to 1600: Rise of the Great Islamic Empires (The Mughal Empire)"the originalDynasties: A Global History of Power, 1300–1800, p. 105"Whose fort is it anyway"10.1111/0020-8833.000532600793Development Centre Studies The World Economy Historical Statistics: Historical Statistics"India's Deindustrialization in the 18th and 19th Centuries"The Mughal Empire, p. 190"The Long Globalization and Textile Producers in India"The Mughal World: Life in India's Last Golden AgeAurangzeb: The Life and Legacy of India's Most Controversial KingIn the Shadow of the Taj: A Portrait of Agra"Iran in the Age of the Raj"p. 8610.2307/20539802053980Delhi, the Capital of IndiaAn Advanced History of Modern India"Journal of the Tanjore Maharaja Serfoji's Sarasvati Mahal Library"The Rediscovery of India: A New SubcontinentIslamic Renaissance In South Asia (1707–1867) : The Role Of Shah Waliallah & His SuccessorsAn Advanced History of Modern IndiaThe Great Maratha Mahadaji Scindia"Full text of "Selections from the papers of Lord Metcalfe; late governor-general of India, governor of Jamaica, and governor-general of Canada""The Discovery Of IndiaThe Sacred City of the Hindus: An Account of Benares in Ancient and Modern TimesResurrecting Banaras: Urban Space, Architecture and Religious BoundariesFaith & Philosophy of Sikhism"Missiles mainstay of Pak's N-arsenal"History Modern India By S.N. Sen"Sirajuddaula"ArchivedLongman History & Civics (Dual Government in Bengal)Madhya Pradesh National Means-Cum-Merit Scholarship Exam (Warren Hasting's system of Dual Government)A Military History of Britain: from 1775 to the PresentIndian Cultural Heritage Perspective For TourismHindu Rulers, Muslim Subjects: Islam, Rights, and the History of KashmirIndian HistoryAn Atlas and Survey of South Asian HistoryAn Historical Account of the British Trade Over the Caspian SeaIndian Merchants and Eurasian Trade, 1600–1750The Indian diaspora in Central Asia and its trade, 1550–1900From Constantinople to the home of Omar Khayyam: travels in Transcaucasia and northern Persia for historic and literary researchA journey from Bengal to England: through the northern part of India, Kashmire, Afghanistan, and Persia, and into Russia, by the Caspian-SeaA Second Journey through Persia, Armenia, and Asia Minor, to Constantinople, between the Years 1810 and 1816Reports from the consuls of the United States, 1887Portugal and its Empire, 1250–1800 (Collected Essays in Memory of Glenn J. Ames).: Portuguese Studies Review, Vol. 17, No. 1The Dutch Power in Kerala, 1729–1758http://mod.nic.inArchivedDossier Goa – A Recusa do Sacrifício InútilAn Imperial Crisis in British India: The Manipur Uprising of 1891The Truth of Babri Mosque"Kolkata (Calcutta) : History"the original"Robert Clive, Baron Clive, 'Clive of India', 1725–1774""The Transformation from a Pre-Colonial to a Colonial Order: The Case of India"10.2307/25955872595587A versatile geniusArchived10.1109/MWSYM.1997.602854"Rabindranath Tagore on Education"the original"Essay on 'Derozio and the Young Bengal Movement'"Poverty and Famines: An Essay on Entitlement and Deprivation"Plague"the originalPopulation Growth and Land Use"Reintegrating India with the World Economy""Census Of India 1931"A history of modern India, 1480–1950"'India's well-timed diversification of army helped democracy' | Business Standard News"Bal Gangadhar Tilak: Struggle for Swaraj"Participants from the Indian subcontinent in the First World War""Commonwealth War Graves Commission Annual Report 2007–2008 Online"the original1462689197110.1017/s0010417500016534178920Eurocentrism: a marxian critical realist critique"Ranjit Guha, "On Some Aspects of Historiography of Colonial India""10.2307/2168385216838510.7202/016593ar"Harvard scholar says the idea of India dates to a much earlier time than the British or the Mughals""In The Footsteps of Pilgrims""India's spiritual landscape: The heavens and the earth""India: A Sacred Geography by Diana L Eck – review"Modern India: The Origins of an Asian Democracy10.2307/21694222169422964322464"The Indian Subcontinent and 'Out of Africa 1'"254043308Encyclopedia of World ReligionsThe Evolution and History of Human Populations in South Asia: Inter-disciplinary Studies in Archaeology, Biological Anthropology, Linguistics and Genetics"The Early Paleolithic of the Indian Subcontinent: Hominin Colonization, Dispersals and Occupation History"Ancient Indian History and CivilizationAncient Indian Social History: Some Interpretationsthe originalIndia Before EuropeA Concise History of Modern India"The beginning of the historical period, c. 500–150 BCE"full textA History of Indiathe originalexcerpt and text searchexcerptexcerptAn Economic History of India: From Pre-Colonial Times to 1991excerpt and text searchexcerpt and text searchIndia as known to the ancient world10.1111/j.1468-0289.1985.tb00391.x2597191onlineThe History of India, as told by its own historians. The Muhammadan Periodonline editionHans William Brown research collection on 19th-century missionary work in India, 1882–1932, Ms. Coll. 1033, Kislak Center for Special Collections, Rare Books and Manuscripts, University of Pennsylvaniaee

            Isurus Índice Especies | Notas | Véxase tamén | Menú de navegación"A compendium of fossil marine animal genera (Chondrichthyes entry)"o orixinal"A review of the Tertiary fossil Cetacea (Mammalia) localities in wales port taf Museum Victoria"o orixinalThe Vertebrate Fauna of the Selma Formation of Alabama. Part VII. Part VIII. The Mosasaurs The Fishes50419737IDsh85068767Isurus2548834613242066569678159923NHMSYS00210535017845105743