Fixed textwidth with linewidth

This commit is contained in:
Renato Sortino 2023-06-20 15:57:08 +02:00
parent b1082ee0a0
commit a5768b738f

View file

@ -644,12 +644,12 @@
\vspace{-2.0mm}
\setlength\tabcolsep{0pt}
\setlength{\extrarowheight}{0pt}
\begin{tabular*}{0.75\textwidth}{@{\extracolsep{\fill}} L{0.75\textwidth - 4.5cm} R{4.5cm}}
\begin{tabular*}{\linewidth}{@{\extracolsep{\fill}} L{\linewidth - 4.5cm} R{4.5cm}}
\ifempty{#2#3}
{\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
{\entrytitlestyle{#2} & \entrylocationstyle{#3} \\
\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
\multicolumn{2}{L{0.75\textwidth}}{\descriptionstyle{#5}}
\multicolumn{2}{L{\linewidth}}{\descriptionstyle{#5}}
\end{tabular*}%
}