Skip to content

Commit

Permalink
fix: Use \bfseries instead of \textbf for bold tablehead
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed Mar 8, 2024
1 parent c5af0ce commit 3716f34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%\twocolumn
\maketitle
\tableofcontents
\tablehead{\textbf{Spanish (type)} & \textbf{English} & \textbf{example (Spanish)} & \textbf{example (English)}\\}
\tablehead\bfseries Spanish (type)&\bfseries English&\bfseries example (Spanish)&\bfseries example (English)\\
\section{A1}
\@input{../build/spanish_3000_two_column_alphabetical_A1_with_example.tex}
\section{A2}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%\twocolumn
\maketitle
\tableofcontents
\tablehead{\textbf{Spanish (type)} & \textbf{English} & \textbf{example (Spanish)} & \textbf{example (English)}\\}
\tablehead\bfseries Spanish (type)&\bfseries English&\bfseries example (Spanish)&\bfseries example (English)\\
\section{A1}
\@input{../build/spanish_3000_two_column_shuffle_A1_with_example.tex}
\section{A2}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%\twocolumn
\maketitle
\tableofcontents
\tablehead{\textbf{Spanish (type)} & \textbf{English} & \textbf{example (Spanish)} & \textbf{example (English)}\\}
\tablehead\bfseries Spanish (type)&\bfseries English&\bfseries example (Spanish)&\bfseries example (English)\\
\section{A1}
\@input{../build/spanish_5000_two_column_alphabetical_A1_with_example.tex}
\section{A2}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%\twocolumn
\maketitle
\tableofcontents
\tablehead{\textbf{Spanish (type)} & \textbf{English} & \textbf{example (Spanish)} & \textbf{example (English)}\\}
\tablehead\bfseries Spanish (type)&\bfseries English&\bfseries example (Spanish)&\bfseries example (English)\\
\section{A1}
\@input{../build/spanish_5000_two_column_shuffle_A1_with_example.tex}
\section{A2}
Expand Down

0 comments on commit 3716f34

Please sign in to comment.