Open rmcd1024 opened 4 years ago
Thanks for your interest. The dashes are because it is really meant to work with xaringan, and the dashes are how you separate slides.
Unfortunately I have very little time to devote to R development and what time I do have is currently going to equatiomtic. I am actually strongly considering trying to get someone else to take over this package. So that's a long way of saying there are unlikely to be any fixes soon, but I would welcome a PR if you are interested.
Thanks for the response. I'll look into a PR. Equatiomtic looks great, by the way!
On Fri, Sep 4, 2020 at 11:51 AM Daniel Anderson notifications@github.com wrote:
Thanks for your interest. The dashes are because it is really meant to work with xaringan https://github.com/yihui/xaringan, and the dashes are how you separate slides.
Unfortunately I have very little time to devote to R development and what time I do have is currently going to equatiomtic https://github.com/datalorax/equatiomatic. I am actually strongly considering trying to get someone else to take over this package. So that's a long way of saying there are unlikely to be any fixes soon, but I would welcome a PR if you are interested.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/datalorax/slidex/issues/25#issuecomment-687265620, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACBGHVL547RE6KKGXQUDTCTSEELIZANCNFSM4QY2QP4Q .
Thanks!
Hi, this is just an FYI. No action on your part required. I'm not planning to submit a PR anytime soon but I wanted to let you know that in the latex
branch of my slidex
fork I've added conversion of emf
and wmf
to png (using libreoffice
) and an output_format
option that includes xaringan
(the default) and latex
. By default, output should be identical to your package; if not, it's a bug. The output_format="latex"
option provides Beamer-like formatting (slide demarcations and knitting options) and omits the xaringan
enhancements. My fork can be installed with remotes::install_github("rmcd1024/slidex", ref="latex")
.
Thanks for this package, really awesome job.
That is great! Sounds like a really good enhancement. Would be happy to merge that in when you feel ready. And I'd be happy to talk about maybe adding you in as an author at that point, if you'd like. I never have submitted this to CRAN, but we could talk about that too, if you're interested.
Great! I'll live with it for a bit and if you have time you can see what you think. I think CRAN at some point would be a natural step.
First, thank you so much for this package. I realize it's a work in progress, but it's already a big help. Very impressive. I want to mention a few Beamer/LaTeX conversion issues. (I would think Beamer conversion would be a popular use once the package is released.) The first two seem like things that might be addressed in the package. The third might be more a user issue, I'm not sure.
convert_pptx
generates---
preceding every slide heading. Is this necessary? When producing LaTeX output, this generates YAML warnings and for some reason it interferes with graphics generation: I get an "unknown graphics extension: pdf" error until I delete all the three dashes (except for the YAML header of course).There are always compilation errors generated by unicode in the files I'm dealing with. It appears that a workaround is to include the following in the YAML header:
unoconv
to convert everything either to pdf or png and then usesed
to convert all graphic references in the Rmd file to that format.