Page Layoutchapter inherits style from a previous one?

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
daviddoji
Posts: 13
Joined: Wed Sep 19, 2012 12:18 pm

chapter inherits style from a previous one?

Post by daviddoji »

I'm composing the final version of my PhD thesis for storage in the University. I have a small problem with the abstracts. I wrote them in English and French.

When I print the references for the english abstract, the french abstract takes its headers writing in all the pages "References", as it is printed in the references page of the english abstract.
If I don't print the references for the english abstract, the french abstract has no headers (that's what I want).

Please see the example in overleaf: https://www.overleaf.com/3020233swcywv#/8316005/

How could I solve it?

Thanks in advance.

Recommended reading 2024:

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

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

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

chapter inherits style from a previous one?

Post by Johannes_B »

Please always provide a minimal working example to your posts.

Add \markboth{}{} after \addcontentsline{toc}{chapter}{Résumé étendu}
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