General ⇒ LaTeX hangs during compile -- no indication of what's wrong.
-
- Posts: 156
- Joined: Sat Jan 22, 2011 9:55 pm
LaTeX hangs during compile -- no indication of what's wrong.
Attached is my entire code. It's not an MWE because I have no idea where the problem is.
- Attachments
-
- Test 1 (Ch 1-3).log
- (12.36 KiB) Downloaded 245 times
-
- Test 1 (Ch 1-3).tex
- (18.52 KiB) Downloaded 260 times
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
LaTeX hangs during compile -- no indication of what's wrong.
Code: Select all
! LaTeX Error: \begin{oneparchoices} on input line 121 ended by \end{oineparchoices}.
nonstopmode
, meaning never wait for user input (the user is the editor, and he cannot decide what to do). I guess your editor is running in normal mode making LaTeX wait till user input was given, which will never happen. Either reconfigure your editor, or use an editor like texworks where you can interact with the program latex via a simple command line interface.