-
Notifications
You must be signed in to change notification settings - Fork 6
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
Convert sipnet_inputs_outputs.doc to md #15
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think a lot of the latex-style formatting is not working, due to misplaced $s? (That is, most everything in the rightmost column)
At least, I can't get it to look right in github (or vscode) - but I do notice that the equivalent formatting in this PR worked fine when exported to PDF. |
… markdown, it was only being used for \times, \degree, and `^`
@Alomir it looks like a bug in GitHub's math processing. In the end I realized the latex formatting wasn't necessary at this point because 1) it was only being used for degrees, times, and superscripts and 2) these equations will eventually move to Doxygen. FWIW, Github markddown does support math https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions. But it has some bugs / limitations, apparently including that it doesn't like using |
Hopefully for easier reference.
Exported sipnet_inputs_outputs.doc from google docs to md, then cleaned up formatting and added TOC