Code: Select all
\noindent
Dissertation Title: \fixedunderlinecenter[12.6cm]{\@etitle}\\
...
Anil Kunwar
Code: Select all
\noindent
Dissertation Title: \fixedunderlinecenter[12.6cm]{\@etitle}\\
...
Code: Select all
Dissertation Title:\fixedunderlinecenter[12.6cm]{This is a very long title }\\
\underline{\makebox[12.6cm]{ and this phrase follows the above part.}}\\
~~\\
Code: Select all
\etitle{This is a very long title and this phrase follows the above part.}
Code: Select all
Dissertation Title:\fixedunderlinecenter[12.6cm]{\etitle }\\
Code: Select all
\parbox[t][0.58cm][c]{\textwidth}
{\sihao\fs 学{\hfill}位{\hfill}论{\hfill}文{\hfill}题{\hfill}目{\hfill}:\fixedunderlinecenter[12.6cm]{\@ctitle}}
\parbox[t][1.22cm][c]{\textwidth}
{\sihao\fs 作{\hfill}者{\hfill}签{\hfill}名{\hfill}:\fixeddistanceleft[12.6cm]{\underline{\hspace{5.8cm}}\hfill
日期:\underline{\hspace{1.4cm}}~年~{\underline{\hspace{0.7cm}}~月~{\underline{\hspace{0.7cm}}~日~}}}}
\end{center}
\renewcommand{\baselinestretch}{1.27}
\cleardoublepage
}
Code: Select all
\documentclass{book}
\makeatletter
\newcommand\fixedunderlinecenter[2][1cm]{\underline{\hb@xt@ #1{\hss#2\hss}}}
\makeatother
\usepackage{soul}
\begin{document}
\LARGE
\fixedunderlinecenter[4cm]{Wombat}
\fixedunderlinecenter[10cm]{This is a very long title and this phrase follows the above part.}
\renewcommand{\fixedunderlinecenter}[2][]{\ul{#2}}
\fixedunderlinecenter{This is a very long title and this phrase follows the above part.}
\end{document}