blob: d2e9cc8af8cea5f7e7b9e55356acf56131b07b2a [file] [log] [blame]
Hao Zhuc1450882018-10-03 17:56:26 -04001---
Hao Zhuc859dba2018-10-03 18:05:55 -04002title: "Using kableExtra in Bookdown"
Hao Zhuc1450882018-10-03 17:56:26 -04003author: "Hao Zhu"
4date: "`r Sys.Date()`"
5site: bookdown::bookdown_site
6documentclass: book
7bibliography: [book.bib, packages.bib]
8biblio-style: apalike
9link-citations: yes
10description: "This example provides documentations for using kableExtra to customize tables in bookdown projects. "
11---
12
13# Introduction
14
15If you have tried to use `kableExtra` in a `bookdown` project with mutltiple formats, you may have experienced some problems. For example, you might not be able to render HTML and PDF tables at the same time using the same piece of code. At the same time, you might start to wonder if it's possible to create `bootstrap` style tables in `gitbook`. I will try to address these issues using this example.
16
Hao Zhu68449202018-10-16 16:01:19 -040017This book is hosted at https://haozhu233.github.io/kableExtra/bookdown/index.html
Hao Zhuc1450882018-10-03 17:56:26 -040018
Hao Zhuc859dba2018-10-03 18:05:55 -040019You can download PDF & EPUB to see the results of kableExtra in those formats using the same code.
20
Hao Zhuc1450882018-10-03 17:56:26 -040021You can find the source code for this project at https://github.com/haozhu233/kableExtra/tree/master/docs.