Search found 6 matches

by gsal
Fri Nov 08, 2013 2:31 am
Forum: Text Formatting
Topic: minipage: list on left, table on right
Replies: 4
Views: 5933

Re: minipage: list on left, table on right

Fixed.

Added vspace until both minipages were the same height, aligned both in the middle.
by gsal
Fri Nov 08, 2013 1:41 am
Forum: Text Formatting
Topic: minipage: list on left, table on right
Replies: 4
Views: 5933

Re: minipage: list on left, table on right

A discovery...it seems as if the tabular environment on the second minipage, simply does not honor the minipage alignment option...the table is always aligned vertically centered respect to the reference line...

...anyway to fix this?

I also tried putting the minipages into a 'table' but got same ...
by gsal
Thu Nov 07, 2013 9:39 pm
Forum: Text Formatting
Topic: minipage: list on left, table on right
Replies: 4
Views: 5933

Re: minipage: list on left, table on right

Also, there seem to be a entire blank page being inserted along this behaviour.
by gsal
Thu Nov 07, 2013 9:11 pm
Forum: Text Formatting
Topic: minipage: list on left, table on right
Replies: 4
Views: 5933

minipage: list on left, table on right

Say, I am trying to learn how to use minipage but there is some space on top of the table that seems to be coming from nowhere...any idea what might be going on? The huge space is still there even when I remove vspace 10pt, besides, 10pt is not that much...anyway. See attached picture.

thanks ...
by gsal
Thu Jan 10, 2013 5:04 pm
Forum: General
Topic: documents and "sub" documents with their own figures
Replies: 2
Views: 3493

documents and "sub" documents with their own figures

Thanks for the links.

I ended up taking the

Code: Select all

\usepackage{standalone}
\includeonly{ventnet/tg3506_ventnet,thermnet/tg3506_thermnet}
\graphicspath{{figs/}{ventnet/figs/}{thermnet/figs/}}
approach and it does the trick.

Thanks,

gsal
by gsal
Wed Jan 09, 2013 12:10 am
Forum: General
Topic: documents and "sub" documents with their own figures
Replies: 2
Views: 3493

documents and "sub" documents with their own figures

Say, a co-worker and I are writing two separate sections for the same document; each will get large and have many figures. Somewhere, I read that 'include' is more convenient than 'input' for large documents and for actual (sub)documents than just figures.

So, I am looking to structure my ...