v2.1.6
- 根据 https://blog.csdn.net/qq_42974034/article/details/128585915 的建议,减去section与subsection间的内容,以避免\iffalse错误。
- 根据 https://tex.stackexchange.com/questions/79020/incompatibility-between-nobreakdash-and-babel#comment168566_79022 的建议,将
main.tex
中类似{\input{extraTex/1.1.立项依据.tex}}
的代码改为\input{extraTex/1.1.立项依据.tex}
,即去除最外层的大括号。
这些变化可能有助于对旧版本texlive的兼容性。