Search found 3 matches

by fsoedjede
Wed Dec 06, 2023 2:12 am
Forum: Text Formatting
Topic: Customization of a section number in the table of contents
Replies: 0
Views: 9369

Customization of a section number in the table of contents

Hello Everyone,

Using the code below, I want to be able to change the numbering in the toc just by changing the value passed to the command \newcommand*{\CPHHeadingLevelIINumberStyle}{Decimal}

In the code,
- when I use \renewcommand{\thechapter}{\HeadingNumberStyleDisplay{chapter ...
by fsoedjede
Sun Jun 26, 2022 3:20 pm
Forum: Text Formatting
Topic: Itemize flushed to bottom when using \vfill
Replies: 3
Views: 2093

Itemize flushed to bottom when using \vfill

Thanks for your reply @Stephan,

I need that \vfill so I can't remove it.
The first example in the document seems not working when I tested more.

Let me explain what problematic I want to solve.

I want to format part of my document having
1. \section - must always be at the top of a new page
2. A ...
by fsoedjede
Sat Jun 25, 2022 11:32 pm
Forum: Text Formatting
Topic: Itemize flushed to bottom when using \vfill
Replies: 3
Views: 2093

Itemize flushed to bottom when using \vfill

Hello everyone,

I have an use as stated in the subject.
I can't find why it's occurring.

The first section is ok but in the second, the itemize is flushed to the bottom of the page

I'm using `pdfTeX 3.141592653-2.6-1.40.24 (TeX Live 2022)`

Thanks for your help

Here is my code

Edit: I changed ...