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

Fix #48 change \[ and \] to $$ #52

Closed
wants to merge 1 commit into from

Conversation

rayfix
Copy link
Contributor

@rayfix rayfix commented Jun 11, 2018

Fix #48 change [ and ] to $$

I started off by running the following command:

  perl -0777 -pi -e 's/(\\\[|\\])/\$\$/g' *.Rmd

Then I backed out some places that were problematic.
I build the project and looked at a couple of the
Rmd files and the html output. Those looked good.

I started off by running the following command:

  perl -0777 -pi -e 's/(\\\[|\\])/\$\$/g' *.Rmd

Then I backed out some places that were problematic.
I build the project and looked at a couple of the
Rmd files and the html output.  Those looked good.
@rayfix
Copy link
Contributor Author

rayfix commented Jun 12, 2018

I should mention that the stat 420 homework templates could also be fixed. (The script would probably do the job.)

@daviddalpiaz
Copy link
Owner

I'm actually going to close this for now. I'm going to be combing through the book this summer, and updating these manually will give me a reason to read it a little more thoroughly. (Also I'm nervous about making so many changes that I can't "see.)"

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

Successfully merging this pull request may close these issues.

RMarkdown LaTeX Syntax
2 participants