我的降价文件不会编织到 PDF 并返回以下错误:
不匹配(在正则表达式中;由 <-- HERE in m//( <-- HERE .sty/ at /usr/local/bin/tlmgr line 1778 标记。grep 中的错误(paste0("/", x[j], "$"), l) : 无效的正则表达式 '/(.sty$', reason 'Missing ')'' 调用: ... system2_quiet -> on_error -> parse_packages -> grep
我在 Mac 上,昨天一切正常,然后我安装了 tinytex(我可能已经安装了两次),现在我无法编织到 PDF。有没有人见过这个错误?还是与 tmlr 合作过?
我尝试卸载 tinytex 并重新安装 Rstudio。
如果有帮助,我的 YAML 标题是:
---
title: \vspace{2in}"**Borrower Feedback Analysis**"
date: "`r Sys.Date()`"
#output: html_document
output:
pdf_document:
latex_engine : xelatex
toc: true
toc_depth: 1
header-includes:
- \usepackage(tinytex)
- \usepackage{sectsty}
- \usepackage{xcolor}
- \definecolor{blendHeaderBlue}{HTML}{00146b}
- \definecolor{blendParahraphBlue}{HTML}{4a578f}
- \sectionfont{\color{blendHeaderBlue}}
- \subsectionfont{\color{blue}}
- \paragraphfont{\color{blue}}
geometry: margin= .9in
fontsize: 10pt
---