Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lab-iris-recognition
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-iris-recognition
Commits
d75d2186
Commit
d75d2186
authored
Aug 08, 2018
by
Sébastien MARCEL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mods README
parent
8a5689f2
Pipeline
#22733
passed with stage
in 9 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
54 deletions
+19
-54
README.md
README.md
+15
-16
lab.tex
lab.tex
+0
-34
metadata.yaml
metadata.yaml
+4
-4
No files found.
README.md
View file @
d75d2186
...
...
@@ -33,31 +33,30 @@ $ ln -s ../graphics .
```
## Building the slides
As slides are written in md format we need to convert them to latex before
compiling. We are uing pandoc to convert from md to beamer.
Proceed in 2 steps when working on the slides in .md files:
1.
edit only the .md files
2.
check if it compiles
*
First convert all the .md files into a single latex file main.tex
```
sh
$
pandoc
-t
beamer ??_
*
.md
-o
main.tex
To compile
*
You can just compile the slides of one md file:
```
sh
$
make 01_section1.pdf
```
*
Next compile lab.tex that includes the actual slides in main.tex
***notice the name of the make target is the filename with a `.pdf` extension**
*
*
Or your can compile all the slides (
`lab.pdf`
) that merges all sections into it.
```
sh
$
pdflatex lab
$
make
```
***The input `.md` files are sorted before inclusion, so ensure that the name sorting works fine before building the whole document.**
*
Finally when everything works fine and the lab.pdf is generated properly
you can simply invoke make than will execute the Makefile and run pandoc +
pdflatex:
*
You can use flag
`-B`
with make to force recompilation if necessary. Otherwise, our Makefile is set to detect changes automatically.
```
sh
$
make
-B
```
It results in a
``lab.pdf``
file. Please don't git add/commit/push this
file nor any other compilation by product such as
``main.tex``
or
``*.log *.lot *.lof *.loa *.toc *.idx *.inc *.ilg *.ind *.bbl *.blg *.aux *.glo *.dvi *.ps *.pdf *.out *.brf *.nav *.snm *.vrb``
files.
It results in a
``lab.pdf``
file.
**Please don't git add/commit/push this file nor any other PDF by-product. They are git-ignored by default.**
lab.tex
deleted
100644 → 0
View file @
8a5689f2
\documentclass
{
beamer
}
\usepackage
[T1]
{
fontenc
}
\usetheme
{
idiapbsp
}
\input
{
settings
}
\input
{
graphics
}
% These are NOT displayed on the front page
\subject
{
Lab
}
\institute
{
Master Biometrics
}
% These are displayed at the title page with contents
%\title{Biometrics}
%\subtitle{Lab: XXX}
%\author[author]{Dr. Sebastien Marcel}
\title
{
Biometrics: Lab
}
\subtitle
{
XXX
}
\author
{
S
\'
ebastien Marcel
\\
Head of Biometrics Security and Privacy group
\\
Idiap research institute
\\
Switzerland
\\
\url
{
www.idiap.ch/~marcel
}
}
\date
{
\today
}
\begin{document}
\maketitle
\input
{
main
}
\end{document}
metadata.yaml
View file @
d75d2186
---
author
:
|
Sébastien Marcel\
Head of
Biometrics Security and Privacy group\
Biometrics Security and Privacy group\
Idiap research institute\
Switzerland\
\url{www.idiap.ch/~marcel}
subject
:
L
ecture XX
subject
:
L
ab
2
date
:
\today
title
:
"
Biometrics:
Lecture
"
subtitle
:
"
Welcome
and
general
informa
tion"
title
:
"
Master
Biometrics:
Lab
2
"
subtitle
:
"
Iris
recogni
tion"
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