我如何扩展或定位甘特图,以便它占据我的两列布局的两列,当然,不调整它之前的文本量或重新排序部分?
这是图表的源代码:
\resizebox{\textwidth}{!}{
\begin{ganttchart}[
hgrid,
vgrid,
x unit=1.8mm,
inline,
time slot format=isodate,
expand chart=2\textwidth
]{2024-01-23}{2024-04-26}
\gantttitlecalendar{year, month=name, week=1} \\
\ganttbar{Porting to Android}{2024-01-23}{2024-02-15} \\
\ganttbar{Rewrite of benchmarks}{2024-01-23}{2024-02-29} \\
\ganttbar{Exploration of tunable parameters for energy efficiency}{2024-02-22}{2024-03-28} \\
\ganttbar{Further background work}{2024-02-22}{2024-03-28} \\
\ganttbar{Work on poster}{2024-03-28}{2024-04-10} \\
\ganttbar{Final report polishing}{2024-03-28}{2024-04-26} \\
%\ganttmilestone{Milestone}{7} \ganttnewline
\end{ganttchart}
}
双列文本布局,甘特图位于第二列的开头并流出页面,而第一列的下半部分为空。我更希望它位于页面底部,占据两列,而文本将继续流出它。