I am using the leaflet package, and on the first page I create two titles, a main big title and a smaller one.
This is a simplified version of the code I'm using:
\documentclass[10pt,foldmark,notumble]{leaflet}
\renewcommand*\foldmarkrule{.3mm}
\renewcommand*\foldmarklength{5mm}
\usepackage{setspace}
\usepackage{lipsum}
\begin{document}
\begin{center}
\fontsize{30}{34}{\selectfont{}THE DIFFERENCE BETWEEN THE EARTH AND THE SKY}%
\vspace{5em}
\fontsize{23}{25}{\selectfont{}What does the it write this random text which is only a random text to test believing}
\end{center}
\newpage
\section{Abstract}
This is the abstract
\section{Objectives}
\lipsum[5-7]
\section{Techniques}
\lipsum[8-10]
\section{Conclusions}
\lipsum[14]
\end{document}
My questions are:
- Notice the sub-title, the distance between the last two lines isn't equal to the first two. How can I fix it? Normal solutions I found after searching did not work..
- How do I increase the distance between the lines of the main title?

ydescends below the baseline. – Willie Wong Jun 03 '23 at 02:33