On Thu, Dec 11, 2014 at 08:17:34PM +0100, Borislav Petkov wrote: > Great, this moves the error to the next line: > > --- > diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex > index c98f3a78652f..012f815fdd65 100644 > --- a/toolsoftrade/toolsoftrade.tex > +++ b/toolsoftrade/toolsoftrade.tex > @@ -1242,8 +1242,8 @@ but may be implemented straightforwardly as follows: > \hline > \hline > Thread Management > - & \co{pthread_t} > - & \co{struct task_struct} \\ > + & pthread\_t > + & struct task\_struct \\ > \cline{2-3} > & \co{pthread_create()} > & \co{kthread_create} \\ > -- > > so it can't stand the {}'s and the _'s all of a sudden. > > Or my table format definition is screwed or so after the last update... Or the newer version of latex doesn't like the \co{} macro definition. One hack-around is to replace the definition on line 38 of perfbook.tex with something like this: \newcommand{\co}[1]{\url{#1}} Does that help, modulo the resulting bogus links? 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