Skip to content

Commit

Permalink
Fix caption font
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Jan 27, 2024
1 parent 642e77b commit 5ef7831
Show file tree
Hide file tree
Showing 5 changed files with 390 additions and 306 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test

on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:

jobs:

Expand Down
6 changes: 3 additions & 3 deletions testfiles/09-main-medical.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\input{regression-test.tex}
\documentclass[degree=doctor]{thuthesis}
\documentclass[degree=doctor, language=english, format=medical]{thuthesis}

\begin{document}
\START
Expand All @@ -20,8 +20,7 @@ \section{Figures}
\centering
\rule{1cm}{1cm}
\caption{Viral load and CD4+T cells changed over time (Zhang, San)}

\caption*{Viral load and CD4+T cells changed though time since HAART initiation in INR group (a) and IR group (b); the increase of naïve CD4+T cell count (∆n) was significantly different between INR group and IR group (c); the increase of memory CD4+T cell count (∆m) was similar in INR and IR groups (d). *, significant difference}
\figurenote{Viral load and CD4+T cells changed though time since HAART initiation in INR group (a) and IR group (b); the increase of naïve CD4+T cell count ($\increment n$) was significantly different between INR group and IR group (c); the increase of memory CD4+T cell count ($\increment n$) was similar in INR and IR groups (d). *, significant difference}
\end{figure}


Expand All @@ -39,6 +38,7 @@ \section{Tables}
CD8 & 53-6.7 & eBioscience \\
\bottomrule
\end{tabular}
\tablenote{\raggedleft(Neefjes et al., 2011)}
\end{table}


Expand Down
Loading

0 comments on commit 5ef7831

Please sign in to comment.