Skip to content

Commit d5099f8

Browse files
committed
Use subimport to fix nested input issue
1 parent 023eae2 commit d5099f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

common-zh-cn.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
\usepackage{amsmath, amsthm, amssymb} % for math
4444
\usepackage{exercise} % for exercise
45+
\usepackage{import} % for nested input
4546

4647
%
4748
% for programming

main-zh-cn.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ \part{队列和序列}
9898
\part{排序和搜索}
9999
\input{sorting/dc-sort/dcsort-zh-cn.tex}
100100

101-
\input{search/search-zh-cn.tex}
101+
\subimport{search/search-zh-cn.tex}
102102

103103
\part{附录}
104104
\appendix
@@ -108,7 +108,7 @@ \part{附录}
108108

109109
\input{others/appendix/list/list-zh-cn.tex}
110110

111-
\input{fdl-1.3.tex}
111+
%\input{fdl-1.3.tex}
112112

113113
\printindex
114114

0 commit comments

Comments
 (0)