From 6116266124f1079e9050e0cfbad294451f9c98f4 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 31 Jan 2019 23:57:30 +0800 Subject: Base structure and initial work on chapter 0. --- chapter1/chap1.tex | 7 +++++++ chapter1/section1/sect1.tex | 1 + chapter1/section2/sect2.tex | 1 + chapter1/section3/sect3.tex | 1 + chapter1/section4/sect4.tex | 1 + chapter1/section5/sect5.tex | 1 + chapter1/section6/sect6.tex | 1 + 7 files changed, 13 insertions(+) create mode 100644 chapter1/chap1.tex create mode 100644 chapter1/section1/sect1.tex create mode 100644 chapter1/section2/sect2.tex create mode 100644 chapter1/section3/sect3.tex create mode 100644 chapter1/section4/sect4.tex create mode 100644 chapter1/section5/sect5.tex create mode 100644 chapter1/section6/sect6.tex (limited to 'chapter1') 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 功能} -- cgit v1.2.3