From 22ab8c6492c87042d876c00e3bebf8b9df4ceda1 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Tue, 22 Mar 2016 19:50:39 +0100 Subject: [PATCH] started with why --- long1/pre.tex | 2 +- shorts1/Makefile | 2 +- shorts1/why_functional.tex | 27 +++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 shorts1/why_functional.tex diff --git a/long1/pre.tex b/long1/pre.tex index bd9e489..99a38e7 100644 --- a/long1/pre.tex +++ b/long1/pre.tex @@ -14,7 +14,7 @@ Computing Science: Software Science\\ Radboud University Nijmegen } -\date[RSSS-w2]{\today} +\date[RSSS-w2]{2016{--}03{--}22} \hypersetup{% pdftitle={Monads for functional programming}, diff --git a/shorts1/Makefile b/shorts1/Makefile index bd19687..af0284f 100644 --- a/shorts1/Makefile +++ b/shorts1/Makefile @@ -1,5 +1,5 @@ LATEX:=pdflatex -DOCUMENTS:=yesterday data_types +DOCUMENTS:=yesterday data_types why_functional .SECONDARY: pre.fmt diff --git a/shorts1/why_functional.tex b/shorts1/why_functional.tex new file mode 100644 index 0000000..ec12749 --- /dev/null +++ b/shorts1/why_functional.tex @@ -0,0 +1,27 @@ +%&pre +\title{Why functional programming matters} +\date{2016{--}03{--}22} +\begin{document} +\maketitle +\subsubsection*{Summary \& Evidence} +%Summary (as briefly as you can - two or three sentences) + +%Evidence (what evidence is offered to support the claims?) + +\subsubsection*{Strengths \& Weaknesses} +%Strength (what positive basis is there for publishing/reading it?) + +%Weaknesses + +\subsubsection*{Evaluation} +%Evaluation (if you were running the conference/journal where it was published, +%would you recommend acceptance?) + +%Comments on quality of writing + +\subsubsection*{Discussion} +%Queries for discussion +\begin{itemize} + \item +\end{itemize} +\end{document} -- 2.20.1