Search code examples
latexpdflatex

Text exceed from cover page, how to solve it?


I have brought the title, which is a bit long sentence in cover page. However, it exceeds the page width, how to correct it? Thanks

\vspace{30mm} \centerline{{\bf Title BLAH Blah}} 

Solution

  • You could try using the center environment, as it allows natural wrapping at within the text block:

    \begin{center}
      \bfseries
      Lorem ipsum dolor sit amet, consectetur adipiscing elit \ldots
    \end{center}
    

    Note the use of \bfseries rather than \bf: