software-strategy-book/main.tex

132 lines
2.6 KiB
TeX

% !TEX program = xelatex
% !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}
\usepackage{graphicx}
\usepackage{epigraph}
\usepackage{hyperref}
\usepackage{listings}
\usepackage{enumerate}
\usepackage{array}
\usepackage{booktabs}
\usepackage{makecell}
\usepackage{subfigure}
\usepackage{imakeidx}
\usepackage{tikz}
\usetikzlibrary{trees}
\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}}
% use biblatex/biber instead of bibtex
\usepackage[style=numeric, sorting=none]{biblatex}
\bibliography{references.bib}
\usepackage{color}
\usepackage{stmaryrd}
\newcommand{\oomit}[1]{}
\newcommand{\authorComment}[3]{{\textcolor{#1}{$\llbracket$~#2: #3~$\rrbracket$}}}
\newcommand{\wang}[1]{\authorComment{red}{wang}{#1}}
\makeindex
\title{软件科学与工程学科发展战略}
\author{梅宏~~等 \\ \emph{中国科学院}}
\begin{document}
\frontmatter
\maketitle
\tableofcontents
%\oomit{
\chapter*{摘要}
\addcontentsline{toc}{chapter}{摘要}
\input{Ch0-1-Abstract}
%}
\mainmatter
\part{软件学科发展回顾}
\chapter{引言}
\input{Ch1-1-History}
%\oomit{
\chapter{程序设计语言与理论}
\label{book1-PL}
\input{Ch1-2-ProgrammingLanguage}
\chapter{系统软件}
\input{Ch1-3-SystemSoftware}
\chapter{软件工程}
\input{Ch1-4-SoftwareEngineering}
\chapter{软件产业}
\input{Ch1-5-SoftwareIndustry}
\part{新时代的软件学科}
%}
\chapter{引言}
\input{Ch2-1-Overview}
%\oomit{
\chapter{软件理论}
\input{Ch2-2-SoftwareTheory}
\chapter{程序设计语言与支撑环境}
\input{Ch2-3-SoftwareLanguage}
\chapter{软件开发方法与技术}
\input{Ch2-4-DevelopmentMethodology}
\chapter{操作系统与运行平台}
\input{Ch2-5-OperatingSystem}
\chapter{数据管理与数据工程}
\input{Ch2-6-DataManagement}
\chapter{软件质量与安全保障}
\input{Ch2-8-Quality&Security}
\chapter{面向人机物融合的新型软件系统}
\input{Ch2-7-DomainApplication}
\chapter{软件生态}
\input{Ch2-9-SoftwareEcosystem}
\chapter{软件学科教育}
\input{Ch2-10-Education}
\part{软件学科发展建议}
\chapter{中国软件学科发展}
\input{Ch3-2}
\chapter{学科发展建议}
\input{Ch3-1}
%}
\printbibliography[heading=bibintoc,title=参考文献]
\printindex
\end{document}