Skip to main content
deleted 4 characters in body
Source Link
D.Roepo
  • 3.5k
  • 7
  • 42
  • 50

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} 

enter image description here

  • How do I control the footnotes' columnwidth separately?
  • Alternatively, is it possible to have the two columns overlap by .05\textwidth?

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 and .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\footnoteB{And a footnote slightly wider than .5\textbackslash textwidth}. Lipsum[75] to illustrate \textbackslash textwidth:  \lipsum[75] \end{document} 

enter image description here

  • How do I control the footnotes' columnwidth?
  • Alternatively, is it possible to have the two columns overlap by .05\textwidth?

I would like to set the width of the 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 and .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% \footnoteB{And a footnote slightly wider than .5\textbackslash textwidth}. Lipsum[75] to illustrate \textbackslash textwidth: \lipsum[75] \end{document} 

enter image description here

  • How do I control the footnotes' columnwidth separately?
  • Alternatively, is it possible to have the two columns overlap by .05\textwidth?
Source Link
D.Roepo
  • 3.5k
  • 7
  • 42
  • 50

Individual columnwidths for footnotes in reledmac

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 and .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\footnoteB{And a footnote slightly wider than .5\textbackslash textwidth}. Lipsum[75] to illustrate \textbackslash textwidth: \lipsum[75] \end{document} 

enter image description here

  • How do I control the footnotes' columnwidth?
  • Alternatively, is it possible to have the two columns overlap by .05\textwidth?