【问题标题】:Rmarkdown is not generating bookmarks's list in PDF side panelRmarkdown 不在 PDF 侧面板中生成书签列表
【发布时间】:2022-01-28 16:53:18
【问题描述】:

我在 Ubuntu 中使用带有 Rmarkdown 和 Knitr 的 RStudio 来生成 PDF 文件输出。

直到一个小时前,我的 pdf 文件是使用 pdf 侧面板中的书签列表生成的。现在这已停止,只生成第一页中的 TOC。

关于这里可能发生什么的任何提示?有什么我应该做的配置或调整吗?

我的 YAML 头如下:

---
title: "Cálculo"
author: "Gustavo Mirapalheta"
date: "`r Sys.Date()`"
output:
  pdf_document:
    number_sections: true
    toc: true
    toc_depth: 4
subtitle: Uma Abordagem Computacional
documentclass: report
header-includes: \usepackage{float} \graphicspath{{./imagens/}} \usepackage[brazil]{babel} \usepackage{enumitem} \usepackage{alphalph} \usepackage{makeidx} \usepackage{amssymb} \usepackage{supertabular} \usepackage{array} \usepackage{hhline} \usepackage{soul, color}  \definecolor{codegray}{rgb}{0.93,0.93,0.93} \sethlcolor{codegray} \usepackage{Sweavel}
link-citations: yes
nocite: |
  @canale, @demidovitch, @dirac, @nielsen, @mcmahon, @strang1
bibliography:
- books.bib
- packages.bib
biblio-style: apalike
---

【问题讨论】:

    标签: r-markdown rstudio pdf-generation knitr tableofcontents


    【解决方案1】:

    抱歉,我没有在 pdf 查看器中查看正确的位置。一定是变老了...我在stackoverflow界面中没有找到删除我的问题的选项,这就是为什么它仍然存在(到目前为止...)这里。

    【讨论】:

      猜你喜欢
      • 2016-01-30
      • 2020-01-21
      • 1970-01-01
      • 2022-01-17
      • 1970-01-01
      • 1970-01-01
      • 2018-06-15
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多