Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
print
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bibliothek-der-neologie
print
Merge requests
!104
Resolve "Synopse wird nicht korrekt dargestellt"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Synopse wird nicht korrekt dargestellt"
224-synopse-wird-nicht-korrekt-dargestellt
into
master
Overview
1
Commits
4
Pipelines
0
Changes
4
Merged
Simon Sendler
requested to merge
224-synopse-wird-nicht-korrekt-dargestellt
into
master
3 years ago
Overview
1
Commits
4
Pipelines
0
Changes
4
Expand
Closes #224
Edited
2 years ago
by
Simon Sendler
0
0
Merge request reports
Compare
master
version 3
75ec3938
2 years ago
version 2
b5c7a59f
2 years ago
version 1
3c86d669
2 years ago
master (base)
and
latest version
latest version
270719c8
4 commits,
2 years ago
version 3
75ec3938
3 commits,
2 years ago
version 2
b5c7a59f
2 commits,
2 years ago
version 1
3c86d669
1 commit,
2 years ago
4 files
+
111
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
perl/authors/teller-postprocessing.pl
0 → 100644
+
35
−
0
Options
# A#!/usr/bin/env perl
=begin comment
Copyright (c) 2015 Hannes Riebl
Copyright (c) 2015–2019 Michelle Weidling
Copyright (c) 2020 Stefan Hynek
This file is part of bdnPrint.
bdnPrint is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
bdnPrint is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with bdnPrint. If not, see <https://www.gnu.org/licenses/>.
=cut
use
autodie
;
use
strict
;
use
utf8
;
use
warnings
;
use
File::
Slurp
;
my
$tmp
=
read_file
("
tmp/
"
.
$ARGV
[
0
]
.
"
_tmp-3.tex
");
# $tmp =~ s/(\\margindata\[inouter\]\{\w\d{1,3}\*?([,;] \w\d{1,3}\*?)?)\}\\margindata\[inouter\]\{(\w\d{1,3}\*?([,;] \w\d{1,3}\*?)?\})/$1, $3/g;
print
$tmp
;
Loading