gpt4 book ai didi

latex - 从使用 Moderncv 模板中的 knitr 创建的 PDF 中删除页码

转载 作者:行者123 更新时间:2023-12-04 07:46:14 26 4
gpt4 key购买 nike

我想这个问题涵盖了 R Studio、pandoc 和 LaTeX。以下是我的 YAML 在 R Studio 中的样子:

---
name: Me Me Me
surname: Myself
position: "Job seeker"
address: "Some address in Newfoundland"
phone: +1 800 111111
www: google.com
email: "myemail@yahoo.com"
linkedin: john-joseph-jingle-jabber-smith/123
date: "`r format(Sys.time(), '%B %Y')`"
output: vitae::moderncv
theme: classic
---
在页脚中,显示页码。有类似问题的人通过更改 LaTeX 前导码解决了这个问题,但我没有这样的文件,而是我有一个 .cls 和几个 .sty 文件的集合。为了抑制页码,我需要更改哪些内容?或者是否可以在序言中为此添加 pandoc args?

最佳答案

Moderncv 有 \nopagenumbers关闭页码的宏:

---
name: Me Me Me
surname: Myself
position: "Job seeker"
address: "Some address in Newfoundland"
phone: +1 800 111111
www: google.com
email: "myemail@yahoo.com"
linkedin: john-joseph-jingle-jabber-smith/123
date: "`r format(Sys.time(), '%B %Y')`"
output:
vitae::moderncv:
keep_tex: true
header-includes:
- \nopagenumbers
theme: classic
---

test

\clearpage

test

关于latex - 从使用 Moderncv 模板中的 knitr 创建的 PDF 中删除页码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67183661/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com