0

I was trying to create a custom 'part', So, to do that I have written the following code,

\newcommand\partino[2]
{\phantomsection\addcontentsline{toc}{chapter}{{#2}}\thispagestyle{empty}
    {\setlength{\parindent}{0pt}
        \rule{0pt}{0.05\textheight}
    {\LARGE \bfseries\scshape {Part \:\:#1}}

    \vspace{1.5em}
    {\huge \bfseries\scshape{#2}}

    \vspace{2.5cm}  

}}

The resulting part is as follows,

enter image description here

Note that the line height is unnatural, how do I fix this?

MrPajeet
  • 673

0 Answers0