annotate docs/SMC15/IEEEtran.bst @ 1418:6d47c4ed0e67

Scripts: generate_report.py fix (wrong directory passed on to score_plot.py)
author Brecht De Man <b.deman@qmul.ac.uk>
date Tue, 08 Dec 2015 22:13:14 +0100
parents 1de4c0257fa4
children
rev   line source
b@1402 1 %%
b@1402 2 %% IEEEtran.bst
b@1402 3 %% BibTeX Bibliography Style file for IEEE Journals and Conferences (unsorted)
b@1402 4 %% Version 1.12 (2007/01/11)
b@1402 5 %%
b@1402 6 %% Copyright (c) 2003-2007 Michael Shell
b@1402 7 %%
b@1402 8 %% Original starting code base and algorithms obtained from the output of
b@1402 9 %% Patrick W. Daly's makebst package as well as from prior versions of
b@1402 10 %% IEEE BibTeX styles:
b@1402 11 %%
b@1402 12 %% 1. Howard Trickey and Oren Patashnik's ieeetr.bst (1985/1988)
b@1402 13 %% 2. Silvano Balemi and Richard H. Roy's IEEEbib.bst (1993)
b@1402 14 %%
b@1402 15 %% Support sites:
b@1402 16 %% http://www.michaelshell.org/tex/ieeetran/
b@1402 17 %% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/
b@1402 18 %% and/or
b@1402 19 %% http://www.ieee.org/
b@1402 20 %%
b@1402 21 %% For use with BibTeX version 0.99a or later
b@1402 22 %%
b@1402 23 %% This is a numerical citation style.
b@1402 24 %%
b@1402 25 %%*************************************************************************
b@1402 26 %% Legal Notice:
b@1402 27 %% This code is offered as-is without any warranty either expressed or
b@1402 28 %% implied; without even the implied warranty of MERCHANTABILITY or
b@1402 29 %% FITNESS FOR A PARTICULAR PURPOSE!
b@1402 30 %% User assumes all risk.
b@1402 31 %% In no event shall IEEE or any contributor to this code be liable for
b@1402 32 %% any damages or losses, including, but not limited to, incidental,
b@1402 33 %% consequential, or any other damages, resulting from the use or misuse
b@1402 34 %% of any information contained here.
b@1402 35 %%
b@1402 36 %% All comments are the opinions of their respective authors and are not
b@1402 37 %% necessarily endorsed by the IEEE.
b@1402 38 %%
b@1402 39 %% This work is distributed under the LaTeX Project Public License (LPPL)
b@1402 40 %% ( http://www.latex-project.org/ ) version 1.3, and may be freely used,
b@1402 41 %% distributed and modified. A copy of the LPPL, version 1.3, is included
b@1402 42 %% in the base LaTeX documentation of all distributions of LaTeX released
b@1402 43 %% 2003/12/01 or later.
b@1402 44 %% Retain all contribution notices and credits.
b@1402 45 %% ** Modified files should be clearly indicated as such, including **
b@1402 46 %% ** renaming them and changing author support contact information. **
b@1402 47 %%
b@1402 48 %% File list of work: IEEEabrv.bib, IEEEfull.bib, IEEEexample.bib,
b@1402 49 %% IEEEtran.bst, IEEEtranS.bst, IEEEtranSA.bst,
b@1402 50 %% IEEEtranN.bst, IEEEtranSN.bst, IEEEtran_bst_HOWTO.pdf
b@1402 51 %%*************************************************************************
b@1402 52 %
b@1402 53 %
b@1402 54 % Changelog:
b@1402 55 %
b@1402 56 % 1.00 (2002/08/13) Initial release
b@1402 57 %
b@1402 58 % 1.10 (2002/09/27)
b@1402 59 % 1. Corrected minor bug for improperly formed warning message when a
b@1402 60 % book was not given a title. Thanks to Ming Kin Lai for reporting this.
b@1402 61 % 2. Added support for CTLname_format_string and CTLname_latex_cmd fields
b@1402 62 % in the BST control entry type.
b@1402 63 %
b@1402 64 % 1.11 (2003/04/02)
b@1402 65 % 1. Fixed bug with URLs containing underscores when using url.sty. Thanks
b@1402 66 % to Ming Kin Lai for reporting this.
b@1402 67 %
b@1402 68 % 1.12 (2007/01/11)
b@1402 69 % 1. Fixed bug with unwanted comma before "et al." when an entry contained
b@1402 70 % more than two author names. Thanks to Pallav Gupta for reporting this.
b@1402 71 % 2. Fixed bug with anomalous closing quote in tech reports that have a
b@1402 72 % type, but without a number or address. Thanks to Mehrdad Mirreza for
b@1402 73 % reporting this.
b@1402 74 % 3. Use braces in \providecommand in begin.bib to better support
b@1402 75 % latex2html. TeX style length assignments OK with recent versions
b@1402 76 % of latex2html - 1.71 (2002/2/1) or later is strongly recommended.
b@1402 77 % Use of the language field still causes trouble with latex2html.
b@1402 78 % Thanks to Federico Beffa for reporting this.
b@1402 79 % 4. Added IEEEtran.bst ID and version comment string to .bbl output.
b@1402 80 % 5. Provide a \BIBdecl hook that allows the user to execute commands
b@1402 81 % just prior to the first entry.
b@1402 82 % 6. Use default urlstyle (is using url.sty) of "same" rather than rm to
b@1402 83 % better work with a wider variety of bibliography styles.
b@1402 84 % 7. Changed month abbreviations from Sept., July and June to Sep., Jul.,
b@1402 85 % and Jun., respectively, as IEEE now does. Thanks to Moritz Borgmann
b@1402 86 % for reporting this.
b@1402 87 % 8. Control entry types should not be considered when calculating longest
b@1402 88 % label width.
b@1402 89 % 9. Added alias www for electronic/online.
b@1402 90 % 10. Added CTLname_url_prefix control entry type.
b@1402 91
b@1402 92
b@1402 93 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
b@1402 94 %% DEFAULTS FOR THE CONTROLS OF THE BST STYLE %%
b@1402 95 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
b@1402 96
b@1402 97 % These are the defaults for the user adjustable controls. The values used
b@1402 98 % here can be overridden by the user via IEEEtranBSTCTL entry type.
b@1402 99
b@1402 100 % NOTE: The recommended LaTeX command to invoke a control entry type is:
b@1402 101 %
b@1402 102 %\makeatletter
b@1402 103 %\def\bstctlcite{\@ifnextchar[{\@bstctlcite}{\@bstctlcite[@auxout]}}
b@1402 104 %\def\@bstctlcite[#1]#2{\@bsphack
b@1402 105 % \@for\@citeb:=#2\do{%
b@1402 106 % \edef\@citeb{\expandafter\@firstofone\@citeb}%
b@1402 107 % \if@filesw\immediate\write\csname #1\endcsname{\string\citation{\@citeb}}\fi}%
b@1402 108 % \@esphack}
b@1402 109 %\makeatother
b@1402 110 %
b@1402 111 % It is called at the start of the document, before the first \cite, like:
b@1402 112 % \bstctlcite{IEEEexample:BSTcontrol}
b@1402 113 %
b@1402 114 % IEEEtran.cls V1.6 and later does provide this command.
b@1402 115
b@1402 116
b@1402 117
b@1402 118 % #0 turns off the display of the number for articles.
b@1402 119 % #1 enables
b@1402 120 FUNCTION {default.is.use.number.for.article} { #1 }
b@1402 121
b@1402 122
b@1402 123 % #0 turns off the display of the paper and type fields in @inproceedings.
b@1402 124 % #1 enables
b@1402 125 FUNCTION {default.is.use.paper} { #1 }
b@1402 126
b@1402 127
b@1402 128 % #0 turns off the forced use of "et al."
b@1402 129 % #1 enables
b@1402 130 FUNCTION {default.is.forced.et.al} { #0 }
b@1402 131
b@1402 132 % The maximum number of names that can be present beyond which an "et al."
b@1402 133 % usage is forced. Be sure that num.names.shown.with.forced.et.al (below)
b@1402 134 % is not greater than this value!
b@1402 135 % Note: There are many instances of references in IEEE journals which have
b@1402 136 % a very large number of authors as well as instances in which "et al." is
b@1402 137 % used profusely.
b@1402 138 FUNCTION {default.max.num.names.before.forced.et.al} { #10 }
b@1402 139
b@1402 140 % The number of names that will be shown with a forced "et al.".
b@1402 141 % Must be less than or equal to max.num.names.before.forced.et.al
b@1402 142 FUNCTION {default.num.names.shown.with.forced.et.al} { #1 }
b@1402 143
b@1402 144
b@1402 145 % #0 turns off the alternate interword spacing for entries with URLs.
b@1402 146 % #1 enables
b@1402 147 FUNCTION {default.is.use.alt.interword.spacing} { #1 }
b@1402 148
b@1402 149 % If alternate interword spacing for entries with URLs is enabled, this is
b@1402 150 % the interword spacing stretch factor that will be used. For example, the
b@1402 151 % default "4" here means that the interword spacing in entries with URLs can
b@1402 152 % stretch to four times normal. Does not have to be an integer. Note that
b@1402 153 % the value specified here can be overridden by the user in their LaTeX
b@1402 154 % code via a command such as:
b@1402 155 % "\providecommand\BIBentryALTinterwordstretchfactor{1.5}" in addition to
b@1402 156 % that via the IEEEtranBSTCTL entry type.
b@1402 157 FUNCTION {default.ALTinterwordstretchfactor} { "4" }
b@1402 158
b@1402 159
b@1402 160 % #0 turns off the "dashification" of repeated (i.e., identical to those
b@1402 161 % of the previous entry) names. IEEE normally does this.
b@1402 162 % #1 enables
b@1402 163 FUNCTION {default.is.dash.repeated.names} { #1 }
b@1402 164
b@1402 165
b@1402 166 % The default name format control string.
b@1402 167 FUNCTION {default.name.format.string}{ "{f.~}{vv~}{ll}{, jj}" }
b@1402 168
b@1402 169
b@1402 170 % The default LaTeX font command for the names.
b@1402 171 FUNCTION {default.name.latex.cmd}{ "" }
b@1402 172
b@1402 173
b@1402 174 % The default URL prefix.
b@1402 175 FUNCTION {default.name.url.prefix}{ "[Online]. Available:" }
b@1402 176
b@1402 177
b@1402 178 % Other controls that cannot be accessed via IEEEtranBSTCTL entry type.
b@1402 179
b@1402 180 % #0 turns off the terminal startup banner/completed message so as to
b@1402 181 % operate more quietly.
b@1402 182 % #1 enables
b@1402 183 FUNCTION {is.print.banners.to.terminal} { #1 }
b@1402 184
b@1402 185
b@1402 186
b@1402 187
b@1402 188 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
b@1402 189 %% FILE VERSION AND BANNER %%
b@1402 190 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
b@1402 191
b@1402 192 FUNCTION{bst.file.version} { "1.12" }
b@1402 193 FUNCTION{bst.file.date} { "2007/01/11" }
b@1402 194 FUNCTION{bst.file.website} { "http://www.michaelshell.org/tex/ieeetran/bibtex/" }
b@1402 195
b@1402 196 FUNCTION {banner.message}
b@1402 197 { is.print.banners.to.terminal
b@1402 198 { "-- IEEEtran.bst version" " " * bst.file.version *
b@1402 199 " (" * bst.file.date * ") " * "by Michael Shell." *
b@1402 200 top$
b@1402 201 "-- " bst.file.website *
b@1402 202 top$
b@1402 203 "-- See the " quote$ * "IEEEtran_bst_HOWTO.pdf" * quote$ * " manual for usage information." *
b@1402 204 top$
b@1402 205 }
b@1402 206 { skip$ }
b@1402 207 if$
b@1402 208 }
b@1402 209
b@1402 210 FUNCTION {completed.message}
b@1402 211 { is.print.banners.to.terminal
b@1402 212 { ""
b@1402 213 top$
b@1402 214 "Done."
b@1402 215 top$
b@1402 216 }
b@1402 217 { skip$ }
b@1402 218 if$
b@1402 219 }
b@1402 220
b@1402 221
b@1402 222
b@1402 223
b@1402 224 %%%%%%%%%%%%%%%%%%%%%%
b@1402 225 %% STRING CONSTANTS %%
b@1402 226 %%%%%%%%%%%%%%%%%%%%%%
b@1402 227
b@1402 228 FUNCTION {bbl.and}{ "and" }
b@1402 229 FUNCTION {bbl.etal}{ "et~al." }
b@1402 230 FUNCTION {bbl.editors}{ "eds." }
b@1402 231 FUNCTION {bbl.editor}{ "ed." }
b@1402 232 FUNCTION {bbl.edition}{ "ed." }
b@1402 233 FUNCTION {bbl.volume}{ "vol." }
b@1402 234 FUNCTION {bbl.of}{ "of" }
b@1402 235 FUNCTION {bbl.number}{ "no." }
b@1402 236 FUNCTION {bbl.in}{ "in" }
b@1402 237 FUNCTION {bbl.pages}{ "pp." }
b@1402 238 FUNCTION {bbl.page}{ "p." }
b@1402 239 FUNCTION {bbl.chapter}{ "ch." }
b@1402 240 FUNCTION {bbl.paper}{ "paper" }
b@1402 241 FUNCTION {bbl.part}{ "pt." }
b@1402 242 FUNCTION {bbl.patent}{ "Patent" }
b@1402 243 FUNCTION {bbl.patentUS}{ "U.S." }
b@1402 244 FUNCTION {bbl.revision}{ "Rev." }
b@1402 245 FUNCTION {bbl.series}{ "ser." }
b@1402 246 FUNCTION {bbl.standard}{ "Std." }
b@1402 247 FUNCTION {bbl.techrep}{ "Tech. Rep." }
b@1402 248 FUNCTION {bbl.mthesis}{ "Master's thesis" }
b@1402 249 FUNCTION {bbl.phdthesis}{ "Ph.D. dissertation" }
b@1402 250 FUNCTION {bbl.st}{ "st" }
b@1402 251 FUNCTION {bbl.nd}{ "nd" }
b@1402 252 FUNCTION {bbl.rd}{ "rd" }
b@1402 253 FUNCTION {bbl.th}{ "th" }
b@1402 254
b@1402 255
b@1402 256 % This is the LaTeX spacer that is used when a larger than normal space
b@1402 257 % is called for (such as just before the address:publisher).
b@1402 258 FUNCTION {large.space} { "\hskip 1em plus 0.5em minus 0.4em\relax " }
b@1402 259
b@1402 260 % The LaTeX code for dashes that are used to represent repeated names.
b@1402 261 % Note: Some older IEEE journals used something like
b@1402 262 % "\rule{0.275in}{0.5pt}\," which is fairly thick and runs right along
b@1402 263 % the baseline. However, IEEE now uses a thinner, above baseline,
b@1402 264 % six dash long sequence.
b@1402 265 FUNCTION {repeated.name.dashes} { "------" }
b@1402 266
b@1402 267
b@1402 268
b@1402 269 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
b@1402 270 %% PREDEFINED STRING MACROS %%
b@1402 271 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
b@1402 272
b@1402 273 MACRO {jan} {"Jan."}
b@1402 274 MACRO {feb} {"Feb."}
b@1402 275 MACRO {mar} {"Mar."}
b@1402 276 MACRO {apr} {"Apr."}
b@1402 277 MACRO {may} {"May"}
b@1402 278 MACRO {jun} {"Jun."}
b@1402 279 MACRO {jul} {"Jul."}
b@1402 280 MACRO {aug} {"Aug."}
b@1402 281 MACRO {sep} {"Sep."}
b@1402 282 MACRO {oct} {"Oct."}
b@1402 283 MACRO {nov} {"Nov."}
b@1402 284 MACRO {dec} {"Dec."}
b@1402 285
b@1402 286
b@1402 287
b@1402 288 %%%%%%%%%%%%%%%%%%
b@1402 289 %% ENTRY FIELDS %%
b@1402 290 %%%%%%%%%%%%%%%%%%
b@1402 291
b@1402 292 ENTRY
b@1402 293 { address
b@1402 294 assignee
b@1402 295 author
b@1402 296 booktitle
b@1402 297 chapter
b@1402 298 day
b@1402 299 dayfiled
b@1402 300 edition
b@1402 301 editor
b@1402 302 howpublished
b@1402 303 institution
b@1402 304 intype
b@1402 305 journal
b@1402 306 key
b@1402 307 language
b@1402 308 month
b@1402 309 monthfiled
b@1402 310 nationality
b@1402 311 note
b@1402 312 number
b@1402 313 organization
b@1402 314 pages
b@1402 315 paper
b@1402 316 publisher
b@1402 317 school
b@1402 318 series
b@1402 319 revision
b@1402 320 title
b@1402 321 type
b@1402 322 url
b@1402 323 volume
b@1402 324 year
b@1402 325 yearfiled
b@1402 326 CTLuse_article_number
b@1402 327 CTLuse_paper
b@1402 328 CTLuse_forced_etal
b@1402 329 CTLmax_names_forced_etal
b@1402 330 CTLnames_show_etal
b@1402 331 CTLuse_alt_spacing
b@1402 332 CTLalt_stretch_factor
b@1402 333 CTLdash_repeated_names
b@1402 334 CTLname_format_string
b@1402 335 CTLname_latex_cmd
b@1402 336 CTLname_url_prefix
b@1402 337 }
b@1402 338 {}
b@1402 339 { label }
b@1402 340
b@1402 341
b@1402 342
b@1402 343
b@1402 344 %%%%%%%%%%%%%%%%%%%%%%%
b@1402 345 %% INTEGER VARIABLES %%
b@1402 346 %%%%%%%%%%%%%%%%%%%%%%%
b@1402 347
b@1402 348 INTEGERS { prev.status.punct this.status.punct punct.std
b@1402 349 punct.no punct.comma punct.period
b@1402 350 prev.status.space this.status.space space.std
b@1402 351 space.no space.normal space.large
b@1402 352 prev.status.quote this.status.quote quote.std
b@1402 353 quote.no quote.close
b@1402 354 prev.status.nline this.status.nline nline.std
b@1402 355 nline.no nline.newblock
b@1402 356 status.cap cap.std
b@1402 357 cap.no cap.yes}
b@1402 358
b@1402 359 INTEGERS { longest.label.width multiresult nameptr namesleft number.label numnames }
b@1402 360
b@1402 361 INTEGERS { is.use.number.for.article
b@1402 362 is.use.paper
b@1402 363 is.forced.et.al
b@1402 364 max.num.names.before.forced.et.al
b@1402 365 num.names.shown.with.forced.et.al
b@1402 366 is.use.alt.interword.spacing
b@1402 367 is.dash.repeated.names}
b@1402 368
b@1402 369
b@1402 370 %%%%%%%%%%%%%%%%%%%%%%
b@1402 371 %% STRING VARIABLES %%
b@1402 372 %%%%%%%%%%%%%%%%%%%%%%
b@1402 373
b@1402 374 STRINGS { bibinfo
b@1402 375 longest.label
b@1402 376 oldname
b@1402 377 s
b@1402 378 t
b@1402 379 ALTinterwordstretchfactor
b@1402 380 name.format.string
b@1402 381 name.latex.cmd
b@1402 382 name.url.prefix}
b@1402 383
b@1402 384
b@1402 385
b@1402 386
b@1402 387 %%%%%%%%%%%%%%%%%%%%%%%%%
b@1402 388 %% LOW LEVEL FUNCTIONS %%
b@1402 389 %%%%%%%%%%%%%%%%%%%%%%%%%
b@1402 390
b@1402 391 FUNCTION {initialize.controls}
b@1402 392 { default.is.use.number.for.article 'is.use.number.for.article :=
b@1402 393 default.is.use.paper 'is.use.paper :=
b@1402 394 default.is.forced.et.al 'is.forced.et.al :=
b@1402 395 default.max.num.names.before.forced.et.al 'max.num.names.before.forced.et.al :=
b@1402 396 default.num.names.shown.with.forced.et.al 'num.names.shown.with.forced.et.al :=
b@1402 397 default.is.use.alt.interword.spacing 'is.use.alt.interword.spacing :=
b@1402 398 default.is.dash.repeated.names 'is.dash.repeated.names :=
b@1402 399 default.ALTinterwordstretchfactor 'ALTinterwordstretchfactor :=
b@1402 400 default.name.format.string 'name.format.string :=
b@1402 401 default.name.latex.cmd 'name.latex.cmd :=
b@1402 402 default.name.url.prefix 'name.url.prefix :=
b@1402 403 }
b@1402 404
b@1402 405
b@1402 406 % This IEEEtran.bst features a very powerful and flexible mechanism for
b@1402 407 % controlling the capitalization, punctuation, spacing, quotation, and
b@1402 408 % newlines of the formatted entry fields. (Note: IEEEtran.bst does not need
b@1402 409 % or use the newline/newblock feature, but it has been implemented for
b@1402 410 % possible future use.) The output states of IEEEtran.bst consist of
b@1402 411 % multiple independent attributes and, as such, can be thought of as being
b@1402 412 % vectors, rather than the simple scalar values ("before.all",
b@1402 413 % "mid.sentence", etc.) used in most other .bst files.
b@1402 414 %
b@1402 415 % The more flexible and complex design used here was motivated in part by
b@1402 416 % IEEE's rather unusual bibliography style. For example, IEEE ends the
b@1402 417 % previous field item with a period and large space prior to the publisher
b@1402 418 % address; the @electronic entry types use periods as inter-item punctuation
b@1402 419 % rather than the commas used by the other entry types; and URLs are never
b@1402 420 % followed by periods even though they are the last item in the entry.
b@1402 421 % Although it is possible to accommodate these features with the conventional
b@1402 422 % output state system, the seemingly endless exceptions make for convoluted,
b@1402 423 % unreliable and difficult to maintain code.
b@1402 424 %
b@1402 425 % IEEEtran.bst's output state system can be easily understood via a simple
b@1402 426 % illustration of two most recently formatted entry fields (on the stack):
b@1402 427 %
b@1402 428 % CURRENT_ITEM
b@1402 429 % "PREVIOUS_ITEM
b@1402 430 %
b@1402 431 % which, in this example, is to eventually appear in the bibliography as:
b@1402 432 %
b@1402 433 % "PREVIOUS_ITEM," CURRENT_ITEM
b@1402 434 %
b@1402 435 % It is the job of the output routine to take the previous item off of the
b@1402 436 % stack (while leaving the current item at the top of the stack), apply its
b@1402 437 % trailing punctuation (including closing quote marks) and spacing, and then
b@1402 438 % to write the result to BibTeX's output buffer:
b@1402 439 %
b@1402 440 % "PREVIOUS_ITEM,"
b@1402 441 %
b@1402 442 % Punctuation (and spacing) between items is often determined by both of the
b@1402 443 % items rather than just the first one. The presence of quotation marks
b@1402 444 % further complicates the situation because, in standard English, trailing
b@1402 445 % punctuation marks are supposed to be contained within the quotes.
b@1402 446 %
b@1402 447 % IEEEtran.bst maintains two output state (aka "status") vectors which
b@1402 448 % correspond to the previous and current (aka "this") items. Each vector
b@1402 449 % consists of several independent attributes which track punctuation,
b@1402 450 % spacing, quotation, and newlines. Capitalization status is handled by a
b@1402 451 % separate scalar because the format routines, not the output routine,
b@1402 452 % handle capitalization and, therefore, there is no need to maintain the
b@1402 453 % capitalization attribute for both the "previous" and "this" items.
b@1402 454 %
b@1402 455 % When a format routine adds a new item, it copies the current output status
b@1402 456 % vector to the previous output status vector and (usually) resets the
b@1402 457 % current (this) output status vector to a "standard status" vector. Using a
b@1402 458 % "standard status" vector in this way allows us to redefine what we mean by
b@1402 459 % "standard status" at the start of each entry handler and reuse the same
b@1402 460 % format routines under the various inter-item separation schemes. For
b@1402 461 % example, the standard status vector for the @book entry type may use
b@1402 462 % commas for item separators, while the @electronic type may use periods,
b@1402 463 % yet both entry handlers exploit many of the exact same format routines.
b@1402 464 %
b@1402 465 % Because format routines have write access to the output status vector of
b@1402 466 % the previous item, they can override the punctuation choices of the
b@1402 467 % previous format routine! Therefore, it becomes trivial to implement rules
b@1402 468 % such as "Always use a period and a large space before the publisher." By
b@1402 469 % pushing the generation of the closing quote mark to the output routine, we
b@1402 470 % avoid all the problems caused by having to close a quote before having all
b@1402 471 % the information required to determine what the punctuation should be.
b@1402 472 %
b@1402 473 % The IEEEtran.bst output state system can easily be expanded if needed.
b@1402 474 % For instance, it is easy to add a "space.tie" attribute value if the
b@1402 475 % bibliography rules mandate that two items have to be joined with an
b@1402 476 % unbreakable space.
b@1402 477
b@1402 478 FUNCTION {initialize.status.constants}
b@1402 479 { #0 'punct.no :=
b@1402 480 #1 'punct.comma :=
b@1402 481 #2 'punct.period :=
b@1402 482 #0 'space.no :=
b@1402 483 #1 'space.normal :=
b@1402 484 #2 'space.large :=
b@1402 485 #0 'quote.no :=
b@1402 486 #1 'quote.close :=
b@1402 487 #0 'cap.no :=
b@1402 488 #1 'cap.yes :=
b@1402 489 #0 'nline.no :=
b@1402 490 #1 'nline.newblock :=
b@1402 491 }
b@1402 492
b@1402 493 FUNCTION {std.status.using.comma}
b@1402 494 { punct.comma 'punct.std :=
b@1402 495 space.normal 'space.std :=
b@1402 496 quote.no 'quote.std :=
b@1402 497 nline.no 'nline.std :=
b@1402 498 cap.no 'cap.std :=
b@1402 499 }
b@1402 500
b@1402 501 FUNCTION {std.status.using.period}
b@1402 502 { punct.period 'punct.std :=
b@1402 503 space.normal 'space.std :=
b@1402 504 quote.no 'quote.std :=
b@1402 505 nline.no 'nline.std :=
b@1402 506 cap.yes 'cap.std :=
b@1402 507 }
b@1402 508
b@1402 509 FUNCTION {initialize.prev.this.status}
b@1402 510 { punct.no 'prev.status.punct :=
b@1402 511 space.no 'prev.status.space :=
b@1402 512 quote.no 'prev.status.quote :=
b@1402 513 nline.no 'prev.status.nline :=
b@1402 514 punct.no 'this.status.punct :=
b@1402 515 space.no 'this.status.space :=
b@1402 516 quote.no 'this.status.quote :=
b@1402 517 nline.no 'this.status.nline :=
b@1402 518 cap.yes 'status.cap :=
b@1402 519 }
b@1402 520
b@1402 521 FUNCTION {this.status.std}
b@1402 522 { punct.std 'this.status.punct :=
b@1402 523 space.std 'this.status.space :=
b@1402 524 quote.std 'this.status.quote :=
b@1402 525 nline.std 'this.status.nline :=
b@1402 526 }
b@1402 527
b@1402 528 FUNCTION {cap.status.std}{ cap.std 'status.cap := }
b@1402 529
b@1402 530 FUNCTION {this.to.prev.status}
b@1402 531 { this.status.punct 'prev.status.punct :=
b@1402 532 this.status.space 'prev.status.space :=
b@1402 533 this.status.quote 'prev.status.quote :=
b@1402 534 this.status.nline 'prev.status.nline :=
b@1402 535 }
b@1402 536
b@1402 537
b@1402 538 FUNCTION {not}
b@1402 539 { { #0 }
b@1402 540 { #1 }
b@1402 541 if$
b@1402 542 }
b@1402 543
b@1402 544 FUNCTION {and}
b@1402 545 { { skip$ }
b@1402 546 { pop$ #0 }
b@1402 547 if$
b@1402 548 }
b@1402 549
b@1402 550 FUNCTION {or}
b@1402 551 { { pop$ #1 }
b@1402 552 { skip$ }
b@1402 553 if$
b@1402 554 }
b@1402 555
b@1402 556
b@1402 557 % convert the strings "yes" or "no" to #1 or #0 respectively
b@1402 558 FUNCTION {yes.no.to.int}
b@1402 559 { "l" change.case$ duplicate$
b@1402 560 "yes" =
b@1402 561 { pop$ #1 }
b@1402 562 { duplicate$ "no" =
b@1402 563 { pop$ #0 }
b@1402 564 { "unknown boolean " quote$ * swap$ * quote$ *
b@1402 565 " in " * cite$ * warning$
b@1402 566 #0
b@1402 567 }
b@1402 568 if$
b@1402 569 }
b@1402 570 if$
b@1402 571 }
b@1402 572
b@1402 573
b@1402 574 % pushes true if the single char string on the stack is in the
b@1402 575 % range of "0" to "9"
b@1402 576 FUNCTION {is.num}
b@1402 577 { chr.to.int$
b@1402 578 duplicate$ "0" chr.to.int$ < not
b@1402 579 swap$ "9" chr.to.int$ > not and
b@1402 580 }
b@1402 581
b@1402 582 % multiplies the integer on the stack by a factor of 10
b@1402 583 FUNCTION {bump.int.mag}
b@1402 584 { #0 'multiresult :=
b@1402 585 { duplicate$ #0 > }
b@1402 586 { #1 -
b@1402 587 multiresult #10 +
b@1402 588 'multiresult :=
b@1402 589 }
b@1402 590 while$
b@1402 591 pop$
b@1402 592 multiresult
b@1402 593 }
b@1402 594
b@1402 595 % converts a single character string on the stack to an integer
b@1402 596 FUNCTION {char.to.integer}
b@1402 597 { duplicate$
b@1402 598 is.num
b@1402 599 { chr.to.int$ "0" chr.to.int$ - }
b@1402 600 {"noninteger character " quote$ * swap$ * quote$ *
b@1402 601 " in integer field of " * cite$ * warning$
b@1402 602 #0
b@1402 603 }
b@1402 604 if$
b@1402 605 }
b@1402 606
b@1402 607 % converts a string on the stack to an integer
b@1402 608 FUNCTION {string.to.integer}
b@1402 609 { duplicate$ text.length$ 'namesleft :=
b@1402 610 #1 'nameptr :=
b@1402 611 #0 'numnames :=
b@1402 612 { nameptr namesleft > not }
b@1402 613 { duplicate$ nameptr #1 substring$
b@1402 614 char.to.integer numnames bump.int.mag +
b@1402 615 'numnames :=
b@1402 616 nameptr #1 +
b@1402 617 'nameptr :=
b@1402 618 }
b@1402 619 while$
b@1402 620 pop$
b@1402 621 numnames
b@1402 622 }
b@1402 623
b@1402 624
b@1402 625
b@1402 626
b@1402 627 % The output routines write out the *next* to the top (previous) item on the
b@1402 628 % stack, adding punctuation and such as needed. Since IEEEtran.bst maintains
b@1402 629 % the output status for the top two items on the stack, these output
b@1402 630 % routines have to consider the previous output status (which corresponds to
b@1402 631 % the item that is being output). Full independent control of punctuation,
b@1402 632 % closing quote marks, spacing, and newblock is provided.
b@1402 633 %
b@1402 634 % "output.nonnull" does not check for the presence of a previous empty
b@1402 635 % item.
b@1402 636 %
b@1402 637 % "output" does check for the presence of a previous empty item and will
b@1402 638 % remove an empty item rather than outputing it.
b@1402 639 %
b@1402 640 % "output.warn" is like "output", but will issue a warning if it detects
b@1402 641 % an empty item.
b@1402 642
b@1402 643 FUNCTION {output.nonnull}
b@1402 644 { swap$
b@1402 645 prev.status.punct punct.comma =
b@1402 646 { "," * }
b@1402 647 { skip$ }
b@1402 648 if$
b@1402 649 prev.status.punct punct.period =
b@1402 650 { add.period$ }
b@1402 651 { skip$ }
b@1402 652 if$
b@1402 653 prev.status.quote quote.close =
b@1402 654 { "''" * }
b@1402 655 { skip$ }
b@1402 656 if$
b@1402 657 prev.status.space space.normal =
b@1402 658 { " " * }
b@1402 659 { skip$ }
b@1402 660 if$
b@1402 661 prev.status.space space.large =
b@1402 662 { large.space * }
b@1402 663 { skip$ }
b@1402 664 if$
b@1402 665 write$
b@1402 666 prev.status.nline nline.newblock =
b@1402 667 { newline$ "\newblock " write$ }
b@1402 668 { skip$ }
b@1402 669 if$
b@1402 670 }
b@1402 671
b@1402 672 FUNCTION {output}
b@1402 673 { duplicate$ empty$
b@1402 674 'pop$
b@1402 675 'output.nonnull
b@1402 676 if$
b@1402 677 }
b@1402 678
b@1402 679 FUNCTION {output.warn}
b@1402 680 { 't :=
b@1402 681 duplicate$ empty$
b@1402 682 { pop$ "empty " t * " in " * cite$ * warning$ }
b@1402 683 'output.nonnull
b@1402 684 if$
b@1402 685 }
b@1402 686
b@1402 687 % "fin.entry" is the output routine that handles the last item of the entry
b@1402 688 % (which will be on the top of the stack when "fin.entry" is called).
b@1402 689
b@1402 690 FUNCTION {fin.entry}
b@1402 691 { this.status.punct punct.no =
b@1402 692 { skip$ }
b@1402 693 { add.period$ }
b@1402 694 if$
b@1402 695 this.status.quote quote.close =
b@1402 696 { "''" * }
b@1402 697 { skip$ }
b@1402 698 if$
b@1402 699 write$
b@1402 700 newline$
b@1402 701 }
b@1402 702
b@1402 703
b@1402 704 FUNCTION {is.last.char.not.punct}
b@1402 705 { duplicate$
b@1402 706 "}" * add.period$
b@1402 707 #-1 #1 substring$ "." =
b@1402 708 }
b@1402 709
b@1402 710 FUNCTION {is.multiple.pages}
b@1402 711 { 't :=
b@1402 712 #0 'multiresult :=
b@1402 713 { multiresult not
b@1402 714 t empty$ not
b@1402 715 and
b@1402 716 }
b@1402 717 { t #1 #1 substring$
b@1402 718 duplicate$ "-" =
b@1402 719 swap$ duplicate$ "," =
b@1402 720 swap$ "+" =
b@1402 721 or or
b@1402 722 { #1 'multiresult := }
b@1402 723 { t #2 global.max$ substring$ 't := }
b@1402 724 if$
b@1402 725 }
b@1402 726 while$
b@1402 727 multiresult
b@1402 728 }
b@1402 729
b@1402 730 FUNCTION {capitalize}{ "u" change.case$ "t" change.case$ }
b@1402 731
b@1402 732 FUNCTION {emphasize}
b@1402 733 { duplicate$ empty$
b@1402 734 { pop$ "" }
b@1402 735 { "\emph{" swap$ * "}" * }
b@1402 736 if$
b@1402 737 }
b@1402 738
b@1402 739 FUNCTION {do.name.latex.cmd}
b@1402 740 { name.latex.cmd
b@1402 741 empty$
b@1402 742 { skip$ }
b@1402 743 { name.latex.cmd "{" * swap$ * "}" * }
b@1402 744 if$
b@1402 745 }
b@1402 746
b@1402 747 % IEEEtran.bst uses its own \BIBforeignlanguage command which directly
b@1402 748 % invokes the TeX hyphenation patterns without the need of the Babel
b@1402 749 % package. Babel does a lot more than switch hyphenation patterns and
b@1402 750 % its loading can cause unintended effects in many class files (such as
b@1402 751 % IEEEtran.cls).
b@1402 752 FUNCTION {select.language}
b@1402 753 { duplicate$ empty$ 'pop$
b@1402 754 { language empty$ 'skip$
b@1402 755 { "\BIBforeignlanguage{" language * "}{" * swap$ * "}" * }
b@1402 756 if$
b@1402 757 }
b@1402 758 if$
b@1402 759 }
b@1402 760
b@1402 761 FUNCTION {tie.or.space.prefix}
b@1402 762 { duplicate$ text.length$ #3 <
b@1402 763 { "~" }
b@1402 764 { " " }
b@1402 765 if$
b@1402 766 swap$
b@1402 767 }
b@1402 768
b@1402 769 FUNCTION {get.bbl.editor}
b@1402 770 { editor num.names$ #1 > 'bbl.editors 'bbl.editor if$ }
b@1402 771
b@1402 772 FUNCTION {space.word}{ " " swap$ * " " * }
b@1402 773
b@1402 774
b@1402 775 % Field Conditioners, Converters, Checkers and External Interfaces
b@1402 776
b@1402 777 FUNCTION {empty.field.to.null.string}
b@1402 778 { duplicate$ empty$
b@1402 779 { pop$ "" }
b@1402 780 { skip$ }
b@1402 781 if$
b@1402 782 }
b@1402 783
b@1402 784 FUNCTION {either.or.check}
b@1402 785 { empty$
b@1402 786 { pop$ }
b@1402 787 { "can't use both " swap$ * " fields in " * cite$ * warning$ }
b@1402 788 if$
b@1402 789 }
b@1402 790
b@1402 791 FUNCTION {empty.entry.warn}
b@1402 792 { author empty$ title empty$ howpublished empty$
b@1402 793 month empty$ year empty$ note empty$ url empty$
b@1402 794 and and and and and and
b@1402 795 { "all relevant fields are empty in " cite$ * warning$ }
b@1402 796 'skip$
b@1402 797 if$
b@1402 798 }
b@1402 799
b@1402 800
b@1402 801 % The bibinfo system provides a way for the electronic parsing/acquisition
b@1402 802 % of a bibliography's contents as is done by ReVTeX. For example, a field
b@1402 803 % could be entered into the bibliography as:
b@1402 804 % \bibinfo{volume}{2}
b@1402 805 % Only the "2" would show up in the document, but the LaTeX \bibinfo command
b@1402 806 % could do additional things with the information. IEEEtran.bst does provide
b@1402 807 % a \bibinfo command via "\providecommand{\bibinfo}[2]{#2}". However, it is
b@1402 808 % currently not used as the bogus bibinfo functions defined here output the
b@1402 809 % entry values directly without the \bibinfo wrapper. The bibinfo functions
b@1402 810 % themselves (and the calls to them) are retained for possible future use.
b@1402 811 %
b@1402 812 % bibinfo.check avoids acting on missing fields while bibinfo.warn will
b@1402 813 % issue a warning message if a missing field is detected. Prior to calling
b@1402 814 % the bibinfo functions, the user should push the field value and then its
b@1402 815 % name string, in that order.
b@1402 816
b@1402 817 FUNCTION {bibinfo.check}
b@1402 818 { swap$ duplicate$ missing$
b@1402 819 { pop$ pop$ "" }
b@1402 820 { duplicate$ empty$
b@1402 821 { swap$ pop$ }
b@1402 822 { swap$ pop$ }
b@1402 823 if$
b@1402 824 }
b@1402 825 if$
b@1402 826 }
b@1402 827
b@1402 828 FUNCTION {bibinfo.warn}
b@1402 829 { swap$ duplicate$ missing$
b@1402 830 { swap$ "missing " swap$ * " in " * cite$ * warning$ pop$ "" }
b@1402 831 { duplicate$ empty$
b@1402 832 { swap$ "empty " swap$ * " in " * cite$ * warning$ }
b@1402 833 { swap$ pop$ }
b@1402 834 if$
b@1402 835 }
b@1402 836 if$
b@1402 837 }
b@1402 838
b@1402 839
b@1402 840 % IEEE separates large numbers with more than 4 digits into groups of
b@1402 841 % three. IEEE uses a small space to separate these number groups.
b@1402 842 % Typical applications include patent and page numbers.
b@1402 843
b@1402 844 % number of consecutive digits required to trigger the group separation.
b@1402 845 FUNCTION {large.number.trigger}{ #5 }
b@1402 846
b@1402 847 % For numbers longer than the trigger, this is the blocksize of the groups.
b@1402 848 % The blocksize must be less than the trigger threshold, and 2 * blocksize
b@1402 849 % must be greater than the trigger threshold (can't do more than one
b@1402 850 % separation on the initial trigger).
b@1402 851 FUNCTION {large.number.blocksize}{ #3 }
b@1402 852
b@1402 853 % What is actually inserted between the number groups.
b@1402 854 FUNCTION {large.number.separator}{ "\," }
b@1402 855
b@1402 856 % So as to save on integer variables by reusing existing ones, numnames
b@1402 857 % holds the current number of consecutive digits read and nameptr holds
b@1402 858 % the number that will trigger an inserted space.
b@1402 859 FUNCTION {large.number.separate}
b@1402 860 { 't :=
b@1402 861 ""
b@1402 862 #0 'numnames :=
b@1402 863 large.number.trigger 'nameptr :=
b@1402 864 { t empty$ not }
b@1402 865 { t #-1 #1 substring$ is.num
b@1402 866 { numnames #1 + 'numnames := }
b@1402 867 { #0 'numnames :=
b@1402 868 large.number.trigger 'nameptr :=
b@1402 869 }
b@1402 870 if$
b@1402 871 t #-1 #1 substring$ swap$ *
b@1402 872 t #-2 global.max$ substring$ 't :=
b@1402 873 numnames nameptr =
b@1402 874 { duplicate$ #1 nameptr large.number.blocksize - substring$ swap$
b@1402 875 nameptr large.number.blocksize - #1 + global.max$ substring$
b@1402 876 large.number.separator swap$ * *
b@1402 877 nameptr large.number.blocksize - 'numnames :=
b@1402 878 large.number.blocksize #1 + 'nameptr :=
b@1402 879 }
b@1402 880 { skip$ }
b@1402 881 if$
b@1402 882 }
b@1402 883 while$
b@1402 884 }
b@1402 885
b@1402 886 % Converts all single dashes "-" to double dashes "--".
b@1402 887 FUNCTION {n.dashify}
b@1402 888 { large.number.separate
b@1402 889 't :=
b@1402 890 ""
b@1402 891 { t empty$ not }
b@1402 892 { t #1 #1 substring$ "-" =
b@1402 893 { t #1 #2 substring$ "--" = not
b@1402 894 { "--" *
b@1402 895 t #2 global.max$ substring$ 't :=
b@1402 896 }
b@1402 897 { { t #1 #1 substring$ "-" = }
b@1402 898 { "-" *
b@1402 899 t #2 global.max$ substring$ 't :=
b@1402 900 }
b@1402 901 while$
b@1402 902 }
b@1402 903 if$
b@1402 904 }
b@1402 905 { t #1 #1 substring$ *
b@1402 906 t #2 global.max$ substring$ 't :=
b@1402 907 }
b@1402 908 if$
b@1402 909 }
b@1402 910 while$
b@1402 911 }
b@1402 912
b@1402 913
b@1402 914 % This function detects entries with names that are identical to that of
b@1402 915 % the previous entry and replaces the repeated names with dashes (if the
b@1402 916 % "is.dash.repeated.names" user control is nonzero).
b@1402 917 FUNCTION {name.or.dash}
b@1402 918 { 's :=
b@1402 919 oldname empty$
b@1402 920 { s 'oldname := s }
b@1402 921 { s oldname =
b@1402 922 { is.dash.repeated.names
b@1402 923 { repeated.name.dashes }
b@1402 924 { s 'oldname := s }
b@1402 925 if$
b@1402 926 }
b@1402 927 { s 'oldname := s }
b@1402 928 if$
b@1402 929 }
b@1402 930 if$
b@1402 931 }
b@1402 932
b@1402 933 % Converts the number string on the top of the stack to
b@1402 934 % "numerical ordinal form" (e.g., "7" to "7th"). There is
b@1402 935 % no artificial limit to the upper bound of the numbers as the
b@1402 936 % least significant digit always determines the ordinal form.
b@1402 937 FUNCTION {num.to.ordinal}
b@1402 938 { duplicate$ #-1 #1 substring$ "1" =
b@1402 939 { bbl.st * }
b@1402 940 { duplicate$ #-1 #1 substring$ "2" =
b@1402 941 { bbl.nd * }
b@1402 942 { duplicate$ #-1 #1 substring$ "3" =
b@1402 943 { bbl.rd * }
b@1402 944 { bbl.th * }
b@1402 945 if$
b@1402 946 }
b@1402 947 if$
b@1402 948 }
b@1402 949 if$
b@1402 950 }
b@1402 951
b@1402 952 % If the string on the top of the stack begins with a number,
b@1402 953 % (e.g., 11th) then replace the string with the leading number
b@1402 954 % it contains. Otherwise retain the string as-is. s holds the
b@1402 955 % extracted number, t holds the part of the string that remains
b@1402 956 % to be scanned.
b@1402 957 FUNCTION {extract.num}
b@1402 958 { duplicate$ 't :=
b@1402 959 "" 's :=
b@1402 960 { t empty$ not }
b@1402 961 { t #1 #1 substring$
b@1402 962 t #2 global.max$ substring$ 't :=
b@1402 963 duplicate$ is.num
b@1402 964 { s swap$ * 's := }
b@1402 965 { pop$ "" 't := }
b@1402 966 if$
b@1402 967 }
b@1402 968 while$
b@1402 969 s empty$
b@1402 970 'skip$
b@1402 971 { pop$ s }
b@1402 972 if$
b@1402 973 }
b@1402 974
b@1402 975 % Converts the word number string on the top of the stack to
b@1402 976 % Arabic string form. Will be successful up to "tenth".
b@1402 977 FUNCTION {word.to.num}
b@1402 978 { duplicate$ "l" change.case$ 's :=
b@1402 979 s "first" =
b@1402 980 { pop$ "1" }
b@1402 981 { skip$ }
b@1402 982 if$
b@1402 983 s "second" =
b@1402 984 { pop$ "2" }
b@1402 985 { skip$ }
b@1402 986 if$
b@1402 987 s "third" =
b@1402 988 { pop$ "3" }
b@1402 989 { skip$ }
b@1402 990 if$
b@1402 991 s "fourth" =
b@1402 992 { pop$ "4" }
b@1402 993 { skip$ }
b@1402 994 if$
b@1402 995 s "fifth" =
b@1402 996 { pop$ "5" }
b@1402 997 { skip$ }
b@1402 998 if$
b@1402 999 s "sixth" =
b@1402 1000 { pop$ "6" }
b@1402 1001 { skip$ }
b@1402 1002 if$
b@1402 1003 s "seventh" =
b@1402 1004 { pop$ "7" }
b@1402 1005 { skip$ }
b@1402 1006 if$
b@1402 1007 s "eighth" =
b@1402 1008 { pop$ "8" }
b@1402 1009 { skip$ }
b@1402 1010 if$
b@1402 1011 s "ninth" =
b@1402 1012 { pop$ "9" }
b@1402 1013 { skip$ }
b@1402 1014 if$
b@1402 1015 s "tenth" =
b@1402 1016 { pop$ "10" }
b@1402 1017 { skip$ }
b@1402 1018 if$
b@1402 1019 }
b@1402 1020
b@1402 1021
b@1402 1022 % Converts the string on the top of the stack to numerical
b@1402 1023 % ordinal (e.g., "11th") form.
b@1402 1024 FUNCTION {convert.edition}
b@1402 1025 { duplicate$ empty$ 'skip$
b@1402 1026 { duplicate$ #1 #1 substring$ is.num
b@1402 1027 { extract.num
b@1402 1028 num.to.ordinal
b@1402 1029 }
b@1402 1030 { word.to.num
b@1402 1031 duplicate$ #1 #1 substring$ is.num
b@1402 1032 { num.to.ordinal }
b@1402 1033 { "edition ordinal word " quote$ * edition * quote$ *
b@1402 1034 " may be too high (or improper) for conversion" * " in " * cite$ * warning$
b@1402 1035 }
b@1402 1036 if$
b@1402 1037 }
b@1402 1038 if$
b@1402 1039 }
b@1402 1040 if$
b@1402 1041 }
b@1402 1042
b@1402 1043
b@1402 1044
b@1402 1045
b@1402 1046 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
b@1402 1047 %% LATEX BIBLIOGRAPHY CODE %%
b@1402 1048 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
b@1402 1049
b@1402 1050 FUNCTION {start.entry}
b@1402 1051 { newline$
b@1402 1052 "\bibitem{" write$
b@1402 1053 cite$ write$
b@1402 1054 "}" write$
b@1402 1055 newline$
b@1402 1056 ""
b@1402 1057 initialize.prev.this.status
b@1402 1058 }
b@1402 1059
b@1402 1060 % Here we write out all the LaTeX code that we will need. The most involved
b@1402 1061 % code sequences are those that control the alternate interword spacing and
b@1402 1062 % foreign language hyphenation patterns. The heavy use of \providecommand
b@1402 1063 % gives users a way to override the defaults. Special thanks to Javier Bezos,
b@1402 1064 % Johannes Braams, Robin Fairbairns, Heiko Oberdiek, Donald Arseneau and all
b@1402 1065 % the other gurus on comp.text.tex for their help and advice on the topic of
b@1402 1066 % \selectlanguage, Babel and BibTeX.
b@1402 1067 FUNCTION {begin.bib}
b@1402 1068 { "% Generated by IEEEtran.bst, version: " bst.file.version * " (" * bst.file.date * ")" *
b@1402 1069 write$ newline$
b@1402 1070 preamble$ empty$ 'skip$
b@1402 1071 { preamble$ write$ newline$ }
b@1402 1072 if$
b@1402 1073 "\begin{thebibliography}{" longest.label * "}" *
b@1402 1074 write$ newline$
b@1402 1075 "\providecommand{\url}[1]{#1}"
b@1402 1076 write$ newline$
b@1402 1077 "\csname url@samestyle\endcsname"
b@1402 1078 write$ newline$
b@1402 1079 "\providecommand{\newblock}{\relax}"
b@1402 1080 write$ newline$
b@1402 1081 "\providecommand{\bibinfo}[2]{#2}"
b@1402 1082 write$ newline$
b@1402 1083 "\providecommand{\BIBentrySTDinterwordspacing}{\spaceskip=0pt\relax}"
b@1402 1084 write$ newline$
b@1402 1085 "\providecommand{\BIBentryALTinterwordstretchfactor}{"
b@1402 1086 ALTinterwordstretchfactor * "}" *
b@1402 1087 write$ newline$
b@1402 1088 "\providecommand{\BIBentryALTinterwordspacing}{\spaceskip=\fontdimen2\font plus "
b@1402 1089 write$ newline$
b@1402 1090 "\BIBentryALTinterwordstretchfactor\fontdimen3\font minus \fontdimen4\font\relax}"
b@1402 1091 write$ newline$
b@1402 1092 "\providecommand{\BIBforeignlanguage}[2]{{%"
b@1402 1093 write$ newline$
b@1402 1094 "\expandafter\ifx\csname l@#1\endcsname\relax"
b@1402 1095 write$ newline$
b@1402 1096 "\typeout{** WARNING: IEEEtran.bst: No hyphenation pattern has been}%"
b@1402 1097 write$ newline$
b@1402 1098 "\typeout{** loaded for the language `#1'. Using the pattern for}%"
b@1402 1099 write$ newline$
b@1402 1100 "\typeout{** the default language instead.}%"
b@1402 1101 write$ newline$
b@1402 1102 "\else"
b@1402 1103 write$ newline$
b@1402 1104 "\language=\csname l@#1\endcsname"
b@1402 1105 write$ newline$
b@1402 1106 "\fi"
b@1402 1107 write$ newline$
b@1402 1108 "#2}}"
b@1402 1109 write$ newline$
b@1402 1110 "\providecommand{\BIBdecl}{\relax}"
b@1402 1111 write$ newline$
b@1402 1112 "\BIBdecl"
b@1402 1113 write$ newline$
b@1402 1114 }
b@1402 1115
b@1402 1116 FUNCTION {end.bib}
b@1402 1117 { newline$ "\end{thebibliography}" write$ newline$ }
b@1402 1118
b@1402 1119 FUNCTION {if.url.alt.interword.spacing}
b@1402 1120 { is.use.alt.interword.spacing
b@1402 1121 {url empty$ 'skip$ {"\BIBentryALTinterwordspacing" write$ newline$} if$}
b@1402 1122 { skip$ }
b@1402 1123 if$
b@1402 1124 }
b@1402 1125
b@1402 1126 FUNCTION {if.url.std.interword.spacing}
b@1402 1127 { is.use.alt.interword.spacing
b@1402 1128 {url empty$ 'skip$ {"\BIBentrySTDinterwordspacing" write$ newline$} if$}
b@1402 1129 { skip$ }
b@1402 1130 if$
b@1402 1131 }
b@1402 1132
b@1402 1133
b@1402 1134
b@1402 1135
b@1402 1136 %%%%%%%%%%%%%%%%%%%%%%%%
b@1402 1137 %% LONGEST LABEL PASS %%
b@1402 1138 %%%%%%%%%%%%%%%%%%%%%%%%
b@1402 1139
b@1402 1140 FUNCTION {initialize.longest.label}
b@1402 1141 { "" 'longest.label :=
b@1402 1142 #1 'number.label :=
b@1402 1143 #0 'longest.label.width :=
b@1402 1144 }
b@1402 1145
b@1402 1146 FUNCTION {longest.label.pass}
b@1402 1147 { type$ "ieeetranbstctl" =
b@1402 1148 { skip$ }
b@1402 1149 { number.label int.to.str$ 'label :=
b@1402 1150 number.label #1 + 'number.label :=
b@1402 1151 label width$ longest.label.width >
b@1402 1152 { label 'longest.label :=
b@1402 1153 label width$ 'longest.label.width :=
b@1402 1154 }
b@1402 1155 { skip$ }
b@1402 1156 if$
b@1402 1157 }
b@1402 1158 if$
b@1402 1159 }
b@1402 1160
b@1402 1161
b@1402 1162
b@1402 1163
b@1402 1164 %%%%%%%%%%%%%%%%%%%%%
b@1402 1165 %% FORMAT HANDLERS %%
b@1402 1166 %%%%%%%%%%%%%%%%%%%%%
b@1402 1167
b@1402 1168 %% Lower Level Formats (used by higher level formats)
b@1402 1169
b@1402 1170 FUNCTION {format.address.org.or.pub.date}
b@1402 1171 { 't :=
b@1402 1172 ""
b@1402 1173 year empty$
b@1402 1174 { "empty year in " cite$ * warning$ }
b@1402 1175 { skip$ }
b@1402 1176 if$
b@1402 1177 address empty$ t empty$ and
b@1402 1178 year empty$ and month empty$ and
b@1402 1179 { skip$ }
b@1402 1180 { this.to.prev.status
b@1402 1181 this.status.std
b@1402 1182 cap.status.std
b@1402 1183 address "address" bibinfo.check *
b@1402 1184 t empty$
b@1402 1185 { skip$ }
b@1402 1186 { punct.period 'prev.status.punct :=
b@1402 1187 space.large 'prev.status.space :=
b@1402 1188 address empty$
b@1402 1189 { skip$ }
b@1402 1190 { ": " * }
b@1402 1191 if$
b@1402 1192 t *
b@1402 1193 }
b@1402 1194 if$
b@1402 1195 year empty$ month empty$ and
b@1402 1196 { skip$ }
b@1402 1197 { t empty$ address empty$ and
b@1402 1198 { skip$ }
b@1402 1199 { ", " * }
b@1402 1200 if$
b@1402 1201 month empty$
b@1402 1202 { year empty$
b@1402 1203 { skip$ }
b@1402 1204 { year "year" bibinfo.check * }
b@1402 1205 if$
b@1402 1206 }
b@1402 1207 { month "month" bibinfo.check *
b@1402 1208 year empty$
b@1402 1209 { skip$ }
b@1402 1210 { " " * year "year" bibinfo.check * }
b@1402 1211 if$
b@1402 1212 }
b@1402 1213 if$
b@1402 1214 }
b@1402 1215 if$
b@1402 1216 }
b@1402 1217 if$
b@1402 1218 }
b@1402 1219
b@1402 1220
b@1402 1221 FUNCTION {format.names}
b@1402 1222 { 'bibinfo :=
b@1402 1223 duplicate$ empty$ 'skip$ {
b@1402 1224 this.to.prev.status
b@1402 1225 this.status.std
b@1402 1226 's :=
b@1402 1227 "" 't :=
b@1402 1228 #1 'nameptr :=
b@1402 1229 s num.names$ 'numnames :=
b@1402 1230 numnames 'namesleft :=
b@1402 1231 { namesleft #0 > }
b@1402 1232 { s nameptr
b@1402 1233 name.format.string
b@1402 1234 format.name$
b@1402 1235 bibinfo bibinfo.check
b@1402 1236 't :=
b@1402 1237 nameptr #1 >
b@1402 1238 { nameptr num.names.shown.with.forced.et.al #1 + =
b@1402 1239 numnames max.num.names.before.forced.et.al >
b@1402 1240 is.forced.et.al and and
b@1402 1241 { "others" 't :=
b@1402 1242 #1 'namesleft :=
b@1402 1243 }
b@1402 1244 { skip$ }
b@1402 1245 if$
b@1402 1246 namesleft #1 >
b@1402 1247 { ", " * t do.name.latex.cmd * }
b@1402 1248 { s nameptr "{ll}" format.name$ duplicate$ "others" =
b@1402 1249 { 't := }
b@1402 1250 { pop$ }
b@1402 1251 if$
b@1402 1252 t "others" =
b@1402 1253 { " " * bbl.etal emphasize * }
b@1402 1254 { numnames #2 >
b@1402 1255 { "," * }
b@1402 1256 { skip$ }
b@1402 1257 if$
b@1402 1258 bbl.and
b@1402 1259 space.word * t do.name.latex.cmd *
b@1402 1260 }
b@1402 1261 if$
b@1402 1262 }
b@1402 1263 if$
b@1402 1264 }
b@1402 1265 { t do.name.latex.cmd }
b@1402 1266 if$
b@1402 1267 nameptr #1 + 'nameptr :=
b@1402 1268 namesleft #1 - 'namesleft :=
b@1402 1269 }
b@1402 1270 while$
b@1402 1271 cap.status.std
b@1402 1272 } if$
b@1402 1273 }
b@1402 1274
b@1402 1275
b@1402 1276
b@1402 1277
b@1402 1278 %% Higher Level Formats
b@1402 1279
b@1402 1280 %% addresses/locations
b@1402 1281
b@1402 1282 FUNCTION {format.address}
b@1402 1283 { address duplicate$ empty$ 'skip$
b@1402 1284 { this.to.prev.status
b@1402 1285 this.status.std
b@1402 1286 cap.status.std
b@1402 1287 }
b@1402 1288 if$
b@1402 1289 }
b@1402 1290
b@1402 1291
b@1402 1292
b@1402 1293 %% author/editor names
b@1402 1294
b@1402 1295 FUNCTION {format.authors}{ author "author" format.names }
b@1402 1296
b@1402 1297 FUNCTION {format.editors}
b@1402 1298 { editor "editor" format.names duplicate$ empty$ 'skip$
b@1402 1299 { ", " *
b@1402 1300 get.bbl.editor
b@1402 1301 capitalize
b@1402 1302 *
b@1402 1303 }
b@1402 1304 if$
b@1402 1305 }
b@1402 1306
b@1402 1307
b@1402 1308
b@1402 1309 %% date
b@1402 1310
b@1402 1311 FUNCTION {format.date}
b@1402 1312 {
b@1402 1313 month "month" bibinfo.check duplicate$ empty$
b@1402 1314 year "year" bibinfo.check duplicate$ empty$
b@1402 1315 { swap$ 'skip$
b@1402 1316 { this.to.prev.status
b@1402 1317 this.status.std
b@1402 1318 cap.status.std
b@1402 1319 "there's a month but no year in " cite$ * warning$ }
b@1402 1320 if$
b@1402 1321 *
b@1402 1322 }
b@1402 1323 { this.to.prev.status
b@1402 1324 this.status.std
b@1402 1325 cap.status.std
b@1402 1326 swap$ 'skip$
b@1402 1327 {
b@1402 1328 swap$
b@1402 1329 " " * swap$
b@1402 1330 }
b@1402 1331 if$
b@1402 1332 *
b@1402 1333 }
b@1402 1334 if$
b@1402 1335 }
b@1402 1336
b@1402 1337 FUNCTION {format.date.electronic}
b@1402 1338 { month "month" bibinfo.check duplicate$ empty$
b@1402 1339 year "year" bibinfo.check duplicate$ empty$
b@1402 1340 { swap$
b@1402 1341 { pop$ }
b@1402 1342 { "there's a month but no year in " cite$ * warning$
b@1402 1343 pop$ ")" * "(" swap$ *
b@1402 1344 this.to.prev.status
b@1402 1345 punct.no 'this.status.punct :=
b@1402 1346 space.normal 'this.status.space :=
b@1402 1347 quote.no 'this.status.quote :=
b@1402 1348 cap.yes 'status.cap :=
b@1402 1349 }
b@1402 1350 if$
b@1402 1351 }
b@1402 1352 { swap$
b@1402 1353 { swap$ pop$ ")" * "(" swap$ * }
b@1402 1354 { "(" swap$ * ", " * swap$ * ")" * }
b@1402 1355 if$
b@1402 1356 this.to.prev.status
b@1402 1357 punct.no 'this.status.punct :=
b@1402 1358 space.normal 'this.status.space :=
b@1402 1359 quote.no 'this.status.quote :=
b@1402 1360 cap.yes 'status.cap :=
b@1402 1361 }
b@1402 1362 if$
b@1402 1363 }
b@1402 1364
b@1402 1365
b@1402 1366
b@1402 1367 %% edition/title
b@1402 1368
b@1402 1369 % Note: IEEE considers the edition to be closely associated with
b@1402 1370 % the title of a book. So, in IEEEtran.bst the edition is normally handled
b@1402 1371 % within the formatting of the title. The format.edition function is
b@1402 1372 % retained here for possible future use.
b@1402 1373 FUNCTION {format.edition}
b@1402 1374 { edition duplicate$ empty$ 'skip$
b@1402 1375 { this.to.prev.status
b@1402 1376 this.status.std
b@1402 1377 convert.edition
b@1402 1378 status.cap
b@1402 1379 { "t" }
b@1402 1380 { "l" }
b@1402 1381 if$ change.case$
b@1402 1382 "edition" bibinfo.check
b@1402 1383 "~" * bbl.edition *
b@1402 1384 cap.status.std
b@1402 1385 }
b@1402 1386 if$
b@1402 1387 }
b@1402 1388
b@1402 1389 % This is used to format the booktitle of a conference proceedings.
b@1402 1390 % Here we use the "intype" field to provide the user a way to
b@1402 1391 % override the word "in" (e.g., with things like "presented at")
b@1402 1392 % Use of intype stops the emphasis of the booktitle to indicate that
b@1402 1393 % we no longer mean the written conference proceedings, but the
b@1402 1394 % conference itself.
b@1402 1395 FUNCTION {format.in.booktitle}
b@1402 1396 { booktitle "booktitle" bibinfo.check duplicate$ empty$ 'skip$
b@1402 1397 { this.to.prev.status
b@1402 1398 this.status.std
b@1402 1399 select.language
b@1402 1400 intype missing$
b@1402 1401 { emphasize
b@1402 1402 bbl.in " " *
b@1402 1403 }
b@1402 1404 { intype " " * }
b@1402 1405 if$
b@1402 1406 swap$ *
b@1402 1407 cap.status.std
b@1402 1408 }
b@1402 1409 if$
b@1402 1410 }
b@1402 1411
b@1402 1412 % This is used to format the booktitle of collection.
b@1402 1413 % Here the "intype" field is not supported, but "edition" is.
b@1402 1414 FUNCTION {format.in.booktitle.edition}
b@1402 1415 { booktitle "booktitle" bibinfo.check duplicate$ empty$ 'skip$
b@1402 1416 { this.to.prev.status
b@1402 1417 this.status.std
b@1402 1418 select.language
b@1402 1419 emphasize
b@1402 1420 edition empty$ 'skip$
b@1402 1421 { ", " *
b@1402 1422 edition
b@1402 1423 convert.edition
b@1402 1424 "l" change.case$
b@1402 1425 * "~" * bbl.edition *
b@1402 1426 }
b@1402 1427 if$
b@1402 1428 bbl.in " " * swap$ *
b@1402 1429 cap.status.std
b@1402 1430 }
b@1402 1431 if$
b@1402 1432 }
b@1402 1433
b@1402 1434 FUNCTION {format.article.title}
b@1402 1435 { title duplicate$ empty$ 'skip$
b@1402 1436 { this.to.prev.status
b@1402 1437 this.status.std
b@1402 1438 "t" change.case$
b@1402 1439 }
b@1402 1440 if$
b@1402 1441 "title" bibinfo.check
b@1402 1442 duplicate$ empty$ 'skip$
b@1402 1443 { quote.close 'this.status.quote :=
b@1402 1444 is.last.char.not.punct
b@1402 1445 { punct.std 'this.status.punct := }
b@1402 1446 { punct.no 'this.status.punct := }
b@1402 1447 if$
b@1402 1448 select.language
b@1402 1449 "``" swap$ *
b@1402 1450 cap.status.std
b@1402 1451 }
b@1402 1452 if$
b@1402 1453 }
b@1402 1454
b@1402 1455 FUNCTION {format.article.title.electronic}
b@1402 1456 { title duplicate$ empty$ 'skip$
b@1402 1457 { this.to.prev.status
b@1402 1458 this.status.std
b@1402 1459 cap.status.std
b@1402 1460 "t" change.case$
b@1402 1461 }
b@1402 1462 if$
b@1402 1463 "title" bibinfo.check
b@1402 1464 duplicate$ empty$
b@1402 1465 { skip$ }
b@1402 1466 { select.language }
b@1402 1467 if$
b@1402 1468 }
b@1402 1469
b@1402 1470 FUNCTION {format.book.title.edition}
b@1402 1471 { title "title" bibinfo.check
b@1402 1472 duplicate$ empty$
b@1402 1473 { "empty title in " cite$ * warning$ }
b@1402 1474 { this.to.prev.status
b@1402 1475 this.status.std
b@1402 1476 select.language
b@1402 1477 emphasize
b@1402 1478 edition empty$ 'skip$
b@1402 1479 { ", " *
b@1402 1480 edition
b@1402 1481 convert.edition
b@1402 1482 status.cap
b@1402 1483 { "t" }
b@1402 1484 { "l" }
b@1402 1485 if$
b@1402 1486 change.case$
b@1402 1487 * "~" * bbl.edition *
b@1402 1488 }
b@1402 1489 if$
b@1402 1490 cap.status.std
b@1402 1491 }
b@1402 1492 if$
b@1402 1493 }
b@1402 1494
b@1402 1495 FUNCTION {format.book.title}
b@1402 1496 { title "title" bibinfo.check
b@1402 1497 duplicate$ empty$ 'skip$
b@1402 1498 { this.to.prev.status
b@1402 1499 this.status.std
b@1402 1500 cap.status.std
b@1402 1501 select.language
b@1402 1502 emphasize
b@1402 1503 }
b@1402 1504 if$
b@1402 1505 }
b@1402 1506
b@1402 1507
b@1402 1508
b@1402 1509 %% journal
b@1402 1510
b@1402 1511 FUNCTION {format.journal}
b@1402 1512 { journal duplicate$ empty$ 'skip$
b@1402 1513 { this.to.prev.status
b@1402 1514 this.status.std
b@1402 1515 cap.status.std
b@1402 1516 select.language
b@1402 1517 emphasize
b@1402 1518 }
b@1402 1519 if$
b@1402 1520 }
b@1402 1521
b@1402 1522
b@1402 1523
b@1402 1524 %% how published
b@1402 1525
b@1402 1526 FUNCTION {format.howpublished}
b@1402 1527 { howpublished duplicate$ empty$ 'skip$
b@1402 1528 { this.to.prev.status
b@1402 1529 this.status.std
b@1402 1530 cap.status.std
b@1402 1531 }
b@1402 1532 if$
b@1402 1533 }
b@1402 1534
b@1402 1535
b@1402 1536
b@1402 1537 %% institutions/organization/publishers/school
b@1402 1538
b@1402 1539 FUNCTION {format.institution}
b@1402 1540 { institution duplicate$ empty$ 'skip$
b@1402 1541 { this.to.prev.status
b@1402 1542 this.status.std
b@1402 1543 cap.status.std
b@1402 1544 }
b@1402 1545 if$
b@1402 1546 }
b@1402 1547
b@1402 1548 FUNCTION {format.organization}
b@1402 1549 { organization duplicate$ empty$ 'skip$
b@1402 1550 { this.to.prev.status
b@1402 1551 this.status.std
b@1402 1552 cap.status.std
b@1402 1553 }
b@1402 1554 if$
b@1402 1555 }
b@1402 1556
b@1402 1557 FUNCTION {format.address.publisher.date}
b@1402 1558 { publisher "publisher" bibinfo.warn format.address.org.or.pub.date }
b@1402 1559
b@1402 1560 FUNCTION {format.address.publisher.date.nowarn}
b@1402 1561 { publisher "publisher" bibinfo.check format.address.org.or.pub.date }
b@1402 1562
b@1402 1563 FUNCTION {format.address.organization.date}
b@1402 1564 { organization "organization" bibinfo.check format.address.org.or.pub.date }
b@1402 1565
b@1402 1566 FUNCTION {format.school}
b@1402 1567 { school duplicate$ empty$ 'skip$
b@1402 1568 { this.to.prev.status
b@1402 1569 this.status.std
b@1402 1570 cap.status.std
b@1402 1571 }
b@1402 1572 if$
b@1402 1573 }
b@1402 1574
b@1402 1575
b@1402 1576
b@1402 1577 %% volume/number/series/chapter/pages
b@1402 1578
b@1402 1579 FUNCTION {format.volume}
b@1402 1580 { volume empty.field.to.null.string
b@1402 1581 duplicate$ empty$ 'skip$
b@1402 1582 { this.to.prev.status
b@1402 1583 this.status.std
b@1402 1584 bbl.volume
b@1402 1585 status.cap
b@1402 1586 { capitalize }
b@1402 1587 { skip$ }
b@1402 1588 if$
b@1402 1589 swap$ tie.or.space.prefix
b@1402 1590 "volume" bibinfo.check
b@1402 1591 * *
b@1402 1592 cap.status.std
b@1402 1593 }
b@1402 1594 if$
b@1402 1595 }
b@1402 1596
b@1402 1597 FUNCTION {format.number}
b@1402 1598 { number empty.field.to.null.string
b@1402 1599 duplicate$ empty$ 'skip$
b@1402 1600 { this.to.prev.status
b@1402 1601 this.status.std
b@1402 1602 status.cap
b@1402 1603 { bbl.number capitalize }
b@1402 1604 { bbl.number }
b@1402 1605 if$
b@1402 1606 swap$ tie.or.space.prefix
b@1402 1607 "number" bibinfo.check
b@1402 1608 * *
b@1402 1609 cap.status.std
b@1402 1610 }
b@1402 1611 if$
b@1402 1612 }
b@1402 1613
b@1402 1614 FUNCTION {format.number.if.use.for.article}
b@1402 1615 { is.use.number.for.article
b@1402 1616 { format.number }
b@1402 1617 { "" }
b@1402 1618 if$
b@1402 1619 }
b@1402 1620
b@1402 1621 % IEEE does not seem to tie the series so closely with the volume
b@1402 1622 % and number as is done in other bibliography styles. Instead the
b@1402 1623 % series is treated somewhat like an extension of the title.
b@1402 1624 FUNCTION {format.series}
b@1402 1625 { series empty$
b@1402 1626 { "" }
b@1402 1627 { this.to.prev.status
b@1402 1628 this.status.std
b@1402 1629 bbl.series " " *
b@1402 1630 series "series" bibinfo.check *
b@1402 1631 cap.status.std
b@1402 1632 }
b@1402 1633 if$
b@1402 1634 }
b@1402 1635
b@1402 1636
b@1402 1637 FUNCTION {format.chapter}
b@1402 1638 { chapter empty$
b@1402 1639 { "" }
b@1402 1640 { this.to.prev.status
b@1402 1641 this.status.std
b@1402 1642 type empty$
b@1402 1643 { bbl.chapter }
b@1402 1644 { type "l" change.case$
b@1402 1645 "type" bibinfo.check
b@1402 1646 }
b@1402 1647 if$
b@1402 1648 chapter tie.or.space.prefix
b@1402 1649 "chapter" bibinfo.check
b@1402 1650 * *
b@1402 1651 cap.status.std
b@1402 1652 }
b@1402 1653 if$
b@1402 1654 }
b@1402 1655
b@1402 1656
b@1402 1657 % The intended use of format.paper is for paper numbers of inproceedings.
b@1402 1658 % The paper type can be overridden via the type field.
b@1402 1659 % We allow the type to be displayed even if the paper number is absent
b@1402 1660 % for things like "postdeadline paper"
b@1402 1661 FUNCTION {format.paper}
b@1402 1662 { is.use.paper
b@1402 1663 { paper empty$
b@1402 1664 { type empty$
b@1402 1665 { "" }
b@1402 1666 { this.to.prev.status
b@1402 1667 this.status.std
b@1402 1668 type "type" bibinfo.check
b@1402 1669 cap.status.std
b@1402 1670 }
b@1402 1671 if$
b@1402 1672 }
b@1402 1673 { this.to.prev.status
b@1402 1674 this.status.std
b@1402 1675 type empty$
b@1402 1676 { bbl.paper }
b@1402 1677 { type "type" bibinfo.check }
b@1402 1678 if$
b@1402 1679 " " * paper
b@1402 1680 "paper" bibinfo.check
b@1402 1681 *
b@1402 1682 cap.status.std
b@1402 1683 }
b@1402 1684 if$
b@1402 1685 }
b@1402 1686 { "" }
b@1402 1687 if$
b@1402 1688 }
b@1402 1689
b@1402 1690
b@1402 1691 FUNCTION {format.pages}
b@1402 1692 { pages duplicate$ empty$ 'skip$
b@1402 1693 { this.to.prev.status
b@1402 1694 this.status.std
b@1402 1695 duplicate$ is.multiple.pages
b@1402 1696 {
b@1402 1697 bbl.pages swap$
b@1402 1698 n.dashify
b@1402 1699 }
b@1402 1700 {
b@1402 1701 bbl.page swap$
b@1402 1702 }
b@1402 1703 if$
b@1402 1704 tie.or.space.prefix
b@1402 1705 "pages" bibinfo.check
b@1402 1706 * *
b@1402 1707 cap.status.std
b@1402 1708 }
b@1402 1709 if$
b@1402 1710 }
b@1402 1711
b@1402 1712
b@1402 1713
b@1402 1714 %% technical report number
b@1402 1715
b@1402 1716 FUNCTION {format.tech.report.number}
b@1402 1717 { number "number" bibinfo.check
b@1402 1718 this.to.prev.status
b@1402 1719 this.status.std
b@1402 1720 cap.status.std
b@1402 1721 type duplicate$ empty$
b@1402 1722 { pop$
b@1402 1723 bbl.techrep
b@1402 1724 }
b@1402 1725 { skip$ }
b@1402 1726 if$
b@1402 1727 "type" bibinfo.check
b@1402 1728 swap$ duplicate$ empty$
b@1402 1729 { pop$ }
b@1402 1730 { tie.or.space.prefix * * }
b@1402 1731 if$
b@1402 1732 }
b@1402 1733
b@1402 1734
b@1402 1735
b@1402 1736 %% note
b@1402 1737
b@1402 1738 FUNCTION {format.note}
b@1402 1739 { note empty$
b@1402 1740 { "" }
b@1402 1741 { this.to.prev.status
b@1402 1742 this.status.std
b@1402 1743 punct.period 'this.status.punct :=
b@1402 1744 note #1 #1 substring$
b@1402 1745 duplicate$ "{" =
b@1402 1746 { skip$ }
b@1402 1747 { status.cap
b@1402 1748 { "u" }
b@1402 1749 { "l" }
b@1402 1750 if$
b@1402 1751 change.case$
b@1402 1752 }
b@1402 1753 if$
b@1402 1754 note #2 global.max$ substring$ * "note" bibinfo.check
b@1402 1755 cap.yes 'status.cap :=
b@1402 1756 }
b@1402 1757 if$
b@1402 1758 }
b@1402 1759
b@1402 1760
b@1402 1761
b@1402 1762 %% patent
b@1402 1763
b@1402 1764 FUNCTION {format.patent.date}
b@1402 1765 { this.to.prev.status
b@1402 1766 this.status.std
b@1402 1767 year empty$
b@1402 1768 { monthfiled duplicate$ empty$
b@1402 1769 { "monthfiled" bibinfo.check pop$ "" }
b@1402 1770 { "monthfiled" bibinfo.check }
b@1402 1771 if$
b@1402 1772 dayfiled duplicate$ empty$
b@1402 1773 { "dayfiled" bibinfo.check pop$ "" * }
b@1402 1774 { "dayfiled" bibinfo.check
b@1402 1775 monthfiled empty$
b@1402 1776 { "dayfiled without a monthfiled in " cite$ * warning$
b@1402 1777 *
b@1402 1778 }
b@1402 1779 { " " swap$ * * }
b@1402 1780 if$
b@1402 1781 }
b@1402 1782 if$
b@1402 1783 yearfiled empty$
b@1402 1784 { "no year or yearfiled in " cite$ * warning$ }
b@1402 1785 { yearfiled "yearfiled" bibinfo.check
b@1402 1786 swap$
b@1402 1787 duplicate$ empty$
b@1402 1788 { pop$ }
b@1402 1789 { ", " * swap$ * }
b@1402 1790 if$
b@1402 1791 }
b@1402 1792 if$
b@1402 1793 }
b@1402 1794 { month duplicate$ empty$
b@1402 1795 { "month" bibinfo.check pop$ "" }
b@1402 1796 { "month" bibinfo.check }
b@1402 1797 if$
b@1402 1798 day duplicate$ empty$
b@1402 1799 { "day" bibinfo.check pop$ "" * }
b@1402 1800 { "day" bibinfo.check
b@1402 1801 month empty$
b@1402 1802 { "day without a month in " cite$ * warning$
b@1402 1803 *
b@1402 1804 }
b@1402 1805 { " " swap$ * * }
b@1402 1806 if$
b@1402 1807 }
b@1402 1808 if$
b@1402 1809 year "year" bibinfo.check
b@1402 1810 swap$
b@1402 1811 duplicate$ empty$
b@1402 1812 { pop$ }
b@1402 1813 { ", " * swap$ * }
b@1402 1814 if$
b@1402 1815 }
b@1402 1816 if$
b@1402 1817 cap.status.std
b@1402 1818 }
b@1402 1819
b@1402 1820 FUNCTION {format.patent.nationality.type.number}
b@1402 1821 { this.to.prev.status
b@1402 1822 this.status.std
b@1402 1823 nationality duplicate$ empty$
b@1402 1824 { "nationality" bibinfo.warn pop$ "" }
b@1402 1825 { "nationality" bibinfo.check
b@1402 1826 duplicate$ "l" change.case$ "united states" =
b@1402 1827 { pop$ bbl.patentUS }
b@1402 1828 { skip$ }
b@1402 1829 if$
b@1402 1830 " " *
b@1402 1831 }
b@1402 1832 if$
b@1402 1833 type empty$
b@1402 1834 { bbl.patent "type" bibinfo.check }
b@1402 1835 { type "type" bibinfo.check }
b@1402 1836 if$
b@1402 1837 *
b@1402 1838 number duplicate$ empty$
b@1402 1839 { "number" bibinfo.warn pop$ }
b@1402 1840 { "number" bibinfo.check
b@1402 1841 large.number.separate
b@1402 1842 swap$ " " * swap$ *
b@1402 1843 }
b@1402 1844 if$
b@1402 1845 cap.status.std
b@1402 1846 }
b@1402 1847
b@1402 1848
b@1402 1849
b@1402 1850 %% standard
b@1402 1851
b@1402 1852 FUNCTION {format.organization.institution.standard.type.number}
b@1402 1853 { this.to.prev.status
b@1402 1854 this.status.std
b@1402 1855 organization duplicate$ empty$
b@1402 1856 { pop$
b@1402 1857 institution duplicate$ empty$
b@1402 1858 { "institution" bibinfo.warn }
b@1402 1859 { "institution" bibinfo.warn " " * }
b@1402 1860 if$
b@1402 1861 }
b@1402 1862 { "organization" bibinfo.warn " " * }
b@1402 1863 if$
b@1402 1864 type empty$
b@1402 1865 { bbl.standard "type" bibinfo.check }
b@1402 1866 { type "type" bibinfo.check }
b@1402 1867 if$
b@1402 1868 *
b@1402 1869 number duplicate$ empty$
b@1402 1870 { "number" bibinfo.check pop$ }
b@1402 1871 { "number" bibinfo.check
b@1402 1872 large.number.separate
b@1402 1873 swap$ " " * swap$ *
b@1402 1874 }
b@1402 1875 if$
b@1402 1876 cap.status.std
b@1402 1877 }
b@1402 1878
b@1402 1879 FUNCTION {format.revision}
b@1402 1880 { revision empty$
b@1402 1881 { "" }
b@1402 1882 { this.to.prev.status
b@1402 1883 this.status.std
b@1402 1884 bbl.revision
b@1402 1885 revision tie.or.space.prefix
b@1402 1886 "revision" bibinfo.check
b@1402 1887 * *
b@1402 1888 cap.status.std
b@1402 1889 }
b@1402 1890 if$
b@1402 1891 }
b@1402 1892
b@1402 1893
b@1402 1894 %% thesis
b@1402 1895
b@1402 1896 FUNCTION {format.master.thesis.type}
b@1402 1897 { this.to.prev.status
b@1402 1898 this.status.std
b@1402 1899 type empty$
b@1402 1900 {
b@1402 1901 bbl.mthesis
b@1402 1902 }
b@1402 1903 {
b@1402 1904 type "type" bibinfo.check
b@1402 1905 }
b@1402 1906 if$
b@1402 1907 cap.status.std
b@1402 1908 }
b@1402 1909
b@1402 1910 FUNCTION {format.phd.thesis.type}
b@1402 1911 { this.to.prev.status
b@1402 1912 this.status.std
b@1402 1913 type empty$
b@1402 1914 {
b@1402 1915 bbl.phdthesis
b@1402 1916 }
b@1402 1917 {
b@1402 1918 type "type" bibinfo.check
b@1402 1919 }
b@1402 1920 if$
b@1402 1921 cap.status.std
b@1402 1922 }
b@1402 1923
b@1402 1924
b@1402 1925
b@1402 1926 %% URL
b@1402 1927
b@1402 1928 FUNCTION {format.url}
b@1402 1929 { url empty$
b@1402 1930 { "" }
b@1402 1931 { this.to.prev.status
b@1402 1932 this.status.std
b@1402 1933 cap.yes 'status.cap :=
b@1402 1934 name.url.prefix " " *
b@1402 1935 "\url{" * url * "}" *
b@1402 1936 punct.no 'this.status.punct :=
b@1402 1937 punct.period 'prev.status.punct :=
b@1402 1938 space.normal 'this.status.space :=
b@1402 1939 space.normal 'prev.status.space :=
b@1402 1940 quote.no 'this.status.quote :=
b@1402 1941 }
b@1402 1942 if$
b@1402 1943 }
b@1402 1944
b@1402 1945
b@1402 1946
b@1402 1947
b@1402 1948 %%%%%%%%%%%%%%%%%%%%
b@1402 1949 %% ENTRY HANDLERS %%
b@1402 1950 %%%%%%%%%%%%%%%%%%%%
b@1402 1951
b@1402 1952
b@1402 1953 % Note: In many journals, IEEE (or the authors) tend not to show the number
b@1402 1954 % for articles, so the display of the number is controlled here by the
b@1402 1955 % switch "is.use.number.for.article"
b@1402 1956 FUNCTION {article}
b@1402 1957 { std.status.using.comma
b@1402 1958 start.entry
b@1402 1959 if.url.alt.interword.spacing
b@1402 1960 format.authors "author" output.warn
b@1402 1961 name.or.dash
b@1402 1962 format.article.title "title" output.warn
b@1402 1963 format.journal "journal" bibinfo.check "journal" output.warn
b@1402 1964 format.volume output
b@1402 1965 format.number.if.use.for.article output
b@1402 1966 format.pages output
b@1402 1967 format.date "year" output.warn
b@1402 1968 format.note output
b@1402 1969 format.url output
b@1402 1970 fin.entry
b@1402 1971 if.url.std.interword.spacing
b@1402 1972 }
b@1402 1973
b@1402 1974 FUNCTION {book}
b@1402 1975 { std.status.using.comma
b@1402 1976 start.entry
b@1402 1977 if.url.alt.interword.spacing
b@1402 1978 author empty$
b@1402 1979 { format.editors "author and editor" output.warn }
b@1402 1980 { format.authors output.nonnull }
b@1402 1981 if$
b@1402 1982 name.or.dash
b@1402 1983 format.book.title.edition output
b@1402 1984 format.series output
b@1402 1985 author empty$
b@1402 1986 { skip$ }
b@1402 1987 { format.editors output }
b@1402 1988 if$
b@1402 1989 format.address.publisher.date output
b@1402 1990 format.volume output
b@1402 1991 format.number output
b@1402 1992 format.note output
b@1402 1993 format.url output
b@1402 1994 fin.entry
b@1402 1995 if.url.std.interword.spacing
b@1402 1996 }
b@1402 1997
b@1402 1998 FUNCTION {booklet}
b@1402 1999 { std.status.using.comma
b@1402 2000 start.entry
b@1402 2001 if.url.alt.interword.spacing
b@1402 2002 format.authors output
b@1402 2003 name.or.dash
b@1402 2004 format.article.title "title" output.warn
b@1402 2005 format.howpublished "howpublished" bibinfo.check output
b@1402 2006 format.organization "organization" bibinfo.check output
b@1402 2007 format.address "address" bibinfo.check output
b@1402 2008 format.date output
b@1402 2009 format.note output
b@1402 2010 format.url output
b@1402 2011 fin.entry
b@1402 2012 if.url.std.interword.spacing
b@1402 2013 }
b@1402 2014
b@1402 2015 FUNCTION {electronic}
b@1402 2016 { std.status.using.period
b@1402 2017 start.entry
b@1402 2018 if.url.alt.interword.spacing
b@1402 2019 format.authors output
b@1402 2020 name.or.dash
b@1402 2021 format.date.electronic output
b@1402 2022 format.article.title.electronic output
b@1402 2023 format.howpublished "howpublished" bibinfo.check output
b@1402 2024 format.organization "organization" bibinfo.check output
b@1402 2025 format.address "address" bibinfo.check output
b@1402 2026 format.note output
b@1402 2027 format.url output
b@1402 2028 fin.entry
b@1402 2029 empty.entry.warn
b@1402 2030 if.url.std.interword.spacing
b@1402 2031 }
b@1402 2032
b@1402 2033 FUNCTION {inbook}
b@1402 2034 { std.status.using.comma
b@1402 2035 start.entry
b@1402 2036 if.url.alt.interword.spacing
b@1402 2037 author empty$
b@1402 2038 { format.editors "author and editor" output.warn }
b@1402 2039 { format.authors output.nonnull }
b@1402 2040 if$
b@1402 2041 name.or.dash
b@1402 2042 format.book.title.edition output
b@1402 2043 format.series output
b@1402 2044 format.address.publisher.date output
b@1402 2045 format.volume output
b@1402 2046 format.number output
b@1402 2047 format.chapter output
b@1402 2048 format.pages output
b@1402 2049 format.note output
b@1402 2050 format.url output
b@1402 2051 fin.entry
b@1402 2052 if.url.std.interword.spacing
b@1402 2053 }
b@1402 2054
b@1402 2055 FUNCTION {incollection}
b@1402 2056 { std.status.using.comma
b@1402 2057 start.entry
b@1402 2058 if.url.alt.interword.spacing
b@1402 2059 format.authors "author" output.warn
b@1402 2060 name.or.dash
b@1402 2061 format.article.title "title" output.warn
b@1402 2062 format.in.booktitle.edition "booktitle" output.warn
b@1402 2063 format.series output
b@1402 2064 format.editors output
b@1402 2065 format.address.publisher.date.nowarn output
b@1402 2066 format.volume output
b@1402 2067 format.number output
b@1402 2068 format.chapter output
b@1402 2069 format.pages output
b@1402 2070 format.note output
b@1402 2071 format.url output
b@1402 2072 fin.entry
b@1402 2073 if.url.std.interword.spacing
b@1402 2074 }
b@1402 2075
b@1402 2076 FUNCTION {inproceedings}
b@1402 2077 { std.status.using.comma
b@1402 2078 start.entry
b@1402 2079 if.url.alt.interword.spacing
b@1402 2080 format.authors "author" output.warn
b@1402 2081 name.or.dash
b@1402 2082 format.article.title "title" output.warn
b@1402 2083 format.in.booktitle "booktitle" output.warn
b@1402 2084 format.series output
b@1402 2085 format.editors output
b@1402 2086 format.volume output
b@1402 2087 format.number output
b@1402 2088 publisher empty$
b@1402 2089 { format.address.organization.date output }
b@1402 2090 { format.organization "organization" bibinfo.check output
b@1402 2091 format.address.publisher.date output
b@1402 2092 }
b@1402 2093 if$
b@1402 2094 format.paper output
b@1402 2095 format.pages output
b@1402 2096 format.note output
b@1402 2097 format.url output
b@1402 2098 fin.entry
b@1402 2099 if.url.std.interword.spacing
b@1402 2100 }
b@1402 2101
b@1402 2102 FUNCTION {manual}
b@1402 2103 { std.status.using.comma
b@1402 2104 start.entry
b@1402 2105 if.url.alt.interword.spacing
b@1402 2106 format.authors output
b@1402 2107 name.or.dash
b@1402 2108 format.book.title.edition "title" output.warn
b@1402 2109 format.howpublished "howpublished" bibinfo.check output
b@1402 2110 format.organization "organization" bibinfo.check output
b@1402 2111 format.address "address" bibinfo.check output
b@1402 2112 format.date output
b@1402 2113 format.note output
b@1402 2114 format.url output
b@1402 2115 fin.entry
b@1402 2116 if.url.std.interword.spacing
b@1402 2117 }
b@1402 2118
b@1402 2119 FUNCTION {mastersthesis}
b@1402 2120 { std.status.using.comma
b@1402 2121 start.entry
b@1402 2122 if.url.alt.interword.spacing
b@1402 2123 format.authors "author" output.warn
b@1402 2124 name.or.dash
b@1402 2125 format.article.title "title" output.warn
b@1402 2126 format.master.thesis.type output.nonnull
b@1402 2127 format.school "school" bibinfo.warn output
b@1402 2128 format.address "address" bibinfo.check output
b@1402 2129 format.date "year" output.warn
b@1402 2130 format.note output
b@1402 2131 format.url output
b@1402 2132 fin.entry
b@1402 2133 if.url.std.interword.spacing
b@1402 2134 }
b@1402 2135
b@1402 2136 FUNCTION {misc}
b@1402 2137 { std.status.using.comma
b@1402 2138 start.entry
b@1402 2139 if.url.alt.interword.spacing
b@1402 2140 format.authors output
b@1402 2141 name.or.dash
b@1402 2142 format.article.title output
b@1402 2143 format.howpublished "howpublished" bibinfo.check output
b@1402 2144 format.organization "organization" bibinfo.check output
b@1402 2145 format.address "address" bibinfo.check output
b@1402 2146 format.pages output
b@1402 2147 format.date output
b@1402 2148 format.note output
b@1402 2149 format.url output
b@1402 2150 fin.entry
b@1402 2151 empty.entry.warn
b@1402 2152 if.url.std.interword.spacing
b@1402 2153 }
b@1402 2154
b@1402 2155 FUNCTION {patent}
b@1402 2156 { std.status.using.comma
b@1402 2157 start.entry
b@1402 2158 if.url.alt.interword.spacing
b@1402 2159 format.authors output
b@1402 2160 name.or.dash
b@1402 2161 format.article.title output
b@1402 2162 format.patent.nationality.type.number output
b@1402 2163 format.patent.date output
b@1402 2164 format.note output
b@1402 2165 format.url output
b@1402 2166 fin.entry
b@1402 2167 empty.entry.warn
b@1402 2168 if.url.std.interword.spacing
b@1402 2169 }
b@1402 2170
b@1402 2171 FUNCTION {periodical}
b@1402 2172 { std.status.using.comma
b@1402 2173 start.entry
b@1402 2174 if.url.alt.interword.spacing
b@1402 2175 format.editors output
b@1402 2176 name.or.dash
b@1402 2177 format.book.title "title" output.warn
b@1402 2178 format.series output
b@1402 2179 format.volume output
b@1402 2180 format.number output
b@1402 2181 format.organization "organization" bibinfo.check output
b@1402 2182 format.date "year" output.warn
b@1402 2183 format.note output
b@1402 2184 format.url output
b@1402 2185 fin.entry
b@1402 2186 if.url.std.interword.spacing
b@1402 2187 }
b@1402 2188
b@1402 2189 FUNCTION {phdthesis}
b@1402 2190 { std.status.using.comma
b@1402 2191 start.entry
b@1402 2192 if.url.alt.interword.spacing
b@1402 2193 format.authors "author" output.warn
b@1402 2194 name.or.dash
b@1402 2195 format.article.title "title" output.warn
b@1402 2196 format.phd.thesis.type output.nonnull
b@1402 2197 format.school "school" bibinfo.warn output
b@1402 2198 format.address "address" bibinfo.check output
b@1402 2199 format.date "year" output.warn
b@1402 2200 format.note output
b@1402 2201 format.url output
b@1402 2202 fin.entry
b@1402 2203 if.url.std.interword.spacing
b@1402 2204 }
b@1402 2205
b@1402 2206 FUNCTION {proceedings}
b@1402 2207 { std.status.using.comma
b@1402 2208 start.entry
b@1402 2209 if.url.alt.interword.spacing
b@1402 2210 format.editors output
b@1402 2211 name.or.dash
b@1402 2212 format.book.title "title" output.warn
b@1402 2213 format.series output
b@1402 2214 format.volume output
b@1402 2215 format.number output
b@1402 2216 publisher empty$
b@1402 2217 { format.address.organization.date output }
b@1402 2218 { format.organization "organization" bibinfo.check output
b@1402 2219 format.address.publisher.date output
b@1402 2220 }
b@1402 2221 if$
b@1402 2222 format.note output
b@1402 2223 format.url output
b@1402 2224 fin.entry
b@1402 2225 if.url.std.interword.spacing
b@1402 2226 }
b@1402 2227
b@1402 2228 FUNCTION {standard}
b@1402 2229 { std.status.using.comma
b@1402 2230 start.entry
b@1402 2231 if.url.alt.interword.spacing
b@1402 2232 format.authors output
b@1402 2233 name.or.dash
b@1402 2234 format.book.title "title" output.warn
b@1402 2235 format.howpublished "howpublished" bibinfo.check output
b@1402 2236 format.organization.institution.standard.type.number output
b@1402 2237 format.revision output
b@1402 2238 format.date output
b@1402 2239 format.note output
b@1402 2240 format.url output
b@1402 2241 fin.entry
b@1402 2242 if.url.std.interword.spacing
b@1402 2243 }
b@1402 2244
b@1402 2245 FUNCTION {techreport}
b@1402 2246 { std.status.using.comma
b@1402 2247 start.entry
b@1402 2248 if.url.alt.interword.spacing
b@1402 2249 format.authors "author" output.warn
b@1402 2250 name.or.dash
b@1402 2251 format.article.title "title" output.warn
b@1402 2252 format.howpublished "howpublished" bibinfo.check output
b@1402 2253 format.institution "institution" bibinfo.warn output
b@1402 2254 format.address "address" bibinfo.check output
b@1402 2255 format.tech.report.number output.nonnull
b@1402 2256 format.date "year" output.warn
b@1402 2257 format.note output
b@1402 2258 format.url output
b@1402 2259 fin.entry
b@1402 2260 if.url.std.interword.spacing
b@1402 2261 }
b@1402 2262
b@1402 2263 FUNCTION {unpublished}
b@1402 2264 { std.status.using.comma
b@1402 2265 start.entry
b@1402 2266 if.url.alt.interword.spacing
b@1402 2267 format.authors "author" output.warn
b@1402 2268 name.or.dash
b@1402 2269 format.article.title "title" output.warn
b@1402 2270 format.date output
b@1402 2271 format.note "note" output.warn
b@1402 2272 format.url output
b@1402 2273 fin.entry
b@1402 2274 if.url.std.interword.spacing
b@1402 2275 }
b@1402 2276
b@1402 2277
b@1402 2278 % The special entry type which provides the user interface to the
b@1402 2279 % BST controls
b@1402 2280 FUNCTION {IEEEtranBSTCTL}
b@1402 2281 { is.print.banners.to.terminal
b@1402 2282 { "** IEEEtran BST control entry " quote$ * cite$ * quote$ * " detected." *
b@1402 2283 top$
b@1402 2284 }
b@1402 2285 { skip$ }
b@1402 2286 if$
b@1402 2287 CTLuse_article_number
b@1402 2288 empty$
b@1402 2289 { skip$ }
b@1402 2290 { CTLuse_article_number
b@1402 2291 yes.no.to.int
b@1402 2292 'is.use.number.for.article :=
b@1402 2293 }
b@1402 2294 if$
b@1402 2295 CTLuse_paper
b@1402 2296 empty$
b@1402 2297 { skip$ }
b@1402 2298 { CTLuse_paper
b@1402 2299 yes.no.to.int
b@1402 2300 'is.use.paper :=
b@1402 2301 }
b@1402 2302 if$
b@1402 2303 CTLuse_forced_etal
b@1402 2304 empty$
b@1402 2305 { skip$ }
b@1402 2306 { CTLuse_forced_etal
b@1402 2307 yes.no.to.int
b@1402 2308 'is.forced.et.al :=
b@1402 2309 }
b@1402 2310 if$
b@1402 2311 CTLmax_names_forced_etal
b@1402 2312 empty$
b@1402 2313 { skip$ }
b@1402 2314 { CTLmax_names_forced_etal
b@1402 2315 string.to.integer
b@1402 2316 'max.num.names.before.forced.et.al :=
b@1402 2317 }
b@1402 2318 if$
b@1402 2319 CTLnames_show_etal
b@1402 2320 empty$
b@1402 2321 { skip$ }
b@1402 2322 { CTLnames_show_etal
b@1402 2323 string.to.integer
b@1402 2324 'num.names.shown.with.forced.et.al :=
b@1402 2325 }
b@1402 2326 if$
b@1402 2327 CTLuse_alt_spacing
b@1402 2328 empty$
b@1402 2329 { skip$ }
b@1402 2330 { CTLuse_alt_spacing
b@1402 2331 yes.no.to.int
b@1402 2332 'is.use.alt.interword.spacing :=
b@1402 2333 }
b@1402 2334 if$
b@1402 2335 CTLalt_stretch_factor
b@1402 2336 empty$
b@1402 2337 { skip$ }
b@1402 2338 { CTLalt_stretch_factor
b@1402 2339 'ALTinterwordstretchfactor :=
b@1402 2340 "\renewcommand{\BIBentryALTinterwordstretchfactor}{"
b@1402 2341 ALTinterwordstretchfactor * "}" *
b@1402 2342 write$ newline$
b@1402 2343 }
b@1402 2344 if$
b@1402 2345 CTLdash_repeated_names
b@1402 2346 empty$
b@1402 2347 { skip$ }
b@1402 2348 { CTLdash_repeated_names
b@1402 2349 yes.no.to.int
b@1402 2350 'is.dash.repeated.names :=
b@1402 2351 }
b@1402 2352 if$
b@1402 2353 CTLname_format_string
b@1402 2354 empty$
b@1402 2355 { skip$ }
b@1402 2356 { CTLname_format_string
b@1402 2357 'name.format.string :=
b@1402 2358 }
b@1402 2359 if$
b@1402 2360 CTLname_latex_cmd
b@1402 2361 empty$
b@1402 2362 { skip$ }
b@1402 2363 { CTLname_latex_cmd
b@1402 2364 'name.latex.cmd :=
b@1402 2365 }
b@1402 2366 if$
b@1402 2367 CTLname_url_prefix
b@1402 2368 missing$
b@1402 2369 { skip$ }
b@1402 2370 { CTLname_url_prefix
b@1402 2371 'name.url.prefix :=
b@1402 2372 }
b@1402 2373 if$
b@1402 2374
b@1402 2375
b@1402 2376 num.names.shown.with.forced.et.al max.num.names.before.forced.et.al >
b@1402 2377 { "CTLnames_show_etal cannot be greater than CTLmax_names_forced_etal in " cite$ * warning$
b@1402 2378 max.num.names.before.forced.et.al 'num.names.shown.with.forced.et.al :=
b@1402 2379 }
b@1402 2380 { skip$ }
b@1402 2381 if$
b@1402 2382 }
b@1402 2383
b@1402 2384
b@1402 2385 %%%%%%%%%%%%%%%%%%%
b@1402 2386 %% ENTRY ALIASES %%
b@1402 2387 %%%%%%%%%%%%%%%%%%%
b@1402 2388 FUNCTION {conference}{inproceedings}
b@1402 2389 FUNCTION {online}{electronic}
b@1402 2390 FUNCTION {internet}{electronic}
b@1402 2391 FUNCTION {webpage}{electronic}
b@1402 2392 FUNCTION {www}{electronic}
b@1402 2393 FUNCTION {default.type}{misc}
b@1402 2394
b@1402 2395
b@1402 2396
b@1402 2397 %%%%%%%%%%%%%%%%%%
b@1402 2398 %% MAIN PROGRAM %%
b@1402 2399 %%%%%%%%%%%%%%%%%%
b@1402 2400
b@1402 2401 READ
b@1402 2402
b@1402 2403 EXECUTE {initialize.controls}
b@1402 2404 EXECUTE {initialize.status.constants}
b@1402 2405 EXECUTE {banner.message}
b@1402 2406
b@1402 2407 EXECUTE {initialize.longest.label}
b@1402 2408 ITERATE {longest.label.pass}
b@1402 2409
b@1402 2410 EXECUTE {begin.bib}
b@1402 2411 ITERATE {call.type$}
b@1402 2412 EXECUTE {end.bib}
b@1402 2413
b@1402 2414 EXECUTE{completed.message}
b@1402 2415
b@1402 2416
b@1402 2417 %% That's all folks, mds.