Recent content by balt

  1. B

    LaTeX LaTeX table woes: It won't grow vertically

    I just found the solution: For whatever reason, the absolue widths were not respected in my tabular environment, so I simply made a mini page in each of the cells that had long text. \begin{minipage}[t]{0.6\columnwidth} With high stability resistors, high gain feedback and circuit topology...
  2. B

    LaTeX LaTeX table woes: It won't grow vertically

    Thanks for that, I'm a little bit closer! Forcing the last column to a narrower width does indeed start to grow the table vertically, however, it'll only go to about 7 lines per cell, and it still runs off the end of the page. there are some truly random thing happening...
  3. B

    LaTeX LaTeX table woes: It won't grow vertically

    Hi all, I have an odd problem with a table that refuses to grow vertically, instead, it just wanders off over the righthand edge of the page with each row only one line in height. I have other tables constructed after the exact same method as this one, but they do grow vertically. Confused...
Back
Top