The multibib package allows to create references to multiple bibliographies within one document. It thus provides a complementary functionality to packages like bibunits or chapterbib, which allow to create one bibliography for multiple, but different parts of the document.
Questions tagged [multibib]
162 questions
6
votes
1 answer
References pulled from the wrong bibliography with multibib
I have the following problem with multibib: when I use the LaTeX code
\documentclass[a4paper,11pt,german,american]{article}
\usepackage[resetlabels,labeled]{multibib}
\newcites{J}{\normalsize{Journal…
Erwin
- 61
4
votes
1 answer
Combine different types of cite commands using packages cite and multibib (Update April 28th)
I'm using the multibib package to differentiate between different types of references. Additionally to \cite{} I've defined the command \citemine{}.
Citing works perfectly fine, but sometimes I'd like to have references of both types inside one…
Mandy
- 199
3
votes
4 answers
Using multibib without an extra title
When using
\newcites{novels}{Novels}
in the package multibib, then I can cite with
\citenovels{entry}.
And I get an extra bibliography with title Novels.
Unfortunately, I do not want to have a title for this extra bibliography, but…
John_Doe
- 223
2
votes
1 answer
Multibib doesn't accept umlaut as the third letter in a name
I have a problem with using a specific reference in multibib - this doesn't occur with the "standard" bibliography function. Here is the code for the main text file:
\documentclass[oneside]{scrbook}
\usepackage{multibib}
\newcites{primary}{Primary…
2
votes
2 answers
Multibib doesn't show
I want to separate my bibliography in two parts: 1) Articles, books, etc. 2) Webpages.
I am using multibib, but something is wrong. When I run my Latex, it only shows the first bibliography.
I have tried to select a single piece of my latex doc, and…
Christine
- 33
1
vote
0 answers
How to create a second bibliography?
I want to have two separate bibliographies, one is for Internet sources, the other is for books.
Here is my code:
\documentclass[12pt]{scrreprt}
\usepackage{multibib}
\newcites{sec}{Internetquellen}
\begin{document}
Text......
Hallo \cite{3} …
Manus 715
- 11
1
vote
0 answers
I need two separate bibliographies at the end of my document
I'd like to write a report which cites some of my own publications and also publications from others; and I would like to separate the lists at the end of the report.
I used multibib in the past, but now I encounter problems since I've added the…
Jacques
- 11
1
vote
1 answer
Problems with formatting of reference list using multibib
I'm using the multibib package to distinguish different types of references. In my document I have about 50 references in the first and about 70 in the second reference list. The numbering of the references works fine, but the formatting changes…
Mandy
- 199
0
votes
0 answers
Access the fields of an entry in one of the multiple .bib files
I am using the multibib package to work with multiple bibliographies.
Is there a way to access the values of the a specific entry.
For example to get one title \citename{Dummy2024}{title}?
scleronomic
- 103
- 3
0
votes
0 answers
How to source a youtube video - underlines causing subscript
I am trying to reference this video https://www.youtube.com/watch?v=pjNI9K1D_xo, and would like the link to be shown in the bibliography.
@online{vid1,
title = {Introducing Meta},
date = {2021},
organization = {Meta},
…
Scott Adamson
- 101
0
votes
0 answers
customise bibliography style of multi bibliography
I have two bibliographies in my document. I am using multi bib. I displayed the two bibliographies in two separate list using the following code. But I need to customise the citations of one of them to be [S1] and the other one to be numeric citaton…
user134168
- 65