사용자:CrMT/common.js: 두 판 사이의 차이

잔글편집 요약 없음
잔글편집 요약 없음
8번째 줄: 8번째 줄:
commonHTML: {scale: 90}
commonHTML: {scale: 90}
   });
   });
document.write("HEEERRRRREEEEE");
 
 
$(document).ready(function() {
var $viewportWidth, $title, $link = null;
viewportWidth = $(window).width();
if(viewportWidth > 596){
            $title = document.createElement("<title>?????????????????????<\\/title>");
            $link = document.createElement("sdsdsddsd");
            $("head").appendChild($title);
            $("head").appendChild($link);
        }
}

2016년 12월 20일 (화) 13:27 판

  MathJax.Hub.Config({
    extensions: ["tex2jax.js"],
    jax: ["input/TeX","output/HTML-CSS"],
    "HTML-CSS": {
      styles: {".MathJax_Preview": {visibility: "hidden"}}
    },
    TeX: {extensions: ["AMSmath.js","AMSsymbols.js"], equationNumbers: { autoNumber: "AMS" } },
	commonHTML: {scale: 90}
  });


$(document).ready(function() {
	var $viewportWidth, $title, $link = null;
	viewportWidth = $(window).width();
	if(viewportWidth > 596){
            $title = document.createElement("<title>?????????????????????<\\/title>");
            $link = document.createElement("sdsdsddsd");
            $("head").appendChild($title);
            $("head").appendChild($link);
        }
}