commit 148aceeac4f509d9e0cc63102b2a0f1a3939c0b4
parent 177ae6be8360039aa0610783bddc954a86d2b2fa
Author: Ivan Gankevich <igankevich@ya.ru>
Date: Wed, 10 Aug 2016 23:09:38 +0300
Generate makefile.
Diffstat:
hpcs-16-mic-v2.tex | | | 76 | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
main.tex | | | 76 | ---------------------------------------------------------------------------- |
makefile | | | 16 | ++++++++++++++++ |
3 files changed, 92 insertions(+), 76 deletions(-)
diff --git a/hpcs-16-mic-v2.tex b/hpcs-16-mic-v2.tex
@@ -0,0 +1,76 @@
+\documentclass[conference]{HPCSTrans}
+\IEEEoverridecommandlockouts
+\usepackage{amsmath,amssymb,enumerate}
+\usepackage{cite,graphics,graphicx}
+\usepackage{booktabs}
+\usepackage{xcolor}
+
+% correct bad hyphenation here
+%\hyphenation{op-tical net-works semi-conduc-tor}
+\renewcommand{\labelitemi}{$\bullet$}
+\renewcommand{\thefootnote}{\alph{footnote}}
+\begin{document}
+%
+% paper title
+% can use linebreaks \\ within to get better formatting as desired
+\title{Speedup of deep neural network learning on the MIC-architecture}
+
+
+% author names and affiliations
+% use a multiple column layout for up to three different
+% affiliations
+\author{%
+\IEEEauthorblockN{Evgeniia Milova, Svetlana Sveshnikova, Ivan Gankevich}
+\IEEEauthorblockA{Dept. of Computer Modeling and Multiprocessor Systems\\
+Saint Petersburg State University\\
+Saint Petersburg, Russia\\
+milova\_evg@mail.ru, svetasvesh@yandex.ru, i.gankevich@spbu.ru%
+}
+}
+
+% conference papers do not typically use \thanks and this command
+% is locked out in conference mode. If really needed, such as for
+% the acknowledgment of grants, issue a \IEEEoverridecommandlockouts
+% after \documentclass
+
+% for over three affiliations, or if they all won't fit within the width
+% of the page, use this alternative format:
+%
+%\author{\IEEEauthorblockN{Michael Shell\IEEEauthorrefmark{1},
+%Homer Simpson\IEEEauthorrefmark{2},
+%James Kirk\IEEEauthorrefmark{3},
+%Montgomery Scott\IEEEauthorrefmark{3} and
+%Eldon Tyrell\IEEEauthorrefmark{4}}
+%\IEEEauthorblockA{\IEEEauthorrefmark{1}School of Electrical and Computer Engineering\\
+%Georgia Institute of Technology,
+%Atlanta, Georgia 30332--0250\\ Email: see http://www.michaelshell.org/contact.html}
+%\IEEEauthorblockA{\IEEEauthorrefmark{2}Twentieth Century Fox, Springfield, USA\\
+%Email: homer@thesimpsons.com}
+%\IEEEauthorblockA{\IEEEauthorrefmark{3}Starfleet Academy, San Francisco, California 96678-2391\\
+%Telephone: (800) 555--1212, Fax: (888) 555--1212}
+%\IEEEauthorblockA{\IEEEauthorrefmark{4}Tyrell Inc., 123 Replicant Street, Los Angeles, California 90210--4321}}
+
+
+% use for special paper notices
+\IEEEspecialpapernotice{\large POSTER PAPER}
+
+% make the title area
+\maketitle
+
+\input{src/abstract}
+\input{src/intro}
+\input{src/related-work}
+\input{src/methods}
+\input{src/results}
+\input{src/discussion}
+\input{src/conclusion}
+
+\input{src/acknowledgements}
+
+
+\bibliography{src/references}{}
+\bibliographystyle{IEEEtran}
+
+% that's all folks
+\end{document}
+
diff --git a/main.tex b/main.tex
@@ -1,76 +0,0 @@
-\documentclass[conference]{HPCSTrans}
-\IEEEoverridecommandlockouts
-\usepackage{amsmath,amssymb,enumerate}
-\usepackage{cite,graphics,graphicx}
-\usepackage{booktabs}
-\usepackage{xcolor}
-
-% correct bad hyphenation here
-%\hyphenation{op-tical net-works semi-conduc-tor}
-\renewcommand{\labelitemi}{$\bullet$}
-\renewcommand{\thefootnote}{\alph{footnote}}
-\begin{document}
-%
-% paper title
-% can use linebreaks \\ within to get better formatting as desired
-\title{Speedup of deep neural network learning on the MIC-architecture}
-
-
-% author names and affiliations
-% use a multiple column layout for up to three different
-% affiliations
-\author{%
-\IEEEauthorblockN{Evgeniia Milova, Svetlana Sveshnikova, Ivan Gankevich}
-\IEEEauthorblockA{Dept. of Computer Modeling and Multiprocessor Systems\\
-Saint Petersburg State University\\
-Saint Petersburg, Russia\\
-milova\_evg@mail.ru, svetasvesh@yandex.ru, i.gankevich@spbu.ru%
-}
-}
-
-% conference papers do not typically use \thanks and this command
-% is locked out in conference mode. If really needed, such as for
-% the acknowledgment of grants, issue a \IEEEoverridecommandlockouts
-% after \documentclass
-
-% for over three affiliations, or if they all won't fit within the width
-% of the page, use this alternative format:
-%
-%\author{\IEEEauthorblockN{Michael Shell\IEEEauthorrefmark{1},
-%Homer Simpson\IEEEauthorrefmark{2},
-%James Kirk\IEEEauthorrefmark{3},
-%Montgomery Scott\IEEEauthorrefmark{3} and
-%Eldon Tyrell\IEEEauthorrefmark{4}}
-%\IEEEauthorblockA{\IEEEauthorrefmark{1}School of Electrical and Computer Engineering\\
-%Georgia Institute of Technology,
-%Atlanta, Georgia 30332--0250\\ Email: see http://www.michaelshell.org/contact.html}
-%\IEEEauthorblockA{\IEEEauthorrefmark{2}Twentieth Century Fox, Springfield, USA\\
-%Email: homer@thesimpsons.com}
-%\IEEEauthorblockA{\IEEEauthorrefmark{3}Starfleet Academy, San Francisco, California 96678-2391\\
-%Telephone: (800) 555--1212, Fax: (888) 555--1212}
-%\IEEEauthorblockA{\IEEEauthorrefmark{4}Tyrell Inc., 123 Replicant Street, Los Angeles, California 90210--4321}}
-
-
-% use for special paper notices
-\IEEEspecialpapernotice{\large POSTER PAPER}
-
-% make the title area
-\maketitle
-
-\input{src/abstract}
-\input{src/intro}
-\input{src/related-work}
-\input{src/methods}
-\input{src/results}
-\input{src/discussion}
-\input{src/conclusion}
-
-\input{src/acknowledgements}
-
-
-\bibliography{src/references}{}
-\bibliographystyle{IEEEtran}
-
-% that's all folks
-\end{document}
-
diff --git a/makefile b/makefile
@@ -0,0 +1,16 @@
+NAME = hpcs-16-mic-v2
+
+$(NAME).pdf: $(NAME).tex makefile
+ pdflatex $(NAME)
+ pdflatex $(NAME)
+ ls *.bib 2>/dev/null && bibtex $(NAME) || true
+ pdflatex $(NAME)
+
+%.eps: %.svg
+ inkscape --without-gui --export-eps=$@ $<
+
+clean:
+ rm -f $(NAME).log $(NAME).aux $(NAME).pdf *-converted-to.pdf
+ rm -f $(NAME).nav $(NAME).snm $(NAME).toc $(NAME).out
+ rm -f $(NAME).bbl $(NAME).blg $(NAME).vrb
+