ممنون،
خونده بودم راهنمای persian-bib رو ولی نمیدونم چطور ندیدمش.
ببخشید اگه بی دقتی کردم، وقتتون رو گرفتم.
خونده بودم راهنمای persian-bib رو ولی نمیدونم چطور ندیدمش.
ببخشید اگه بی دقتی کردم، وقتتون رو گرفتم.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
! Package natbib Error: Bibliography not compatible with author-year citations.
(natbib) Press <return> to continue in numerical citation style.
See the natbib package documentation for explanation.
Type H <return> for immediate help.
...
l.42 ...mand\NAT@force@numbers{}\NAT@force@numbers
? H
Check the bibliography entries for non-compliant syntax,
or select author-year BibTeX style, e.g. plainnat
نقل قول\setmainfont{X Nazanin}
\documentclass[11pt, titlepage]{report}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{xltxtra}
\usepackage{geometry}
\usepackage{xepersian}
\usepackage{graphicx}
\defaultfontfeatures{Mapping=tex-text}
\setmainfont{X Nazanin}
\geometry{a4paper}
\title{لورم ایپسوم}
\author{نویسنده}
\begin{document}
\maketitle
\tableofcontents
!
! Fatal fontspec error: "cannot-use-pdftex"
!
! The fontspec package requires either XeTeX or LuaTeX to function.
!
! You must change your typesetting engine to, e.g., "xelatex" or "lualatex"
! instead of plain "latex" or "pdflatex".
!
! See the fontspec documentation for further information.
! For immediate help type H <return>.
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8
% This is a simple template for a XeLaTeX document using the "article" class,
% with the fontspec package to easily select fonts.
\documentclass[11pt]{article} % use larger type; default would be 10pt
\usepackage{fontspec} % Font selection for XeLaTeX; see fontspec.pdf for documentation
\defaultfontfeatures{Mapping=tex-text} % to support TeX conventions like ``---''
\usepackage{xunicode} % Unicode support for LaTeX character names (accents, European chars, etc)
\usepackage{xltxtra} % Extra customizations for XeLaTeX
\setmainfont{X Nazanin} % set the main body font (\textrm), assumes Charis SIL is installed
%\setsansfont{Deja Vu Sans}
%\setmonofont{Deja Vu Mono}
% other LaTeX packages.....
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{a4paper} % or letterpaper (US) or a5paper or....
%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx} % support the \includegraphics command and options
\title{پایان نامه کارشناسی}
\author{نویسنده}
%\date{} % Activate to display a given date or no date (if empty),
% otherwise the current date is printed
\begin{document}
\maketitle
\section{سلام}
تست تستس تست تست
%\subsection{}
\end{document}