Task #1888
Formulae not displaying properly in PyTorch (katex class needs css)
Description
Please see https://edutestdev-240612.appspot.com/document/pytorch-notes/1?documentURL=10121%2Fks03nov21%2Fdocs%2Fstable%2Fnotes%2Fautograd-How-does-PyTorch-compute-the-conjugate-Wirtinger-derivative-36.html. Lot of formulae/symbols do not display correctly. [Just in case this book is deleted, the o-url is https://pytorch.org/docs/stable/notes/autograd.html#how-does-pytorch-compute-the-conjugate-wirtinger-derivative].
It seems that including adding <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.13.11/dist/katex.min.css" type="text/css"> in <head> tag fixes this.