Charley Peng

Results 42 comments of Charley Peng

I realise that, I was wondering whether it is possible to add the symbols rather than the number.

It's probably possible though perhaps using javascript as PDF renderer isn't the best option, though most people probably either have a PDF printer driver or can print to PDF in...

![Though currently maybe it's a bit too large](https://f.cloud.github.com/assets/23526/2291955/808b8114-a04c-11e3-9577-306e17f2f411.png) It looks nicer with ``` #outputCode { font-size: 10px; } ``` Fits all onto one page.

This is not a mathb issue. Works fine in Chrome for me (latest). http://www.krassotkin.com/toys/mathjax/ try there and see if it's the same issue.

What version of Firefox and what OS. I'm on Windows with FF 29.0.1 and it appears perfectly.

Quick and dirty (irreversible without refreshing). `document.body.innerHTML=document.getElementById('outputCode').innerHTML;`

Alternatively with CSS, (nice and reversible). (could use this as a print style) Do you want me to write this as a pull request? ``` .output { width:80% !important; margin-left:...

2) is hard because the textarea content is not going to be aligned with the formatted content

How is ``` var el = document.getElementById("code"); el.onkeyup = function() { el.style.height = 'auto'; el.style.height = a.scrollHeight+'px'; el.style.overflow = 'hidden'; }; ``` resizes to content