WIP
This commit is contained in:
parent
27ea6eb2bd
commit
4a7bfff7e4
7
Makefile
7
Makefile
@ -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}
|
||||
# transition={none, slide, concave, convex, cube, zoom}
|
||||
# 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: logos
|
||||
# TODO: citations api
|
||||
# TODO: Fullscreen video
|
||||
# TODO: pdfpc notes
|
||||
# TODO: animation \only with pics, md ![]()? htlm? last pic wobble
|
||||
# TODO: Changer les couleurs des bandeaux de metropolis
|
||||
|
||||
|
||||
all: reveal pdf;
|
||||
@ -36,3 +38,6 @@ notes-only:
|
||||
|
||||
reveal:
|
||||
pandoc $(PROJECT).md -o $(PROJECT).html $(REVEAL_OPTIONS) -t revealjs
|
||||
|
||||
auto:
|
||||
while true; do inotifywait -e modify $(PROJECT).md; make; done
|
||||
|
@ -3,10 +3,10 @@ title: Filtrage et classification de nuage de points sur la base d'attributs mor
|
||||
subtitle: ORASIS 2019 -- Classification
|
||||
date: May 30, 2019
|
||||
author:
|
||||
- Florent Guiotte 🍆 \<<florent.guiotte@uhb.fr>\>
|
||||
- Sébastien Lefèvre^+^
|
||||
- Thomas Corpetti^*^
|
||||
institute: ^*^Univ. Rennes 2 --- ^+^IRISA
|
||||
- Florent Guiotte^1,2^ 🍆 \<<florent.guiotte@uhb.fr>\>
|
||||
- Thomas Corpetti^1^
|
||||
- Sébastien Lefèvre^2^
|
||||
institute: ^1^Univ. Rennes 2 (LETG) --- ^2^IRISA (OBELIX)
|
||||
theme: metropolis
|
||||
aspectratio: 169
|
||||
bibliography: all.bib
|
||||
|
Loading…
Reference in New Issue
Block a user