Tobias Mueller made it build from the authorea sources  over 8 years ago

Commit id: 16d831ea98e769f31d6e2efb8a02505adc920d55

deletions | additions      

         

authorea_paper.pdf: authorea_paper.tex  ALL_TEX_FILES = $(filter-out authorea_paper.tex,$(wildcard *.tex))  authorea_paper.tex: $(ALL_TEX_FILES)  python local_build.py $(LOCAL_BUILD_OPTIONS)  LATEX_OPTIONS =  LATEX_OPTIONS += -interaction=nonstopmode  LATEX_OPTIONS += -shell-escape  LATEXMK := latexmk  #LATEXMK += -e '$$pdflatex=q/pdflatex %O -interaction=nonstopmode -shell-escape %S/'  LATEXMK += -pdf -dvi- -ps-  LATEXMK += -latexoption="$(LATEX_OPTIONS)"  #$(error $(LATEXMK))  LOCAL_BUILD_OPTIONS =   LOCAL_BUILD_OPTIONS += --no-bibtex  LOCAL_BUILD_OPTIONS += --build-dir .  LOCAL_BUILD_OPTIONS += --latex /bin/true  %.eps: %.svg  inkscape --export-eps=$@ $<  %.eps: %.dia  dia --export=$@ $<  %.pdf: %.tex  @echo | pygmentize || (echo pygmentize not found. Try to install python-pygments; exit 1)  $(LATEXMK) $<  clean:  latexmk -c  -rm *.aux *.bcf *.blg *.fls *.out *.toc *.nav *.bbl *.log *.bak *.pdf *.sta *~   .PHONY: clean  .DELETE_ON_ERROR:                       

\documentclass[parskip=half,final,oneside,a4paper]{scrartcl}  \usepackage[final]{microtype}  \usepackage{lmodern}  \usepackage{tikz}  \usepackage{graphicx}  \usepackage[utf8]{inputenc}  \usepackage[T1]{fontenc}  \usepackage{marvosym}  \DeclareUnicodeCharacter{20AC}{\EUR{}}  \usepackage{xcolor}  \usepackage{moresize}  \usepackage{tabularx}  \usepackage{siunitx}  \usepackage{multicol}  \usepackage{inputx}  \inputpaths{..}  \graphicspath{..}  \DeclareSIUnit{\euro}{\text{\EUR{}}}  \usetikzlibrary{calc,fit,backgrounds}  \usepackage[disable,colorinlistoftodos]{todonotes}  \usepackage[%  pdftitle={GUADEC 2016 Bid for Karlsruhe},  pdfauthor={},  pdfsubject={GUADEC 2016 Bid},  pdfkeywords={GUADEC, 2016, Bid},  bookmarksopen=true,  pdfpagemode=UseOutlines,  pdfdisplaydoctitle=true,  pdfview=FitH,  pdfpagelayout=TwoColumnRight,  pdflang=en,  breaklinks=true  ]{hyperref}  \KOMAoptions{DIV=last}  \author{Moira Schuller, Benjamin Berg, Tobias Müller, Markus Morhard}  \title{2016 -- Bid Karlsruhe}  \newcounter{imgnumber}  \setcounter{imgnumber}{1}  \makeatletter  \def\imagecopyrights{}  %\setlength{\parindent}{0pt}  \newcommand\imgtitle[3]{ %  Image \#\theimgnumber{}, #2 %  %  \g@addto@macro{\imagecopyrights}{\item #2, ©#1, #3}%  %  \addtocounter{imgnumber}{1}%  }  \makeatother  \graphicspath{../}