diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-02 23:39:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-02 23:39:30 +0000 |
commit | 4141c4aa83d1ead340876cdc2b8408b754bd9b69 (patch) | |
tree | b48928c20ceb05f7a9b8bfc92b1755f20e73fb7a /Master/texmf-dist/doc/xelatex/bidi/test-classiccv.tex | |
parent | a2e546fd16ad80846377eeb25715c877e57d69c3 (diff) |
bidi (2may16)
git-svn-id: svn://tug.org/texlive/trunk@40842 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/bidi/test-classiccv.tex')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidi/test-classiccv.tex | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/Master/texmf-dist/doc/xelatex/bidi/test-classiccv.tex b/Master/texmf-dist/doc/xelatex/bidi/test-classiccv.tex deleted file mode 100644 index 785b3f08111..00000000000 --- a/Master/texmf-dist/doc/xelatex/bidi/test-classiccv.tex +++ /dev/null @@ -1,71 +0,0 @@ -\documentclass[11pt,a4paper]{bidimoderncv} -\cvtheme[green]{bidiclassic} % you can use orange, red, green, grey and blue as options -\usepackage[scale=0.8]{geometry} -\usepackage{fontspec} -\setmainfont[Script=Arabic,Mapping=parsidigits]{XB Zar} -\newfontfamily\rmfamily[Mapping=tex-text]{Linux Libertine} -\def\refname{تألیفات} -\usepackage[RTLdocument]{bidi} -\AtBeginDocument{\recomputelengths} -\resumename{رزومه} -\firstname{وفا} -\familyname{خلیقی} -\title{رزومهٔ من} -\address{تهران، خیابان آزادی پلاک ۹} -\mobile{۰۹۱۸۹۶۹۴۹۶} -\phone{۹۸۹۰۸۳۴۱} -\fax{۹۸۹۰۸۳۴۲} -\email{persian-tex@tug.org} -\extrainfo{اطلاعات اضافی} -\photo[64pt]{picture} -\quote{نقل قول} -\begin{document} -\maketitle -\section{تحصیلات} -\cventry{سال--سال}{درجه}{دانشگاه}{شهر}{\textit{نمره}}{توضیح} % arguments 3 to 6 are optional -\cventry{سال--سال}{درجه}{دانشگاه}{شهر}{\textit{نمره}}{توضیح} % arguments 3 to 6 are optional - -\section{پایاننامهٔ کارشناسی ارشد} -\cvline{عنوان}{\emph{عنوان}} -\cvline{استاد راهنما}{استاد راهنما} -\cvline{توضیح}{\small چکیده کوچک پایاننامه} - -\section{تجربیات} -\subsection{عنوان} -\cventry{سال--سال}{نام شغل}{صاحب کار}{شهر}{}{توضیح} % arguments 3 to 6 are optional -\cventry{سال--سال}{نام شغل}{صاحب کار}{شهر}{}{توضیح} % arguments 3 to 6 are optional -\subsection{متفرقه} -\cventry{سال--سال}{نام شغل}{صاحب کار}{شهر}{}{توضیح خط ۱\newline{}توضیح خط ۲}% arguments 3 to 6 are optional - -\section{زبانها} -\cvlanguage{زبان ۱}{درجه مهارت}{نظر} -\cvlanguage{زبان ۲}{درجه مهارت}{نظر} -\cvlanguage{زبان ۳}{درجه مهارت}{نظر} - -\section{مهارتهای رایانهای} -\cvcomputer{طبقه ۱}{یک، دو، سه}{طبقه ۴}{یک، دو، سه} -\cvcomputer{طبقه ۲}{یک، دو، سه}{طبقه ۵}{یک، دو، سه} -\cvcomputer{طبقه ۳}{یک، دو، سه}{طبقه ۶}{یک، دو، سه} - -\section{علاقهها} -\cvline{علاقه ۱}{\small توضیح} -\cvline{علاقه ۲}{\small توضیح} -\cvline{علاقه ۳}{\small توضیح} - -\renewcommand{\listitemsymbol}{-} % change the symbol for lists - -\section{بعدی ۱} -\cvlistitem{شماره ۱} -\cvlistitem{شماره ۲} -\cvlistitem[+]{شماره ۳} % optional other symbol - -\section{بعدی ۲} -\cvlistdoubleitem[\Neutral]{شماره ۱}{شماره ۴} -\cvlistdoubleitem[\Neutral]{شماره ۲}{شماره ۵} -\cvlistdoubleitem[\Neutral]{شماره ۳}{} - -\nocite{*} -\bibliographystyle{plain} -\bibliography{publications} % 'publications' is the name of a BibTeX file - -\end{document} |