-
Notifications
You must be signed in to change notification settings - Fork 8
/
missing.tex
98 lines (75 loc) · 3.72 KB
/
missing.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
% !TeX program = xelatex
% (C) Hans Wan, Windy Deng
% Licensed under CC BY-NC-SA 4.0 International license.
% This is the LaTeX source code of Your Missing Semester of Using Computer (PDF Version).
\documentclass[a4paper]{book}
\usepackage{missing}
\date{\today}
\begin{document}
\pagenumbering{Alph}
\maketitle
\frontmatter
\pdfbookmark{内封}{innertitle}
\thispagestyle{empty}
\begin{center}
\vspace*{1.5cm}
\fontsize{42pt}{54pt}\selectfont{}\textsf{你缺失的那门}\par
\fontsize{18pt}{18pt}\selectfont{}\textsf{Your Missing Semester of Using Computer}\par
\fontsize{54pt}{8pt}\selectfont{}\textbf{\textsf{计算机课}}\par
\vspace*{2.6cm}
\end{center}
\begin{note}
我们十分期望得到读者的建议和意见:无论是对编写方向有好的建议,还是发现了叙述不正确或不严谨的地方,亦或是找到了一个错别字,都请加群向我们反馈或将反馈发送到邮箱 \href{mailto:missing@criwits.top}{missing@criwits.top} 哦!
\end{note}
这是一份适合电脑小白入门的电脑使用课程。它平易近人,娓娓道来,介绍了从基本的文件管理,到软件的寻找安装,再到各类使用技巧与优良软件推荐的许多内容,旨在帮助读者在信息化时代更灵活地使用电脑。
这也是一份面向今日与未来的信息时代指南。它立足当下,探索变革,讲述了当今热门的生成式 AI、网络安全、物联网与云计算等前沿技术的概念、原理和应用,能够引导读者立于数字化时代的潮头,把握科技发展的方向。
零门槛、易理解、有深度,与时俱进、开放共享——这是《你缺失的那门计算机课》不断追求的目标,也是我们努力的方向。
\begin{center}
\vspace*{1cm}
\begin{minipage}{.4\textwidth}
\centering
\includegraphics[width=5cm]{assets/QR_CODE.png}\par
访问 \url{https://missing.criwits.top/} 或扫码阅读本书最新版本!\par
\end{minipage}
\qquad
\begin{minipage}{.4\textwidth}
\centering
\vskip0.6cm
\includegraphics[width=3.8cm]{assets/QQ_group.pdf}\par
\vskip0.6cm
扫码或搜索群号858831033\par
加入《你缺计课》交流群!\par
\end{minipage}
\end{center}
\include{chapters/premble}
\tableofcontents
\mainmatter
\part{基础篇}[
感谢你开始阅读《你缺计课》!现在展现在你面前的,是《你缺计课》的基础篇。在这一部分,我们将介绍那些虽然基础但十分重要的电脑基本操作,从认识我们电脑的每个组成部分开始,学习文件管理的方法,尝试安装、卸载各种软件,并掌握基本的电脑维护知识。
]
\addtocontents{toc}{\protect\footnotetext[2]{标有「*」的为选读内容}}
\include{chapters/chap_1-0_first-things-first}
\include{chapters/chap_1-1_computer-and-its-components}
% \include{chapters/chap_1-2_files-and-file-management}
% \include{chapters/chap_1-3_software-installation}
% \include{chapters/chap_1-4_basic-maintenance}
% \include{chapters/chap_1-5_how-to-find-solutions}
% \part{软件篇}
% \include{chapters/chap_2-1_office-and-wps}
% \include{chapters/chap_2-2_browsers-and-how-to-choose}
% \include{chapters/chap_2-3_archive-formats-and-tools}
% \include{chapters/chap_2-4_tools-software}
% \include{chapters/chap_2-end_how-to-find-tutorials}
% \part{进阶篇}
% \include{chapters/chap_3-1_shortcut-keys}
% \include{chapters/chap_3-2_screens-and-their-secrets}
% \include{chapters/chap_3-3_user-and-ms-account}
% \include{chapters/chap_3-4_recover_from_bsod}
% \include{chapters/chap_3-end_windows-11-optimization}
% \appendix
% \part{附录}
% \include{chapters/chap_4-1_answers}
% \include{chapters/chap_4-2_new-laptop-setup}
% \backmatter
% \include{chapters/afterwords}
\end{document}