Guidelines of website

website structures


→ templates:

head_foot.html

MathML


→ snippet of MathJax for MathML

references:
mathjax
MathML generator

    <head>
    ...
    + <script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async></script>
    ...
    </head>

→ copy MathML equations into Winword

references:
Embed LaTeX math equations into Microsoft Word

xml trim url string


→Syntax:

var enurl = encodeURI(url.trim().replace("\n", "").replace("\r", "").replace("%0A", "")).replace("%0A", "");

→Templates:

../../Archives/index.html

navbar uncover anchor


→Syntax:

<head>
    ...
    + <a id="Forigin" class="anchor-default">(F.origin)</a>
    + <link href="../../../Content/anchor.css" rel="stylesheet" />
    ...
    </head>

→css attachment

../../../Content/anchor.css

sticky sidebar fixed


→Syntax:

...

<div class="col-md-3 col-md-offset-3 blog-sidebar">
    <div class="menu sticky" style="position: sticky; top: 60px;">

 ...