%.fmt: preamble.tex
$(LATEX) $(LATEXFLAGS) -ini -jobname="$(basename $@)" "&$(LATEX) $<\dump"
-%.pdf: %.tex %.fmt $(TEXS)
- $(LATEX) $(LATEXFLAGS) $<
+%.mlog: %.tex %.fmt $(TEXS)
$(LATEX) $(LATEXFLAGS) $<
+ grep -q '^\\bibdata{' $(basename $<).aux && $(BIBTEX) $(basename $<) || true
+ $(LATEX) $(LATEXFLAGS) $< | tee $@
+
+%.pdf: %.mlog
+ grep -qF 'Please rerun LaTeX.' $< &&\
+ $(LATEX) $(LATEXFLAGS) $(basename $<) || touch $@
clean:
- $(RM) $(addprefix $(DOC).,aux fmt log nav out pdf snm toc vrb)
+ $(RM) $(addprefix $(DOC).,\
+ aux log fmt toc bbl blg mlog run.xml out pdf -blx.bib snm nav)
%&mv
\begin{document}
\frame{\maketitle}
-\frame{\tableofcontents}
\begin{frame}
\frametitle{Where did I come from?}
\begin{itemize}
\item Interesting compulsory courses
\item Freedom in specialization
- %TODO
+ \item Advanced programming, Compiler construction
\end{itemize}
\end{block}
\begin{frame}
\frametitle{Curriculum customization}
- \begin{itemize}
- \item You can go all directions
- \item %TODO
- \end{itemize}
+ \begin{block}{Curriculum}
+ \begin{itemize}
+ \item You can go all directions
+ \item Choose what you like
+ \end{itemize}
+ \end{block}
+
+ \pause%
+
+ \begin{block}{Research Intership}
+ \begin{itemize}
+ \item IoT in iTasks
+ \item New Devices Lab
+ \item Shallow embedded DSL
+ \end{itemize}
+ \end{block}
\end{frame}
\begin{frame}