annotate docs/SMC15/IEEEtran.bst @ 1545:fd00c431a7aa

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