TransWikia.com

How to place a framed full-width text box on the bottom of the last page in two column documents?

TeX - LaTeX Asked by rriemann on April 28, 2021

for a publication, I would like to place bibliographic and license information in a full-width framed text box on the bottom of the last page. While this can be achieved on one-column documents with vfill and fbox, I do not know how this can be done in two column documents. How could this be achieved?

Note that my content is a pandoc export from markdown and that pandoc typesets images using the figure environment. In order to avoid monkeypatching (if possible at all) pandoc code or the figure environment, I prefer not to use the multicol package, which otherwise works perfect.

Closest Take so Far

MWE for one column-width box:

documentclass[12pt,a4paper,twocolumn]{scrartcl}

usepackage{lipsum}
usepackage{framed}
usepackage{graphicx}

title{MWE}
author{Test Developer}

begin{document}

maketitle

lipsum[2-4]

begin{figure}
 % placeholder for includegraphics
 begin{framed}
  vspace{1em}
 end{framed}
 caption{Test Figure}
end{figure}


vfill

begin{framed}
footnotesize
Copyright. DOI. ISBN.
lipsum[2-2]
end{framed}

end{document}

This looks like this:

enter image description here

Aimed Output

enter image description here

2 Answers

If you can use the multicol package, no problem:

documentclass[12pt,a4paper,DIV=22]{scrartcl}

usepackage{lipsum}
usepackage{multicol}
title{MWE}
author{Test Developer}

begin{document}

maketitle
begin{multicols}{2}
  lipsum[2-4]
end{multicols}
vfill

fbox{%
footnotesize
begin{minipage}[t]{0.95linewidth}
Copyright. DOI. ISBN.
lipsum[2-2]
end{minipage}
}

end{document}

Cave: the package is named »multicol«, the environment »multicols«.

Answered by Keks Dose on April 28, 2021

Hope the below tag may helps you:

documentclass[12pt,a4paper,twocolumn]{scrartcl}

usepackage{lipsum}
usepackage{stfloats,framed}

title{MWE}
author{Test Developer}

begin{document}

maketitle

begin{figure*}[b!]
begin{framed}
Copyright. DOI. ISBN.
lipsum[2-2]
end{framed}
end{figure*}

lipsum[2-4]

end{document}

enter image description here

Answered by MadyYuvi on April 28, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP