1
vote
0answers
31 views

Two bibliography using thebibliography

I was happy with using \begin{thebibliography} \bibitem \end{thebibliography} (at the end of chapters of my thesis). I have added a new bibliography with continuous numbering (Manually numbering) at ...
4
votes
1answer
45 views

Sectioning bibliography by type (with multiple types per section)

I would like to distinguish books from articles, manuals, etc. This can be done by using: \printbibliography[heading=subbibliography,title={Book References},type=book] or ...
2
votes
1answer
83 views

How to split bibliography into cited and non cited references?

I need to include my full bibliography into my report and the references I have used (in 2 separate sections) I have my bib file attached to the document and the references are included at the end ...
1
vote
1answer
66 views

Proceedings bibliography problem - not displaying year, address and pages

I want to show proceedings information in the output PDF file using data from publications.bib. Particularly, I have a problem displaying year, address and pages. ...
5
votes
2answers
59 views

Bibliography in reverse order of entrance in .bib

When I type: @ARTICLE{article1, author = {AAA}, title = {New Method1}, year ={2013}, journal = {SuperJournal}, } @ARTICLE{article2, author = {BBB}, title = {New Method2}, year ...
1
vote
0answers
24 views

Reference list and Bibliography [duplicate]

I am currently writing a paper and need to include both a reference list {with items i have cited throughout my text}, and a bibliography {with items i made reference too whilst doing the thesis ...
1
vote
1answer
85 views

multibib - hyperref doesn't work for my second bibliography

I am using the multibib and hyperref packages. I would like to create clickable citations for my bibliographies. It works for the first one (biblio.bib) but not the second one (awebsite.bib) Here is ...
3
votes
1answer
92 views

Problem with bibtopic package and sectioned bibliographies

I'm using LyX 2.0.1.5 on Windows 7 (MiKTeX 2.9.4813). Since my thesis covers a very specific topic (QM of Retinal's Photoisomerization) I have to divide my Bibliography in two sections: Essential ...
0
votes
1answer
116 views

Modular document: separate BibTeX?

I am building a modular LaTeX document for an econ journal. Each component of the modular document is one article. I want to have separate BibTeX references for each article. First, I created a big ...
0
votes
1answer
72 views

I'm using multibib to have references at the end of each chapter but the numbering is wrong

I am using multibib to have references at the end of each chapter but when I have the same reference in multiple chapters, the numbering in the text corresponds to the last chapter that the reference ...
2
votes
1answer
89 views

specific citation style using multibib

I am using multibib with two bib-files. For the first one I use a numeric citation style. But for the second one I want to have [A1, A2, ...]. This works for my reference list but in my citation I ...
1
vote
1answer
82 views

hyperref and bibunits: link does not work

I often like to use hyperref to make references to theorems and articles in the bibliography clickable. However, I noticed that when I use bibunits, I can only click on links to theorems, not on ...
8
votes
3answers
160 views

Two Bibliographies: one for main text and one for appendix

I have a manuscript in which has the following structure: Main Text Bibliography Appendix However, there are citations which are only cited in the appendix, and they show up in the main ...
4
votes
2answers
72 views

Multibib & indentation

I use multibib to apply more than one bibliography in my document. The problem is when using more than 9 entrys, there occurs an indentation. \documentclass{article} ...
0
votes
1answer
120 views

Get Publication/Poster List

I want to create a list of publications, posters and conference talks with LaTeX. As I can't distinguish these three reference-types by the classical BibTeX types (e.g. article, inbook,...) I though ...
3
votes
1answer
216 views

Multibib: how to reset references counter?

Im using a complex template to write my document. It is old and I'm having a problem. I have two separate reference list, "Internet References" and "Literature". The problem is that the references ...
2
votes
1answer
100 views

Multibib & Title of References

I use the multibib package to include more than one bibliographies into my document: \documentclass[a4paper,10pt,twoside]{article} \usepackage[resetlabels]{multibib} \newcites{lit}{Literature} ...
4
votes
1answer
121 views

Read in number of citations from aux file

In the aux file produced by latex, I see the following line: \newlabel{LastBibItem}{{30}{10}{}{}{}} How can I pull the 30 (the total number of citations) into a counter in the preamble of another ...
4
votes
2answers
517 views

Including additional bibliography (publication list) in thesis

I have seen Multiple bibliographies (cited references + list of publications) and How can I include a bibliography at the end of each part of a book? but could find an answer. I am writing a thesis ...
0
votes
1answer
72 views

Multiple Reference headings

I am new to latex. I have all my references contains in bibfile.bib. However, I have formatted my document to output separate bibliographies after each section. In my main tex file I have: ...
1
vote
1answer
269 views

Problems using \nocite with multibbl

I get some problems with package multibbl. On one hand, if I write \bibliographystyle{ref}{alpha} \bibliography{ref}{books} and anything more until \appendix, a new section or \end{document} I get ...
0
votes
1answer
57 views

How do I remove the title of the References section so I can use two lists?

I want to include two bib lists in a document. The simplest way to do that, I thought, would be to use: some text \bibliography{file1} some text \bibliography{file2} but this doesn't work and ...
1
vote
1answer
103 views

bibunits: cannot get it to work (no bu1 produced)

I am trying to use the package bibunits to have separate bibliographies for sections, chapters,... I am using TeXShop on a Mac, and I just recently installed "TeX Live 2012". I downloaded the file ...
4
votes
1answer
87 views

splitbib and table of contents

I use the splitbib package to create two categories: primary literature and secondary literature. But I want to add in the table of contents an entry for each category, as if they are subsections or ...
2
votes
1answer
108 views

References by chapter and global references

I'm writing my thesis, but I need to get the bibliography for each chapter, and place a global bibliography at the end of the document. I use the \usepackage[sectionbib]chapterbib, works well but I ...
2
votes
1answer
142 views

Remove heading from bibunit

I'm using bibunit to enter multiple bibliographies in a document. I don't want the bibunit to have a separate heading. I can remove the text with by redefining \refname, but this still leaves big ...
4
votes
1answer
80 views

Separation of citations on two lists without packages

I have to separate my citations on two lists: Preliminary Work (Own Papers) and the standard Bibliography list. The references to the standard Bibliography list should be numbered and cited with ...
0
votes
1answer
48 views

How to mark different bibliographies with different letters in amsrefs?

It seems that amsrefs strikes again! I'd like to have more than one bibliography, and in the first one, the entries should be marked, say, as [A1], [A2] etc., in the second, say, [B1], [B2] etc. and ...
5
votes
1answer
216 views

Single .tex file, multiple .bib files

I am writing a collaborative document in which each author edits a main.tex file and provides a <author>.bib file (no \include, no \input ... I know it's not the ideal choice but it was not my ...
2
votes
1answer
106 views

Multiple Bibliographies: Wrong bib-files [duplicate]

Possible Duplicate: Multiple bibliographies I am working on the tex file for a journal in which several articles will be published. I created a Master tex file, let's call it master.tex, ...
3
votes
2answers
192 views

Forcing enumerated \bibitems using bib units

I'm editing my CV and I wanted to use the bibunits package to make separate mini-bibliographies for different sections. Here is some code: \documentclass{article} \usepackage[ManyBibs]{currvita} ...
5
votes
1answer
448 views

Remove bibliography title indentation in ClassicThesis with multibib

I use the multibib package to manage multiple bibliographies within a document adopting the classicthesis style. I would like to remove the indentation that is automatically placed before each ...
1
vote
1answer
619 views

Making natbib and chapterbib work [duplicate]

Possible Duplicate: Multiple bibliographies I'm trying to write a book with references in each chapter and I would like to use chapterbib and natbib packages. I can't really understand how ...
7
votes
1answer
246 views

Adding “Further Reading” section at the end of automatically generated bibliography

First off - the facts. I'm using the report documentclass and unsrt bibliographystyle, with Jabref to manage all the references. The question - I'm working on my thesis and need to add a section ...
2
votes
1answer
101 views

Forcing new categories in splitbib to start on new pages

I use splitbib to create a sectioned bibliography in my CV, and I was wondering if there's a way to customize it to force new categories to start on a new page? I'm thinking that I'd have to do ...
6
votes
1answer
143 views

Two bibliographies?

I'd like to have two bibliographies in my document. The first one is the bibliography with some references from the text. I'd like to have the second bibliography just as a list output with ...
3
votes
1answer
650 views

Citation alias with multibib and natbib

I need a bibliography that presents citation as (Surname, year), for which I am using natbib, and that allows two different bibliographies at the end of the document, for which I am using multibib. ...
2
votes
2answers
144 views

Chapter numbers in bibliography

I am compiling my thesis in LaTeX and I am using the chapterbib package to put separate bibliography lists in each chapter. I would like each bibliography to have its own name, indexed by the chapter ...
1
vote
0answers
56 views

How to use a separate bibliography at the end of each section? [duplicate]

Possible Duplicate: Multiple Bibliographies I need to use a separate bibliography at the end of each section in my work, However, after declaring the package \usepackage{bibunits} and ...
2
votes
1answer
291 views

natbib bibliography/references section SPLIT into sections

I have a Bibliography section which I'd like to split into sections, like this: References Conference and workshop proceedings Reference 1 Reference 2 Journal articles Reference 3 Reference 4 ...
0
votes
0answers
193 views

No numbering of \nocite references with multibib and currvita [closed]

I am writing a CV using the currvita style and multibib, so that I can have lists of different publication types. What I'd really like to do is have the entries numbered, so that you can tell at a ...
4
votes
0answers
257 views

Multiple bibliographies with bibtexall and LyX [closed]

I want to know how to include this script http://wiki.lyx.org/uploads/BibTeX/bibtexall in LyX in order to generate multiple bibliographies for a Master document and its child documents, each one of ...
5
votes
1answer
405 views

Is it possible to split the bibliography into two different parts using BibTeX type definitions?

I have quite a lot of bibliography entries and I have to separate normal entries (e.g. @book, @article, etc.) from internet entries (@misc) due to formal requirements of my university. I know it's ...
5
votes
0answers
117 views

Using different bibliographic styles in the same document [duplicate]

Possible Duplicate: Can I have two different styles of bibliography in the same document? I'd like to use in the same document: the numerical style in natbib to list my own bibliography ...
7
votes
1answer
608 views

Multiple bibliographies and one global bibliography - all with global labels

What I want is the following: I have a tex file with several \sections, each with their own bibliography at the end and their own bib file. In every section several entries of the bib file are \cited ...
6
votes
1answer
1k views

Remove bibliography title in moderncv with multibib

I want to have multiple bibliographies within my CV (moderncv class) so I've been using multibib. The trouble is, multibib automatically places a bibliography title above each bibliography, which I ...
11
votes
2answers
2k views

How to split bibliography for different sections?

Say I wish to have two references lists: one for all the citation within the main body, and another for all the citations within the Appendices. I'm using BibTeX. splitbib and multibib don't seem to ...
2
votes
1answer
259 views

How to split bibliography into Online references and Offline references

I would like to split bibliography list into a list with @misc tags, where all url's references are and all other tags for offline reference list. How is it possible to do it? I have snippet of a ...
4
votes
1answer
334 views

Multiple bibliographies when each child document has its own directory

I'm using the chapterbib package for multiple bibliographies. I put the following two lines in the preamble. \usepackage[square,numbers,sectionbib]{natbib} \usepackage{chapterbib} Included chapter ...
0
votes
1answer
151 views

alternative bibliography with specific entries, without assuming a global bibliography

Following question to this one. I have a long document with a (single) bibliography at the end. For some reason, at two different points in my document I cite 3 sources, and need to typeset the ...

1 2