msmbstyle
msmbstyle copied to clipboard
Tufte inspired bookdown template
Hello, thank you very much for **msmbstyle**! You can add my book [The Effect](https://theeffectbook.net) as an example of an **msmbstyle**-themed book if you like. I made a few tweaks that...
I'm trying to use your terrific package to generate a book with an Appendix, using [this bookdown feature](https://bookdown.org/yihui/bookdown/markdown-extensions-by-bookdown.html#special-headers) to number the Appendices separately (A, B, etc). My testing stub is...
I'm trying to install the msmbstyle package using the commands recommended: install.packages("remotes") remotes::install_github("grimbough/msmbstyle") and I'm met the the error and I'm dead in the water. I'm in Windows 10, R...
Loving how the html is rendered in the `grid-layout` branch. A few questions: 1. What would be the correct custom css style to change the font size and style for...
The problem mentioned in [Parts and TOC links #22](https://github.com/grimbough/msmbstyle/issues/22#issue-460850372) still exists for the grid style. When using (PART\*), not only there was an empty page created with the title `(PART*)...
I was wondering if you were interested is setting the header and title section colour (`#1881c2`) as a global variable? This would allow a user to relatively simply customise it...
With the grid-style I have noticed that inclusion of {-} after a heading, to remove the chapter number, viz > # Introduction {-} results in an incorrectly formatted header. Thanks.
Following this suggestion #https://github.com/grimbough/msmbstyle/issues/15 I can use this code ````{r data-sources, echo = FALSE, message = FALSE, tab.margin = FALSE} library(knitr) library(kableExtra) options(kableExtra.html.bsTable = T) options(knitr.kable.NA = '') data_sources %...
Using the code below the figure that appears in the margin has an overly small font size. Do you know if Is this something that is a result of the...
I'm trying to embed a webpage in a book [as shown here](https://bookdown.org/yihui/bookdown/web-pages-and-shiny-apps.html), but the frame does not appear in the html output. Any ideas? ```` ```{r test, echo=FALSE} knitr::include_app("https://yihui.shinyapps.io/miniUI/", height...