summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex
index 8b620834910..f5775747b1e 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex
@@ -168,13 +168,13 @@ texdoc pkuthss
即可通过在主文件所在目录调用 Make 工具来实现自动编译:
如果是在类 UNIX 环境下,则用户应该调用的命令名为 \verb|make|:
\begin{Verbatim}[frame = single]
-cd /path/to/directory/with/pkuthss.tex
+cd /path/to/directory/with/thesis.tex
make
\end{Verbatim}
而如果是在 Windows 环境下,
则用户应该调用的命令名可能为 \verb|mingw32-make|:
\begin{Verbatim}[frame = single]
-cd \path\to\directory\with\pkuthss.tex
+cd \path\to\directory\with\thesis.tex
mingw32-make
\end{Verbatim}
@@ -185,7 +185,7 @@ mingw32-make
调用时可以不显式地指出扩展名。%
}:
\begin{Verbatim}[frame = single]
-cd \path\to\directory\with\pkuthss.tex
+cd \path\to\directory\with\thesis.tex
make
\end{Verbatim}
\myemph{%