Remove the need to run `doc/img/Make.bat' manually.
This commit is contained in:
parent
1e8830a950
commit
476fe5085c
@ -5,7 +5,7 @@
|
||||
@echo off
|
||||
|
||||
set JOBNAME=pkuthss
|
||||
@rem 这个变量的值可以为 latex 或 xelatex。
|
||||
@rem 这个变量的值可以为 latex 或 pdflatex。
|
||||
set LATEX=latex
|
||||
set BIBTEX=bibtex
|
||||
set GBK2UNI=gbk2uni
|
||||
@ -21,6 +21,9 @@ if "%1"=="doc" goto doc
|
||||
if "%1"=="clear" (goto clear) else (goto usage)
|
||||
|
||||
:doc
|
||||
cd img
|
||||
call Make.bat
|
||||
cd ..
|
||||
%LATEX% %JOBNAME%
|
||||
%BIBTEX% %JOBNAME%
|
||||
%DOGBK2UNI%
|
||||
|
||||
@ -187,11 +187,5 @@ $HOME/texmf
|
||||
通过在主文件所在目录调用 \verb|make|\footnote{%
|
||||
Windows 将批处理文件作为可执行文件,
|
||||
调用时可以不显式地指出扩展名。%
|
||||
} 或直接双击 \verb|make.bat| 的图标运行之。%
|
||||
\emph
|
||||
{%
|
||||
注意:这样不能自动生成编译所需的部分图片。
|
||||
用户可能需要进入 \texttt{img/} 目录%
|
||||
执行那里的 \texttt{make.bat} 来手动生成这些图片。
|
||||
}
|
||||
} 或直接双击 \verb|Make.bat| 的图标运行之。
|
||||
|
||||
|
||||
@ -124,7 +124,7 @@
|
||||
}
|
||||
|
||||
\item \textbf{\texttt{[no]colorlinks}}\footnote{%
|
||||
此选项等价于低于 1.3 版的 pkuthss-extra 宏包%
|
||||
此选项等价于 1.3 及以前版本 pkuthss-extra 宏包%
|
||||
的 \texttt{[no]linkcolor} 选项,
|
||||
但后来发现这会和 hyperref 宏包的一个同名选项冲突,
|
||||
故改为 \texttt{[no]colorlinks}。%
|
||||
|
||||
Loading…
Reference in New Issue
Block a user