I'd like to have two abstracts in different languages at two pages(one in native language, other in english). I have used the answer in this question which is useful but my problem is, I have my degree name, dept name etc. in the abstract page; so I also need to convert them as well. The environment is as following in Thesis.cls file;
\newenvironment{abstract}
{
\btypeout{Abstract Page}
\thispagestyle{empty}
\null\vfil
\begin{center}
\setlength{\parskip}{0pt}
{\normalsize\textbf{ \UNIVNAME} \par} % University name in capitals
\bigskip
{\normalsize\textbf{ÖZET} \par} % ÖZET means ABSTRACT in turkish.
\bigskip
{\normalsize \facname \par} % Faculty name
{\normalsize \deptname \par} % Department name
\bigskip
{\normalsize \degreename\par} % Degree name
\bigskip
{\normalsize\bf \ttitle \par} % Thesis title
\medskip
{\normalsize \authornames \par} % Author name
\bigskip
\end{center}
}
How to implement the same page layout but in english for the 2. abstract page?
Thanks in advance.
Thesis.clsfrom sharelatex, or Sunils original, or a version from overleaf/l-templates that was, in the meantime, updated almost a year ago. – Johannes_B Jun 01 '16 at 09:04