Skip to content

Commit

Permalink
修改release.sh,替换了chapter文件夹中的文件链接。
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcui committed Jan 26, 2022
1 parent 551b030 commit b384601
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion chapters/Introduction.lyx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@


\usepackage{xcolor}
\usepackage[sort]{natbib}
%\graphicspath{{figures/}}
\usepackage{hyperref}
\end_preamble
Expand Down
2 changes: 1 addition & 1 deletion chapters/Publication.lyx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
\begin_preamble
%Created by jmcui

\usepackage{bibentry,natbib}
\usepackage{bibentry}
\usepackage{hyperref}
%\graphicspath{{figures/}}
\end_preamble
Expand Down
6 changes: 3 additions & 3 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ cp ./ustcthesis/ustcthesis.cls ./release/
cp -R ./ustcthesis/figures ./release/
cp ./USTCthesis.layout ./release/


cp -R ./chapters ./release/
mkdir ./release/chapters
cp ./chapters/*.lyx ./release/chapters/
cp ./ustcthesis/ustcthesis.cls ./release/chapters/
cp ./USTCthesis.layout ./release/chapters/

FINDED_FILES=`find ./release/chapters -name *.lyx~`
FINDED_FILES=`find . -name *.lyx~`
for file in ${FINDED_FILES}
do
rm -rf ${file}
Expand Down

0 comments on commit b384601

Please sign in to comment.