Tagged Questions
1
vote
1answer
67 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
1answer
87 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
73 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
90 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
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
222 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
102 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}
...
6
votes
1answer
901 views
Publications not showing up using moderncv
I'm new to LaTeX, so I might be making a very simple mistake, but I can't seem to get my publications to show up on my CV. I'm using the moderncv and multibib packages and MiKTeX. Here's a simplifi:
...
5
votes
1answer
452 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
658 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.
...
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 ...
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 ...
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 ...
2
votes
0answers
215 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
343 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
183 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, ...
0
votes
1answer
999 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
640 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 ...