Organized a bit better the files

This commit is contained in:
Séverin Lemaignan 2014-07-08 14:53:55 +02:00
parent 29ec2dd9b3
commit 0c8d33ddfa
14 changed files with 6 additions and 1005 deletions

View File

@ -22,11 +22,11 @@ thumbs:
bib: $(TARGET:.tex=.aux) bib: $(TARGET:.tex=.aux)
BSTINPUTS=:./sty bibtex $(TARGET:.tex=.aux) BSTINPUTS=:./style bibtex $(TARGET:.tex=.aux)
paper: $(TARGET) $(SVG:.svg=.pdf) $(DOT:.dot=.pdf) paper: $(TARGET) $(SVG:.svg=.pdf) $(DOT:.dot=.pdf)
TEXINPUTS=:./sty $(LATEX) $(TARGET) TEXINPUTS=:./style $(LATEX) $(TARGET)
clean: clean:
rm -f *.spl *.idx *.aux *.log *.snm *.out *.toc *.nav *intermediate *~ *.glo *.ist *.bbl *.blg $(SVG:.svg=.pdf) $(DOT:.dot=.svg) $(DOT:.dot=.pdf) rm -f *.spl *.idx *.aux *.log *.snm *.out *.toc *.nav *intermediate *~ *.glo *.ist *.bbl *.blg $(SVG:.svg=.pdf) $(DOT:.dot=.svg) $(DOT:.dot=.pdf)

View File

Before

Width:  |  Height:  |  Size: 297 KiB

After

Width:  |  Height:  |  Size: 297 KiB

View File

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 138 KiB

BIN
figs/plot.pdf Normal file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

1001
plot.eps

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -44,6 +44,8 @@ xrightmargin=0.5em
\usepackage{tikz} \usepackage{tikz}
\usetikzlibrary{mindmap,backgrounds,positioning} \usetikzlibrary{mindmap,backgrounds,positioning}
\graphicspath{{figs/}}
%-------------------------------------------------------------------------- %--------------------------------------------------------------------------
% General presentation settings % General presentation settings
%-------------------------------------------------------------------------- %--------------------------------------------------------------------------
@ -315,7 +317,7 @@ A slide with some code
\begin{frame}{Plot with caption} \begin{frame}{Plot with caption}
\begin{figure} \begin{figure}
\centering \centering
\input{plot.tex} \input{figs/plot.tex}
\caption{LFE channel frequency spectrum} \caption{LFE channel frequency spectrum}
\end{figure} \end{figure}
\end{frame} \end{frame}

View File

@ -184,7 +184,7 @@
\AddToShipoutPictureFG*{\includegraphics[width=\paperwidth]{background.pdf}} \AddToShipoutPictureFG*{\includegraphics[width=\paperwidth]{background.pdf}}
\begin{minipage}[b][\paperheight]{\textwidth} \begin{minipage}[b][\paperheight]{\textwidth}
\vspace*{5mm} \vspace*{5mm}
\includegraphics[height=14mm]{./logo}\par \includegraphics[height=14mm]{logo}\par
\vspace*{5mm} \vspace*{5mm}
\ifx\insertsubtitle\@empty% \ifx\insertsubtitle\@empty%
\else% \else%