diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-brkinline.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-brkinline.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-brkinline.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-brkinline.html index a10665e1067..ab441192f5f 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-brkinline.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-brkinline.html @@ -2,15 +2,15 @@ <title>UK TeX FAQ -- question label brkinline</title> </head><body> <h3>Line-breaking in in-line maths</h3> -<p>TeX, by default, allows you to split a mathematical expression at +<p/>TeX, by default, allows you to split a mathematical expression at the end of the line; it allows breaks at relational operators (like “=”, “<”, etc.) and at binary operators (like “+”, “-”, etc.). In the case of large expressions, this can sometimes be a life-saver. -<p>However, in the case of simple expressions like a=b+c, a +<p/>However, in the case of simple expressions like a=b+c, a break can be really disturbing to the reader, and one would like to avoid it. -<p>Fortunately, these breaks are controllable: there are “penalties” +<p/>Fortunately, these breaks are controllable: there are “penalties” associated with each type of operator: the penalty says how undesirable a break at each point is. Default values are: @@ -50,5 +50,5 @@ ${a+b+c+d} = z+y+x+w$ </blockquote><p> The braces say “treat this subformula as one atom” and (in TeX at least) atoms don’t get split: not a <code>\</code><code>binoppenalty</code> change in sight. -<p><p><p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=brkinline">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=brkinline</a> +<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=brkinline">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=brkinline</a> </body> |