Overfull hbox in a section title











up vote
0
down vote

favorite












Every now and then I get this error and I don't know how to solve it. From what I understand reading other posts, it's because LaTeX doesn't know how to hyphenate some sentences and finds no good way to break the line.



In my case I have the following line:



section{Estimating the odds ratio in a case-control study}


And the following error:



Overfull hbox (7.52351pt too wide) in paragraph at lines 64--64


I've tried using - to no avail. Interestingly enough if used as an item instead of a section title there's no error.



Thanks



Edit:



The log error:



Overfull hbox (7.52351pt too wide) in paragraph at lines 64--64
T1/cmr/bx/n/14.4 Estimating the odds ra-tio in a case-control study










share|improve this question




















  • 1




    Please show us a short compilable code resulting in your issue and please add the complete error message you got in your log file to your question ...
    – Kurt
    Dec 3 at 17:16






  • 1




    Depending on the document class you employ, executing usepackage{sectsty}allsectionsfont{raggedright} in the preamble might fix your issue with overfull hboxes in sectioning headers.
    – Mico
    Dec 3 at 17:24










  • I just use documentclass{article}. If I use a quick minimal example everything works fine... I don't understand
    – zest16
    Dec 3 at 17:33















up vote
0
down vote

favorite












Every now and then I get this error and I don't know how to solve it. From what I understand reading other posts, it's because LaTeX doesn't know how to hyphenate some sentences and finds no good way to break the line.



In my case I have the following line:



section{Estimating the odds ratio in a case-control study}


And the following error:



Overfull hbox (7.52351pt too wide) in paragraph at lines 64--64


I've tried using - to no avail. Interestingly enough if used as an item instead of a section title there's no error.



Thanks



Edit:



The log error:



Overfull hbox (7.52351pt too wide) in paragraph at lines 64--64
T1/cmr/bx/n/14.4 Estimating the odds ra-tio in a case-control study










share|improve this question




















  • 1




    Please show us a short compilable code resulting in your issue and please add the complete error message you got in your log file to your question ...
    – Kurt
    Dec 3 at 17:16






  • 1




    Depending on the document class you employ, executing usepackage{sectsty}allsectionsfont{raggedright} in the preamble might fix your issue with overfull hboxes in sectioning headers.
    – Mico
    Dec 3 at 17:24










  • I just use documentclass{article}. If I use a quick minimal example everything works fine... I don't understand
    – zest16
    Dec 3 at 17:33













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Every now and then I get this error and I don't know how to solve it. From what I understand reading other posts, it's because LaTeX doesn't know how to hyphenate some sentences and finds no good way to break the line.



In my case I have the following line:



section{Estimating the odds ratio in a case-control study}


And the following error:



Overfull hbox (7.52351pt too wide) in paragraph at lines 64--64


I've tried using - to no avail. Interestingly enough if used as an item instead of a section title there's no error.



Thanks



Edit:



The log error:



Overfull hbox (7.52351pt too wide) in paragraph at lines 64--64
T1/cmr/bx/n/14.4 Estimating the odds ra-tio in a case-control study










share|improve this question















Every now and then I get this error and I don't know how to solve it. From what I understand reading other posts, it's because LaTeX doesn't know how to hyphenate some sentences and finds no good way to break the line.



In my case I have the following line:



section{Estimating the odds ratio in a case-control study}


And the following error:



Overfull hbox (7.52351pt too wide) in paragraph at lines 64--64


I've tried using - to no avail. Interestingly enough if used as an item instead of a section title there's no error.



Thanks



Edit:



The log error:



Overfull hbox (7.52351pt too wide) in paragraph at lines 64--64
T1/cmr/bx/n/14.4 Estimating the odds ra-tio in a case-control study







line-breaking hyphenation knitr






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 3 at 17:31

























asked Dec 3 at 17:14









zest16

205




205








  • 1




    Please show us a short compilable code resulting in your issue and please add the complete error message you got in your log file to your question ...
    – Kurt
    Dec 3 at 17:16






  • 1




    Depending on the document class you employ, executing usepackage{sectsty}allsectionsfont{raggedright} in the preamble might fix your issue with overfull hboxes in sectioning headers.
    – Mico
    Dec 3 at 17:24










  • I just use documentclass{article}. If I use a quick minimal example everything works fine... I don't understand
    – zest16
    Dec 3 at 17:33














  • 1




    Please show us a short compilable code resulting in your issue and please add the complete error message you got in your log file to your question ...
    – Kurt
    Dec 3 at 17:16






  • 1




    Depending on the document class you employ, executing usepackage{sectsty}allsectionsfont{raggedright} in the preamble might fix your issue with overfull hboxes in sectioning headers.
    – Mico
    Dec 3 at 17:24










  • I just use documentclass{article}. If I use a quick minimal example everything works fine... I don't understand
    – zest16
    Dec 3 at 17:33








