tex capacity exceeded due to bold color combination

Bug #995429 reported by bouncingbullet
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Excel2LaTeX
Expired
Undecided
Unassigned

Bug Description

Using excel2latex, a tex file was generated.

\begin{tabular}{|l|c|c|}
\hline
Direction & \parbox{75pt}{X direction (Axial)} & \parbox{70,5pt}{Y direction (Radial)} \\
(...)
\hline
measured & {\textbf \textcolor[rgb]{1.000,0.000,0.000}{1418}} & {\textbf \textcolor[rgb]{1.000,0.000,0.000}{20919}} \\
(...)
\hline
measured & {\textbf \textcolor[rgb]{1.000,0.000,0.000}{3,86}} & {\textbf \textcolor[rgb]{1.000,0.000,0.000}{18,47}} \\
\hline
\end{tabular}

^This file gave an tex capacity exceeded error.
The solution was to add accolades after textbf:

measured & {\textbf { \textcolor[rgb]{1.000,0.000,0.000}{3,86}} } & {\textbf { \textcolor[rgb]{1.000,0.000,0.000}{18,47}} } \\

Summary: excel2latex cannot translate data that is coloured and bold in a column, accolades are missing around the argument of textbf.

Revision history for this message
Kirill Müller (krlmlr) wrote :

Which version of excel2latex is affected? How did you create the color formatting?

I cannot replicate this error.

Kirill Müller (krlmlr)
Changed in excel2latex:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for Excel2LaTeX because there has been no activity for 60 days.]

Changed in excel2latex:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.