misc page

This commit is contained in:
Gaspard Jankowiak 2014-03-22 13:25:41 +01:00
parent 31060f4e0c
commit 73397403d1
2 changed files with 17 additions and 0 deletions

View file

@ -12,6 +12,7 @@ header-homelink: /en
<li><a href="#research">Research</a></li>
<li><a href="#teaching-in-french">Teaching</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="/misc">Misc.</a></li>
</ul>
</nav>

16
misc.markdown Normal file
View file

@ -0,0 +1,16 @@
---
layout: default
math: false
---
# Miscellaneous
## Make Terrence Tao's blog more readable
Currently (early 2014), Terrence Tao's blog use smallish fonts, and rasterized .pngs for math display. I also find it a bit cluttered and
making more difficult to read than it should be. To remedy that, I've written a [small bit](https://gist.github.com/gjankowiak/9692034) of CSS to use with [Stylish](https://addons.mozilla.org/fr/firefox/addon/stylish/), along with [some Javascript](https://gist.github.com/gjankowiak/9692040) that will turn the LaTeX images into nice, selectable formulæ using [MathJax](http://www.mathjax.org/). You will need [GreaseMonkey](https://addons.mozilla.org/fr/firefox/addon/greasemonkey/) or similar to use it.
Here what it looks like (right), compared to the original (left):
![before after](images/misc/tao-before-after.jpg){: .centered_img}