Rapporter/rapport

Math containers are aligned center

Closed this issue · 1 comments

As we have the following in custom.css, each paragraph with an inline LaTeX formula gets centered:

.math-container {
    text-align: center;
}

I might be able to fix this, but you would not love that :)
Could you please tweak it a bit?

Please verify @aL3xa

I had to tweak the container a bit: we have to align each paragraph to the left (and displaying inline), except for the ones with $$...$$. It seems to work based on my quick tests. If you could report back, I'd send the pkg to CRAN soon.