ajout fancyhdr pour changer le numéro de page de place
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
be05963a39
commit
626d2cac3d
4 changed files with 26 additions and 2 deletions
|
@ -48,4 +48,10 @@
|
|||
|
||||
\newcommand{\emoji}[1]{
|
||||
{\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}}
|
||||
}
|
||||
}
|
||||
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\fancyhf[rh]{\thepage}
|
||||
\renewcommand\headrulewidth{0pt}
|
||||
|
|
|
@ -48,4 +48,10 @@
|
|||
|
||||
\newcommand{\emoji}[1]{
|
||||
{\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}}
|
||||
}
|
||||
}
|
||||
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\fancyhf[rh]{\thepage}
|
||||
\renewcommand\headrulewidth{0pt}
|
||||
|
|
|
@ -49,3 +49,9 @@
|
|||
\newcommand{\emoji}[1]{
|
||||
{\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}}
|
||||
}
|
||||
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\fancyhf[rh]{\thepage}
|
||||
\renewcommand\headrulewidth{0pt}
|
||||
|
|
|
@ -49,3 +49,9 @@
|
|||
\newcommand{\emoji}[1]{
|
||||
{\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}}
|
||||
}
|
||||
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\fancyhf[rh]{\thepage}
|
||||
\renewcommand\headrulewidth{0pt}
|
||||
|
|
Loading…
Reference in a new issue