Skip to content
Snippets Groups Projects
Verified Commit 2d28debd authored by Réthelyi Bálint's avatar Réthelyi Bálint :no_mouth:
Browse files

filelist fix

parent 1253c1ac
No related branches found
No related tags found
No related merge requests found
Pipeline #7047 passed
...@@ -113,7 +113,7 @@ func getData(dirname string, list map[string]string) []fileinfo { ...@@ -113,7 +113,7 @@ func getData(dirname string, list map[string]string) []fileinfo {
func genLatex(files []fileinfo) { func genLatex(files []fileinfo) {
fmt.Println("\\newcolumntype{P}[1]{>{\\hspace{0pt}}p{#1}}") // TODO: rm % if needed fmt.Println("\\newcolumntype{P}[1]{>{\\hspace{0pt}}p{#1}}") // TODO: rm % if needed
fmt.Println("\\noindent\\begin{xltabular}{\\textwidth}{|l|l|X|X|}") fmt.Println("\\noindent\\begin{xltabular}{\\textwidth}{|P|l|l|X|}")
fmt.Println("\\hline Fájlnév & Méret & Keletkezés ideje & Tartalom \\\\ \\hline \\hline \\endhead") fmt.Println("\\hline Fájlnév & Méret & Keletkezés ideje & Tartalom \\\\ \\hline \\hline \\endhead")
for _, file := range files { for _, file := range files {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment