So I have two problems:
first. how to add onecolumn at the end of article withtout breaking page?
second. same but after table in the middle of text? 
|
|
|||
|
|
|
You could push a box into position using some "magic":
The above mixture of commands pushes a To have the box start at length \leavevmode\hfill\smash{\raisebox{-10\baselineskip}{\llap{% \fbox{\parbox{\dimexpr\textwidth-2\fboxsep-2\fboxrule-}{% % }}\hspace*{.5}}}% } For example, starting at
Note that this will only be viable if there's enough space left at the bottom of the page, otherwise it could flow into the page footer. |
||||
|
|
|
Both your problems can be easily solved using the
And an image of the relevant page:
If using, the
A fragment of the last page obtained:
The Unfortunately now, for the second problem, things are not simple: an option would be to use the |
||||
|
|
|
You can use the package multicols: http://www.ctan.org/pkg/multicol/ |
|||||||
|



