Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lab-multimodal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
biometric-resources
lab-multimodal
Commits
c839f139
Commit
c839f139
authored
Aug 08, 2018
by
Sébastien MARCEL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mods to compile from pandoc to pdf directly with Makefile
parent
b80370cf
Pipeline
#22712
failed with stage
in 6 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
34 additions
and
12 deletions
+34
-12
.gitignore
.gitignore
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+4
-0
00_section_example.md
00_section_example.md
+0
-0
Makefile
Makefile
+11
-10
header.tex
header.tex
+3
-0
metadata.yaml
metadata.yaml
+14
-0
No files found.
.gitignore
View file @
c839f139
...
...
@@ -6,5 +6,5 @@
*.out
*.snm
*.toc
*
.pdf
main.tex
lecture
.pdf
??_section*.pdf
.gitlab-ci.yml
View file @
c839f139
...
...
@@ -10,6 +10,10 @@ stages:
-
git clone git@gitlab.idiap.ch:master-biometrics/graphics.git
script
:
-
make
artifacts
:
expire_in
:
1 week
paths
:
-
"
*.pdf"
linux
:
<<
:
*build_job
...
...
00_example.md
→
00_
section_
example.md
View file @
c839f139
File moved
Makefile
View file @
c839f139
T
EXFILE
=
lab.tex
PDFFILE
=
$(TEXFILE:%.tex=%.pdf
)
T
ARGET
:=
lecture.pdf
SECTIONS
:=
$(
sort
$(
wildcard
??_section
*
.md
)
)
%.pdf
:
%.tex
pandoc
-t
beamer ??_
*
.md
-o
main.tex
pdflatex
--shell-escape
$<
pdflatex
--shell-escape
$<
# builds a single section
%.pdf
:
metadata.yaml %.md
pandoc
-H
header.tex
-f
markdown
-t
beamer
-o
$@
$?
all
:
$(PDFFILE)
# builds the whole lecture
$(TARGET)
:
metadata.yaml $(SECTIONS)
pandoc
-H
header.tex
-f
markdown
-t
beamer
-o
$@
$?
all
:
$(TARGET)
.PHONY
:
clean
clean
:
@
rm
-vf
$(
shell
find
.
-name
"*~"
)
@
rm
-vf
*
.log
*
.lot
*
.lof
*
.loa
*
.toc
*
.idx
*
.inc
*
.ilg
*
.ind
*
.bbl
*
.blg
@
rm
-vf
*
.aux
*
.glo
*
.dvi
*
.ps
*
.pdf
*
.out
*
.brf
*
.nav
*
.snm
*
.vrb
@
rm
-vf
$(PDFFILE)
@
rm
-vf
$(TARGET)
$(
patsubst
%.md,%.pdf,
$(SECTIONS)
)
header.tex
0 → 100644
View file @
c839f139
\usetheme
{
idiapbsp
}
\input
{
settings
}
\input
{
graphics
}
metadata.yaml
0 → 100644
View file @
c839f139
---
author
:
|
Sébastien Marcel\
Head of Biometrics Security and Privacy group\
Idiap research institute\
Switzerland\
\url{www.idiap.ch/~marcel}
subject
:
Lecture XX
date
:
\today
title
:
"
Biometrics:
Lecture"
subtitle
:
"
Welcome
and
general
information"
institute
:
"
Idiap
Research
Institute"
lang
:
"
en"
---
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment