summaryrefslogtreecommitdiff
path: root/biblio/bibtex/contrib/iran-bibtex/iran-bibtex.sty
blob: e84bb0f935718d95834af03d8352d9144e01da5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
%%
%% This is file “iran-bibtex.sty”, v0.4.0 (2024/01/8)
%%
%%   __________________________________________________
%%   Copyright (c) 2023-2024 Farshad Rasuli
%% 
%%   It may be distributed and/or modified under the LaTeX Project
%%   Public License version 1.3c or higher. The latest version of the
%%   Lisense is at: http://www.latex-project.org/lppl.txt
%% 
%%   This work is “author-maintained” (as per LPPL maintenance status)
%%   by Farshad Rasuli.
%% 
%%   Catalogue on CTAN: ctan.org/pkg/iran-bibtex
%% 
%%   Archive on CTAN : ctan.org/tex-archive/biblio/bibtex/contrib/iran-bibtex
%% 
%%   Repository: github.com/farshadrasuli/iran-bibtex
%% 
%%   Issue tracker: github.com/farshadrasuli/iran-bibtex/issues
%% 
%% 



% === Package structure: Identification
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{iran-bibtex}
\def\iranbibtex@version{0.4.0}
\def\iranbibtexdate{2024/01/8} % January 8th, 2024
\def\iranbibtexfirstrelease{2023/12/12} % December 12th, 2023
\edef\@iranbibtex@info{%
****************************************************^^J%
* ^^J%
* iran-bibtex package^^J%
* ^^J%
* Description: This package is an implementation of^^J%
* the Iran Manual of Style (1st edition, 2016)^^J%
* citation guide to Persian and English information^^J%
* sources in BibTeX.^^J%
* ^^J%
* Copyright (c) 2023-2024 Farshad Rasuli^^J%
* ^^J%
****************************************************^^J%
}


% === Package structure: Preliminary declarations

\RequirePackage{natbib}



% === Package structures: Options

%% iran bibliography style: author-year style, sorted by authors' name
\DeclareOption{iran}
{%
    \setcitestyle{authoryear,% citation mode
	              round,% braces
	              aysep={},% between author and year
	             }%
	\bibliographystyle{iran}%
}



%% iran bibliography style: numbered style, sorted by authors' name
\DeclareOption{iran-plain}
{%
	\setcitestyle{numbers,% citation mode
	              square,% braces
	              sort&compress, % multiple numerical citations are compressed
	             }%
	\bibliographystyle{iran}%
}



%% iran bibliography style: author-year style, sorted by year
\DeclareOption{iran-year}
{%
    \setcitestyle{authoryear,% citation mode
	              round,% braces
	              aysep={},% between author and year
	             }%
	\bibliographystyle{iran-year}%
}



%% iran bibliography style: numbered style, sorted by year
\DeclareOption{iran-plainyr}
{%
	\setcitestyle{numbers,% citation mode
	              square,% braces
	              sort&compress, % multiple numerical citations are compressed
	             }%
	\bibliographystyle{iran-year}%
}



%% iran bibliography style: numbered style, sorted by citation order
\DeclareOption{iran-unsrt}
{%
	\setcitestyle{numbers,% citation mode
	              square,% braces
	              sort&compress, % multiple numerical citations are compressed
	             }%
	\bibliographystyle{iran-unsrt}%
}



%% iran bibliography style for English/Latin document: author-year style, sorted by authors' name
\DeclareOption{iranlatin}
{%
    \setcitestyle{authoryear,% citation mode
	              round,% braces
	              aysep={},% between author and year
	             }%
	\bibliographystyle{iranlatin}%
}



%% iran bibliography style for English/Latin document: numbered style, sorted by authors' name
\DeclareOption{iranlatin-plain}
{%
	\setcitestyle{numbers,% citation mode
	              square,% braces
	              sort&compress, % multiple numerical citations are compressed
	             }%
	\bibliographystyle{iranlatin}%
}



