Skip to content

Commit

Permalink
remove fancyhdr patches again
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Jan 11, 2025
1 parent 2e8faef commit 3a372dc
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 30 deletions.
4 changes: 0 additions & 4 deletions testfiles-luatex/test-mc-manual-para-split.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@

\ExplSyntaxOn
\makeatletter
%Avoid killing of para hooks:
\def\f@nch@clear@par@hook:n#1{}
\def\f@nch@restore@parhook#1{}
\def\f@nch@saveclr@parhook#1{}
\pdfmanagement_add:nnn {Catalog} {Lang}{(en-UK)}
\pdfmanagement_add:nnn {Info} {Title}{(Title)}

Expand Down
4 changes: 0 additions & 4 deletions testfiles-luatex/test-struct-user.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
\fancyhf{}
\makeatletter
\ExplSyntaxOn
%Avoid killing of para hooks:
\def\f@nch@clear@par@hook:n#1{}
\def\f@nch@restore@parhook#1{}
\def\f@nch@saveclr@parhook#1{}
\cfoot{\leavevmode\tag_mc_end_push:\tagmcbegin{artifact=pagination}\thepage\tagmcend\tag_mc_begin_pop:n{artifact}}

\pdfmanagement_add:nnn {Catalog}{Lang}{(en-UK)}
Expand Down
4 changes: 0 additions & 4 deletions testfiles-luatex/testauxtree.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@

\ExplSyntaxOn
\makeatletter
%Avoid killing of para hooks:
\def\f@nch@clear@par@hook:n#1{}
\def\f@nch@restore@parhook#1{}
\def\f@nch@saveclr@parhook#1{}
\cfoot{\leavevmode\tag_mc_end_push:\tagmcbegin{artifact=pagination}\thepage\tagmcend\tag_mc_begin_pop:n{artifact}}
\pdfmanagement_add:nnn{Info}{Title}{(title)}
\ExplSyntaxOff\makeatother
Expand Down
4 changes: 0 additions & 4 deletions testfiles-pdftex/test-mc-manual-para-split.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@

\ExplSyntaxOn
\makeatletter
%Avoid killing of para hooks:
\def\f@nch@clear@par@hook:n#1{}
\def\f@nch@restore@parhook#1{}
\def\f@nch@saveclr@parhook#1{}
\pdfmanagement_add:nnn {Catalog} {Lang}{(en-UK)}
\pdfmanagement_add:nnn {Info} {Title}{(Title)}

Expand Down
4 changes: 0 additions & 4 deletions testfiles-pdftex/test-struct-user.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@

\ExplSyntaxOn
\makeatletter
%Avoid killing of para hooks:
\def\f@nch@clear@par@hook:n#1{}
\def\f@nch@restore@parhook#1{}
\def\f@nch@saveclr@parhook#1{}
\cfoot{\leavevmode\tag_mc_end_push:\tagmcbegin{artifact=pagination}\thepage\tagmcend\tag_mc_begin_pop:n{artifact}}

\pdfmanagement_add:nnn {Catalog}{Lang}{(en-UK)}
Expand Down
4 changes: 0 additions & 4 deletions testfiles-pdftex/testauxtree.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@

\ExplSyntaxOn
\makeatletter
%Avoid killing of para hooks:
\def\f@nch@clear@par@hook:n#1{}
\def\f@nch@restore@parhook#1{}
\def\f@nch@saveclr@parhook#1{}
\cfoot{\leavevmode\tag_mc_end_push:\tagmcbegin{artifact=pagination}\thepage\tagmcend\tag_mc_begin_pop:n{artifact}}
\pdfmanagement_add:nnn{Info}{Title}{(title)}
\ExplSyntaxOff\makeatother
Expand Down
6 changes: 0 additions & 6 deletions testfiles/test-fancyhdr.lvt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
\input{regression-test}
\documentclass{article}
\usepackage{fancyhdr}
\makeatletter\ExplSyntaxOn
%Avoid fancyhdr killing of para hooks:
\def\f@nch@clear@par@hook:n#1{}
\def\f@nch@restore@parhook#1{}
\def\f@nch@saveclr@parhook#1{}
\makeatother\ExplSyntaxOff
\pagestyle{fancy}
\lhead{some \emph{text} }
\lfoot{some \emph{text} }
Expand Down

0 comments on commit 3a372dc

Please sign in to comment.