Skip to content

Instantly share code, notes, and snippets.

@VinACE
Last active November 28, 2020 19:04
Show Gist options
  • Save VinACE/fe39811bc9f457792d39ed6cba3bfcf7 to your computer and use it in GitHub Desktop.
Save VinACE/fe39811bc9f457792d39ed6cba3bfcf7 to your computer and use it in GitHub Desktop.
Latex_tables
https://tex.stackexchange.com/questions/345379/table-in-two-column
Latex_tables - two column width...
\begin{table*}[!hbt]
\caption{Comparison of our evaluation scores with other references}\label{tab:apis}
\small
\begin{center}
\begin{tabular}{|l|l|l|l|l|l|}
\toprule
{\bf Sl.No.} & {\bf Video from Office \citep{fu2010multi}} & {\bf Precision} & {\bf Recall} & {\bf Accuracy} & {\bf F1 Score} \\
\midrule[.1em]
1. & Office-1 & 0.9 & 0.93 & 98 & 0.91 \\ \hline
2. & Office-2 & 0.95 & 0.98 & 97.9 & 0.96 \\ \hline
3. & Office-3 & 0.93 & 0.89 & 95.6 & 0.90 \\ \hline
4. & Refe[18] & 0.93 & 0.86 & 93 & 0.90 \\ \hline
\end{tabular}
\end{center}
\end{table*}
https://tex.stackexchange.com/questions/5223/command-for-argmin-or-argmax/284054
argmin --
\usepackage[numbers]{natbib}
\usepackage{amsmath}
\DeclareMathOperator*{\argmax}{arg\,max}
\DeclareMathOperator*{\argmin}{arg\,min}
\begin{equation}
\label{eqn:3}
O_{k} = \argmin_Oj \{(O_{j} - M)^2\}
\end{equation}
space symbol \quad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment