Skip to content

Commit

Permalink
Fix CI not running (#30)
Browse files Browse the repository at this point in the history
* Add debug in CI

* Add more debug

* Try putting _raw_ title into page heading

* Remove debug
  • Loading branch information
quangloc99 authored Feb 9, 2024
1 parent 959e797 commit b102a0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/latex/vnoiMagazine2023.sty
Original file line number Diff line number Diff line change
Expand Up @@ -196,21 +196,21 @@
}

\pagestyle{fancy}
\edef\title{\commandkey{title}}

% \ifodd\value{page}\null\newpage\fi%

\fancyhead{}
\lhead{\title}

~\thispagestyle{empty}
% \autoSetBackground
\setbackgroundEverypage{../assets/page-bg.png}

\vfill
\customPart{\title}
\customPart{\commandkey{title}}
\noindent Interviewer: \commandkey{interviewer}
\vfill
\edef\title{\commandkey{title}}
\lhead{\title}

\newpage

Expand Down

0 comments on commit b102a0f

Please sign in to comment.