Many teachers teach online using certain types of tools. I currently use a cloud meeting tool. A key feature for cloud meeting tools is to share contents. For math teacher, we frequently need to write math expression which is normally not so easy. It’s kind of painful using word. The learning curve of LaTeX is a little bit too steep. Luckily, for beginners, we have Markdown. Together with a handful editor, we can easily create documents for different purpose. In this blog, I will only focus on the tools and some tips that should help with productivity of distance teaching.

Tools

OneNote (Updated: 07/19/2020)

Remark: Drawings in OneNote is on the front layer which means you may draw or write over an inserted image.

Snipaste

All images in the above sections were created by Snipaste. After the application was installed, start the application, press F1 to start snipping, then click the save or copy icon in the lower right corner to save or copy the screenshot. If you need add some explanations, use the control panel to add details. If you are not satisfied with the screenshot, press Esc key to abort. For more key binding, please read the document Snipaste Key-bindings.

image-20200322114352404

Typora

Typora is a markdown editor. Markdown is a markup language originally designed for creating web contents. Syntaxes of markdown are very easy to learn. For example, headers of a document start with #.

# The Title/Chapter of the Document
## First Section
## Second Section
### Subsection 2.1

Unnumbered lists start with - or *. Numbered lists start with 1., 2.

For mathematical expression, you may write in $\LaTeX$, and Typora will render $\LaTeX$​ using MathJax.

For a reference on markdown, please read the Markdown Reference for Typora.

For a quick tutorial and reference on MathJax, please read MathJax basic tutorial and quick reference.

Note: To use a single dollar sign $ for inline mathematical expression, you need to check the syntax support for inline math in the Markdown tab under the menu FilePreferences.

image-20200322114405603

Pandoc

Without installing Pandoc, you may convert a markdown file in Typora into PDF or HTML. To convert the markdown file to word, you need Pandoc, supposedly that you have Microsoft installed on your computer.

To convert a markdown to other format, go to FileExport and select the output format.

To install Pandoc, please read the document Install and Use Pandoc from the Help menu or Typora website.

image-20200322114425018

image-20200322114432131

Mathpix Snip

Mathpix Snip is an OCR tool which can convert images of mathematical expression into $\LaTeX$ syntax.

image-20200322114454125

To use it, you need to have an account. After the application started, log in the application, it will be ready to capture and convert mathematical expressions. On Windows, the shortcut to take a screenshot for converting is CTRL + ALT + M. On Mac OS, the shortcut is CTRL + ⌘ + M. For more information, please read the Mathpix Snip User Guide.

Look Up Math Expression Using a Browser

Many online OER books use MathJax to render $\LaTeX$. MathJax is a set of js libraries. In some browsers, you may temporarily turn off js support and see mathematics expressions in $\LaTeX$. Or you may check out the source of the html page.


Edited on 2024/03/18