Tagged Questions
14
votes
1answer
653 views
Automatic line break in alignat
Consider the following example from http://tex.stackexchange.com/a/12782/4011
\documentclass{article}
\usepackage{amsmath}
\newcounter{eqn}
\renewcommand*{\theeqn}{\alph{eqn})}
...
5
votes
2answers
202 views
Applying breqn in bulk to typeset a math book for my kindle?
I'm trying to typeset this book for my Kindle: http://linear.ups.edu/
Unfortunately some of the equations result in overfull hboxes, and I can't read them.
Though I've managed to manually convert ...