diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1ac99c..9a7ede3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,9 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install dependencies - run: sudo apt install $apt_packages + run: | + sudo apt-get update + sudo apt install $apt_packages - name: Setup latexmk to run nomenclature run: cp .github/.latexmkrc ~/.latexmkrc - name: Run test @@ -36,7 +38,9 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install dependencies - run: sudo apt install $apt_packages + run: | + sudo apt-get update + sudo apt install $apt_packages - name: Setup latexmk to run nomenclature run: cp .github/.latexmkrc ~/.latexmkrc - name: Run test diff --git a/src/byuthesis.cls b/src/byuthesis.cls index 014780b..580b0a5 100644 --- a/src/byuthesis.cls +++ b/src/byuthesis.cls @@ -286,9 +286,9 @@ % Place page number in top outer corner of all pages except chapter title pages % Place chapter title in top inner corner of all pages except chapter title pages \makeoddhead{byu}% - {\normalfont\small\slshape\leftmark}{}{\normalfont\small\slshape\thepage} + {}{}{\normalfont\small\slshape\thepage} \makeevenhead{byu}% - {\normalfont\small\slshape\thepage}{}{\normalfont\small\slshape\leftmark} + {\normalfont\small\slshape\thepage}{}{} \makeoddfoot{byu}% {}{}{} \makeevenfoot{byu}% @@ -298,8 +298,8 @@ % Place page number in top right corner of all pages except chapter title pages % Place chapter title in top left corner of all pages except chapter title pages \makeoddhead{byu}% - {\normalfont\small\slshape\leftmark}{}{\normalfont\small\slshape\thepage} % include chapter title - % {}{}{\normalfont\small\slshape\thepage} % don't include chapter title + % {\normalfont\small\slshape\leftmark}{}{\normalfont\small\slshape\thepage} % include chapter title + {}{}{\normalfont\small\slshape\thepage} % don't include chapter title \makeoddfoot{byu}% {}{}{} \fi