Tagged Questions
1
vote
1answer
38 views
Using \vfill* prints the asterisk
I'm using \vfill* to unbalance columns in a twocolumn environment. The columns are filled with a series of figure environments that I'm using to keep blocks of text together. I would like the ...
2
votes
1answer
526 views
Define a custom align, and align* environment
I would like to redefine both the align and \align* environments such that the first line is shifted up to line up with the list identifier. I attempted to adapt the solution provided at Starred ...