如何仅在一列中增加重量空间?

如何仅在一列中增加重量空间?

例如,我想要左边的文本比右列的文本填充更多的空间。

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}

\usepackage{multicol}
\setlength{\columnsep}{1cm}

\begin{document}
\begin{multicols}{2}
[
 \section{First Section}
  All human things are subject to decay. And when fate summons, Monarchs      must obey.
 ]
Hello, here is some text without a meaning.  This text should show what 
a printed text will look like at this place.
If you read this text, you will get no information.  Really?  Is there 
no information?  Is there...
\end{multicols}

\end{document}

答案1

所以你想让左列占总文本宽度的 2/3,右列只占 1/3?这个问题已经得到解答了这里

相关内容