summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/colorist/colorist-fancy.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-01-02 21:23:26 +0000
committerKarl Berry <karl@freefriends.org>2023-01-02 21:23:26 +0000
commita6b52c418b122f8c7f693297f90312835d4b8ce0 (patch)
treed38b846d4ce9b1bde89c33d79a269be0cd98c25b /Master/texmf-dist/tex/latex/colorist/colorist-fancy.sty
parent298587016f189af9336278f57b0f59980cbe234e (diff)
jxu (2jan23)
git-svn-id: svn://tug.org/texlive/trunk@65436 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/colorist/colorist-fancy.sty')
-rw-r--r--Master/texmf-dist/tex/latex/colorist/colorist-fancy.sty37
1 files changed, 29 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/colorist/colorist-fancy.sty b/Master/texmf-dist/tex/latex/colorist/colorist-fancy.sty
index 409bb5b7c99..e5a3dd8a3c8 100644
--- a/Master/texmf-dist/tex/latex/colorist/colorist-fancy.sty
+++ b/Master/texmf-dist/tex/latex/colorist/colorist-fancy.sty
@@ -2,7 +2,7 @@
%% This is file `colorist/colorist-fancy.sty',
%% generated with the docstrip utility.
%%
-%% Copyright (C) 2021-2022 by Jinwen XU
+%% Copyright (C) 2021-2023 by Jinwen XU
%%
%% This is part of the colorist class series.
%%
@@ -18,7 +18,7 @@
\NeedsTeXFormat{LaTeX2e}[2022-06-01]
\ProvidesExplPackage
{colorist-fancy}
- {2022/09/03} {}
+ {2023/01/02} {}
{The fancy style of colorist}
\IfPackageLoadedTF { colorist } {}
@@ -216,6 +216,21 @@
\fi
}
+\renewcommand*{\thefootnote}{\textcolor{main-text!45!paper}{\arabic{footnote}}}
+
+\bool_if:NT \l__colorist_is_book_bool
+ {
+ \hook_gput_code:nnn { cmd/frontmatter/before } { colorist }
+ {
+ \renewcommand*{\thefootnote}{\textcolor{main-text!45!paper}{\fnsymbol{footnote}}}
+ }
+ \hook_gput_code:nnn { cmd/mainmatter/before } { colorist }
+ {
+ \setcounter{footnote}{0}
+ \renewcommand*{\thefootnote}{\textcolor{main-text!45!paper}{\arabic{footnote}}}
+ }
+ }
+
%%================================
%% Title format
%%================================
@@ -503,7 +518,7 @@
\projlib_langauge_define_multilingual_text:Nn \bl@nkpagetext
{
, EN = This~page~is~intentionally~left~blank
- , FR = Cette~page~a~été~intentionellement~laissée~vide
+ , FR = Cette~page~est~intentionnellement~laissée~vide
, DE = Diese~Seite~wurde~absichtlich~leer~gelassen
, IT = Questa~pagina~è~stata~lasciata~vuota~intenzionalmente
, PT = Esta~página~foi~intencionalmente~deixada~em~branco
@@ -616,6 +631,14 @@ heading_suffix "}\n"
\hspace*{20\p@}
}
+\hook_gput_code:nnn { begindocument/before } { colorist }
+ {
+ \bool_if:NF \l__colorist_fast_bool
+ {
+ \hook_gput_code:nnn { cmd/printindex/before } { colorist } { \bookmarksetup{startatroot} }
+ }
+ }
+
%%================================
%% Draft mark
%%================================
@@ -697,7 +720,7 @@ heading_suffix "}\n"
}
\newcommand{\customqedsymbol}{
- \makebox[1em]{\color{main-text!27!paper}\rule[-0.1em]{.95em}{.95em}}}
+ \makebox[1em]{\color{.!27!paper}\rule[-0.1em]{.95em}{.95em}}}
\let\qedsymbol\customqedsymbol
\bool_if:NTF \l__colorist_theorem_in_new_line_bool
@@ -742,10 +765,8 @@ heading_suffix "}\n"
\bool_if:NTF \l__colorist_fast_bool
{
- \providecommand{\phantomsection}{}
- \RequirePackage { url }
- \providecommand{\href}[2]{#2}
- \providecommand{\texorpdfstring}[2]{#1}
+ \RequirePackage { hyperref }
+ \hypersetup { draft }
}
{
\RequirePackage { hyperref }