Document ClassesConflicting packages, blame gb4e

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Tranzistors
Posts: 4
Joined: Tue Aug 12, 2008 10:57 am

Conflicting packages, blame gb4e

Post by Tranzistors »

Hello,

I am having some fun with package gb4e, it manages to crash packages "graphics.sty" and "color.sty" (called from package "hyperref" with option "colorlinks=true").

The error is

Code: Select all

Missing number, treated as zero.
And offending line is

Code: Select all

l.29 \catcode`\^^A
                  =\catcode`\%
in packages "graphics.sty" and "color.sty".

From other resources I gather that there are options, that are missing, but I have no idea what is it.

And if all else fails, is there a package, that does something like

Code: Select all

\begin{exe}
\ex some text here
\end{exe}
or should I just define environment myself?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: Conflicting packages, blame gb4e

Post by Stefan Kottwitz »

Hi,

it should become compilable if you load gb4e after graphics and color have been loaded.

Stefan
LaTeX.org admin
Tranzistors
Posts: 4
Joined: Tue Aug 12, 2008 10:57 am

Re: Conflicting packages, blame gb4e

Post by Tranzistors »

Oh! thank you!
Post Reply