bookdown Questions
1
Is there a way to specify natibib options when outputting a PDF with bookdown? I want the tex output to have the command
\usepackage[sort&compress]{natbib}
But there doesn't seem to be any w...
1
I love to use citations in my r bookdown projects.
The format is not very flexible, I can use @citeID to get "Author(Year)" or [@citeID] to get "(Author Year)".
Sometimes I only need "(Year)" or ...
Ionia asked 25/6, 2017 at 12:10
1
I have written a draft book in R Markdown.
Two questions:
Is it possible to include a 'cover page' with graphic and text in the index.rmd file so that the rendering in bookdown- shows a cover pa...
1
Solved
I have a bookdown rmd looking like...
Further introductory materials are offered when the package is loaded:
```{r dt-startup, echo=-1, message=TRUE, verbose=TRUE, hide=FALSE}
if ("data.table" %i...
Baxter asked 16/3, 2017 at 17:41
1
Solved
If I add a line below the first in _output.yml:
bookdown::gitbook:
split_by: none
css: ...
in the bookdown-demo the output becomes a single .html file which looks kind of plain ugly. Is it som...
Libration asked 5/12, 2016 at 14:3
1
Solved
Bookdown has many configuration options and I am finding it hard to understand how to know whether an option exists, and the logic behind where these options are stated.
Specifically I am finding ...
Campy asked 26/11, 2016 at 14:10
2
Solved
For reader convenience, I'd like to include, at the end of my bookdown book, written in markdown, a simple list or index of definitions from the body of the book. i.e. ones created using custom blo...
1
Solved
Bookdown is a great package and I look forward to seeing how it developes, but right now I am having troubling rendering figure numbers in the pdf_document2 format when figures are in appendices. S...
1
Solved
What is the relationship between the functionality of R Markdown, Knitr, Pandoc, and Bookdown?
Specifically what is the 'division of labour' between these packages in converting markup documents w...
Comment asked 12/11, 2016 at 13:45
1
Solved
I am using bookdown to generate slides for a workshop. I use the 'big' letter option in the menu for display as slides. However then the chapter title font size is too large. Where/how can I modify...
Cornwallis asked 24/10, 2016 at 9:37
1
Solved
I am using bookdown to write a report for a client. They like it, I like it but I don't want to have the social media links in the top right of the compiled html. Other than editing the html after ...
Chanty asked 17/10, 2016 at 8:24
1
Solved
I cannot find out how to make a page break in R bookdown.
With page break I mean that the content within one page is displayed as one website.
By default there is always a page break in front of e...
0
I like the gitbook style in general, but some tables (particularly regression tables) look awful on it. How do I make specific tables in my document (not all of them) render as per the default boot...
1
Solved
I'm using the fantastic new bookdown package, right off of Yihui's boilerplate, using the bookdown::tufte_book2() output.
The result is lovely, but I'd like the pages to be symmetrical, so that th...
Thoria asked 19/8, 2016 at 22:9
1
Solved
I very much believe that Rmarkdown and bookdown are the future of content publishing, however some publishers use specific LaTeX templates, and in order to submit the manuscript they need it in tha...
1
Solved
One of the promises of the bookdown package is functions for automatic numbering of figure/table captions, and cross-referencing figures/tables/sections.
This is claimed to be enabled for single-...
Stemma asked 2/7, 2016 at 3:45
1
Solved
I'm experimenting with the great new package bookdown to create a gitbook-style book using RMarkdown within RStudio. See here.
My question is about creating custom blocks. There is an example in t...
© 2022 - 2024 — McMap. All rights reserved.