【发布时间】:2020-06-28 16:57:13
【问题描述】:
请在输出为 pdf 时如何使用 \label 和 \ref 链接 rmarkdown 中的部分。我尝试了https://bookdown.org/yihui/bookdown/cross-references.html 和https://bookdown.org/yihui/rmarkdown-cookbook/cross-ref.html 的各种排列,但没有成功。
一次尝试
---
title: "Untitled"
output: pdf_document
---
See Section \@ref(sec:label).
# Section One (\#sec:label)
给了
【问题讨论】:
标签: r latex r-markdown