海南省总工会六届八次全委(扩大)会议在海口成...
百度 赵胜桂抬起头来朝前望,临平斜桥面前呈。
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.
159 questions
0
votes
1
answer
50
views
How can I reset the links of citations with multiple bibliographies
I have the following simple setup with two bibliographies:
Main -> References
Appendix -> References Appendix
However, the problem (red arrow) is when a reference is cited in both Main and ...
0
votes
0
answers
42
views
Several subdivided bibliographies in each chapter
I would like to write a document with several chapters, and where each chapter has its own subdivided bibliography at its end. In other words, I would like a subdivided bibliography at the end of each ...
1
vote
1
answer
115
views
Multibib not allowing a common source for different bibliographies without a Warning
Assume a typical situation where you have a big data basis of references in a unique bib file, say references.bib. Then, within one single tex file, say main.tex, you want to create two distinct lists ...
0
votes
0
answers
57
views
Problem with multibib combined with natbib
I am having trouble with splitting references by section. I have tried following the first answer to this question, as it seems to be the most fitting to my case. However, after I do, latex does not ...
0
votes
1
answer
63
views
How to combine multibib package and thebibliography environment? [closed]
I want to two thebibliography environments in my latex document. I want to put one of them as a reference for the main text and another one of them as a reference for supplemental material of the ...
2
votes
1
answer
118
views
Is “mon =” of any use in a bibtex file?
In some of my bibtex entries I see the field mon, e.g.,
@Book{Abrial_96,
author = {Jean-Raymond Abrial},
title = {The {B}-Book},
publisher = "Cambridge University Press",
year = 2005,...
0
votes
0
answers
45
views
How to provide auxiliary document that (a) uses citations in main document and (b) has own additional literature?
I am trying to create an appendix (appendix.tex) that:
Refers back to sections and citations in a paper (paper.tex)
Maintains the same identifiers for the citations found in the paper, for instance [...
1
vote
0
answers
98
views
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}
\...
1
vote
0
answers
105
views
The \cite command does not work when I use the multibib package
I am trying to include multiple bibliographies in my document and I'm using the multibib package to do so. Everything appears to work when I write the commands with the right subscript (e.g. \...
0
votes
0
answers
80
views
How can I cite from different bib file respectively?
Because I am answering questions and each question I want to cite different references, so I need to use different bib files, and when I cite in different questions, it will strat from 1. For example, ...
3
votes
1
answer
117
views
How to set Italian as language for hyperref's backref option in moderncv
I'm using moderncv package by using some \cite{} in the document:
\documentclass[11pt,a4paper]{moderncv}
\usepackage[italian]{babel}
\moderncvstyle{casual}
...
\usepackage{multibib}
\begin{document}
\...
1
vote
1
answer
556
views
Multibib with numbers and letters as reference labels
I am looking for a way to use multibib and external bibliography(ies) in my document but use number labels for my references and letter labels for my enclosures. For example, I want to write:
...
2
votes
2
answers
313
views
Multibib not working with TeXworks but works in Overleaf
I've been trying for days to get multibib to work with TeXWorks and I honestly can't figure out what I'm doing wrong - I think there's some additional compiling that I'm supposed to be doing but I'm ...
3
votes
0
answers
321
views
Different citation style per bibliography using either biblatex or bibtex + natbib + multibib
I have a report with three bibliographies where I want different citation styles:
Main part: author-year citations
Appendix A: numbers citations, needed to fit many citations in a table.
Appendix B: ...
2
votes
1
answer
108
views
Two Bibliographies In One Page
I'm using the multibib package and the documentclass report with pdflatex.
This is my .tex file:
\documentclass[a4paper]{report}
\usepackage{multibib}
\newcites{readinglist}{Reading List}
...