GeneralTeX Capacity exceeded by only including Package

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Zelos
Posts: 4
Joined: Tue Nov 19, 2013 12:32 pm

TeX Capacity exceeded by only including Package

Post by Zelos »

Hello,

I'm fairly new to LaTeX but I am learning it quickly. I'm attempting to use the gb4e package for a linguistic work I'm doing but whenever I try to even build with it included, not even using it, I get an error message saying this.
TeX capacity exceeded, sorry [parameter stack size=10000] \catcode`\noexpand\^^A
And it goes to a "graphics.sty" file for it, what could possible be the cause?

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
nlct
Posts: 276
Joined: Thu Nov 06, 2008 11:15 am

TeX Capacity exceeded by only including Package

Post by nlct »

You really need to provide a Infominimal working example to help find the problem. Start with:

Code: Select all

\documentclass{article}

\usepackage{gb4e}

\begin{document}
\end{document}
If this doesn't produce the error, keep adding in the packages that your document loads until the error occurs, then post the sample code here.

Regards
Nicola Talbot
Post Reply