annotate docs/SMC15/IEEEtran.bst @ 1232:bf8716341ed6

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