Monday, March 26, 2012

Tricks & Trips

- guidata(hObject,handles);
- guidata(gcbo,handles);
  
-Adding TeX on your blogger

put the script after <head> in html (Template--> edit html)

%---------------------------------------------------------

<script type="text/javascript" 
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js">
MathJax.Hub.Config({
 extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
 jax: ["input/TeX", "output/HTML-CSS"],
 tex2jax: {
     inlineMath: [ ['$','$'], ["\\(","\\)"] ],
     displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
 },
 "HTML-CSS": { availableFonts: ["TeX"] }
});
</script>
 
%--------------------------------------------- 

No comments:

Post a Comment