I am new to latex. I am writing my thesis and dividing it into chapters. One of the chapters (abstract) is written in Arabic. I tried to use the following packages, but it did not work.
Code: Select all
\usepackage{arabtex}
\usepackage[utf8]{inputenc}
\usepackage[LFE,LAE]{fontenc}
\usepackage[arabic]{babel}
Any suggestions? Thanks in advance.
Code: Select all
\documentclass[12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\graphicspath{{images/}}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[font=scriptsize]{caption}
\usepackage{mwe}
\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm,bindingoffset=6mm]{geometry}
\renewcommand{\baselinestretch}{1}
\usepackage[dvipsnames]{xcolor}
%\usepackage{xcolor}
\usepackage{subcaption}
\usepackage[backend=biber,style=numeric,sorting=none]{biblatex}
%\usepackage {biblatex}
\usepackage[colorlinks=true,linkcolor=OliveGreen]{hyperref}
\usepackage[normalem]{ulem}
\usepackage{afterpage}
\newcommand\blankpage{
\null
% \thispagestyle{empty}
\addtocounter{page}{+0}
\newpage}
%\usepackage{xcolor}
\usepackage{sectsty}
\chapterfont{\color{teal}}
\sectionfont{\color{RedViolet}}
\addbibresource {references.bib}
\title{\textcolor{olive}{Electron Dynamics in a Single C$_{60}$ Molecule}}
\author{Mohammed Qahosh}
\begin{document}
\input{title/title.tex}
%\chapter*{Dedication}
%\chapter*{Declaration}
\chapter*{Acknowledgements}
\input{chapters/Acknowledgements}
\chapter*{Abstract}
\input{chapters/abstract}
\tableofcontents
\thispagestyle{empty}
\listoffigures
\chapter*{Introduction}
\input{chapters/introduction}
\chapter{Physical Concepts}
\input{chapters/chapter1}
\chapter{Experimental Setup}
\input{chapters/chapter2}
\chapter{Investigations of FE Over the Tungsten Surface (First Reference Surface)}
\input{chapters/chapter3}
\chapter{Investigations of FE Over the Tungsten Carbide Surface (Second Reference Surface)}
\input{chapters/chapter4}
\chapter{Tip Cooling Via Liquid Nitrogen}
\input{chapters/chapter5}
\chapter*{Conclusion and Outlook}
\input{chapters/summary_outlook.tex}
%\appendix
%\chapter{Appendix}
%\input{chapters/appendix}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\graphicspath{ {figures/} }
%\thispagestyle{empty}
%\listoffigures
%\newpage
%\pagenumbering{arabic}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\printbibliography
\end{document}