David Gohel

Results 173 comments of David Gohel
trafficstars

Hi @noamross Sure, I would be happy! I don't have much time available for that but I will do my best to help you if necessary. Maybe you can get...

This one will be difficult to fix. I had a look, the xml is not defining any bold attribute, it means that it inherits that from a global property... I...

yes, maybe it could be related to davidgohel/officer#315, setting bold to false for each string

Thanks I don't have time right now but I will invest that later. David

Hello No change happened on that subject. You can either make it responsive (with width) or not responsive by using `opts_sizing(rescale = FALSE)`. > Q1: is it possible to have...

@noamross thanks, that's really cool. It works well on my machine! > Raster plots are not supported, and I don't think it's possible to do so without a post_processor approach....

Hi, that's a clipping issue (in package `rvg`). Same problem can be found with `officer`: ``` library(lattice) library(officer) library(rvg) p

Thanks, that's very clear Sorry, it's a limitation. Basically, the default header and footer of the default section are repeated: https://github.com/davidgohel/officer/blob/master/R/docx_section.R#L188 I need to improve that. The template can not...

No it's not possible, this is not implemented yet.

``````` --- title: "Untitled" output: officedown::rdocx_document: default --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` # Chapter1 {#ch1} # Chapter2 {#ch2} Refer to \@ref(ch1). When \@ref(ch1) is surrounded by multibyte...