Skip to content

Commit f7df7c2

Browse files
committed
STYLE: Replace \hline with \toprule, \midrule, and \bottomrule tables
Improve the visual representation of tables following recommendations provided by chktex linting and online suggestions.
1 parent 7ea599d commit f7df7c2

File tree

4 files changed

+222
-203
lines changed

4 files changed

+222
-203
lines changed

SoftwareGuide/Latex/Appendices/GitWorkflow.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ \subsubsection{Notation}%
225225

226226
\begin{table}
227227
\begin{center}
228-
\begin{tabular}{ m{0.3\textwidth} | m{0.6\textwidth} }
228+
\begin{tabular}{ m{0.3\textwidth} m{0.6\textwidth} }
229229
\toprule
230230
\textbf{Meaning} & \textbf{Symbol} \\
231231
\midrule

SoftwareGuide/Latex/DesignAndFunctionality/DeformableRegistration4OnBrain.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@
1919

2020
\begin{table}
2121
\begin{center}
22-
\begin{tabular}{ | p{3cm} | p{1.8cm} | p{2.5cm} | p{4cm} | }
23-
\hline
22+
\begin{tabular}{p{3cm} p{1.8cm} p{2.5cm} p{4cm}}
23+
\toprule
2424
\textbf{Iteration} &
2525
\textbf{Function value} &
2626
\textbf{$\|G\|$} &
2727
\textbf{Step length} \\
28-
\hline\hline
28+
\midrule
29+
\midrule
2930
1 & 156.981 & 14.911 & 0.202 \\
3031
2 & 68.956 & 11.774 & 1.500 \\
3132
3 & 38.146 & 4.802 & 1.500 \\
@@ -34,7 +35,7 @@
3435
6 & 21.454 & 1.032 & 1.500\\
3536
7 & 20.322 & 1.557 & 1.500\\
3637
8 & 19.751 & 0.594 & 1.500\\
37-
\hline
38+
\bottomrule
3839
\end{tabular}
3940
\end{center}
4041
\itkcaption[LBFGS Optimizer trace]{LBFGS Optimizer trace.%

0 commit comments

Comments
 (0)