Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
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
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
Malin Freeborn
core
Commits
1b40ee64
Verified
Commit
1b40ee64
authored
11 months ago
by
Malin Freeborn
Browse files
Options
Downloads
Patches
Plain Diff
update config
parent
0d3b9d87
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+4
-37
4 additions, 37 deletions
.gitignore
Makefile
+9
-25
9 additions, 25 deletions
Makefile
config
+1
-1
1 addition, 1 deletion
config
with
14 additions
and
63 deletions
.gitignore
+
4
−
37
View file @
1b40ee64
*.aux
*.bbl
*.blg
*.dvi
*.idx
*.ilg
*.ind
*.log
*.synctex.gz
*.toc
*.log
*.tmp
*pdf
*swp
.no.md
*.acn
*.acr
*.alg
*glg
*glo
*gls
*.ist
*ist
*.maf
svg-inkscape
*.out
*.ptc
old
rubbish
svg-inkscape/
*.png
*.jpeg
*.tiff
*.xcf
*.xmpi
*.slg
*.slo
*.sls
.switch-*
*.fls
*latexmk
qr.tex
*.pdf
.switch-gls
This diff is collapsed.
Click to expand it.
Makefile
+
9
−
25
View file @
1b40ee64
BOOK
=
$(
shell
basename
"
$$(
pwd
)
"
)
QR_TARGET
=
$(
shell
grep
'mailto'
README.md |
cut
-d
' '
-f2
)
include
config/vars
output
:
$(BOOK).pdf
config/vars
:
@
git submodule update
--init
.PHONY
:
clean all
qr.tex
:
README.md
qr.tex
:
README.md
config/vars .switch-gls
@
printf
'\qrcode[height=.2\\textwidth]{
$(
QR_TARGET
)
}'
>
qr.tex
.switch-gls
:
@
touch
-r
Makefile .switch-gls
config/bind.sty
:
@
git submodule update
--init
svg-inkscape
:
| config/bind.sty .switch-gls qr.tex
@
pdflatex
-shell-escape
-jobname
$(
BOOK
)
main.tex
$(BOOK).pdf
:
svg-inkscape $(wildcard *.tex) $(wildcard config/*.sty)
@
pdflatex
-jobname
$(
BOOK
)
main.tex
$(BOOK).pdf
:
$(wildcard *.tex) $(wildcard config/*.sty) | qr.tex
@$(
COMPILER
)
main.tex
.PHONY
:
all
all
:
$(BOOK).pdf
@
latexmk
-jobname
=
$(
BOOK
)
-shell-escape
-pdf
main.tex
clean
:
rm
-fr
*
.aux
*
.sls
*
.slo
*
.slg
*
.toc
*
.acn
*
.log
*
.out
*
.idx
*
.ist
\
*
glo
\
*
glg
\
*
gls
\
*
.acr
\
*
.alg
\
*
.ilg
\
*
.ind
\
*
.ptc
\
*
.pdf
\
svg-inkscape
\
*
.fdb_latexmk
\
qr.tex
\
*
.fls
$(
CLEAN
)
This diff is collapsed.
Click to expand it.
config
@
a63fb801
Compare
3f455742
...
a63fb801
Subproject commit
3f4557426c011e098a1d885381b8ae9c2f013bbf
Subproject commit
a63fb801fbeab9e82912d71fee6ae52400497c04
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