Skip to content

Commit

Permalink
Next try :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Melzer committed Oct 10, 2012
1 parent 8bbd781 commit 2359838
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 1 deletion.
31 changes: 31 additions & 0 deletions Makefile
@@ -0,0 +1,31 @@
TEX_FILES=$(wildcard src/*.tex)
PDF_FILES=$(TEX_FILES:src/%.tex=out/%.pdf)

PICDIR = ./img

depsvg = $(wildcard $(PICDIR)/*.svg)
svgpdf = $(patsubst %.svg,%.pdf,$(depsvg))


all: deppdf $(PDF_FILES)

clean:
rm $(svgpdf)
rm -rf out

deppdf: $(svgpdf)
echo test
echo $(svgpdf)
echo test


$(PICDIR)/%.pdf: $(PICDIR)/%.svg
inkscape -z -T -A $@ $<


out/%.pdf: src/%.tex deppdf Makefile
mkdir -p out
pdflatex -draftmode -interaction nonstopmode -output-directory out $<
pdflatex -output-directory out $<


Binary file added img/business_pigs.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/c3d2.pdf
Binary file not shown.
33 changes: 33 additions & 0 deletions img/c3d2.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/internet_dog.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/internet_map.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/internet_user1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/internet_user2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/internet_user3.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/internet_user4.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/.slides.tex.swp
Binary file not shown.
8 changes: 7 additions & 1 deletion slides.tex → src/slides.tex
Expand Up @@ -161,11 +161,17 @@ \section{Inhalte}
\end{itemize}
\end{frame}

\begin{frame}
\frametitle{Soziale Netzwerke}
Schweine-Bild
\end{frame}

\begin{frame}
\frametitle{Soziale Netzwerke}
\begin{itemize}
\item Keine Anleitung zu Facebook-Einstellungen
\item
\item Geschäftsmodelle raten: Karstadt, Amazon, Ebay, Facebook
\item Was kann man preisgeben, was lieber nicht?
\end{itemize}
\end{frame}

Expand Down

0 comments on commit 2359838

Please sign in to comment.