No longer provide example template in GBK.
This commit is contained in:
parent
cf7ff53c7d
commit
c271374dda
@ -84,17 +84,15 @@
|
||||
\begin{Verbatim}[frame = single]
|
||||
texdoc pkuthss
|
||||
\end{Verbatim}
|
||||
所打开的 pdf 文件所在的同一目录中包含三个子目录和两个 pdf 文件,
|
||||
其中 \verb|doc-src/| 为说明文档(即本文档)的源代码,
|
||||
\verb|example-utf8/| 和 \verb|example-gbk/| 为模版文档的源代码,
|
||||
所打开的 pdf 文件所在的同一目录中包含两个子目录和相应的两个 pdf 文件,
|
||||
其中 \verb|readme/| 为说明文档(即本文档)的源代码,%
|
||||
\verb|example/| 为文档模版的源代码,%
|
||||
\verb|readme.pdf| 和 \verb|example.pdf|
|
||||
分别为说明文档和模版文档的 pdf 文件。
|
||||
分别为说明文档和文档模版的 pdf 文件。
|
||||
|
||||
\verb|example-utf8/| 目录下的源代码使用的是 UTF-8 编码,
|
||||
适合类 UNIX 系统用户或编辑器对 UTF-8 有良好支持的用户使用;%
|
||||
\verb|example-gbk/| 目录下的源代码使用的是 GBK 编码,适合其它用户使用。%
|
||||
用户可以视情况将 \verb|example-utf8/| 或 \verb|example-gbk/|
|
||||
中的所有内容复制到合适的目录,
|
||||
\verb|example/| 目录下的源代码使用的是 UTF-8 编码,
|
||||
在现在 \hologo{TeX} 用户常用的编辑器中均已经有了良好的支持。
|
||||
用户可以将 \verb|example/| 中的所有内容复制到合适的目录,
|
||||
并在此目录中根据模版修改出自己的论文。
|
||||
|
||||
\myemph{%
|
||||
|
11
utils/dist
11
utils/dist
@ -26,19 +26,14 @@ tex-dist: tex/
|
||||
doc-dist: doc/
|
||||
# Make the directory.
|
||||
$(MD) $@/
|
||||
# Example pdf.
|
||||
$(MAKE) toutf8
|
||||
# Example src and pdf.
|
||||
cd doc/example/ && $(MAKE) && $(MAKE) clean
|
||||
$(MV) doc/example/$(EXAMPLE).pdf $@/example.pdf
|
||||
# Example src.
|
||||
$(CP) doc/example/ $@/example-utf8
|
||||
$(MAKE) togbk
|
||||
$(CP) doc/example/ $@/example-gbk
|
||||
$(MAKE) toutf8
|
||||
$(CP) doc/example/ $@/example
|
||||
# Readme src and pdf.
|
||||
cd doc/readme/ && $(MAKE) && $(MAKE) clean
|
||||
$(MV) doc/readme/$(README).pdf $@/readme.pdf
|
||||
$(CP) doc/readme/ $@/readme-src
|
||||
$(CP) doc/readme/ $@/readme
|
||||
|
||||
dir-tds: tex-dist doc-dist
|
||||
$(MD) $@/tex/latex/ $@/doc/latex/
|
||||
|
Loading…
Reference in New Issue
Block a user