Untitled

 avatar
unknown
latex
a year ago
3.0 kB
5
Indexable
\subfile{Cover} % Phần bìa
% \restoregeometry

% ===================================================
\pagestyle{empty} % Header và footer rỗng
%\newpage
%\pagenumbering{gobble} % Xóa page numbering ở cuối trang
%\subfile{chapters/0_1_subject.tex}

% \pagestyle{empty} % Header và footer rỗng
\newpage
\pagenumbering{gobble} % Xóa page numbering ở cuối trang
\subfile{Chapter/0_2_Acknowledgment.tex}
\cleardoublepage
% \pagestyle{empty} % Header và footer rỗng
\newpage
\pagenumbering{gobble} % Xóa page numbering ở cuối trang
\subfile{Chapter/0_3_Abstract.tex}
\cleardoublepage


% ===================================================
% \pagestyle{empty} % Header và footer rỗng
\newpage
\pagenumbering{gobble} % Xóa page numbering ở cuối trang
\renewcommand*\contentsname{TABLE OF CONTENTS}
\titlecontents{chapter}
[0.0cm]             % left margin
{\bfseries\vspace{0.3cm}}                  % above code
{{\bfseries{\scshape} CHAPTER \thecontentslabel.\ }} % numbered format
{}         % unnumbered format
{\titlerule*[0.3pc]{.}\contentspage}         % filler-page-format, e.g dots

\titlecontents{section}
[0.0cm]             % left margin
{\vspace{0.3cm}}                  % above code
{\thecontentslabel \ } % numbered format
{}         % unnumbered format
{\titlerule*[0.3pc]{.}\contentspage}         % filler-page-format, e.g dots

\titlecontents{subsection}
[1.0cm]             % left margin
{\vspace{0.3cm}}                  % above code
{\thecontentslabel \ } % numbered format
{}         % unnumbered format
{\titlerule*[0.3pc]{.}\contentspage}         % filler-page-format, e.g dots

% Tạo mục lục tự động
\addtocontents{toc}{\protect\thispagestyle{empty}}
\tableofcontents
\thispagestyle{empty}
\cleardoublepage

\pagenumbering{roman}
%Tạo danh mục hình vẽ.
\renewcommand{\listfigurename}{LIST OF FIGURES}
{\let\oldnumberline\numberline
    \renewcommand{\numberline}{Figure~\oldnumberline}
    \listoffigures}
% \phantomsection\addcontentsline{toc}{section}{\numberline {} DANH MỤC HÌNH VẼ}
\newpage


%Tạo danh mục bảng biểu.
\renewcommand{\listtablename}{LIST OF TABLES}
{\let\oldnumberline\numberline
    \renewcommand{\numberline}{Table~\oldnumberline}
    \listoftables}
% \phantomsection\addcontentsline{toc}{section}{\numberline {} DANH MỤC BẢNG BIỂU}

\glsaddall
% \renewcommand*{\glossaryname}{Danh sách thuật ngữ}
\renewcommand*{\acronymname}{LIST OF ABBREVIATIONS}
\renewcommand*{\entryname}{Abbreviation}
\renewcommand*{\descriptionname}{Definition}
\printnoidxglossaries
% \phantomsection\addcontentsline{toc}{section}{\numberline {} DANH MỤC THUẬT NGỮ VÀ TỪ VIẾT TẮT}
\cleardoublepage

\renewcommand\appendixname{APPENDICES}
\renewcommand\appendixpagename{APPENDICES}
\renewcommand\appendixtocname{APPENDICES}

\renewcommand{\figurename}{Figure}
\renewcommand{\tablename}{Table}
\renewcommand{\chaptername}{CHAPTER}

% ===================================================
Editor is loading...
Leave a Comment