summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/persian-bib/plain-fa-inLTR-beamer.bst
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-09 22:18:50 +0000
committerKarl Berry <karl@freefriends.org>2015-05-09 22:18:50 +0000
commit5e664832d01265bd37a5cbdd56729feb90ce8fa9 (patch)
treef442561ba5ec96a77431697488683688a044c347 /Master/texmf-dist/bibtex/bst/persian-bib/plain-fa-inLTR-beamer.bst
parentfb9edf38de047a2451f6dd50761e2148988ead5e (diff)
persian-bib (9may15)
git-svn-id: svn://tug.org/texlive/trunk@37297 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/persian-bib/plain-fa-inLTR-beamer.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/persian-bib/plain-fa-inLTR-beamer.bst59
1 files changed, 34 insertions, 25 deletions
diff --git a/Master/texmf-dist/bibtex/bst/persian-bib/plain-fa-inLTR-beamer.bst b/Master/texmf-dist/bibtex/bst/persian-bib/plain-fa-inLTR-beamer.bst
index cbcb15c4750..51c9e42cb63 100644
--- a/Master/texmf-dist/bibtex/bst/persian-bib/plain-fa-inLTR-beamer.bst
+++ b/Master/texmf-dist/bibtex/bst/persian-bib/plain-fa-inLTR-beamer.bst
@@ -4,8 +4,8 @@
%% by: Mahmood Amintoosi, m.amintoosi@gmail.com, www.parsilatex.com
%% For XePersian, a Persian Typesetting Package in XeTeX
%% It may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either this version
-%% of this license or (at your option) any later version.
+%% conditions of the LaTeX Project Public License (version 1.3c),
+%% either this version of this license or (at your option) any later version.
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
@@ -46,14 +46,14 @@ FUNCTION {is.print.banners.to.terminal} { #1 }
%% FILE VERSION AND BANNER %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-FUNCTION{bst.file.version} { "0.8" }
-FUNCTION{bst.file.date} { "2015/03/14" }
+FUNCTION{bst.file.version} { "0.9" }
+FUNCTION{bst.file.date} { "2015/05/09" }
FUNCTION{bst.file.website} { "http://www.parsilatex.com" }
FUNCTION{bst.file.authors} {"M.Amintoosi" }
FUNCTION {banner.message}
{ is.print.banners.to.terminal
- { "-- plain-fa-inLTR.bst version" " " * bst.file.version *
+ { "-- plain-fa-inLTR-beamer.bst version" " " * bst.file.version *
" (" * bst.file.date * ") " * %"by " * bst.file.authors *
top$
"-- This is a BibTeX style for XePersian: " bst.file.website *
@@ -103,7 +103,7 @@ FUNCTION {bbl.editors}
{
fa.isPersianLanguage
{ " ویراستاران "}
- {" eds. "}
+ {" editors"}
if$
}
@@ -111,7 +111,7 @@ FUNCTION {bbl.editor}
{
fa.isPersianLanguage
{ " ویراستار "}
- {" ed. " }
+ {" editor" }
if$
}
@@ -127,7 +127,15 @@ FUNCTION {bbl.edition}
{
fa.isPersianLanguage
{" ویرایش "}
- {" ed. " }
+ {" edition" }
+if$
+}
+
+FUNCTION {bbl.bvolume}
+{
+fa.isPersianLanguage
+ {" جلد "}
+ { "volume"}
if$
}
@@ -135,7 +143,7 @@ FUNCTION {bbl.volume}
{
fa.isPersianLanguage
{" جلد "}
- { " vol."}
+ { "Volume"}
if$
}
@@ -151,19 +159,19 @@ FUNCTION {bbl.number}
{
fa.isPersianLanguage
{" شماره " }
- { " no." }
+ { "number" }
if$
}
-FUNCTION {bbl.nr}
+FUNCTION {bbl.in}
{
fa.isPersianLanguage
- {" شماره "}
- { " no." }
+ {" در "}
+ { "In " }
if$
}
-FUNCTION {bbl.in}
+FUNCTION {bbl.inInMid}
{
fa.isPersianLanguage
{" در "}
@@ -175,15 +183,15 @@ FUNCTION {bbl.pages}
{
fa.isPersianLanguage
{" صفحات "}
- { " pp." }
+ { "pages" }
if$
}
FUNCTION {bbl.page}
{
fa.isPersianLanguage
- {" ص." }
- { " p." }
+ {" صفحه " }
+ { "page" }
if$
}
@@ -191,7 +199,7 @@ FUNCTION {bbl.chapter}
{
fa.isPersianLanguage
{ " فصل " }
- {" chap." }
+ {"chapter" }
if$
}
@@ -199,7 +207,7 @@ FUNCTION {bbl.techrep}
{
fa.isPersianLanguage
{ " گزارش طرح تحقیقی"}
- { " Tech. Rep." }
+ { "Technical Report" }
if$
}
@@ -215,7 +223,7 @@ FUNCTION {bbl.phdthesis}
{
fa.isPersianLanguage
{" پایان‌نامه دکترا" }
- { " Ph.D. thesis" }
+ { "PhD thesis" }
if$
}
@@ -258,7 +266,8 @@ FUNCTION {output.nonnull}
fa.isPersianLanguage
{"\newRAblock {}" write$ }
{"\newblock " write$}
- if$}
+ if$
+}
{ output.state before.all =
'write$
{ add.period$ " " * write$ }
@@ -565,7 +574,7 @@ FUNCTION {either.or.check}
FUNCTION {format.bvolume}
{ volume empty$
{ "" }
- { bbl.volume volume tie.or.space.connect
+ { bbl.bvolume volume tie.or.space.connect
series empty$
'skip$
{ bbl.of * series emphasize * }
@@ -586,7 +595,7 @@ FUNCTION {format.number.series}
number tie.or.space.connect
series empty$
{ "there's a number but no series in " cite$ * warning$ }
- { bbl.in * series * }
+ { bbl.inInMid * series * }
if$
}
if$
@@ -1366,7 +1375,7 @@ ITERATE {longest.label.pass}
FUNCTION {begin.bib}
{
- "% Generated by plain-fa-inLTR.bst, version: " bst.file.version * " (" * bst.file.date * ")" *
+ "% Generated by plain-fa-inLTR-beamer.bst, version: " bst.file.version * " (" * bst.file.date * ")" *
write$ newline$
"% Authors: " bst.file.authors *
write$ newline$
@@ -1392,4 +1401,4 @@ FUNCTION {end.bib}
EXECUTE {end.bib}
EXECUTE{completed.message}
-%% End of file `plain-fa-inLTR.bst'.
+%% End of file `plain-fa-inLTR-beamer.bst'.