GeneralCustomized ToC for Bibliography

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

Customized ToC for Bibliography

Post by AleCes »

Hello everybody,

I wonder whether it's possible to have a customized ToC for the bibliography, dealing with its sections which are not to be included in the main ToC.

Minimal example:

Code: Select all

\documentclass{book}
\setcounter{tocdepth}{0} % Sections not included in the main ToC
\begin{document}
\frontmatter
\tableofcontents
\mainmatter
\chapter{Introduction}
\chapter{Conclusion}
\endmatter
\chapter{Bibliography}
% Here should be placed the customized ToC, dealing with sections of this chapter
\section{}
\section{}
\end{document}
Thanks everybody!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

StarValkyrie
Posts: 89
Joined: Fri Jan 24, 2014 12:42 am

Customized ToC for Bibliography

Post by StarValkyrie »

I think that depends on how your sections in your Bibliography are defined. If you are organizing them manually (or possibly using dummy sections?), you could try the solution suggested here: https://tex.stackexchange.com/questions ... ndent-tocs.
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

Customized ToC for Bibliography

Post by AleCes »

The minitoc package suits my needs but I must do some intensive fine-tuning before it looks the way it should:
BIBLIOGRAPHY.png
BIBLIOGRAPHY.png (255.26 KiB) Viewed 5363 times
The manual says something about customization, but frankly it's too hard for me, please give me a hint, I'm puzzled! :?
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

Re: Customized ToC for Bibliography

Post by AleCes »

Bump :!:
AleCes
Posts: 286
Joined: Sat Nov 13, 2010 9:54 pm

Re: Customized ToC for Bibliography

Post by AleCes »

Bump! :?
StarValkyrie
Posts: 89
Joined: Fri Jan 24, 2014 12:42 am

Re: Customized ToC for Bibliography

Post by StarValkyrie »

Err, well all any of us can do is read the manual. Just look for whatever it is you're trying to do and mimic.
Post Reply