We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023eae2 commit d5099f8Copy full SHA for d5099f8
common-zh-cn.tex
@@ -42,6 +42,7 @@
42
43
\usepackage{amsmath, amsthm, amssymb} % for math
44
\usepackage{exercise} % for exercise
45
+\usepackage{import} % for nested input
46
47
%
48
% for programming
main-zh-cn.tex
@@ -98,7 +98,7 @@ \part{队列和序列}
98
\part{排序和搜索}
99
\input{sorting/dc-sort/dcsort-zh-cn.tex}
100
101
-\input{search/search-zh-cn.tex}
+\subimport{search/search-zh-cn.tex}
102
103
\part{附录}
104
\appendix
@@ -108,7 +108,7 @@ \part{附录}
108
109
\input{others/appendix/list/list-zh-cn.tex}
110
111
-\input{fdl-1.3.tex}
+%\input{fdl-1.3.tex}
112
113
\printindex
114
0 commit comments