Not Math!

"Theoretical computer science is just as useless as everything we mathematicians do." - Jennifer Tour Chayes

            -- LaTeX code for \Sha, which denotes the Tate-Shafarevich group -- 
          
            \usepackage[OT2,T1]{fontenc}
            \DeclareSymbolFont{cyrletters}{OT2}{wncyr}{m}{n}
            \DeclareMathSymbol{\Sha}{\mathalpha}{cyrletters}{"58}
            

            -- HTML code to use LaTeX in websites and mathematics blogs (just copy paste and change "()" to "<>"!)--
        
            (script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-MML-AM_CHTML")(/script)
            (script)
              MathJax.Hub.Config
              ({
              "HTML-CSS": {matchFontHeight: false},
              SVG: {matchFontHeight: false},
              CommonHTML: {matchFontHeight: false}
              });
            (/script)
            (script type="text/x-mathjax-config")
              MathJax.Hub.Config({
                tex2jax: {
                  inlineMath: [ ["$","$"], ["\\(","\\)"] ],
                  skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'],
                  processEscapes: true
                  }
                });
                MathJax.Hub.Queue(function() {
                  var all = MathJax.Hub.getAllJax();
                  for (var i = 0; i < all.length; ++i)
                  all[i].SourceElement().parentNode.className += ' has-jax';
                });
            (/script)
            (script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML")(/script)
          

            -- Map of neovim folder management - Helpful if you wish to customize your neovim shortcuts-- 
            ~/.config/
            |___ nvim/ 
              |___ init.lua 
              |___ lua/
                |___ [your name]/ 
                  |___ core/ 
                  |	|___ colorscheme.lua 
                  |	|___ options.lua 
                  |	|___ keymaps.lua 
                  |___ plugins/ 
                  |	|___ lualine.lua 
                  |	|___ telescope.lua 
                  |	|___ nvim-tree.lua 
                  |	|___ ....
                  |___ plugins-setup.lua