latex memory exceeded

Issue #58 wontfix
Former user created an issue

``` What steps will reproduce the problem? 1. using latex (not pdflatex) to compile a file using "\part"

What is the expected output? What do you see instead? It won't build the dvi file, but it prints the following error:

Overfull \hbox (8.78125pt too wide) in paragraph at lines 25--34 \T1/pplj/m/n/10.95 Repp, Hin-rich Harms, Ro-land Wink-ler, and the whole L[]T[] X-community ) [9] [10] (./front_back_matter/contents.tex (./main.toc) [11] (./main.lof) (./main.lot) (./main.lol) (/usr/share/texmf-texlive/tex/latex/base/t1cmss.fd) [12]) Runaway definition? ->i\space \protect \<>-\textls {\protect \begingroup \<def>-command \(\ETC. ! TeX capacity exceeded, sorry [main memory size=3000000]. <inserted text> \reserved@a

l.87 \part{is}

Output written on main.dvi (12 pages, 18324 bytes). Transcript written on main.log. make: * [all] Error 1

What version of the product are you using? On what operating system?

v.4 on kubuntu 12.04

```

Original issue reported on code.google.com by `gmatteo.abis` on 2012-08-13 16:57:53

Comments (2)

  1. André Miede repo owner

    ```

    It won't build the dvi file, but it prints the following error:

    The template doesn't work with plain LaTeX, i.e., it does not produce DVI. Please use PDFLaTeX instead.

    However, classicthesis.sty itself can be used with LaTeX (see the folder "examples"). ```

    Original issue reported on code.google.com by `amiede` on 2012-08-13 19:12:59 - Labels added: Type-Other, Priority-Low - Labels removed: Type-Defect, Priority-Medium

  2. Former user Account Deleted

    ``` I see, but I was wondering what exactly is causing the problem: the book example does compile with latex and it's only the \part command that fails in my code... ```

    Original issue reported on code.google.com by `gmatteo.abis` on 2012-08-14 07:40:59

  3. Log in to comment