You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
427 B
14 lines
427 B
\newcommand{\codestatstable}[3]{
|
|
\begin{table}[H]
|
|
\centering
|
|
\begin{tabular}{ l r r r r }
|
|
\multicolumn{5}{c}{\large{\textbf{#1}}} \\
|
|
\multicolumn{5}{c}{\small{\url{#2}}} \\
|
|
\textbf{Γλώσσα} & \textbf{Αρχεία} & \textbf{Κενές γραμμές} & \textbf{Σχόλια} & \textbf{Κώδικας} \\
|
|
\toprule
|
|
#3
|
|
\bottomrule
|
|
\end{tabular}
|
|
\caption{#1 - στατιστικά κώδικα}
|
|
\end{table}
|
|
}
|