Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fithesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
External Relations
Document Templates
fithesis
Commits
5c10a4d4
There was an error fetching the commit references. Please try again later.
Commit
5c10a4d4
authored
4 years ago
by
Tereza Vrabcová
Browse files
Options
Downloads
Patches
Plain Diff
Added tex file into example/mu Makefile
parent
047b5537
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
example/mu/Makefile
+2
-2
2 additions, 2 deletions
example/mu/Makefile
with
2 additions
and
2 deletions
example/mu/Makefile
+
2
−
2
View file @
5c10a4d4
...
@@ -21,7 +21,7 @@ all: $(OUTPUT) clean
...
@@ -21,7 +21,7 @@ all: $(OUTPUT) clean
$(
patsubst %-pdflatex.tex,%-,
$(
subst lua,pdf,
$@
))
*
.tex
$(
patsubst %-pdflatex.tex,%-,
$(
subst lua,pdf,
$@
))
*
.tex
# This target typesets a pdfLaTeX example.
# This target typesets a pdfLaTeX example.
%-pdflatex.pdf
:
%-pdflatex.tex example.bib
%-pdflatex.pdf
:
%-pdflatex.tex example.bib
example-terms-abbrs.tex
$(
PDFLATEX
)
$<
# The initial typesetting.
$(
PDFLATEX
)
$<
# The initial typesetting.
biber
$(
basename
$<
)
.bcf
biber
$(
basename
$<
)
.bcf
$(
PDFLATEX
)
$<
# Update the index after the bibliography insertion.
$(
PDFLATEX
)
$<
# Update the index after the bibliography insertion.
...
@@ -30,7 +30,7 @@ all: $(OUTPUT) clean
...
@@ -30,7 +30,7 @@ all: $(OUTPUT) clean
$(
PDFLATEX
)
$<
$(
PDFLATEX
)
$<
# This target typesets a LuaLaTeX example.
# This target typesets a LuaLaTeX example.
%-lualatex.pdf
:
%-lualatex.tex example.bib
%-lualatex.pdf
:
%-lualatex.tex example.bib
example-terms-abbrs.tex
$(
LUALATEX
)
$<
# The initial typesetting.
$(
LUALATEX
)
$<
# The initial typesetting.
biber
$(
basename
$<
)
.bcf
biber
$(
basename
$<
)
.bcf
$(
LUALATEX
)
$<
# Update the index after the bibliography insertion.
$(
LUALATEX
)
$<
# Update the index after the bibliography insertion.
...
...
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