annotate docs/SMC15/IEEEtran.bst @ 1736:88bae176ad02

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