Skip to content

Commit

Permalink
Fixup bib format
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Feb 25, 2024
1 parent d19e14e commit d14fd22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions testfiles/save.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ save_file () {
config="crossref";
elif [[ "$test" == *-nomencl ]]; then
config="nomencl";
elif [[ "$test" == 10-bibtex ]]; then
elif [[ "$test" == 10-bibtex-* ]]; then
config="bibtex";
elif [[ "$test" == 10-biblatex ]]; then
elif [[ "$test" == 10-biblatex-* ]]; then
config="biblatex";
else
config="main";
Expand Down
4 changes: 2 additions & 2 deletions thuthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -6019,9 +6019,9 @@
\fi
\else
\ifthu@format@medical
\renewcommand\bibfont{\fontsize{10.5bp}{16bp}\selectfont}%
\else
\renewcommand\bibfont{\fontsize{10.5bp}{15bp}\selectfont}%
\else
\renewcommand\bibfont{\fontsize{10.5bp}{16bp}\selectfont}%
\fi
\setlength{\bibsep}{3bp \@plus 3bp \@minus 3bp}%
\setlength{\bibhang}{21bp}%
Expand Down

0 comments on commit d14fd22

Please sign in to comment.