Posts

Present Math in Latex by Mathjax in Blogger

 After some search and testing, the solution in this  blog  works well for me. It's tricky that the  official guide  here is not. But I'll keep in mind that do the test later to see.  We can use the $$ or $$...$$ directly in composite view. While 'begin {equation} end{equation}' should put in HTML view, the equation number only is there when multiple equations are added.  Also here is a good post for the setting in another way.  < script src=' http://cdn.mathjax.org/mathjax/latest/MathJax.js' type='text/javascript ' > MathJax . Hub . Config ({ HTML : [ "input/TeX" , "output/HTML-CSS" ], TeX : {  extensions : [ "AMSmath.js","AMSsymbols.js" ],  equationNumbers : { autoNumber : "AMS" } }, extensions : [ "tex2jax.js" ], jax : [ "input/TeX" , "output/HTML-CSS" ], tex2jax : { inlineMath : [ [ ...

Add ipython Code to Blogger from Command Line

 When you select your code and then right-click, you'll find a 'copy as HTML' option. Select this, then  1. copy the code to the code highlight block you've set or directly copy it to the blogger will give the same highlight as ipython.  Try it and Enjoy it!

How to install HP printer on Ubuntu/Linux

 Here is a  beautiful post  to tell you how to install an HP printer on your Ubuntu/Linux.  install the driver: use apt-get install hplip hplip-gui or from hp support:  driver download set up the printer: first to find the print IP (got to printer  home screen/network setting/wireless details),  then hp-setup  your printer IP  all is done. if you want to control the printer, use hp-toolbox Enjoy! 

Shared A Video Telling you How to Add Code Block in Blogger

Image
 After some research and search, I found that this video is perfect to tell how to add code block in blogger. The main part is  hightlightjs . Enjoy!