software-strategy-book/main.tex

118 lines
2.3 KiB
TeX
Raw Normal View History

% !TEX program = xelatex
2020-02-14 15:49:39 +08:00
% !BIB program = biber
%\documentclass[a4paper, oneside, cs4size]{ctexbook}
% to produce huge fonts for senior reviewers
\documentclass[oneside, cs4size]{ctexbook}
\usepackage[a5paper,top=3cm, bottom=3cm, left = 2cm, right=2cm]{geometry}
2019-09-28 22:11:37 +08:00
\usepackage{graphicx}
2019-09-28 22:11:37 +08:00
\usepackage{epigraph}
2019-10-09 15:35:02 +08:00
\usepackage{hyperref}
2019-09-30 17:21:03 +08:00
\usepackage{listings}
\usepackage{enumerate}
\usepackage{array}
\usepackage{booktabs}
\usepackage{makecell}
\usepackage{subfigure}
\usepackage{imakeidx}
\usepackage{tikz}
\usetikzlibrary{trees}
2020-02-14 15:49:39 +08:00
\usepackage[textsize=tiny]{todonotes}
\newcommand{\xxm}[2][]{\todo[color=yellow, #1]{xxm: #2}}
\newcommand{\dan}[2][]{\todo[color=orange, #1]{dan: #2}}
\newcommand{\wj}[2][]{\todo[color=green, #1]{wj: #2}}
\newcommand{\note}[2][]{\todo[color=yellow, #1]{ #2}}
2020-02-14 15:49:39 +08:00
% use biblatex/biber instead of bibtex
2019-10-23 21:07:53 +08:00
\usepackage[style=numeric, sorting=none]{biblatex}
\bibliography{references.bib}
\makeindex
2019-09-28 22:11:37 +08:00
\title{软件科学与工程学科发展战略}
\author{梅宏~~等 \\ \emph{中国科学院}}
\begin{document}
\frontmatter
2019-09-28 22:11:37 +08:00
\maketitle
2019-09-28 22:11:37 +08:00
\tableofcontents
2019-09-30 17:21:03 +08:00
2019-11-17 15:19:44 +08:00
\chapter*{摘要}
\addcontentsline{toc}{chapter}{摘要}
\input{Ch0-1-Abstract}
2019-09-28 22:11:37 +08:00
\mainmatter
2019-09-28 22:11:37 +08:00
\part{软件学科发展回顾}
2019-11-17 15:19:44 +08:00
\chapter{引言}
2019-09-30 14:39:47 +08:00
\input{Ch1-1-History}
\chapter{程序设计语言与理论}
\label{book1-PL}
2019-09-30 14:39:47 +08:00
\input{Ch1-2-ProgrammingLanguage}
\chapter{系统软件}
\input{Ch1-3-SystemSoftware}
\chapter{软件工程}
\input{Ch1-4-SoftwareEngineering}
\chapter{软件产业}
\input{Ch1-5-SoftwareIndustry}
2019-09-28 22:11:37 +08:00
\part{新时代的软件学科}
2019-09-30 14:39:47 +08:00
\chapter{引言}
\input{Ch2-1-Overview}
\chapter{软件理论}
\input{Ch2-2-SoftwareTheory}
2019-10-07 15:18:06 +08:00
\chapter{程序设计语言与支撑环境}
2019-09-30 14:39:47 +08:00
\input{Ch2-3-SoftwareLanguage}
\chapter{软件开发方法与技术}
\input{Ch2-4-DevelopmentMethodology}
\chapter{操作系统与运行平台}
\input{Ch2-5-OperatingSystem}
2019-11-27 13:52:45 +08:00
\chapter{数据管理与数据工程}
2019-09-30 14:39:47 +08:00
\input{Ch2-6-DataManagement}
\chapter{软件质量与安全保障}
\input{Ch2-8-Quality&Security}
2020-03-12 20:05:58 +08:00
\chapter{面向人机物融合的新型软件系统}
\input{Ch2-7-DomainApplication}
2019-09-30 14:39:47 +08:00
\chapter{软件生态}
\input{Ch2-9-SoftwareEcosystem}
2019-09-28 22:11:37 +08:00
2019-09-30 14:39:47 +08:00
\chapter{软件学科教育}
\input{Ch2-10-Education}
2019-09-28 22:11:37 +08:00
\part{软件学科发展建议}
\chapter{学科发展建议}
\input{Ch3-1}
2019-09-30 17:21:03 +08:00
\printbibliography[heading=bibintoc,title=参考文献]
2019-10-13 18:21:49 +08:00
\printindex
2019-09-30 17:21:03 +08:00
\end{document}