Skip to content

Self-contained format #61

Closed
Closed
@dmenne

Description

@dmenne

When I create a self-contained HTML and remove the _book folder or move it to another directory, the content is ok, but the layout is strange with two scrollbars:

2016-03-24 08_24_40-rstudio

--- 
title: "Authoring A Book with R Markdown"
date: "`r Sys.Date()`"
author: "Dieter Menne"
knit: "bookdown::render_book"
output:
  bookdown::gitbook: 
    self_contained: true

---

# Index

yml:

book_filename: "dieter-bookdown.Rmd"
chapter_name: "Chapter "
rmd_files: [ "index.Rmd", "c.Rmd", "b.Rmd", "a.Rmd" ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    questiongeneral questions - not an issue

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions