forked from criwits/missing-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
missing.tex
82 lines (61 loc) · 2.67 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
% !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*{2.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*{3.6cm}
\end{center}
\begin{note}
本教程在持续更新之中,因此十分期望得到读者的建议和意见。
无论是对编写方向有好的建议,还是发现了叙述不正确或不严谨的地方,亦或是找到了一个错别字,都请将反馈发送到邮箱 \href{mailto:[email protected]}{[email protected]}。
\end{note}
这是一份适合「电脑小白」的电脑使用技巧手册。
它以近乎「手把手教」的语言,介绍了从基本的文件管理到软件的寻找安装,从简要的硬件组成到电脑的安全防护,从小的使用技巧到优良软件推荐的许多内容,旨在帮助对电脑操作不甚了解的所谓「小白」逐渐上手电脑的使用。
\begin{center}
\vspace*{1cm}
\includegraphics[width=5cm]{assets/QR_CODE.png}\par
访问 \url{https://missing.criwits.top/} 或扫码阅读本教程的最新版本!\par
\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}