diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-31 23:16:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-31 23:16:26 +0000 |
commit | 6227f2d0c0e36b8a8d7997bcfbb1f95e22c66b8f (patch) | |
tree | d14f705b102c889c0f2d81ce3ab6b1ce60e49e89 /Master/texmf-dist/tex/latex/bidi/cvthemebidicasual.sty | |
parent | 428059a93489887cfc01e6d71b45e1426e286ec0 (diff) |
bidi (31may12)
git-svn-id: svn://tug.org/texlive/trunk@26751 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bidi/cvthemebidicasual.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/bidi/cvthemebidicasual.sty | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/cvthemebidicasual.sty b/Master/texmf-dist/tex/latex/bidi/cvthemebidicasual.sty index b9ce4f74d99..85af2d2f2f3 100644 --- a/Master/texmf-dist/tex/latex/bidi/cvthemebidicasual.sty +++ b/Master/texmf-dist/tex/latex/bidi/cvthemebidicasual.sty @@ -75,12 +75,12 @@ \renewcommand*{\sectionfont}{\Large\mdseries\upshape} \renewcommand*{\subsectionfont}{\large\mdseries\upshape} \renewcommand*{\maketitle}{% - {\beginL% + {% \ifthenelse{\isundefined{\@photo}}% {}% {{\color{firstnamecolor}\framebox{\includegraphics[width=\@photowidth]{\@photo}}}}% \hfill% - \raggedleft{\if@RTL\beginR\fi\firstnamestyle{\@firstname}~\familynamestyle{\@familyname}\if@RTL\endR\fi}\endL\\[-.35em]}% + \bidi@raggedleft{\firstnamestyle{\@firstname}~\familynamestyle{\@familyname}}\\[-.35em]}% {\color{firstnamecolor}\rule{\textwidth}{.25ex}\\[2.5em]}% \ifthenelse{\isundefined{\@quote}}% {}% @@ -100,18 +100,18 @@ \centering% \addressfont\@addresscolour% \ifthenelse{\isundefined{\@address}}{}{% - \if@RTLmain\beginR\fi\addresssymbol~\@address\if@RTLmain\endR\fi\\% + \addresssymbol~\@address\\% \@firstfooterelementfalse}% - \if@RTLmain\beginR\fi\ifthenelse{\isundefined{\@mobile}}{}{\if@RTLmain\beginR\fi\mobilesymbol~\@mobile\if@RTLmain\endR\fi\@firstfooterelementfalse}% - \ifthenelse{\isundefined{\@phone}}{}{\footersymbol\if@RTLmain\beginR\fi\phonesymbol~\@phone\if@RTLmain\endR\fi\@firstfooterelementfalse}% - \ifthenelse{\isundefined{\@fax}}{}{\footersymbol\if@RTLmain\beginR\fi\faxsymbol~\@fax\if@RTLmain\endR\fi\@firstfooterelementfalse}% - \ifthenelse{\isundefined{\@email}}{}{\footersymbol\if@RTLmain\beginR\fi\emailsymbol~\emaillink{\@email}\if@RTLmain\endR\fi\@firstfooterelementfalse}% - \ifthenelse{\isundefined{\@extrainfo}}{}{\if@RTLmain\beginR\fi\footersymbol\@extrainfo\if@RTLmain\endR\fi\@firstfooterelementfalse}\if@RTLmain\endR\fi}}% + \ifthenelse{\isundefined{\@mobile}}{}{\mobilesymbol~\@mobile\@firstfooterelementfalse}% + \ifthenelse{\isundefined{\@phone}}{}{\footersymbol\phonesymbol~\@phone\@firstfooterelementfalse}% + \ifthenelse{\isundefined{\@fax}}{}{\footersymbol\faxsymbol~\@fax\@firstfooterelementfalse}% + \ifthenelse{\isundefined{\@email}}{}{\footersymbol\emailsymbol~\emaillink{\@email}\@firstfooterelementfalse}% + \ifthenelse{\isundefined{\@extrainfo}}{}{\footersymbol\@extrainfo\@firstfooterelementfalse}}}% }% \pagestyle{plain}} \AtBeginDocument{\makefooter} %% -%% Copyright © 2009–2012 Vafa Khalighi <simurgh12@gmail.com> +%% Copyright © 2009–2012 Vafa Khalighi <vkhalighi@me.com> %% %% It may be distributed and/or modified under the LaTeX Project Public License, %% version 1.3c or higher (your choice). The latest version of |