Ezerous
3 years ago
4 changed files with 22 additions and 12 deletions
@ -1,12 +1,19 @@ |
|||||
\newcommand{\codestatstable}[3]{ |
\newcommand{\codestatstable}[3]{ |
||||
|
\begin{table}[H] |
||||
|
\centering |
||||
|
\rowcolors{3}{}{gray2} |
||||
\begin{tabular}{ |l|r|r|r|r| } |
\begin{tabular}{ |l|r|r|r|r| } |
||||
\hline |
\hline |
||||
\multicolumn{5}{|c|}{\textbf{#1}} \\ |
\rowcolor{gray1} |
||||
\multicolumn{5}{|c|}{\url{#2}} \\ |
\multicolumn{5}{|c|}{\large{\textbf{#1}}} \\ |
||||
|
\rowcolor{gray1} |
||||
|
\multicolumn{5}{|c|}{\small{\url{#2}}} \\ |
||||
\hline |
\hline |
||||
Γλώσσα & Αρχεία & Κενές & Σχόλια & Κώδικας \\ |
\textbf{Γλώσσα} & \textbf{Αρχεία} & \textbf{Κενές γραμμές} & \textbf{Σχόλια} & \textbf{Κώδικας} \\ |
||||
\hline |
\hline |
||||
#3 |
#3 |
||||
\hline |
\hline |
||||
\end{tabular} |
\end{tabular} |
||||
|
\caption{#1 - στατιστικά κώδικα} |
||||
|
\end{table} |
||||
} |
} |
Binary file not shown.
Loading…
Reference in new issue