2

Possible Duplicate:
Inconsistent line spacing

Why is this text distribution unbalanced? As you can see, there is more space between the first line and the second, than between the second and the third.

\documentclass{memoir}
\usepackage{xltxtra}
\defaultfontfeatures{Ligatures=TeX, Scale=MatchLowercase}
\setmainfont{Minion Pro}
\begin{document}
  \hbox{}\vfill
  {
    \parindent=0pt
    \LARGE\scshape

    First Sentence\\

    Second Sentence\  
    Third Sentence\\
  }
  \vfill
\end{document}

enter image description here

Moriambar
  • 11,466
NVaughan
  • 8,175

0 Answers0