1




1




Please show us a short compilable code resulting in your issue and please add the complete error message you got in your log file to your question ...
– Kurt
Dec 3 at 17:16




Please show us a short compilable code resulting in your issue and please add the complete error message you got in your log file to your question ...
– Kurt
Dec 3 at 17:16




1




1




Depending on the document class you employ, executing usepackage{sectsty}allsectionsfont{raggedright} in the preamble might fix your issue with overfull hboxes in sectioning headers.
– Mico
Dec 3 at 17:24




Depending on the document class you employ, executing usepackage{sectsty}allsectionsfont{raggedright} in the preamble might fix your issue with overfull hboxes in sectioning headers.
– Mico
Dec 3 at 17:24












I just use documentclass{article}. If I use a quick minimal example everything works fine... I don't understand
– zest16
Dec 3 at 17:33




I just use documentclass{article}. If I use a quick minimal example everything works fine... I don't understand
– zest16
Dec 3 at 17:33










2 Answers
2






active

oldest

votes

















up vote
1
down vote













You have



documentclass{article}

setlengthtextwidth{309.49615pt}

begin{document}
section{Estimating the odds ratio in a case-control study}
zz
end{document}


which produces



Overfull hbox (7.52351pt too wide) in paragraph at lines 6--6


You could adjust the class settings for the headings but for section headings you may want to assert manual control:



enter image description here



documentclass{article}

setlengthtextwidth{309.49615pt}

begin{document}
section[Estimating the odds ratio in a case-control study]
{Estimating the odds ratio\ in a case-control study}
zz
end{document}