%% iran bibliography style for English/Latin document: author-year style, sorted by year
\DeclareOption{iranlatin-year}
{%
    \setcitestyle{authoryear,% citation mode
	              round,% braces
	              aysep={},% between author and year
	             }%
	\bibliographystyle{iranlatin-year}%
}



%% iran bibliography style for English/Latin document: numbered style, sorted by year
\DeclareOption{iranlatin-plainyr}
{%
	\setcitestyle{numbers,% citation mode
	              square,% braces
	              sort&compress, % multiple numerical citations are compressed
	             }%
	\bibliographystyle{iranlatin-year}%
}



%% iran bibliography style for English/Latin document: numbered style, sorted by citation order
\DeclareOption{iranlatin-unsrt}
{%
	\setcitestyle{numbers,% citation mode
	              square,% braces
	              sort&compress, % multiple numerical citations are compressed
	             }%
	\bibliographystyle{iranlatin-unsrt}%
}




\ProcessOptions\relax





% === Package structure: Provide commands

%% provide command for bibliography environment
\newcommand{\enquote}[1]{``#1''}
\newcommand{\faquote}[1]{«#1»}
\providecommand{\url}[1]{{\tt #1}}
\providecommand{\doi}[1]{\url{#1}}
\providecommand{\eprint}[2][]{\url{#2}}



% renew \cite command to behave like \citep in the natbib package
\renewcommand{\cite}{%
\begingroup\NAT@swatrue\def\NAT@ctype{0}\NAT@partrue
\@ifstar{\NAT@fulltrue\NAT@citetp}{\NAT@fullfalse\NAT@citetp}%
                    }





% === Package structure: Modifying the extra label that is appended to the year for one author in the same year

% Modify extra label of Latin items ----------------------------------
\providecommand{\extrayearlabelen}[1]{#1}



% Set the equivalent Persian character for the English character -----

% Implemeted by Bahman Mirzakhani (github.com/bahman-mirzakhani).
% Inspired from tex.stackexchange.com/questions/64131/implementing-switch-cases

\newcommand\addcase[3]{\expandafter\def\csname\string#1@case@#2\endcsname{#3}}
\newcommand\makeswitch[2][]{%
	\newcommand#2[1]{%
			\ifcsname\string#2@case@##1\endcsname\csname\string#2@case@##1\endcsname\else#1\fi%
	}%
}
\makeswitch[#1]\changealph
\addcase\changealph{a}{الف}
\addcase\changealph{b}{ب}
\addcase\changealph{c}{پ}
\addcase\changealph{d}{ت}
\addcase\changealph{e}{ث}
\addcase\changealph{f}{ج}
\addcase\changealph{g}{چ}
\addcase\changealph{h}{ح}
\addcase\changealph{i}{خ}
\addcase\changealph{j}{د}
\addcase\changealph{k}{ذ}
\addcase\changealph{l}{ر}
\addcase\changealph{m}{ز}
\addcase\changealph{n}{ژ}
\addcase\changealph{o}{س}
\addcase\changealph{p}{ش}
\addcase\changealph{q}{ص}
\addcase\changealph{r}{ض}
\addcase\changealph{s}{ط}
\addcase\changealph{t}{ظ}
\addcase\changealph{u}{ع}
\addcase\changealph{v}{غ}
\addcase\changealph{w}{ف}
\addcase\changealph{x}{ق}
\addcase\changealph{y}{ک}
\addcase\changealph{z}{گ}
\addcase\changealph{aa}{ل}
\addcase\changealph{ab}{م}
\addcase\changealph{ac}{ن}
\addcase\changealph{ad}{و}
\addcase\changealph{ae}{ه‍}
\addcase\changealph{af}{ی}



% Modify extra label of Persian items --------------------------------
\providecommand{\extrayearlabelfa}[1]{\changealph{#1}}










\endinput
%%
%% End of file “iran-bibtex.sty”.