lorenzo.pantieri” post=96958
[quote=”lorenzo.pantieri” post=96952]Ok. I due oggetti li affiancheresti con subfig?
O con due minipage: dipende come ti trovi meglio e il risultato è praticamente identico partendo dal presuposto che tu non voglia due didascalie distinte più quella generale. Altrimenti subfig.
Forse meglio subfig. Solo, non riesco ad allineare orizzontalmente i due oggetti (verso il basso, in modo che le due sottodida si trovino alla stessa altezza)…[/quote]
Dipende dal contenuto: suppongo tabella e figura abbiano altezze diverse che causano il problema. Per avere le didascalie allineate credo sia sufficiente allineare verso il basso.
Citando la documentazione:
6.1 “My sub-floats are not aligned along their bottoms. Why?”
Remember! The subfig package aligns sub-floats along their baselines with the sub- caption (if any) sticking out above or below. The above problem is usually due to using a minipage, tabular or array environment that, by default, places the baseline at the center of the box that it generates. If the two sub-floats are different sizes, or if one sub-float is generated in some other way with its baseline not at the expected place (perhaps an \includegraphics), then the sub-float will be misaligned. One solution is to use the environment options ‘[t]’ or ‘’ to move the baseline to the top or bottom rather than the center.
Ciao
Claudio