{subdividing} is about multiple/subdivided {bibliographies}, indexes or similar document elements. If you use this tag, add the appropriate general tag or preferably the tag of the specific package you use (e.g., {biblatex}).
45
votes
1answer
3k views
How to split bibliography into “works cited” and “works not cited”?
I need two bib-like sections: a "References" giving works explicitly cited in my text, and a "Bibliography" (or "Further reading" if you prefer) giving everything from my bibfile that didn't already ...
20
votes
2answers
1k views
How can I have two or more distinct indexes?
I often want to have more than one index in a longer LaTeX document. For instance, I might want a general concept index, an index of named persons, and an index of symbolism. How can I have two or ...
18
votes
3answers
353 views
Using indexing packages with memoir
Friends, as you probably know, I have a quite complex document for cataloging songs. :)
As my normal workflow, I use the book document class with some dozens of packages loaded. I've been playing ...
18
votes
4answers
1k views
How do I break up a bibliography into separately numbered sections?
There are at least two use cases where one might want to list items in a bibliography under separate subsections with different numbering conventions.
a CV, where you'd like to list journal papers, ...
16
votes
2answers
1k views
How does one get endnotes at the end of every chapter?
Is it possible to get endnotes at the end of every chapter? Presently I am using the endnotes package and it seems to only generate all the endnotes together at the point where I put \theendnotes.
15
votes
3answers
1k views
biblatex: multiple bibliographies categorised by different .bib files
biblatex supports multiple bibliographies by looking up the 1) entry type, 2) keyword, or 3) category.
This is all fine, but in the use case of primary sources and secondary sources:
1) the 'type' ...
14
votes
2answers
690 views
What are the latest/best practices for index generation?
I would like to know what the current best practices are for index generation. What are the best packages/programs to use and which ones to avoid. What are the best ones to use for generating multiple ...
14
votes
1answer
651 views
Different sorting schemes in different sections of bibliography
Update 5-Sep-2012: Sorry for highjacking this question, but as the status of the accepted selected answer has changed (now multiple sorting is implemented with biber/biblatex), and I think it is a ...
14
votes
2answers
186 views
How can I have a word index for each chapter as well as a word index for the whole book?
In other words, just the way I get a table of contents at the beginning of each chapter with titletoc, I would like to have a word index at the end of each chapter.
(In addition to the index for the ...
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 ...
11
votes
2answers
591 views
Reset the counter of references in each chapter
I am currently busy with writing my PhD book in LaTeX. I want to have separate references list at the end of each chapter.
Thanks to my colleague, we have added some line for this purpose and it ...
11
votes
1answer
2k views
Two bibliographies with two different styles in the same document
When using biblatex, suppose I have set up two separate bibliographies, how can I assign them different styles, e.g. one numbered and the other author-year format or some such thing.
...
10
votes
2answers
580 views
Group the references in bibliography
I am preparing a report in LaTeX and I have many references which I intend to put in the Bibliography.
I was wondering if it possible to group the reference based on the topic. I would expect a LaTeX ...
9
votes
2answers
450 views
biblatex: Single out specific bibliography entries
I'm writing a document and I want to split my bibliography into 3 or more sections, where the first sections single out specific entries in some specific order, and the last section shows all other ...
9
votes
2answers
365 views
Bibliography sections without duplicate entries
I am creating a document using biblatex. The document needs multiple separate bibliographies, as provided by the refsegment environment. The same work may be cited in multiple refsegments, but I want ...
9
votes
1answer
150 views
Biblatex clear URL field for entries in a certain category
Can you please help me to process biblatex entries. I want to...
Print separate bibliographies for online and offline entries
Both @online entries and @misc entries with a url-field should go into ...
9
votes
1answer
187 views
Glossary per chapter or section
I'm looking for a way of creating glossaries, with the help of glossaries package, per chapter or section.
In a particular glossary for section should be only the terms used in this section. If term ...
9
votes
2answers
580 views
Is it possible to have back references after each chapter with a single main.bib file?
I'm using LaTeX + BibTeX to write my dissertation. I have one separate .tex file for each chapter. And I'll generate one bibliography for each chapter. But all the references are from the same file ...
9
votes
2answers
516 views
Incompatibility of biblatex and tex4ht when using defernumbers
There seems to be a known incompatibility between biblatex and tex4ht when using defernumbers=true.
I have one large .bib file. In the document I want to group the references into different ...
8
votes
3answers
165 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 ...
8
votes
3answers
369 views
Proper way to include unnumbered chapters in a per-chapter bibliography using biblatex
I've been using example 3.11.4 of the biblatex documentation to generate a per-chapter bibliography at the end of my thesis. It works great, until I try to make my introduction into an unnumbered ...
8
votes
2answers
168 views
Use custom tags to split bibliography
With biblatex you can split a bibliography based on keywords using
\printbibliography[keywords=mykeyword]
as documented in Sectioning bibliography by type of refered item.
This seems to be ...
8
votes
2answers
2k views
Manual bibliography, separated or multiple parts
I'm creating a manual bibliography, but it needs to be divided into sections. The solutions I thought might be applicable:
Add \textbx{"Literary works"}, \textbx{"Web references"}, etc. between ...
8
votes
2answers
926 views
Headings inside the bibliography list?
Is it possible to have headings inside thebibliography? I need to categorize the references into, say, "required" and "optional".
I tried simply putting some text in between \bibitems, but the ...
8
votes
2answers
138 views
Adding a chapter title for indices (multind) on the same page as the first index is printed
I am trying to add a chapter title 'Indices' before the first multind index is printed. However, printindex flushes the page so if I do it, I will get the title, rest of the page empty, and the first ...
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, ...
8
votes
1answer
2k views
biblatex: printing separate bibliographies
I'm using biblatex and I have it set up like this:
In my bib file I have 3 sorts of entrys, online, booklet, and book.
And in my thesis I want them printed separate like this:
...
8
votes
2answers
3k views
Multiple bibliographies
I have the following:
\documentclass{report}
\begin{document}
\include{chapter1}
\include{chapter2}
\end{document}
I also have a reference.bib file, with entries book1, book2 and book3.
...
8
votes
1answer
248 views
Can I have two different styles of bibliography in the same document?
It is possible in the same document, change the style of bibliography?
I want the bibliography by chapters arranged in order of appearance. (I use unsrt), but I want the general bibliography in ...
7
votes
3answers
1k views
How to split the bibligraphy into two with different bibnames?
I'm using texclipse with MiKTeX 2.8.
For my thesis I need to split my list of references into two parts: literature and online sources. I've so far:
\usepackage{url}
\usepackage{harvard}
...
7
votes
2answers
560 views
How to create two separate indices: Subject index and Index of Authors
I am working on my thesis and I have to include in the text the Subject Index and Index of Authors. I'm using BibTeX (package natbib) and package makeidx for marking the terms for Subject index (I'm ...
7
votes
1answer
1k views
Section bibliographies
What is the best way create a bibliography for separate sections within a document? I am using biblatex.
7
votes
1answer
247 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 ...
7
votes
2answers
1k views
biblatex: List of references of own papers in appendix (might intersect with bibliography)
In my thesis I need a chapter in the appendix, which lists my own papers.
How can I achieve that with the following conditions:
biblatex is used
it is possible that a paper has already been cited ...
7
votes
1answer
391 views
Sectioning bibliography by type of refered item
My promoteur has a very unusual requirement: the bibliography needs to be sorted first by specific type of refered item, next by author and by year of publication.
I managed to get this custom ...
7
votes
1answer
106 views
imakeidx: Is it safe to direct \index to an undefined index?
I am (still!) writing a biblatex style for legal citations. I am about to tackle indexing, and I want to make sure I have a viable plan. It's a pretty critical part of the project.
Here's the issue. ...
7
votes
1answer
609 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 ...
7
votes
1answer
713 views
Citing a certain type of reference using biblatex
I am in the process of updating my CV using LaTeX. In my CV, I have a list of publications, reports, etc., and I would like to use biblatex to manage these lists. Currently, all of my publications ...
7
votes
1answer
153 views
Set biblatex aux file name
I am using biblatex with refsection=chapter. That results in aux files named according to this pattern, assuming a source file called book.tex for a book of n chapters:
book1-blx.aux
book2-blx.aux
...
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 ...
6
votes
2answers
420 views
biblatex: separating publications of a specific author in the bibliography
The question I want to ask is related to the answer of this question: biblatex: filter out publications from a specific author in the references dynamically .
My aim is to separate my bibliography ...
6
votes
3answers
453 views
Is it possible to change .ist (index style) file parameters mid-document?
Apart from the general document layout, the layout and formatting of indexes depend on two things:
The parameters of .ist (index style) files that are used by makeindex when transforming raw index ...
6
votes
2answers
682 views
sorting multiple bibliographies in biblatex
I have a thesis which has two bibliographies. It includes a list of publications and a reference list.
The reference list should be unsorted, or rather, sorted in order of appearance, while the list ...
6
votes
1answer
315 views
Biblatex multible bibliographies using keywords not working
I'm trying to print a sperate bibliography for references for figures but only one of the bibliographies prints at the end of the document.
Warnings in the document:
Keyword 'primary' not found on ...
6
votes
1answer
111 views
How to render a normal and compressed version of the bibliography in one document?
I use biblatex and biber for the bibliography and I came to the problem that I need a subset of the bibliography to be in verbose style (all authors for 5 references) and at another place in the ...
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 ...
6
votes
1answer
679 views
How to format the references heading when using multiple bibliographies
I have what I hope is a simple question. I finally figured out how to get the multiple bibliographies to work (mostly) like I want it. The one additional formatting thing I would like is to make the ...
6
votes
1answer
745 views
How to make memoir not put bibliography on next recto page
I am using two columns in a memoir document and when I place a bibliography using bibtex for some reason it ends up on the next recto page. I am writing a book with multiple chapters and I want each ...
6
votes
1answer
274 views
How can I sort references by chapter?
I'm writing a report and I'd like to have one bibliography at the end of the document, where the references are sorted by chapter like that :
Chapter 1's title
ref 1
ref 2
Chapter 2's title
ref 4
...
6
votes
1answer
705 views
Bibliography per chapter with continuous numbering
I would like to create a document with two chapters. After the first chapter there should be a bibliography. The next chapter should be able to reference items of the former chapter, but only show the ...

