ondes / Template-Latex-ITU-Thesis

LaTeX Template of Istanbul Technical University thesis projects
59 stars 21 forks source link

Türkçe iç kapak için ikinci satırdaki enstitü ismi #19

Open h-enes-simsek opened 3 years ago

h-enes-simsek commented 3 years ago

İngilizce sayfalar için enstitü ismi ikinci satıra yazılabiliyor ancak Türkçe sayfalar için gerekli düzenleme eksik yapılmış ve ilgili kısımlar kullanılsa bile çalışmıyor.

Cls dosyası içinde Türkçe İç Kapak Settings yorumlu kısıma şu kodlar eklenmeli

        \begin{textblock*}{\textwidth}[0,0](40mm,35.5mm)
        \renewcommand{\ULdepth}{2.75pt}     % Added using ulem package for \uline command - SBÖ
        \renewcommand{\ULthickness}{1.5pt}  % Added for underline tickness change which was 0.4pt - SBÖ
        \centering
        \uline{\MakeUppercase{\bf\th@Enstituiki}}\\ % FBE ingilizce yeni baslik icin
    \end{textblock*}

Eklendikten sonra şöyle görünüyor.

%===================================== TÜRKÇE İÇ KAPAK SETTINGS ======================================= - SBÖ
\newcommand*{\th@IcKapakTurkce}{            % Remodified for better vertical spacing - SBÖ
    \BolumSagdaKalsin
    \thispagestyle{empty}
    \if@Avrasya
    \begin{textblock*}{\textwidth}[0,0](35mm,30.5mm)
    \else
    \begin{textblock*}{\textwidth}[0,0](40mm,30.5mm)
    \fi
        \singlespacing                      % For single spacing in the top portion of kapak - SBÖ
        \renewcommand{\ULdepth}{2.75pt}     % Added using ulem package for \uline command - SBÖ
        \renewcommand{\ULthickness}{1.5pt}  % Added for underline tickness change which was 0.4pt - SBÖ
        \centering
        \uline{{\bf\th@EnstituUpperTR}}\\   % Instead of \underline{text} - SBÖ
    \end{textblock*}

    \begin{textblock*}{\textwidth}[0,0](40mm,35.5mm)
        \renewcommand{\ULdepth}{2.75pt}     % Added using ulem package for \uline command - SBÖ
        \renewcommand{\ULthickness}{1.5pt}  % Added for underline tickness change which was 0.4pt - SBÖ
        \centering
        \uline{\MakeUppercase{\bf\th@Enstituiki}}\\ % FBE ingilizce yeni baslik icin
    \end{textblock*}

    \begin{textblock*}{\textwidth}[0,0](40mm,80.5mm)
        \centering
        \th@titleFtSz\Baslikspacing \th@baslikbir \\
        \th@titleFtSz\Baslikspacing \th@baslikiki \\
        \th@titleFtSz\Baslikspacing \th@baslikuc \\
    \end{textblock*}

    \begin{textblock*}{\textwidth}[0,0](40mm,150mm)
        \centering
        \th@titleFtSz \TezSeviyesiTR  \\
    \end{textblock*}

    \begin{textblock*}{\textwidth}[0,0](40mm,160mm)
        \centering
        \th@titleFtSz \th@isimsoyisim  \\
        \th@titleFtSz (\th@ogrencino) \\
    \end{textblock*}

    \begin{textblock*}{\textwidth}[0,0](40mm,200mm)
        \centering
        \th@titleAnaBilimDaliFtSz \th@AnaBilimDali \\
    \end{textblock*}

    \begin{textblock*}{\textwidth}[0,0](40mm,210mm)
        \centering
        \th@titleAnaBilimDaliFtSz \th@Programi \\
    \end{textblock*}

    \begin{textblock*}{\textwidth}[0,0](40mm,230mm)
        \centering
        \th@titleFtSz {Proje Danışmanı}: \th@titleFtSz \th@TezYoneticisi \\
        %\ifthenelse{\equal{\th@esdanisman}{}}{}{ \bf{(Varsa) Eş Dan\i şman:} \bf{\th@esdanisman} \\}
    \end{textblock*}

    \begin{textblock*}{\textwidth}[0,0](40mm,235mm)
        \centering
        %\th@titleFtSz {Tez Danışmanı}: \th@titleFtSz \th@TezYoneticisi \\
        \ifthenelse{\equal{\th@esdanisman}{}}{}{ \bf{(Varsa) Eş Danışman:} \bf{\th@esdanisman} \\}
    \end{textblock*}

    \begin{textblock*}{\textwidth}[0,0](40mm,260mm)
        \centering
        \th@titleFtSz \TarihBuyukTR \\      % Made Uppercase Turkish Month and Year
    \end{textblock*}

    \vspace*{\fill}
}