Skip to content

Commit

Permalink
chore: add filter warning for latex font
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiangjenli committed Apr 12, 2024
1 parent 22b9100 commit bb3b0a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified build/my_ntust_thesis.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions my_ntust_thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
\usepackage[numbers]{natbib}
\usepackage[hidelinks]{hyperref}

\usepackage{silence} % Filter warnings
\WarningFilter{latexfont}{Font shape `TU/ARPLUKaiTW(0)/b/n' undefined}
\WarningFilter{latexfont}{Some font shapes were not available}

% -- document -----------------------------------------------------------------------
\begin{document}

Expand Down

0 comments on commit bb3b0a5

Please sign in to comment.