virtual-labs-archive / artificial-neural-networks-iiith

This repository contains the source for Artificial Neural Networks Lab IIITH
http://cse22-iiith.vlabs.ac.in
Other
5 stars 239 forks source link

Math equations rendered using MathJax library #175

Open Bhuvanesh09 opened 5 years ago

Bhuvanesh09 commented 5 years ago

Math symbols written in LaTEX now render properly using the MathJax Library. MathJax library included using CDN from the following link: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML

The above is the recommended CDN by the MathJax Foundation itself.

The following issues are fixed in this Pull request: Experiment 9: Fixes #93 Fixes #94 Fixes #96 : Commit ID : 1dff8254d8be3e7b99df719f875da810664806df

Experiment 10: Fixes #98 Fixes #172 : Commit ID : 72f6fe2640687dd8d20d2e6c50d338ea6e7a65de

Experiment 6: Fixes #173 Fixes #174 : Commit ID : c1389497d2edcdbb8cc8fb323df8952614c304d1

Edit: The following issues have been fixed as well:

Fixes #105
Fixes #107 Fixes #109 Fixes #102