Tagged Questions
4
votes
1answer
32 views
Specify number of columns in brqalign
Some time ago David Carlisle wrote an awesome brqalign function in this answer: http://tex.stackexchange.com/a/51543/4011. See the cited code below.
How to modify the brqalign environment such that ...
3
votes
1answer
46 views
Add space in `brqalign`
Some time ago David Carlisle wrote an awesome brqalign function in this answer: http://tex.stackexchange.com/a/51543/4011. See the cited code below.
How can I add space between the rows of brqalign?
...
13
votes
2answers
206 views
Persuading (la)tex “silently to go beyond the envelope of 'good taste' ” to avoid an overfull hbox
My understanding, based on reading this website, is that (la)tex performs at most three passes when trying to typeset a paragraph: one based on \pretolerance, one based on \tolerance, and one based on ...
5
votes
2answers
109 views
Automatic linebreaking inside displaymath
Yes, I know of the existence of breqn, and I am very excited about this package.
I am trying to write a mathematics paper, that will be typeset in two different styles (different page sizes, and ...
14
votes
1answer
651 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})}
...
2
votes
1answer
496 views
Macro for tabbing with complex line breaks (or similar environment)
I have a complicated transcription with mid-line aligned text. I've been using tabbing to do it automatically, but it obviously doesn't do line breaks.
I want to write a macro (unless something ...