Search found 12 matches

by Gilles T
Thu Jul 22, 2021 1:41 pm
Forum: Fonts & Character Sets
Topic: Changing the font in \frontmatter causes the Index to disappear
Replies: 17
Views: 14509

Changing the font in \frontmatter causes the Index to disappear

That's right, I can live with Roman, the code is simple.

Thank you again,

Gilles
by Gilles T
Thu Jul 22, 2021 12:58 pm
Forum: Fonts & Character Sets
Topic: Changing the font in \frontmatter causes the Index to disappear
Replies: 17
Views: 14509

Changing the font in \frontmatter causes the Index to disappear

It works with Roman. If there is no better solution, I can live with that one.

But why it does not work with roman small caps?
by Gilles T
Thu Jul 22, 2021 10:06 am
Forum: Fonts & Character Sets
Topic: Changing the font in \frontmatter causes the Index to disappear
Replies: 17
Views: 14509

Changing the font in \frontmatter causes the Index to disappear

Good morning,

Here is my simplified code:
\documentclass[a4paper, 12pt]{book}
\usepackage{fontspec}
\usepackage{polyglossia}
\usepackage{fancyhdr}
\usepackage{lipsum}
\usepackage{graphicx}
\usepackage{imakeidx}
\makeindex[title= Index]
\setdefaultlanguage[frenchpart=false]{french ...
by Gilles T
Wed Jul 21, 2021 5:37 pm
Forum: Fonts & Character Sets
Topic: Changing the font in \frontmatter causes the Index to disappear
Replies: 17
Views: 14509

Changing the font in \frontmatter causes the Index to disappear

Thank you so much, Stefan,

I will do this tomorrow. I have to leave now.

By, in the meantime
by Gilles T
Wed Jul 21, 2021 4:57 pm
Forum: Fonts & Character Sets
Topic: Changing the font in \frontmatter causes the Index to disappear
Replies: 17
Views: 14509

Changing the font in \frontmatter causes the Index to disappear

Hi again Stefan, thanks for you patience,

Your code works, your entry appears test\index{test}. But I don't see the entries that I defined like that in my text. For example: Articles\index{Article} pour l'index. Essai\index{Essai}.

Is there the problem?
by Gilles T
Wed Jul 21, 2021 4:05 pm
Forum: Fonts & Character Sets
Topic: Changing the font in \frontmatter causes the Index to disappear
Replies: 17
Views: 14509

Changing the font in \frontmatter causes the Index to disappear

I did that. Two words in the Introduction.

The Index appears as as long as the \renewcommand{\thepage}{\textsc{\roman{page}}} command is not present.
by Gilles T
Wed Jul 21, 2021 3:29 pm
Forum: Fonts & Character Sets
Topic: Changing the font in \frontmatter causes the Index to disappear
Replies: 17
Views: 14509

Changing the font in \frontmatter causes the Index to disappear

Hi Stefan,

You are right, I don't need the 6 lines above. The code as you present it is simpler and clearer. It works to give me roman small caps.

But, the Index still refuses to appear.
by Gilles T
Wed Jul 21, 2021 2:12 pm
Forum: Fonts & Character Sets
Topic: Changing the font in \frontmatter causes the Index to disappear
Replies: 17
Views: 14509

Changing the font in \frontmatter causes the Index to disappear

I did it, but the Index still does not appear (it appears in the TOC).

Thanks
by Gilles T
Wed Jul 21, 2021 12:53 pm
Forum: Fonts & Character Sets
Topic: Changing the font in \frontmatter causes the Index to disappear
Replies: 17
Views: 14509

Changing the font in \frontmatter causes the Index to disappear

Thank you, Stefan,

It seemed to me that this was the root of the problem, but I failed to resolve it. I am probably not placing or writing the command correctly.

What is the exact command? \let\index\indexORI or \def\mainmatter{\let\index\indexORI} or something else?

And where to place it? In ...
by Gilles T
Wed Jul 21, 2021 10:53 am
Forum: Fonts & Character Sets
Topic: Changing the font in \frontmatter causes the Index to disappear
Replies: 17
Views: 14509

Changing the font in \frontmatter causes the Index to disappear

Hello,

I am writing a book, compiled in XeLaTeX, with, among other things, an index. My concern is the following:

I don't like the lowercase roman page numbering (in \frontmatter) because of the dots (i, ii, iii). I would like to have small caps instead.

I found the following 6 lines (under the ...