瀏覽代碼

Add all files to report

tags/0.1.0-intro
Wouter Horlings 5 年之前
父節點
當前提交
27025a715b
共有 11 個檔案被更改,包括 43 行新增1 行删除
  1. +3
    -0
      content/analysis.tex
  2. +3
    -0
      content/case_evaluation.tex
  3. +3
    -0
      content/case_experiment.tex
  4. +3
    -0
      content/case_method.tex
  5. +3
    -0
      content/conclusion.tex
  6. +3
    -0
      content/improved_design.tex
  7. +3
    -0
      content/introduction.tex
  8. +3
    -0
      content/reflection.tex
  9. +3
    -0
      content/samenvatting.tex
  10. +3
    -0
      content/summary.tex
  11. +13
    -1
      report.tex

+ 3
- 0
content/analysis.tex 查看文件

@@ -0,0 +1,3 @@
%&tex
\chapter{analysis}
\label{analysis}

+ 3
- 0
content/case_evaluation.tex 查看文件

@@ -0,0 +1,3 @@
%&tex
\chapter{case evaluation}
\label{case_evaluation}

+ 3
- 0
content/case_experiment.tex 查看文件

@@ -0,0 +1,3 @@
%&tex
\chapter{case experiment}
\label{case_experiment}

+ 3
- 0
content/case_method.tex 查看文件

@@ -0,0 +1,3 @@
%&tex
\chapter{case method}
\label{case_method}

+ 3
- 0
content/conclusion.tex 查看文件

@@ -0,0 +1,3 @@
%&tex
\chapter{conclusion}
\label{conclusion}

+ 3
- 0
content/improved_design.tex 查看文件

@@ -0,0 +1,3 @@
%&tex
\chapter{improved design}
\label{improved_design}

+ 3
- 0
content/introduction.tex 查看文件

@@ -0,0 +1,3 @@
%&tex
\chapter{introduction}
\label{introduction}

+ 3
- 0
content/reflection.tex 查看文件

@@ -0,0 +1,3 @@
%&tex
\chapter{reflection}
\label{reflection}

+ 3
- 0
content/samenvatting.tex 查看文件

@@ -0,0 +1,3 @@
%&tex
\chapter*{samenvatting}
\label{samenvatting}

+ 3
- 0
content/summary.tex 查看文件

@@ -0,0 +1,3 @@
%&tex
\chapter*{summary}
\label{summary}

+ 13
- 1
report.tex 查看文件

@@ -13,11 +13,23 @@
Wouter Horlings
}



\begin{document}
\maketitle
\makerro
\tableofcontents
\include{include/acronyms}
\input{samenvatting}
\input{summary}
\tableofcontents
\input{introduction}
\input{analysis}
\input{case_method}
\input{case_experiment}
\input{case_evaluation}
\input{reflection}
\input{improved_design}
\input{conclusion}

%\include{introduction}



Loading…
取消
儲存