Logic [ed: Benjamin Martin]

Thanks for the updates, and for moving over the conversation here so others can join. :slight_smile:

For 1, I think we have a good solution in our thread about Logical symbols and accessibility - #14 by christina.hendricks. We will use MathJax to render equations written in LaTeX, and will use Inkscape to create SVG images of diagrams (like the one in your screenshot). The SVG images will be accompanied by alt-text to ensure that they are accessible.

Yes, I think they will, but I would be eager to hear from others who might be more certain.

I’ve pulled an example from the book to demonstrate what this might look like in the Text Editor (Christina, please correct me if this isn’t what you were describing):
<ol>
<li>All tigers are felines.</li>
<li>All lions are felines.</li>
</ol>
<hr/>
<ol start="3">
<li>/[latex]\therefore [/latex]All tigers are lions. </li>
</ol>
And below is what it would display like in the final book formats:

  1. All tigers are felines.
  2. All lions are felines.

  1. /∴ All tigers are lions.

Avoiding the table format and simply displaying them vertically sounds like a good solution. :slight_smile: