Theses, Books, Title pagesProblem changing the font size in the bibliography

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
pierre92
Posts: 13
Joined: Fri Jun 19, 2015 4:19 pm

Problem changing the font size in the bibliography

Post by pierre92 »

Hi all,
I am using the legrand orange book template and I would like to change the font size in the bibliography. Without using the template (but still with biblatex), this is easily done with

Code: Select all

\renewcommand{\bibfont}{\small}
in the preamble. However, I cannot get my document to compile using the template (it works fine without this line). I get the error message:

Code: Select all

! Argument of \GTS@CdrFour has an extra }.
<inserted text> 
                \par 
l.219 \addcontentsline
                      {toc}{chapter}{Bibliography}
I was kind of stuck there because GTS seems to refer to the gettitlestring package which I cannot find anywhere in the structure.tex file.
Many thanks!
Last edited by cgnieder on Thu Aug 06, 2015 11:27 am, edited 1 time in total.

Recommended reading 2024:

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

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

pierre92
Posts: 13
Joined: Fri Jun 19, 2015 4:19 pm

Re: Problem changing the font size in the bibliography

Post by pierre92 »

Sorry guys, it DOES work. The compilation error comes from another issue, which remains to be determined though.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Problem changing the font size in the bibliography

Post by Johannes_B »

package gettitlestring is loaded by package hyperref.

The best way to find the cause of a problem is preparing a minimal working eample.

Remember, when dealing with the table of contents, you need two runs to see any changes. Removing the toc-file inbetween changing something will make it even easier. It is autogenerated every time.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply