Skip to content

Commit

Permalink
add style-less template
Browse files Browse the repository at this point in the history
added template without any styling or cover page.
  • Loading branch information
SinRas committed Jul 24, 2018
1 parent bb26458 commit 8f5308e
Show file tree
Hide file tree
Showing 9 changed files with 255 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chapters/appendices.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
% ---------------------------------------
% Appendices
\section{
ضمیمه‌ها
}

ضمیمه‌ها در اینجا قرار می‌گیرند.
7 changes: 7 additions & 0 deletions chapters/conclusion.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
% ---------------------------------------
% Conclusion
\section{
جمع‌بندی
}

جمع‌بندی نهایی در اینجا قرار می‌گیرد.
6 changes: 6 additions & 0 deletions chapters/current-research.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
% ---------------------------------------
% Current Research
\section{
پژوهش کنونی
}
پژوهش کنونی و توضیح آن اینجا قرار می‌گیرند.
7 changes: 7 additions & 0 deletions chapters/introduction.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
% ---------------------------------------
% Introduction
\section{
مقدمه
}

مقدمه‌ی مقاله
6 changes: 6 additions & 0 deletions chapters/our-approach.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
% ---------------------------------------
% Our Approach
\section{
روش پایان‌نامه
}
روشی که پایان‌نامه برای تحلیل مسئله انتخاب کرده است.
7 changes: 7 additions & 0 deletions chapters/our-results.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
% ---------------------------------------
% Our Results
\section{
نتیجه‌ها
}

نتیجه‌هایی که پایان‌نامه به آن‌ها رسیده است.
7 changes: 7 additions & 0 deletions chapters/previous-research.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
% ---------------------------------------
% Previous Research
\section{
پژوهش‌های پیشین
}

پژوهش‌های پیشین صورت گرفته در زمینه‌ی موضوع پایان‌نامه.
9 changes: 9 additions & 0 deletions chapters/references.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
% ---------------------------------------
% References
\section{
مرجع‌ها
}

مرجع‌ها در این قسمت قرار می‌گیرند. یا شاید هم قسمتی به اسم
Bibliography
نیاز باشد که به شکل دیگری اضافه شود! در نسخه‌های بعد مشخص می‌شود!
199 changes: 199 additions & 0 deletions main.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,199 @@
\documentclass{article}[a4paper, 11px]


% -- Clear Page Before Each Section --- %
%
\usepackage{titlesec}
\newcommand{\sectionbreak}{\clearpage}


% ------- Hyperref Links ------------- %
%
\usepackage[colorlinks=true]{hyperref}

% ------- Mathematical Symbols ------- %
%
\usepackage{amssymb}


% ------- XePersian ------------------ %
\usepackage{xepersian}


% ------ Font Styles ---------------- %
\settextfont[Scale=1]{XBNiloofar}
\setdigitfont{PGaramond}



% ------ Path to chapter files ----- %
\newcommand*{\chapters}{./chapters}









\begin{document}

% ----------------------------------- %
% Cover Page
صفحه‌ی اول کاور

\newpage
% Cover Page: End


% ----------------------------------- %
% Dedicated to
تقدیم به ...

\newpage
% Dedicated to: End


% ----------------------------------- %
% Abstract
\begin{abstract}
چکیده‌ی پایان‌نامه
\end{abstract}
\newpage
% Abstract: End

% ----------------------------------- %
% Summary
\section*{
خلاصه‌ی پایان‌نامه
}

خلاصه‌ی پایان‌نامه
\newpage
% summary: End

% ----------------------------------- %
% Foreword (Acknowledgement)
\section*{
تقدیر
}

تقدیر
\newpage
% Foreword: End


% ----------------------------------- %
% Table of Contents
\tableofcontents

\newpage
% Table of Contents: End


% ----------------------------------- %
% List of Figures
\listoffigures

\newpage
% List of Figures: End


% ----------------------------------- %
% List of Tables
\listoftables

\newpage
% List of Tables: End



% ----------------------------------- %
% Introduction
\input{\chapters/introduction}
% Introduction: End


% ----------------------------------- %
% Previous Research
\input{\chapters/previous-research}
% Previous Research: End


% ----------------------------------- %
% Currnet Research
\input{\chapters/current-research}
% Current Research: End


% ----------------------------------- %
% Our Approach
\input{\chapters/our-approach}
% Our Approach: End



% ----------------------------------- %
% Our Results
\input{\chapters/our-results}
% Our Results: End



% ----------------------------------- %
% Conclusion
\input{\chapters/conclusion}
% Conclusion: End



% ----------------------------------- %
% Appendices
\input{\chapters/appendices}
% Appendices: End




% ----------------------------------- %
% References
\input{\chapters/references}
% References: End



\end{document}

































0 comments on commit 8f5308e

Please sign in to comment.