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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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 5224 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