We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
模板 template.tex 的 \mainmatter 等要转移到 rmd 文件里。我那个模板的内容,打算大批量删除跟论文无关的部分,改写为怎么使用rmarkdown,bookdown的内容。预祝合作愉快。
The text was updated successfully, but these errors were encountered:
mainmatter 为什么要放在 rmd 里呢
Sorry, something went wrong.
因为$body$编译的是所有的rmd文件,模板里的 ,前文,正文,附录,后文,的标志,都没有办法在 template.tex里插入。所以必须放到rmd才可以正确排版,要不然,正文前的页码都是混乱的。
No branches or pull requests
模板 template.tex 的 \mainmatter 等要转移到 rmd 文件里。我那个模板的内容,打算大批量删除跟论文无关的部分,改写为怎么使用rmarkdown,bookdown的内容。预祝合作愉快。
The text was updated successfully, but these errors were encountered: