Skip to main content

Questions tagged [capacity]

Concerned with the various capacity limitations in TeX, related errors, solutions and workarounds. Capacity limitations include restrictions on the size of numbers, dimensions, input-output streams, memory usage etc. If the question specifically concerns memory restrictions, the memory tag should be added.

3 votes
2 answers
258 views

I do not know what causes this error in TL 2025. Overfull \hbox (500.39865pt too wide) in paragraph at lines 34--35 [] \OT1/cmr/m/n/12 + ! Dimension too large. \ar@align@mcell ->\ifdim \ht \ar@...
Nasser's user avatar
  • 21.9k
2 votes
2 answers
296 views

I get this error with these sets of equations. The commented out ones also produce same error as one that is not commented out. How do I fix it? What am I doing wrong? This is my error code: ! TeX ...
Patrik's user avatar
  • 23
0 votes
1 answer
72 views

I use dox.sty in package creation. I recently installed the latest TeX Live available on Mint (version 2023.20240207-1) and encountered the following error processing my packages: ! TeX capacity ...
Frisket's user avatar
  • 111
1 vote
1 answer
144 views

I am trying to maintain a string that will contain all the authors' names. \documentclass[11pt,a4paper]{article} \usepackage{hyperref,authblk} \def\authorsnames{} \newcommand*{\addauthor}[2]{\author[#...
TheEmeritus's user avatar
0 votes
1 answer
117 views

I am having trouble working with this code : \documentclass[aspectratio=43]{beamer} \usepackage[utf8]{inputenc} \usepackage[export]{adjustbox} \usepackage{listings} \usepackage{xcolor} \usepackage{...
Zazie Lin's user avatar
1 vote
1 answer
173 views

I'm on Windows 11 using MikTex as my LaTeX manager. I'm trying to make good-looking linguistic glosses using gb4e and leipzig, but they don't seem to be compatible together for some reason on my ...
Mailbox's user avatar
  • 303
6 votes
2 answers
625 views

Consider the following MNWE, which I'm compiling with pdfTeX: \documentclass{article} \usepackage{morewrites} \usepackage{memoize} \usepackage{tikz} \begin{document} \begin{tikz} \draw (0,0) -| (1,1)...
cfr's user avatar
  • 248k
1 vote
0 answers
20 views

Here's the MWE: \documentclass{book} \usepackage{amsfonts} \usepackage{bm} \usepackage{hyperref} \begin{document} \chapter{$\bm{a^2 + b^2 = c^2}$} \end{document} And here's the errors I ...
Atom's user avatar
  • 745
1 vote
2 answers
166 views

TeX capacity exceeded, sorry [input stack size=10000]. <to be read again> I have a book class document that has added thousands of extra pages. I have scoured the log files, but I cannot find ...
ceramicquasar88's user avatar
0 votes
0 answers
44 views

\begin{figure}[H] \begin{minipage}{.5\linewidth} \centering \def\svgwidth{1.0\textwidth} \def\svgwidth{100pt} \import{pdf/}{/diodebridge.tikz} \end{minipage} \begin{...
crusher's user avatar
0 votes
2 answers
162 views

\documentclass[12pt,a4paper,UTF8,scheme = plain]{ctexart} %%% 28 April 2022 %%%%% packages \usepackage{amsmath,amsfonts,amssymb} \usepackage[export]{adjustbox} % uses graphicx \graphicspath{{./figs/}} ...
CasperYC's user avatar
  • 739
1 vote
1 answer
253 views

I installed today March 27 2022 new version of texlive. I made MWE which works well with pdfLatex. It works well with "tex4ebook -l myfile.tex". But, if I include minimal config file (from ...
Timo Kuronen's user avatar
0 votes
1 answer
506 views

I am using \nocite{*} to create a typeset bibliography of the complete contents of all my .bib files. Under Ubuntu 18 (TexLive 2017), this worked perfectly and gave a 200 page document. Now Ubuntu ...
KeithB's user avatar
  • 451
1 vote
2 answers
1k views

\documentclass[11pt,a4paper]{article} \usepackage{ngerman} \usepackage[ngerman]{babel} \usepackage[utf8x]{inputenc} \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage{marvosym} \usepackage{...
Mo Biz's user avatar
  • 19
0 votes
1 answer
152 views

Update: Thanks everyone for your help, looks like I just misunderstood how \nameref works. I didn't realise it printed the entire caption, so as Ulrike commented it looks like the code is simply ...
JoelDR's user avatar
  • 3

15 30 50 per page
1
2 3 4 5