aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2019-01-31 23:57:30 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2019-01-31 23:57:30 +0800
commit6116266124f1079e9050e0cfbad294451f9c98f4 (patch)
tree3b491b9db493500e5d50800d583d997f5f009fbf
parentf3a42eea284ac7903f24ab8e29d9d7b355496019 (diff)
downloadA-Peek-Into-Virtools-Scripting-6116266124f1079e9050e0cfbad294451f9c98f4.tar.xz
Base structure and initial work on chapter 0.HEADmaster
-rw-r--r--chapter0/chap0.tex9
-rw-r--r--chapter1/chap1.tex7
-rw-r--r--chapter1/section1/sect1.tex1
-rw-r--r--chapter1/section2/sect2.tex1
-rw-r--r--chapter1/section3/sect3.tex1
-rw-r--r--chapter1/section4/sect4.tex1
-rw-r--r--chapter1/section5/sect5.tex1
-rw-r--r--chapter1/section6/sect6.tex1
-rw-r--r--chapter2/chap2.tex1
-rw-r--r--chapter3/chap3.tex4
-rw-r--r--chapter3/section1/sect1.tex1
-rw-r--r--chapter3/section2/sect2.tex1
-rw-r--r--chapter3/section3/sect3.tex1
-rw-r--r--main.tex4
14 files changed, 34 insertions, 0 deletions
diff --git a/chapter0/chap0.tex b/chapter0/chap0.tex
index d490d09..61e5513 100644
--- a/chapter0/chap0.tex
+++ b/chapter0/chap0.tex
@@ -1 +1,10 @@
\chapter{快速入门}
+\begin{framed}
+\CJKfamily{zhkai}
+本章介绍了某些具有 Virtools 脚本知识的 Ballance 玩家入门 Virtools
+脚本时所用的方法。如果您希望在正式开始前自己花些时间进行独立的探索,
+不妨一试这里的方法。
+\par
+如果您认为您在试用此方法后已经取得了一定的进步,
+可以跳过第一章中的对应小节。
+\end{framed}
diff --git a/chapter1/chap1.tex b/chapter1/chap1.tex
new file mode 100644
index 0000000..d127d9d
--- /dev/null
+++ b/chapter1/chap1.tex
@@ -0,0 +1,7 @@
+\chapter{基本内容}
+\input chapter1/section1/sect1.tex
+\input chapter1/section2/sect2.tex
+\input chapter1/section3/sect3.tex
+\input chapter1/section4/sect4.tex
+\input chapter1/section5/sect5.tex
+\input chapter1/section6/sect6.tex
diff --git a/chapter1/section1/sect1.tex b/chapter1/section1/sect1.tex
new file mode 100644
index 0000000..887ac6d
--- /dev/null
+++ b/chapter1/section1/sect1.tex
@@ -0,0 +1 @@
+\section{Virtools Schematic 界面}
diff --git a/chapter1/section2/sect2.tex b/chapter1/section2/sect2.tex
new file mode 100644
index 0000000..b9bf9ad
--- /dev/null
+++ b/chapter1/section2/sect2.tex
@@ -0,0 +1 @@
+\section{Virtools 脚本的基本要素}
diff --git a/chapter1/section3/sect3.tex b/chapter1/section3/sect3.tex
new file mode 100644
index 0000000..34bcc3b
--- /dev/null
+++ b/chapter1/section3/sect3.tex
@@ -0,0 +1 @@
+\section{Schematic 界面的基本操作}
diff --git a/chapter1/section4/sect4.tex b/chapter1/section4/sect4.tex
new file mode 100644
index 0000000..c67a0db
--- /dev/null
+++ b/chapter1/section4/sect4.tex
@@ -0,0 +1 @@
+\section{Virtools 脚本的执行流程}
diff --git a/chapter1/section5/sect5.tex b/chapter1/section5/sect5.tex
new file mode 100644
index 0000000..31c557e
--- /dev/null
+++ b/chapter1/section5/sect5.tex
@@ -0,0 +1 @@
+\section{基本逻辑结构在 Virtools 脚本中的体现}
diff --git a/chapter1/section6/sect6.tex b/chapter1/section6/sect6.tex
new file mode 100644
index 0000000..f2399d7
--- /dev/null
+++ b/chapter1/section6/sect6.tex
@@ -0,0 +1 @@
+\section{一些因与制图无关而曾被无视的 Virtools 功能}
diff --git a/chapter2/chap2.tex b/chapter2/chap2.tex
new file mode 100644
index 0000000..b6aea30
--- /dev/null
+++ b/chapter2/chap2.tex
@@ -0,0 +1 @@
+\chapter{常用BB参考文档}
diff --git a/chapter3/chap3.tex b/chapter3/chap3.tex
new file mode 100644
index 0000000..dd4b7ee
--- /dev/null
+++ b/chapter3/chap3.tex
@@ -0,0 +1,4 @@
+\chapter{高级内容}
+\input chapter3/section1/sect1.tex
+\input chapter3/section2/sect2.tex
+\input chapter3/section3/sect3.tex
diff --git a/chapter3/section1/sect1.tex b/chapter3/section1/sect1.tex
new file mode 100644
index 0000000..d219fa8
--- /dev/null
+++ b/chapter3/section1/sect1.tex
@@ -0,0 +1 @@
+\section{Virtools SDK 总览}
diff --git a/chapter3/section2/sect2.tex b/chapter3/section2/sect2.tex
new file mode 100644
index 0000000..7a8cf09
--- /dev/null
+++ b/chapter3/section2/sect2.tex
@@ -0,0 +1 @@
+\section{Virtoos 脚本的执行流程 —— 续}
diff --git a/chapter3/section3/sect3.tex b/chapter3/section3/sect3.tex
new file mode 100644
index 0000000..d9eaa29
--- /dev/null
+++ b/chapter3/section3/sect3.tex
@@ -0,0 +1 @@
+\section{猜想与展望}
diff --git a/main.tex b/main.tex
index fa58631..cccf28c 100644
--- a/main.tex
+++ b/main.tex
@@ -2,6 +2,7 @@
\usepackage[cm]{fullpage}
\usepackage[UTF8]{ctex}
\usepackage{graphicx}
+\usepackage{framed}
\usepackage[pdfborder={0 0 0}]{hyperref}
\setcounter{chapter}{-1}
@@ -25,5 +26,8 @@
\tableofcontents
\input preface.tex
\input chapter0/chap0.tex
+\input chapter1/chap1.tex
+\input chapter2/chap2.tex
+\input chapter3/chap3.tex
\end{document}