diff --git a/manuscript.Rnw b/manuscript.Rnw index aabea20..bcf5741 100644 --- a/manuscript.Rnw +++ b/manuscript.Rnw @@ -1,14 +1,41 @@ \documentclass{article} + \usepackage[utf8]{inputenc} \usepackage{Sweave} -\begin{document} -\SweaveOpts{concordance=TRUE} - -\title{Mein Sweave-Test} +\title{Working title: Data Descriptor for HMC Data Set} \author{Angelica Henestrosa} + +\begin{document} +%\SweaveOpts{concordance=TRUE} + \maketitle +\begin{abstract} + tbd +\end{abstract} + +\section{Background and Summary} + +\section{Methods} + +\section{Data Records} + +\section{Technical Validation} + +\section{Usage Notes (optional)} + +\section{Code Availability} + +\section*{References} + +\section*{Author Contributions} + +\section*{Competing Interests} + +\section*{Acknowledgements} + + Hier ist ein R-Chunk: <<>>= @@ -16,4 +43,4 @@ x <- rnorm(100) summary(x) @ -\end{document} \ No newline at end of file +\end{document} diff --git a/manuscript.pdf b/manuscript.pdf index 859e0b3..639ecb1 100644 Binary files a/manuscript.pdf and b/manuscript.pdf differ diff --git a/manuscript.tex b/manuscript.tex index 4519ac9..6c724dd 100644 --- a/manuscript.tex +++ b/manuscript.tex @@ -1,14 +1,41 @@ \documentclass{article} + \usepackage[utf8]{inputenc} \usepackage{Sweave} -\begin{document} -\input{manuscript-concordance} - -\title{Mein Sweave-Test} +\title{Working title: Data Descriptor for HMC Data Set} \author{Angelica Henestrosa} + +\begin{document} +%\SweaveOpts{concordance=TRUE} + \maketitle +\begin{abstract} + tbd +\end{abstract} + +\section{Background and Summary} + +\section{Methods} + +\section{Data Records} + +\section{Technical Validation} + +\section{Usage Notes (optional)} + +\section{Code Availability} + +\section*{References} + +\section*{Author Contributions} + +\section*{Competing Interests} + +\section*{Acknowledgements} + + Hier ist ein R-Chunk: \begin{Schunk} @@ -18,7 +45,7 @@ Hier ist ein R-Chunk: \end{Sinput} \begin{Soutput} Min. 1st Qu. Median Mean 3rd Qu. Max. --2.83363 -0.56513 0.02237 -0.05561 0.53426 1.78206 +-1.65490 -0.56456 0.06666 0.11672 0.67502 2.62504 \end{Soutput} \end{Schunk}