On Fri, Dec 12, 2014 at 06:53:13PM +0100, Borislav Petkov wrote: > On Fri, Dec 12, 2014 at 08:38:35AM -0800, Paul E. McKenney wrote: > > Does wrapping the \co{} in mbox help? Please see the patch below for > > an example. > > > > Your environment apparently does handle \co{} in other environments, > > as there are a lot of them in Chapter 1. So if mbox fixes it for you, > > I would be OK mboxing all the \co{}s in tables. > > > > Thanx, Paul > > > > ------------------------------------------------------------------------ > > > > diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex > > index c98f3a78652f..a5b530fc989e 100644 > > --- a/toolsoftrade/toolsoftrade.tex > > +++ b/toolsoftrade/toolsoftrade.tex > > @@ -1242,7 +1242,7 @@ but may be implemented straightforwardly as follows: > > \hline > > \hline > > Thread Management > > - & \co{pthread_t} > > + & \mbox{\co{pthread_t}} > > & \co{struct task_struct} \\ > > \cline{2-3} > > & \co{pthread_create()} > > Nope, that doesn't help :-( > > ! Missing { inserted. > <inserted text> > { > l.1246 & > \mbox{\co{struct task_struct}} \\ > ? > ! Emergency stop. > <inserted text> > { > l.1246 & > \mbox{\co{struct task_struct}} \\ > End of file on the terminal! And I take it that just adding braces doesn't work either, the discussion in http://tex.stackexchange.com/questions/102119/why-doesnt-lstinline-work-in-table-column notwithstanding? {\co{struct task_struct}} Or: { \co{struct task_struct} } Thanx, Paul -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html