Generalunderfull hbox on new line?

LaTeX specific issues not fitting into one of the other forums of this category.
voula
Posts: 6
Joined: Thu Sep 03, 2009 11:08 am

Re: underfull hbox on new line?

Post by voula »

I did \showoutput and got the following:

Underfull \hbox (badness 10000) in paragraph at lines 17--18


\hbox(0.0+0.0)x360.0
.\glue(\rightskip) 0.0


Underfull \hbox (badness 10000) in paragraph at lines 19--20


\hbox(0.0+0.0)x360.0
.\glue(\rightskip) 0.0


Completed box being shipped out [3]
\vbox(629.40024+0.0)x414.0
.\glue 21.0
.\vbox(608.40024+0.0)x360.0, shifted 54.0
..\vbox(12.0+0.0)x360.0, glue set 12.0fil
...\glue 0.0 plus 1.0fil
...\hbox(0.0+0.0)x360.0
..\glue 25.0
..\glue(\lineskip) 0.0
..\vbox(541.40024+0.0)x360.0, glue set 133.8566fil
...\glue(\topskip) 3.39584
...\hbox(7.60416+2.12917)x360.0, glue set 0.4994



Thanks :)

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

phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: underfull hbox on new line?

Post by phi »

This is the compiler output. The source code is still missing.
voula
Posts: 6
Joined: Thu Sep 03, 2009 11:08 am

Re: underfull hbox on new line?

Post by voula »

Oh, okay. So you mean the actual text?

\documentclass[11pt]{article}
\usepackage{gb4e}
\usepackage{parskip}
\begin{document}

\title{...}, \author{...}
\maketitle

and the problematic lines

Information Extraction, Question Answering, Machine Translation, Summarization, etc.).

In a related vein corpora with semantic role annotation offer rich data for the extraction of linguistic knowledge. The range of semantic and syntactic combinatorial properties (\textsl{valences}) of each word in each of its senses is documented in terms of annotated corpus attestations.

Does that make any sense?

Cheers
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

underfull hbox on new line?

Post by gmedina »

voula wrote:Oh, okay. So you mean the actual text?
Yes, the actual compilable .tex file, so that we can reproduce the problem. The code snippet that you just posted is useless since it doesn't let us reproduce your problem (after suitable completion).
1,1,2,3,5,8,13,21,34,55,89,144,233,...
voula
Posts: 6
Joined: Thu Sep 03, 2009 11:08 am

Re: underfull hbox on new line?

Post by voula »

I'm sorry, I'm only familiar with the basics I guess. Where is this code to be found?

I'm using Texniccenter as editor. The files I can see is the aux, bbl plus a txt and a performance monitor file.

Thanks again. Apologies for the trouble.
voula
Posts: 6
Joined: Thu Sep 03, 2009 11:08 am

Re: underfull hbox on new line?

Post by voula »

Okay, the problem was resolved when I changed the following lines by deleting the comma:

\title{...}, \author{...}
\maketitle

I would appreciate it though if you'd answer my previous question, just to understand things better.

Thanks.
phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: underfull hbox on new line?

Post by phi »

With “code” we mean the contents of your main .tex file, which usually starts with “\documentclass” and ends with “\end{document}.”
Post Reply