nature-of-code / noc-book

The Nature of Code book (archived repo, see README for new repo / build system!)

Home Page:http://natureofcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Equation width bugs

shiffman opened this issue · comments

We need custom CSS to fix the 100% width issue for fraction or square roots. Here is one:

screen shot 2016-07-11 at 10 48 03 am

I started doing something like this here:

.mathhack .katex .mfrac .frac-line {
    width: 10px;
}

https://github.com/shiffman/The-Nature-of-Code/blob/master/stylesheets/pdf/_math.scss#L8

Another one from chapter 1.

screen shot 2016-07-11 at 10 51 21 am