share|improve this answer




























    up vote
    0
    down vote













    What is worse? Self-commented MWE with self-answer (i.e., your own answer).



    documentclass{article}
    usepackage{lipsum}
    setlengthtextwidth{309.49615pt}
    begin{document}

    section{Estimating the odds ratio in a \case-control study}
    To hell the limits! why bother by margins? lipsum[1][1-2]

    section{Estimating the odds ratio in a case-con-trol study}
    Ouch! Ugly hyphens! lipsum[2][1-3]

    section{Estimating the odds ratio in a case-protectlinebreak[4]control study}
    Ouch! Ugly spaces! lipsum[4][1-4]

    section{Estimating the odds ratio in a case-control study}

    Ugly verb|hbox|!! ... Did you noticed it? lipsum[1][1-3]

    section{Estimating OR in a case-control study}
    Ugly rewrite! And it is so exhausting... lipsum[5][1-3]

    end{document}





    share|improve this answer





















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "85"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f463008%2foverfull-hbox-in-a-section-title%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      1
      down vote













      You have



      documentclass{article}

      setlengthtextwidth{309.49615pt}

      begin{document}
      section{Estimating the odds ratio in a case-control study}
      zz
      end{document}


      which produces



      Overfull hbox (7.52351pt too wide) in paragraph at lines 6--6


      You could adjust the class settings for the headings but for section headings you may want to assert manual control:



      enter image description here



      documentclass{article}

      setlengthtextwidth{309.49615pt}

      begin{document}
      section[Estimating the odds ratio in a case-control study]
      {Estimating the odds ratio\ in a case-control study}
      zz
      end{document}





      share|improve this answer

























        up vote
        1
        down vote













        You have



        documentclass{article}

        setlengthtextwidth{309.49615pt}

        begin{document}
        section{Estimating the odds ratio in a case-control study}
        zz
        end{document}


        which produces



        Overfull hbox (7.52351pt too wide) in paragraph at lines 6--6


        You could adjust the class settings for the headings but for section headings you may want to assert manual control:



        enter image description here



        documentclass{article}

        setlengthtextwidth{309.49615pt}

        begin{document}
        section[Estimating the odds ratio in a case-control study]
        {Estimating the odds ratio\ in a case-control study}
        zz
        end{document}





        share|improve this answer























          up vote
          1
          down vote










          up vote
          1
          down vote









          You have



          documentclass{article}

          setlengthtextwidth{309.49615pt}

          begin{document}
          section{Estimating the odds ratio in a case-control study}
          zz
          end{document}


          which produces



          Overfull hbox (7.52351pt too wide) in paragraph at lines 6--6


          You could adjust the class settings for the headings but for section headings you may want to assert manual control:



          enter image description here



          documentclass{article}

          setlengthtextwidth{309.49615pt}

          begin{document}
          section[Estimating the odds ratio in a case-control study]
          {Estimating the odds ratio\ in a case-control study}
          zz
          end{document}





          share|improve this answer












          You have



          documentclass{article}

          setlengthtextwidth{309.49615pt}

          begin{document}
          section{Estimating the odds ratio in a case-control study}
          zz
          end{document}


          which produces



          Overfull hbox (7.52351pt too wide) in paragraph at lines 6--6


          You could adjust the class settings for the headings but for section headings you may want to assert manual control:



          enter image description here



          documentclass{article}

          setlengthtextwidth{309.49615pt}

          begin{document}
          section[Estimating the odds ratio in a case-control study]
          {Estimating the odds ratio\ in a case-control study}
          zz
          end{document}






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 3 at 19:31









          David Carlisle

          480k3811121847




          480k3811121847






















              up vote
              0
              down vote













              What is worse? Self-commented MWE with self-answer (i.e., your own answer).



              documentclass{article}
              usepackage{lipsum}
              setlengthtextwidth{309.49615pt}
              begin{document}

              section{Estimating the odds ratio in a \case-control study}
              To hell the limits! why bother by margins? lipsum[1][1-2]

              section{Estimating the odds ratio in a case-con-trol study}
              Ouch! Ugly hyphens! lipsum[2][1-3]

              section{Estimating the odds ratio in a case-protectlinebreak[4]control study}
              Ouch! Ugly spaces! lipsum[4][1-4]

              section{Estimating the odds ratio in a case-control study}

              Ugly verb|hbox|!! ... Did you noticed it? lipsum[1][1-3]

              section{Estimating OR in a case-control study}
              Ugly rewrite! And it is so exhausting... lipsum[5][1-3]

              end{document}





              share|improve this answer

























                up vote
                0
                down vote













                What is worse? Self-commented MWE with self-answer (i.e., your own answer).



                documentclass{article}
                usepackage{lipsum}
                setlengthtextwidth{309.49615pt}
                begin{document}

                section{Estimating the odds ratio in a \case-control study}
                To hell the limits! why bother by margins? lipsum[1][1-2]

                section{Estimating the odds ratio in a case-con-trol study}
                Ouch! Ugly hyphens! lipsum[2][1-3]

                section{Estimating the odds ratio in a case-protectlinebreak[4]control study}
                Ouch! Ugly spaces! lipsum[4][1-4]

                section{Estimating the odds ratio in a case-control study}

                Ugly verb|hbox|!! ... Did you noticed it? lipsum[1][1-3]

                section{Estimating OR in a case-control study}
                Ugly rewrite! And it is so exhausting... lipsum[5][1-3]

                end{document}





                share|improve this answer























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  What is worse? Self-commented MWE with self-answer (i.e., your own answer).



                  documentclass{article}
                  usepackage{lipsum}
                  setlengthtextwidth{309.49615pt}
                  begin{document}

                  section{Estimating the odds ratio in a \case-control study}
                  To hell the limits! why bother by margins? lipsum[1][1-2]

                  section{Estimating the odds ratio in a case-con-trol study}
                  Ouch! Ugly hyphens! lipsum[2][1-3]

                  section{Estimating the odds ratio in a case-protectlinebreak[4]control study}
                  Ouch! Ugly spaces! lipsum[4][1-4]

                  section{Estimating the odds ratio in a case-control study}

                  Ugly verb|hbox|!! ... Did you noticed it? lipsum[1][1-3]

                  section{Estimating OR in a case-control study}
                  Ugly rewrite! And it is so exhausting... lipsum[5][1-3]

                  end{document}





                  share|improve this answer












                  What is worse? Self-commented MWE with self-answer (i.e., your own answer).



                  documentclass{article}
                  usepackage{lipsum}
                  setlengthtextwidth{309.49615pt}
                  begin{document}

                  section{Estimating the odds ratio in a \case-control study}
                  To hell the limits! why bother by margins? lipsum[1][1-2]

                  section{Estimating the odds ratio in a case-con-trol study}
                  Ouch! Ugly hyphens! lipsum[2][1-3]

                  section{Estimating the odds ratio in a case-protectlinebreak[4]control study}
                  Ouch! Ugly spaces! lipsum[4][1-4]

                  section{Estimating the odds ratio in a case-control study}

                  Ugly verb|hbox|!! ... Did you noticed it? lipsum[1][1-3]

                  section{Estimating OR in a case-control study}
                  Ugly rewrite! And it is so exhausting... lipsum[5][1-3]

                  end{document}






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 3 at 22:39









                  Fran

                  50.4k6111174




                  50.4k6111174






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.





                      Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                      Please pay close attention to the following guidance:


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f463008%2foverfull-hbox-in-a-section-title%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

                      ComboBox Display Member on multiple fields

                      Is it possible to collect Nectar points via Trainline?