Skip to content
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

output = "text" inconsistent with output = "character" #12

Closed
Aariq opened this issue Apr 23, 2018 · 3 comments
Closed

output = "text" inconsistent with output = "character" #12

Aariq opened this issue Apr 23, 2018 · 3 comments

Comments

@Aariq
Copy link

Aariq commented Apr 23, 2018

According to the help file, output = "text" returns a string, but it actually returns an expression the same as output = "expression". It should be output = "character" in the help file or the function should be changed so output = "text" works.

@caijun
Copy link

caijun commented May 5, 2018

I found the same problem in the help file. I documented in my issue #13

@Aariq
Copy link
Author

Aariq commented May 22, 2018

It appears that this has been fixed as of the most recent commit. It now gives a helpful error message if you try to use output = "text" and the help file has been updated to use "character".

@Aariq Aariq closed this as completed May 22, 2018
@Aariq
Copy link
Author

Aariq commented May 22, 2018

Install the most recent development version with devtools::install_github("stefano-meschiari/latex2exp")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants