annotate docs/SMC15/IEEEtran.bst @ 1118:3edcbbea168b

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