Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ptb-latex
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
Container 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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
André Wählisch
ptb-latex
Commits
c3a878bd
Commit
c3a878bd
authored
3 years ago
by
Rolf Niepraschk
Browse files
Options
Downloads
Patches
Plain Diff
"Makefile" verbessert
parent
68fc9211
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
publikationsliste/Makefile
+20
-6
20 additions, 6 deletions
publikationsliste/Makefile
publikationsliste/publikationen_vakuum_PTB.pdf
+0
-0
0 additions, 0 deletions
publikationsliste/publikationen_vakuum_PTB.pdf
with
20 additions
and
6 deletions
publikationsliste/Makefile
+
20
−
6
View file @
c3a878bd
# Rolf Niepraschk, 2021-09-2
0
, Rolf.Niepraschk@ptb.de
# Rolf Niepraschk, 2021-09-2
4
, Rolf.Niepraschk@ptb.de
.SUFFIXES
:
.tex .ltx .dvi .ps .pdf .eps .bbx .cbx .dbx
MAIN
=
publikationen_vakuum_PTB
LATEX
=
lualatex
BIBTEX
=
biber
EGREP
=
grep
-E
ADDINPUTS
=
BIBS
=
$(
MAIN
)
.bib
BIBS
=
$(
MAIN
)
.bib journal-short-names.bib
BIBTEX_WARN
=
(
run Biber on the file
)
RERUN_WARN1
=
Rerun to get cross-references right
RERUN_WARN2
=
Please rerun LaTeX
RERUN_WARN3
=
There were undefined references
RERUN_WARN4
=
Linenumber reference failed
RERUN_WARNINGS
=
(
$(
RERUN_WARN1
)
|
$(
RERUN_WARN2
)
|
$(
RERUN_WARN3
)
|
$(
RERUN_WARN4
)
)
MAX_LTX_RUNS
=
5
all
:
pdf
pdf
:
$(MAIN).pdf
$(MAIN).pdf
:
$(MAIN).tex $(MAIN).bbl $(ADDINPUTS)
$(
LATEX
)
$<
$(MAIN).bcf
:
$(MAIN).tex $(BIBS)
$(MAIN).pdf
:
$(MAIN).tex $(BIBS) $(ADDINPUTS)
$(
LATEX
)
$<
@
if
$(
EGREP
)
'
$(
BIBTEX_WARN
)
'
$(
basename
$<
)
.log
>
/dev/null
;
\
then
$(
BIBTEX
)
-V
--isbn-normalise
$(
basename
$<
);
fi
;
@
for
((
i
=
0
;
i <
$(
MAX_LTX_RUNS
);
i++
))
do
\
if
$(
EGREP
)
'
$(
RERUN_WARNINGS
)
'
$(
basename
$<
)
.log
>
/dev/null
;
\
then
$(
LATEX
)
$<
;
fi
;
\
done
$(MAIN).bbl
:
$(MAIN).bcf
biber
-V
--isbn-normalise
$<
...
...
This diff is collapsed.
Click to expand it.
publikationsliste/publikationen_vakuum_PTB.pdf
+
0
−
0
View file @
c3a878bd
No preview for this file type
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