Search found 13 matches

by pierre92
Wed Jul 22, 2015 1:28 pm
Forum: Theses, Books, Title pages
Topic: Problem changing the font size in the bibliography
Replies: 2
Views: 9834

Re: Problem changing the font size in the bibliography

Sorry guys, it DOES work. The compilation error comes from another issue, which remains to be determined though.
by pierre92
Wed Jul 22, 2015 1:18 pm
Forum: Theses, Books, Title pages
Topic: Problem changing the font size in the bibliography
Replies: 2
Views: 9834

Problem changing the font size in the bibliography

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

\renewcommand{\bibfont}{\small}

in the preamble. However, I cannot get my document to compile using ...
by pierre92
Wed Jul 22, 2015 12:36 pm
Forum: Theses, Books, Title pages
Topic: Cleaner code for Remark-like environment ?
Replies: 2
Views: 3547

Re: Cleaner code for Remark-like environment ?

Thank you very much. This is indeed much cleaner. I shall have a look at the packages you mention and let you know if I can make it more flexible. Cheers
by pierre92
Wed Jul 15, 2015 8:25 pm
Forum: Theses, Books, Title pages
Topic: Cleaner code for Remark-like environment ?
Replies: 2
Views: 3547

Cleaner code for Remark-like environment ?

Hi all,
I have modified the "Remark" environment of the legrand-orange-book template for my conclusions. The changes are the addition of a color title followed by a line on the remaining width of the environment as well as a colored line underneath the last line.
The following code works like a ...
by pierre92
Wed Jul 15, 2015 8:00 pm
Forum: Theses, Books, Title pages
Topic: mini table of contents in each Part in orange book template
Replies: 2
Views: 3049

mini table of contents in each Part in orange book template

Hi,

You should comment the line (i.e. put a % in front)

Code: Select all

\printcontents{l}{0}{\setcounter{tocdepth}{1}}%
in the part entitled "PART HEADINGS" in the structure.tex file.
by pierre92
Mon Jul 06, 2015 7:24 pm
Forum: Theses, Books, Title pages
Topic: Problem with an "incollection" reference
Replies: 5
Views: 12358

Problem with an "incollection" reference

Thanks for your kind answer despite your crappy day.

Okay, not having ever used anything but \printbibliography at the end of my documents, I was not aware that @incollection items are not in the "books" entry-type for biblatex.
therefore a \printbibliography[type=incollection] does the trick ...
by pierre92
Mon Jul 06, 2015 4:36 pm
Forum: Theses, Books, Title pages
Topic: Problem with an "incollection" reference
Replies: 5
Views: 12358

Problem with an "incollection" reference

Here is the first LaTeX file:

\documentclass[11pt,fleqn]{book} % Default font size and left-justified equations

\input{structure} % Insert the commands.tex file which contains the majority of the structure behind the template

\begin{document}
\chapterimage{Forewords.pdf} % Forewords image ...
by pierre92
Mon Jul 06, 2015 2:58 pm
Forum: Theses, Books, Title pages
Topic: Problem with an "incollection" reference
Replies: 5
Views: 12358

Problem with an "incollection" reference

Hi all,
I use the legrand orange book template and a reference to a book chapter. The entry in the .bib file is:

@incollection{Kiat2008,
title = "14 - From the structure of relaxors to the structure of MPB systems ",
editor = "Ye, Zuo-Guang ",
booktitle = "Handbook of Advanced Dielectric ...
by pierre92
Wed Jul 01, 2015 5:18 pm
Forum: Theses, Books, Title pages
Topic: cross referencing footnote
Replies: 3
Views: 10325

Re: cross referencing footnote

Indeed, it was way too complicated. Thanks a lot!
by pierre92
Wed Jul 01, 2015 3:33 pm
Forum: Theses, Books, Title pages
Topic: cross referencing footnote
Replies: 3
Views: 10325

cross referencing footnote

Hi all,

My template: legrand orange book

I have tried to cross-reference footnotes but had no luck so far. My footnotes are non-consecutive and numbered with arabic numbers and yes, I do need to cross-reference footnotes dynamically.

I have tried to add a \label{note:note1} inside the target ...