-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plotmath expressions for pptx() #19
Comments
Hi, I am facing the same issue when using superscript "^" or subscript "[]" in expression(). It also creates separate textboxes in PowerPoint. Emilie |
Thanks, I saw your previous comment. Thanks for reporting that issue. |
@Lukas-1 @emiliemillet sorry for the delay... Having a whole expression in a single textbox is not possible as this is made by R internally. It's now far better but there are cases in
|
@Lukas-1 commented on Fri Mar 24 2017
I saw some issues when using plotmath expressions in powerpoint files. Specifically, if an expression() is composed of multiple elements joined using "*" or "~", separate textboxes are created in PowerPoint, which leads faulty vertical alignment. It would be better if the whole expression were contained in one textbox.
For example, the following code displays buggy vertical alignment of the text:
plot(1:10)
title(expression("foo" * "-" * "oo"))
Also, using an en dash in plotmath expressions causes a bug where each element of the expression is individually centered and overlaps.
P.S. thank you for developing this great package!
@davidgohel commented on Tue Apr 04 2017
Hi
Sorry, it's a known issue but I don't know exactly what is wrong.
I'll have a coding session probably next month and will invest on this case.
David
The text was updated successfully, but these errors were encountered: