سلام
من از bibtex و jabref برای ساخت منابع استفاده می کنم ولی هنگام چاپ انگلیسی را از راست به چپ تایپ می کند و همه چی خراب می شود حتی اعداد را فارسی چاپ می کند چگونه آن را درست کنم؟
فایل main
\documentclass[a4paper,12pt]{report}
\include{commands}
\renewcommand{\baselinestretch}{1.5}
\begin{document}
\include{abstract_fa}
\tableofcontents
\include{pishgoftar}
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{chapter4}
%\include{reference}
\bibliographystyle{plain}
\bibliography{main}
\end{document}
فایل .bib هم به شکل زیر است
@InProceedings{Ranzato2006,
author = {Ranzato, Marc'Aurelio and Poultney, Christopher and Chopra, Sumit and LeCun, Yann},
title = {Efficient learning of sparse representations with an energy-based model},
booktitle = {Proceedings of the 19th International Conference on Neural Information Processing Systems},
year = {2006},
pages = {1137--1144},
organization = {MIT Press},
}
@Book{Goodfellow2016,
title = {Deep Learning},
publisher = {MIT Press},
year = {2016},
author = {Ian Goodfellow and Yoshua Bengio and Aaron Courville},
note = {\url{http://www.deeplearningbook.org}},
}
@InProceedings{Boureau2008,
author = {Boureau, Y-lan and Cun, Yann L and others},
title = {Sparse feature learning for deep belief networks},
booktitle = {Advances in neural information processing systems},
year = {2008},
pages = {1185--1192},
}
@Comment{jabref-meta: databaseType:bibtex;}
هنگام چاپ مانند عکس ضمیمه است.
دستورات فایل command
\usepackage{graphicx} % inserting images
\usepackage{color}
\usepackage{paralist}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{mdwlist}
\usepackage{lscape}
\usepackage{setspace}
\usepackage{tocbibind}
\usepackage{makeidx}
\usepackage{fancyhdr}
\usepackage{subfigure}
\usepackage{mathtools}
\usepackage{fancyvrb}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage[colorlinks,linkcolor=blue,citecolor=magenta]{hyperref} % for pdf
%\usepackage[colorlinks,linkcolor=Black,citecolor=Black]{hyperref} % for print
\usepackage{relsize}
\usepackage[top=30mm, bottom=25mm, left=25mm, right=35mm]{geometry}
\usepackage{xepersian}
%\setdigitfont[Scale=1.1]{ParsiDigits}
\settextfont[Scale=1.2]{XB Niloofar}
%settextfont[Scale=1.2]{B Nazanin}
%\declareMathSizes{12}{14}{10}{10}
\defpersianfont\irannastaliq[Scale=1.6]{IranNastaliq}
\defpersianfont\persiantitle[Scale=1.6]{B Nazanin}
\defpersianfont\authername[Scale=1.3]{B Nazanin}
\setfootnoteLR
\graphicspath{{images/}}
\pagestyle{fancy}
\cfoot{}
\lhead{\thepage}
\makeindex
% دستور نوشتن الگوریتم
%\settextfont{Tahoma}
\renewcommand{\algorithmicrequire}{\textbf{Input:}}
\renewcommand{\algorithmicensure}{\textbf{Output:}}
%اتمام الگوریتم
% دستوری برای تعریف واژهنامه انگلیسی به فارسی
\newcommand\persiangloss[2]{#1\dotfill\lr{#2}\\}
%% دستوری برای تعریف واژهنامه فارسی به انگلیسی
\newcommand\englishgloss[2]{#2\dotfill\lr{#1}\\}
% تعریف و نحوه ظاهر شدن عنوان قضیهها، تعریفها، مثالها و ...
\theoremstyle{definition}
\newtheorem{definition}{تعریف}[section]
%\newtheorem{definition}{تعریف} [chapter]
\newtheorem{theorem}[definition]{قضیه}
\newtheorem{lemma}[definition]{لم}
\newtheorem{proposition}[definition]{گزاره}
\newtheorem{corollary}[definition]{نتيجه}
\newtheorem{remark}[definition]{تذکر}
\newtheorem{example}[definition]{مثال}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%