使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
master-thesis
/
mar
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
16
百科
动态
浏览代码
Add all files to report
tags/0.1.0-intro
Wouter Horlings
5 年前
父节点
1da652f270
当前提交
27025a715b
共有
11 个文件被更改
,包括
43 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+3
-0
content/analysis.tex
+3
-0
content/case_evaluation.tex
+3
-0
content/case_experiment.tex
+3
-0
content/case_method.tex
+3
-0
content/conclusion.tex
+3
-0
content/improved_design.tex
+3
-0
content/introduction.tex
+3
-0
content/reflection.tex
+3
-0
content/samenvatting.tex
+3
-0
content/summary.tex
+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}
撰写
预览
正在加载...
取消
保存