datalorax / slidex

Convert PowerPoint Slides to xaringan (remark.js) Slides
Other
290 stars 39 forks source link

Conversion to LaTeX issues #25

Open rmcd1024 opened 4 years ago

rmcd1024 commented 4 years ago

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.

output:
  beamer_presentation: 
    latex_engine: xelatex
header-includes:
  - \usepackage{fontspec}
datalorax commented 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.

rmcd1024 commented 4 years ago

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 .

datalorax commented 4 years ago

Thanks!

rmcd1024 commented 4 years ago

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.

datalorax commented 4 years ago

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.

rmcd1024 commented 4 years ago

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.