I would like to set the width of the two columns in the footnotes individually. With \hsizetwocolX[B]{0.5\hsize} both columns are set simultaneously. In my example, all footnotes would fit into one line if the colums were .45\textwidth.45\textwidth and .55\textwidth.55\textwidth, respectively.
\documentclass[a4paper,12pt]{article} \RequirePackage{reledmac} \RequirePackage{lipsum} \arrangementX[B]{twocol} \hsizetwocolX[B]{0.5\hsize} \begin{document} Some text\footnoteB{A footnote less than .5\textbackslash textwidth}. More text\footnoteB{A footnote less than .5\textbackslash textwidth}. Some more text\footnoteBtext% \footnoteB{And a footnote slightly wider than .5\textbackslash textwidth}. Lipsum[75] to illustrate \textbackslash textwidth: \lipsum[75] \end{document} - How do I control the footnotes' columnwidth separately?
- Alternatively, is it possible to have the two columns overlap by
.05\textwidth?
