-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove warnings and clean preample files again
- Loading branch information
1 parent
1d19439
commit 0d8400c
Showing
5 changed files
with
274 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
%------------------------------------------------------------ | ||
\documentclass[a4paper,10pt]{report} | ||
\usepackage{fontspec} | ||
\usepackage{amsmath} | ||
\usepackage[hang, small, bf, margin=20pt]{caption}%, tableposition=top | ||
\setlength{\abovecaptionskip}{0pt} | ||
\usepackage{geometry} | ||
\geometry{ a4paper, total={170mm,257mm}, left=10mm,right=10mm, top=20mm,} | ||
\usepackage{graphicx} | ||
\usepackage{subfigure} | ||
\setlength{\parskip}{6pt} | ||
\newtheorem{theorem}{Theorem} | ||
\newtheorem{acknowledgement}[theorem]{Acknowledgement} | ||
\newtheorem{definition}[theorem]{Definition} | ||
%------------------------------------------- | ||
\usepackage{hyperref} | ||
\usepackage{multirow} | ||
\hypersetup{ | ||
colorlinks, | ||
citecolor=blue, | ||
filecolor=blue, | ||
linkcolor=blue, | ||
urlcolor=blue} | ||
\setcounter{secnumdepth}{3} | ||
% ------------------------------------------------------------- | ||
%\usepackage{makecell}%###################33 | ||
\usepackage{tabu} | ||
\usepackage{booktabs}% for better rules in the table | ||
|
||
\usepackage{titlesec} | ||
\titleformat{\chapter}[display] | ||
{\normalfont\huge\bfseries\centering}{\thechapter}{20pt}{\Huge} | ||
\newcommand{\cchapter}{\chapter} | ||
\titleformat{\cchapter}[display] | ||
{\normalfont\tiny\bfseries\centering}{\thecchapter}{12pt}{\tiny} | ||
% ------------------------------------------------------------- | ||
\usepackage[dvipsnames, table]{xcolor} | ||
\usepackage{mathtools} | ||
\DeclarePairedDelimiter{\ceil}{\lceil}{\rceil} | ||
\usepackage{amssymb} | ||
\usepackage{booktabs} % for \toprule ... | ||
\usepackage{collcell} | ||
\usepackage{pgf} | ||
\usepackage{setspace} | ||
\usepackage{tikz} | ||
\usetikzlibrary{shapes.geometric} | ||
\usetikzlibrary{arrows.meta,arrows} | ||
\usetikzlibrary{calc,intersections} | ||
\usetikzlibrary{matrix} | ||
\usetikzlibrary{positioning}% To get more advances positioning options | ||
\usetikzlibrary{patterns} | ||
\usepackage{polyglossia} | ||
\usepackage{footnote} | ||
\usepackage{pgfplotstable}% loads pgfplots, tikz, graphicx | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
% make the tables and the figures centered automatically | ||
\makeatletter | ||
\g@addto@macro\@floatboxreset\centering | ||
\makeatother | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
\colorlet{LightGreen}{green!25}%for figures | ||
\colorlet{DarkGreen}{green!90}%for figures | ||
\colorlet{LightBlue}{blue!40}%for figures | ||
\colorlet{LightPurple}{red!20}%for figures | ||
\colorlet{LightYellow}{yellow!30}%for figures | ||
\colorlet{LightBlue1}{blue!20}%for figures | ||
\colorlet{LightPurple1}{purple!40}%for figures | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
\usepackage{listings} | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
\usepackage{bidipoem} | ||
\setmainlanguage{english} | ||
\setotherlanguage{arabic} | ||
\newfontfamily\arabicfont[Script=Arabic, Scale=1.5]{Scheherazade} | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
\input{listing_python_configuration.tex} | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
\input{pgfplot_configurations.tex} | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
%%% Local Variables: | ||
%%% mode: latex | ||
%%% TeX-master: "master" | ||
%%% TeX-engine: xetex | ||
%%% End: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.