Hello,
I get a number of "Underfull \hbox (badness 10000) in paragraph at
lines..." warning when I generate a LaTeX PDF in Sphinx 1.1.2.
As far as I can narrow it down / see, it is the following:
1. .. warning:: directive - the error occurs on the last line and the
empty line below, e.g.
rST:
.. warning::
When you delete a group, all its content and contributions from
users are gone and cannot be retrieved again.
Underfull \hbox (badness 10000) in paragraph at lines 2013-2014
LaTeX:
2011 \begin{notice}{warning}{Warning:}
2012 When you delete a group, all its content and contributions from
users are gone and cannot be retrieved again.
2013 \end{notice}
2014
The error does not occur for .. note::
2. in a list table on the last line (ignoring that the table is too
wide). In HTML output it is the first table at
http://manual.mahara.org/en/latest/blocks/context.html
rST:
.. list-table::
:header-rows: 1
* - Block
- User
- Group
- Institution
- Site
- Dashboard
- Profile
- Group homepage
* - | |externalfeed|
| :ref:`external_feed_block`
- |check|
- |check|
- |check|
- |check|
- |check|
- |check|
- |check|
* - | |externalvideo|
| :ref:`external_video_block`
- |check|
- |check|
- |check|
- |check|
- |check|
- |check|
- |check|
* - | |googleapps|
| :ref:`googleapps_block`
- |check|
- |check|
- |check|
- |check|
- |check|
- |check|
- |check|
LaTeX:
\begin{tabular}{|p{0.119\linewidth}|p{0.119\linewidth}|
p{0.119\linewidth}|p{0.119\linewidth}|p{0.119\linewidth}|
p{0.119\linewidth}|p{0.119\linewidth}|p{0.119\linewidth}|}
\hline
\textbf{
Block
} & \textbf{
User
} & \textbf{
Group
} & \textbf{
Institution
} & \textbf{
Site
} & \textbf{
Dashboard
} & \textbf{
Profile
} & \textbf{
Group homepage
}\\\hline <<= This is the problematic line that
yields the underfull error
Would anyone know what I am doing wrong here?
Thanks and Happy New Year.
Kristina
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en.