Skip to content

Commit 6959dfe

Browse files
OlegHahmmiri64
authored andcommitted
slides: update Makefile to current pandoc version
1 parent 8feae56 commit 6959dfe

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

slides/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SRC := slides.md
22
SCRIPTDIR=scripts
33
FILENAME := tutorial-slides
44
DEPS := preamble-caption.tex
5-
PDFLAGS := -s -S -t beamer --latex-engine=xelatex --slide-level=2
5+
PDFLAGS := -s -t beamer+smart --pdf-engine=xelatex --slide-level=2
66
PDFLAGS += --filter=$(SCRIPTDIR)/pandoc-svg
77
PDFLAGS += --filter=$(SCRIPTDIR)/overlay
88
DEPS += $(patsubst %.svg,%.pdf,$(wildcard pictures/6lowpan-route-over*.svg)\

slides/slides.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,8 @@ USEMODULE += xtimer
236236
# General networking architecture
237237
## RIOT's Networking architecture
238238
* Designed to integrate any network stack into RIOT
239-
240-
\only{<1>}{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
241-
\only{<2>}{\includegraphics[width=\textwidth]{pictures/overview-net-netdev.pdf}}
239+
\only<1>{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
240+
\only<2>{\includegraphics[width=\textwidth]{pictures/overview-net-netdev.pdf}}
242241

243242
## Including the network device driver
244243
* Go to task-05 directory (`cd ../task-05`)
@@ -264,18 +263,18 @@ USEMODULE += auto_init_gnrc_netif
264263
## Task 5.1 -- Your first networking application
265264
* Run the application on `native`: `PORT=tap0 make all term`
266265
* Type `help`
267-
* Run a second instance with `PORT=tap1 make all term`
266+
* Run a second instance with `PORT=tap1 make term`
268267
* Type `ifconfig` on both to get hardware address and interface number
269268
* Use `txtsnd` command to exchange messages between the two instances
270269

271270
## Task 5.2 -- Use your application on real hardware
272-
* Compile, flash, and run on the board `BOARD=samr21-xpro make all flash term`
271+
* Compile, flash, and run on the board `BOARD=samr21-xpro make flash term`
273272
* Type `ifconfig` to get your hardware addresses
274273
* Use `txtsnd` to send one of your neighbors a friendly message
275274

276275
## RIOT's Networking architecture
277-
\only{<1>}{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
278-
\only{<2>}{\includegraphics[width=\textwidth]{pictures/overview-net-sock.pdf}}
276+
\only<1>{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
277+
\only<2>{\includegraphics[width=\textwidth]{pictures/overview-net-sock.pdf}}
279278

280279
## sock
281280
* collection of unified connectivity APIs to the transport layer

0 commit comments

Comments
 (0)