Skip to content

Commit

Permalink
convert equations in affobj to MathML
Browse files Browse the repository at this point in the history
with commented-out LaTeX in case we need to edit them later
  • Loading branch information
pinobatch authored and exelotl committed Sep 17, 2023
1 parent 1548da2 commit 0f572ba
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 89 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ For example:
* Tables and Figures should be replaced with the raw HTML from the `-old.htm` file.
* Equations are coded in MathML, which displays in all browsers since 2023 according to [Can I use](https://caniuse.com/mathml).
It's recommended to write equations in LaTeX first, using a live preview tool such as [Online LaTeX Equation Editor](https://latexeditor.lagrida.com/).
Right-click the preview and choose Copy to Clipboard > MathML Code.
* Code blocks should have the correct language set on them (`c`, `asm`, `sh`, `makefile`)
* Use backticks (`` ` ``) around code keywords and italics (`*`) around file names in the text.
Expand Down Expand Up @@ -112,6 +116,7 @@ For autonumbering and cross-referencing of figures, tables and equations, we use
* The figure/table/equation prefix is defined by the page title.
For example, on the page *'ii. Introduction to Tonc'*, the following Markdown:
```html
Expand Down
Loading

0 comments on commit 0f572ba

Please sign in to comment.