-
Notifications
You must be signed in to change notification settings - Fork 1
/
SS_file_appendices.rmd
70 lines (58 loc) · 2.32 KB
/
SS_file_appendices.rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
title: ""
author: ""
date: ""
output:
pdf_document:
keep_tex: yes
includes:
in_header: header.tex
---
<!-- ************************************************************************************************-->
<!-- **********************************BEGIN APPENDICES**********************************************-->
<!-- ************************************************************************************************-->
\FloatBarrier
\newpage
<!-- ************************************DATA FILE(S)************************************************-->
#Appendix A. SS data file {-}
\renewcommand{\thepage}{A-\arabic{page}}
\setcounter{page}{1}
```{r, echo=FALSE, eval=TRUE,results='markup', comment=NA}
mod1_data = writeLines(readLines('./SS/linebreak_files/mod1_data.ss'))
```
\newpage
<!-- **********************************CONTROL FILE(S)***********************************************-->
#Appendix B. SS control file{-}
\renewcommand{\thepage}{B-\arabic{page}}
\setcounter{page}{1}
```{r, echo=FALSE, eval=TRUE,results='markup', comment=NA}
mod1_control = writeLines(readLines('./SS/linebreak_files/mod1_control.ss'))
```
\newpage
<!-- *********************************STARTER FILE(S)*************************************************-->
#Appendix C. SS starter file{-}
\renewcommand{\thepage}{C-\arabic{page}}
\setcounter{page}{1}
```{r, echo=FALSE, eval=TRUE,results='markup', comment=NA}
mod1_starter = writeLines(readLines('./SS/linebreak_files/mod1_starter.ss'))
```
\newpage
<!-- ********************************FORECAST FILE(S)**************************************************-->
#Appendix D. SS forecast file{-}
\renewcommand{\thepage}{D-\arabic{page}}
\setcounter{page}{1}
```{r, echo=FALSE, eval=TRUE,results='markup', comment=NA}
mod1_forecast = writeLines(readLines('./SS/linebreak_files/mod1_forecast.ss'))
```
\newpage
<!--********************ADD ADDITIONAL APPENDICES AS NEEDED********************************************-->
<!--********************cHANGE APPENDIX TITLE AND THE APPENDIX LETTER**********************************-->
#Appendix E. Appendix Title{-}
\label{sec:AppendixE}
\renewcommand{\thepage}{E-\arabic{page}}
\renewcommand{\thefigure}{E\arabic{figure}}
\renewcommand{\thetable}{E\arabic{table}}
\setcounter{page}{1}
\setcounter{figure}{0}
\setcounter{table}{0}
Add Appendix text, tables and figuers here.