I'm setting up a title sheet after the book cover and I'm having a hard time.
This title has very small line spacing.
I've tried using \setstretch{xx} but it didn't work.
What can I do?
The code is very simple:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\begin{document}
\pagestyle{empty} % No headers
\newpage
%
% Folha de rosto
%
$,$
%
\vfill \vfill
$,$
%
\begin{center}
\textsc{\Huge{Huge Title Very Important}}\ %Título
\end{center}
%
%
$,$
\vspace{0.25cm}
~\hrulefill ~\
\vspace{0.5cm}
\centering\textsc{\large{\textbf{Especial Colection}}}\ %Coleção
\vspace{1.5cm}
$,$
\vfill \vfill
%
\end{document}
Thank you very much for your attention.


Huge Title \\[10cm] Very Important– Symbol 1 Sep 17 '21 at 05:02