[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Possible bug somewhere



On Sun, Dec 23, 2012 at 09:11:02AM +0000, Sian Mountbatten wrote:
> Hello.
> 
> I attach a file which tests the use of \texttt given a number of packages.
> It results in a weird error when run with "lualatex tt1.tex".
> 
> I should welcome some advice on what to do to correct the error.
> 
> Please find attached:
>    (1) The small test file tt1.tex
>    (2) My style file pkaff.sty
> 
> This should enable you to pinpoint the error.

You could start your investigations by doing the following:

(1) Remove the \usepackage{pkaff}; does that still give an error?  If
so, then it's within your package.
(2) If it's within your package, replace the \usepackage{pkaff} with
the following:

\makeatletter
[... contents of pkaff.sty ...]
\makeatother

The resulting test file should give the same error.  Then gradually
remove bits of your style file until the error goes away.  Then you'll
know the source of the error.

   Julian


Reply to: