This commit is contained in:
Florent Guiotte 2019-08-20 14:10:27 +02:00
parent 27ea6eb2bd
commit 4a7bfff7e4
2 changed files with 10 additions and 5 deletions

View File

@ -15,12 +15,14 @@ REVEAL_OPTIONS = $(OPTIONS) -s -V revealjs-url=./reveal.js \
# theme={beige, black, blood, league, moon, night, serif, simple, sky, solarized, white} # theme={beige, black, blood, league, moon, night, serif, simple, sky, solarized, white}
# transition={none, slide, concave, convex, cube, zoom} # transition={none, slide, concave, convex, cube, zoom}
# TODO: paralax background # TODO: paralax background
# TODO: utf8 in latex # TODO: utf8 in latex, default font fallback <https://tex.stackexchange.com/questions/323575/how-can-i-specify-a-chain-of-fallback-fonts-in-xelatex>
# TODO: affiliations # TODO: affiliations
# TODO: logos # TODO: logos
# TODO: citations api # TODO: citations api
# TODO: Fullscreen video # TODO: Fullscreen video
# TODO: pdfpc notes # TODO: pdfpc notes
# TODO: animation \only with pics, md ![]()? htlm? last pic wobble
# TODO: Changer les couleurs des bandeaux de metropolis
all: reveal pdf; all: reveal pdf;
@ -36,3 +38,6 @@ notes-only:
reveal: reveal:
pandoc $(PROJECT).md -o $(PROJECT).html $(REVEAL_OPTIONS) -t revealjs pandoc $(PROJECT).md -o $(PROJECT).html $(REVEAL_OPTIONS) -t revealjs
auto:
while true; do inotifywait -e modify $(PROJECT).md; make; done

View File

@ -3,10 +3,10 @@ title: Filtrage et classification de nuage de points sur la base d'attributs mor
subtitle: ORASIS 2019 -- Classification subtitle: ORASIS 2019 -- Classification
date: May 30, 2019 date: May 30, 2019
author: author:
- Florent Guiotte 🍆 \<<florent.guiotte@uhb.fr>\> - Florent Guiotte^1,2^ 🍆 \<<florent.guiotte@uhb.fr>\>
- Sébastien Lefèvre^+^ - Thomas Corpetti^1^
- Thomas Corpetti^*^ - Sébastien Lefèvre^2^
institute: ^*^Univ. Rennes 2 --- ^+^IRISA institute: ^1^Univ. Rennes 2 (LETG) --- ^2^IRISA (OBELIX)
theme: metropolis theme: metropolis
aspectratio: 169 aspectratio: 169
bibliography: all.bib bibliography: all.bib