diff --git a/pandoc/README.md b/pandoc/README.md index e2d6e03..79cf587 100644 --- a/pandoc/README.md +++ b/pandoc/README.md @@ -104,7 +104,9 @@ git apply -R --directory pandoc/.venv/Lib/site-packages/pandoc_tex_numbering num * 字体设置为黑体,字号为五号,并删除斜体样式。 * 段落设置为居中。 - 找到“Figure”样式,它决定了插入的图的样式。将其段落设置为居中,以让插入的图居中。 -- 找到“超链接”样式,删除其颜色。 +- 找到“超链接”样式 + * 字体的中文改为宋体,字号设置为小四。如果不改的话,它会试图继承“题注”的样式,会导致正文里样式不一致。 + * 删除其颜色。 - 找到“书目”样式,它是参考文献列表所用的样式。 * 字体设置为宋体,字号为五号。 * 段落设置为悬挂缩进2字符。 diff --git a/pandoc/my-thesis.docx b/pandoc/my-thesis.docx index 4fba830..c1ca9db 100644 Binary files a/pandoc/my-thesis.docx and b/pandoc/my-thesis.docx differ