Tagged Questions
1
vote
1answer
62 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 ...
2
votes
0answers
63 views
Disabling backref in secondary multibib bibliography with natbib
I am finalising my PhD thesis that I have composed with LaTeX.
I have a section in which I list my own publications and the whole list of references at the very end of the document. This list is ...
1
vote
1answer
81 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 ...
0
votes
1answer
70 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
88 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 ...
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
116 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
212 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
97 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}
...
5
votes
1answer
442 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 ...
3
votes
1answer
647 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.
...
4
votes
1answer
431 views
Multibib with TeXworks: how to parse second .aux file?
I need to use the multibib package to create a double bibliography document.
I am currently working with TeXworks 0.4.3 (on Windows 7), but I cannot make the double bibliographies system work.
The ...
0
votes
0answers
192 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 ...
2
votes
1answer
307 views
Workaround for TexShop and multibib
It looks there is a problem with TexShop and multibib package. multibib package expects that you do bibtex xxx where xxx is your own newcites. However, when using TexShop it looks like it only does it ...
3
votes
1answer
261 views
Is it possible to use bibunits and multibib simultaneously?
I'm typesetting a contributed book, which has a whole bunch of chapters written by a different author each. My job is make sure all contributions use more or less the same typesetting conventions and ...
4
votes
1answer
350 views
Bibtex/natbib: how can you print same bibliography twice?
I want to compile my document with in the end a list of all my cited sources: 'references', but also a list of 'recommended readings', so a re-print of the same bibliography that outputs ALL sources ...
4
votes
1answer
588 views
Implementing \bibhang in multibib
I have been using moderncv as a template for several years, but I am now trying to solve a problem that has long bothered me: being able to use \bibhang in my list of publications. The moderncv ...
1
vote
1answer
2k views
\nocite{*} problem using moderncv with multibib
I am recently using the moderncv template with multibib package for writing my cv.
The problem that I encounter is as the following:
\documentclass[11pt,a4paper,sans]{moderncv}
...
5
votes
1answer
534 views
Antichronological ordering of references in moderncv using apacite
I'm using the moderncv documentclass to create my CV and I need the reference list to adhere to the APA guidelines. I know biblatex provides sorting options but unfortunately moderncv does not support ...
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 ...
2
votes
2answers
299 views
multibib - combing citations of different types
I am using multibib for a document with two different types of references.
To this end, I have defined
\newcites{R}{Own publications}
which adds a prefix "R" to references from that group when ...
0
votes
1answer
150 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 ...
2
votes
0answers
214 views
WinEdt failing to consider multibib bibliographies outside the main tex file [closed]
I'm using multibib with WinEdt. If my main .tex file has:
\usepackage{multibib}
\newcites{acks}{Acknowledgement page references}
then the pdflatexify process results in all the necessary output ...
0
votes
1answer
341 views
Strange bug with multibib [closed]
Could someone help me with multibib? On windows machine with texlive 2011 installed the following file hangs during compilation:
\documentclass{article}
\usepackage{multibib}
...
1
vote
1answer
182 views
How to have the article mode presentation for multibib with report mode
I make a bibliography divided into two parts using multibib with this code
\documentclass[a4paper,12pt]{scrreprt}
...
\usepackage{multibib}
...
\newcites{doc}{Documentation citees}
...
...
8
votes
2answers
3k views
Multiple bibliographies (reference lists) using embedded bibliography database
I would like to have multiple bibliographies (reference lists) as described in Airminded ยท Multiple bibliographies in LaTeX (TeX Frequently Asked Questions -- question label "multbib").
However, ...
2
votes
1answer
515 views
Why does hyperlink point to a wrong page when option “labeled” for multibib is activated?
When using multibib without labeled option, the hyperlink from citation sends me to correct page (page 2).
\documentclass{article}
\usepackage{hyperref}
\usepackage{multibib}
\newcites{z}{Bla}
...
0
votes
1answer
998 views
currvita, multibib & scrbook - multibib does not work
I need a list of own publications inside a c.v. which is an appendix to my actual document. I'm using currvita for a simple c.v. and I'm trying to employ multibib as suggested in the currvita manual ...
3
votes
1answer
635 views
Make use of two BibTeX libraries in one document
I am trying to make use of two bibtex libraries in the same document for my thesis:
one for books (filename: literatur.bib)
one for internet resources (filename: internetquellen.bib)
but on ...
5
votes
2answers
1k views
Multibib reverse label or sort order
I'm using multibib. I manually set the order of the bibliography. I would like the order of the numbered items to be reversed. For example, my document has:
\nociteX{Foo}
\nociteX{Bar}
And the ...
7
votes
3answers
3k views
multibib and links to bibliography (with hyperref, natbib)?
I'm using the multibib package but cannot get links to work with it and hyperref. Is this combination possible? A sample document follows:
If I add a \usepackage{natbib} in the preamble then links do ...