Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tooling
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
insert epic projlab name here
Tooling
Commits
2d28debd
Verified
Commit
2d28debd
authored
4 years ago
by
Réthelyi Bálint
Browse files
Options
Downloads
Patches
Plain Diff
filelist fix
parent
1253c1ac
No related branches found
No related tags found
No related merge requests found
Pipeline
#7047
passed
4 years ago
Stage: build
Stage: docker
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
plab/filelist.go
+1
-1
1 addition, 1 deletion
plab/filelist.go
with
1 addition
and
1 deletion
plab/filelist.go
+
1
−
1
View file @
2d28debd
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment