stianlagstad / chimeraviz

chimeraviz is an R package that automates the creation of chimeric RNA visualizations.
37 stars 14 forks source link

Vignette levels of toc #2

Closed llrs closed 7 years ago

llrs commented 7 years ago

When I visualize the vignette the section 3.2.1.5 is not shown in the TOC:

You should set the level of depth of the TOC at the yaml header if you want it to be formatted as such

---
title: "chimeraviz"
author: "Stian Lågstad"
date: "`r Sys.Date()`"
output: 
  BiocStyle::html_document2:
    toc_depth: 5
vignette: >
  %\VignetteIndexEntry{chimeraviz}
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteEncoding{UTF-8}
---
stianlagstad commented 7 years ago

Thank you for the tip @llrs, but I'll think the TOC looks nice as it is. :)