pythonhtmlmathjaxmarkupjemdoc

Running Jemdoc on Windows


I'm re-installing Jemdoc+MathJax on my new drive, since I've used it to generate my personal website for the past couple of years. This is a Python program that uses a simple markup language to generate websites, but with the benefit that it has good capabilities for math equations using LaTeX. I'm putting links to the original Jemdoc site, Jemdoc+MathJax site, and Jemdoc+MathJax Github for reference.

So far I have downloaded the Jemdoc+MathJax files from Github, installed Python 2.7, and placed the "jemdoc.py" file in the main Python folder. When I navigate to the folder containing my jemdoc files to build the pages, I encounter the following issues:

The results I used to generate were quite pretty, like on this page. Overall, I'm just unsure which of these issues are even the relevant ones (if any of them even are), and I'm unsure what to try next since I'm not getting any big errors to copy here.


Solution

  • I solved my own problem through the following steps:

    1. To ensure that you are actually running Jemdoc + MathJax instead of just Jemdoc, when you open the core Jemdoc Python script in notepad, word search "mathjax" to confirm that you have the right Python script.

    2. Once you have confirmed from Step 1 that you have the correct Jemdoc Python file, put that Python file in the same folder as the Jemdoc markup scripts. I had it in the main Python2.7 files folder, which wasn't being run.

    Now I can finally continue on towards my dream of being that one professor with a webpage that looks like it's from 50 years ago.