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

filelist fixfixfix

parent 140b0327
No related branches found
No related tags found
No related merge requests found
Pipeline #7053 passed
...@@ -116,7 +116,7 @@ func getData(dirname string, list map[string]string) []fileinfo { ...@@ -116,7 +116,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}{|P|l|l|X|}") fmt.Println("\\noindent\\begin{xltabular}{\\textwidth}{|P{3cm}|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