-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not escaping underscores in all variable names #202
Comments
Hmm... I don't see any underscores that are not escaped. Which variables do you think are causing the issue? |
Sorry, I should've indicated that: region_code, county_set_code, and census_division I am not very familiar with latex, so my understanding comes from here: yonicd/texPreview#51 (comment) |
Ah... I see. Okay, I will try to dig into this tomorrow. Also, just an FYI, I'm going to be updating the merMod output soon so it looks more like #196 (comment). The current notation has some issues, as discussed in that thread. It's a minor-ish update, but you might want to keep it in mind to update this equation after I update that code. |
Great, thank you! I appreciate it. I did read through that discussion, and I'm looking forward to the update, since I prefer that notation style as well. |
Okay, this should be fixed. If you install from GitHub and try again it should work for you. |
I'm attempting to output an equatiomatic equation as an image that can be embedded in a
README.md
for github viatexPreview::tex_preview()
.I believe the issue is caused by equatiomatic not escaping underscores in some of the variable names, in this case just the random grouping factors of the
merMod
object.Reprex for the issue:
Produces this error:
The results of
equatiomatic::extract_eq()
:The text was updated successfully, but these errors were encountered: