From b182c71c817a6a0ecb79384121233e7bad074d6a Mon Sep 17 00:00:00 2001 From: "Casper Ti. Vector" Date: Thu, 4 Mar 2021 19:49:06 +0800 Subject: [PATCH] doc: more notes about table font and GB/T 7714. --- doc/example/thesis.tex | 6 ++++-- doc/readme/chap/pkuthss-chap3.tex | 18 ++++++++++++------ doc/readme/pkuthss.bib | 13 ++++++++++++- 3 files changed, 28 insertions(+), 9 deletions(-) diff --git a/doc/example/thesis.tex b/doc/example/thesis.tex index 336b239..a4c82f0 100644 --- a/doc/example/thesis.tex +++ b/doc/example/thesis.tex @@ -20,7 +20,7 @@ % 若须按照引用顺序排序,请设置“sorting = none”。 % 若须在排序中实现更复杂的需求,请参考 biblatex-caspervector 的文档。 % biblatex-caspervector 也有一个“ugly”选项,使其更像国标格式;此外也可考虑 -% 改用 style = gb7714-2015 并去掉后面两选项,详见 biblatex-gb7714 的文档。 +% 改用 style = gb7714-2015 并去掉之后两选项,详见 biblatex-gb7714-2015 的文档。 \usepackage[backend = biber, style = caspervector, utf8, sorting = ecnyt]{biblatex} % 对于 linespread 值的计算过程有兴趣的同学可以参考 pkuthss.cls。 @@ -60,7 +60,9 @@ 如果编译时不出参考文献, 请参考 \texttt{texdoc pkuthss}“问题及其解决”一章 - “上游宏包可能引起的问题”一节中关于 biber 的说明。% + “上游宏包可能引起的问题”一节中关于 biber 的说明。 + + 因无法假定用户使用哪种方式排版表格,用户须自行保证表格字号符合学校规定。% } \begin{document} diff --git a/doc/readme/chap/pkuthss-chap3.tex b/doc/readme/chap/pkuthss-chap3.tex index 0fbd72b..b54e7b7 100644 --- a/doc/readme/chap/pkuthss-chap3.tex +++ b/doc/readme/chap/pkuthss-chap3.tex @@ -1,7 +1,7 @@ % Documentation for pkuthss. % % Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2019 Casper Ti. Vector +% Copyright (c) 2010-2019,2021 Casper Ti. Vector % % This work may be distributed and/or modified under the conditions of the % LaTeX Project Public License, either version 1.3 of this license or (at @@ -97,14 +97,20 @@ data source .../par-xxxxxxxx/cache-xxxxxxxx/ \section{文档格式可能存在的问题} -学校对学位论文格式的规定\cupercite{pku-thesisstyle}% -显然没有考虑到非 MS Word 类排版工具的工作方式, +目前在 \hologo{LaTeX} 中似乎没有一个可以很好地替代其它各类似宏包的 +用于排版表格的宏包,而 pkuthss 文档模版的作者也无意假定用户使用 +某一个宏包,因此模版并未尝试设定表格的默认字号,\myemph{用户 +须自行按学校规定\cupercite{pku-thesisstyle}进行设置}。 + +学校对学位论文格式的规定显然没有考虑到非 MS Word 类排版工具的工作方式, 因此 pkuthss 文档模版只是对其要求的格式进行模仿, 而在一些小的细节上可能有所出入。 -biblatex-caspervector\cupercite{biblatex-caspervector} 所实现的格式和 -\parencite{pku-thesisstyle} 的规定并不一致, -但其作者暂时没有精力也不愿意去实现后者所规定的比原格式更丑陋得多的格式。 +biblatex-caspervector\cupercite{biblatex-caspervector} +所实现的格式和 \parencite{pku-thesisstyle} 的规定并不一致, +但其作者没有精力也不愿意去实现后者所规定的比原格式更丑陋得多的格式。 +针对国标 GB/T 7714-2015,现在已经有了 biblatex-gb7714-2015% +\cupercite{biblatex-gb7714-2015} 这一 biblatex 实现,用户也可以考虑使用。 \section{反馈意见和建议} diff --git a/doc/readme/pkuthss.bib b/doc/readme/pkuthss.bib index 550e76c..d34fc4a 100644 --- a/doc/readme/pkuthss.bib +++ b/doc/readme/pkuthss.bib @@ -1,7 +1,7 @@ % Documentation for pkuthss. % % Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2020 Casper Ti. Vector +% Copyright (c) 2010-2021 Casper Ti. Vector % % This work may be distributed and/or modified under the conditions of the % LaTeX Project Public License, either version 1.3 of this license or (at @@ -71,6 +71,17 @@ language = {chinese}, } +@online{biblatex-gb7714-2015, + author = {胡振震}, + title = {符合 GB/T 7714-2015 标准的 biblatex 参考文献样式}, + edition = {Ver.\ 0.1w}, + type = {M/OL}, + date = {2021-01-19}, + url = {https://ctan.org/pkg/biblatex-gb7714-2015}, + urldate = {2021-03-04}, + language = {chinese}, +} + @online{caption, author = {Sommerfeldt, Alex}, title = {Customizing captions of floating environments},