Skip to content

Adds a figure for message/callback-based processing #201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion makefiles
Submodule makefiles updated 8 files
+1 −0 Dockerfile
+1 −0 Dockerfile.nw
+1 −1 Makefile
+1 −1 Makefile.nw
+1 −1 doc.mk
+1 −1 doc.mk.nw
+4 −4 tex.mk
+4 −4 tex.mk.nw
4 changes: 4 additions & 0 deletions modules/graphics/slides/contents.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ \section{Översikt}
\item OS skickar ett meddelande per händelse.
\end{itemize}
\end{block}

\begin{figure}
\includegraphics[height=0.6\textheight]{figs/mainloop.pdf}
\end{figure}
\end{frame}


Expand Down
2 changes: 2 additions & 0 deletions modules/graphics/slides/figs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mainloop.pdf
mainloop.pdf_tex
13 changes: 13 additions & 0 deletions modules/graphics/slides/figs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.PHONY: all
all: mainloop.pdf

mainloop.pdf: mainloop.svg

.PHONY: clean distclean
clean:
${RM} mainloop.pdf mainloop.pdf_tex

distclean: clean

INCLUDE_MAKEFILES?=../../../../makefiles
include ${INCLUDE_MAKEFILES}/doc.mk
3 changes: 3 additions & 0 deletions modules/graphics/slides/figs/mainloop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.