%%% ==================================================================== %%% @BibTeX-style-file{ %%% filename = "cdraifplain+eid.bst", %%% version = "0.2", %%% date = "2019/05/29", %%% author = "Centre Mersenne" %%% copyright = "none", %%% codetable = "ISO/ASCII", %%% keywords = "bibtex, bibliography, mersenne", %%% supported = "yes", %%% abstract = "Modified version of BibTeX bibliography %%% style `smfplain' for BibTeX." %%% } %%% ==================================================================== %% %% v 0.2 modifications include : no MRnumber printer, support for fields from SIAM bst: eid, %% pagetotal, eprint, eptrintclass, archive, archive prefix %% url, urldate, doi, doiclass are ignored ENTRY { address author booktitle chapter edition editor eid howpublished institution journal key language month note number organization pages pagetotal publisher school series title type volume year % url % urldate % doi % doiclass eprint eprintclass archive archiveprefix } {} { label extra.label } INTEGERS { output.state before.all mid.sentence after.name } FUNCTION {init.state.consts} { #0 'before.all := #1 'after.name := #2 'mid.sentence := } STRINGS { s t } FUNCTION {not} { { #0 } { #1 } if$ } FUNCTION {and} { 'skip$ { pop$ #0 } if$ } FUNCTION {or} { { pop$ #1 } 'skip$ if$ } FUNCTION {field.or.null} { duplicate$ empty$ { pop$ "" } 'skip$ if$ } FUNCTION {emphasize} { duplicate$ empty$ { pop$ "" } { "\emph{" swap$ * "}" * } if$ } FUNCTION {guillemetize} { duplicate$ empty$ { pop$ "" } { "{\og " swap$ * "\fg}" * } if$ } FUNCTION {scapify} { duplicate$ empty$ { pop$ "" } { "{\scshape " swap$ * "}" * } if$ } FUNCTION {n.dashify} { 't := "" { t empty$ not } { t #1 #1 substring$ "-" = { t #1 #2 substring$ "--" = not { "--" * t #2 global.max$ substring$ 't := } { { t #1 #1 substring$ "-" = } { "-" * t #2 global.max$ substring$ 't := } while$ } if$ } { t #1 #1 substring$ * t #2 global.max$ substring$ 't := } if$ } while$ } FUNCTION {n.undashify} { 't := "" { t empty$ not } { t #1 #1 substring$ "-" = { t #1 #2 substring$ "--" = { "-" * t #3 global.max$ substring$ 't := } { { t #1 #1 substring$ "-" = } { "-" * t #2 global.max$ substring$ 't := } while$ } if$ } { t #1 #1 substring$ * t #2 global.max$ substring$ 't := } if$ } while$ } FUNCTION {tie.or.space.connect} { duplicate$ text.length$ #3 < { "~" } { " " } if$ swap$ * * } FUNCTION {add.space.if.necessary} { duplicate$ "" = 'skip$ { " " * } if$ } FUNCTION {either.or.check} { empty$ 'pop$ { "can't use both " swap$ * " fields in " * cite$ * warning$ } if$ } FUNCTION {reallytwo.or.check} { empty$ 'pop$ { "do you really want to use both " swap$ * " fields in " * cite$ * " ?" * warning$ } if$ } FUNCTION {output.nonnull} { 's := output.state after.name = { extra.label "\bysame" = { ", " * write$ } { ", " * write$ } if$ mid.sentence 'output.state := } { output.state mid.sentence = { s #1 #1 substring$ "(" = { " " * write$ } { ", " * write$ } if$ } { output.state before.all = 'write$ { add.period$ " " * write$ } if$ after.name 'output.state := } if$ } if$ s } FUNCTION {output} { duplicate$ empty$ 'pop$ 'output.nonnull if$ } FUNCTION {missing.warning} { "missing " swap$ * " in " * cite$ * warning$ } FUNCTION {output.check} { 't := duplicate$ empty$ { pop$ t missing.warning } 'output.nonnull if$ } FUNCTION {output.bibitem} { newline$ "\bibitem{" write$ cite$ write$ "}" write$ newline$ "" before.all 'output.state := } FUNCTION {fin.entry} { add.period$ write$ newline$ } FUNCTION {format.language} { language empty$ { "" } { " (" language * ")" * } if$ } INTEGERS { nameptr namesleft numnames } FUNCTION {format.names} { 's := #1 'nameptr := s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } { s nameptr "{f.~}{vv~}{ll}{, jj}" format.name$ 't := nameptr #1 > { namesleft #1 > { ", " * t * } { numnames #2 > { "" * } 'skip$ if$ t "others" = { " {\normalfont et~al.}" * } { " {\normalfont \cdrandname}~" * t * } if$ } if$ } 't if$ nameptr #1 + 'nameptr := namesleft #1 - 'namesleft := } while$ } FUNCTION {format.authors} { author empty$ { "" } { extra.label "\bysame" = { "\bysame " } { author format.names scapify } if$ } if$ } FUNCTION {format.editors} { editor empty$ { "" } { extra.label "\bysame" = { "\bysame " } { editor format.names scapify } if$ editor num.names$ #1 > { " (\cdredsname)" * } { " (\cdredname)" * } if$ "\nomorebysame" 'extra.label := } if$ } FUNCTION {format.nonauthor.editors} { editor empty$ { "" } { editor format.names editor num.names$ #1 > { ", \cdredsname" * } { ", \cdredname" * } if$ } if$ } FUNCTION {format.booktitle} { title empty$ { "" } { title %"t" change.case$ emphasize } if$ } FUNCTION {format.title} { title empty$ { "" } { title %"t" change.case$ guillemetize } if$ } FUNCTION {format.journal.vol.year} { journal empty$ { "journal name" missing.warning ""} { journal emphasize } if$ volume empty$ 'skip$ { " \textbf{" * volume * "}" * } if$ year empty$ { "year" missing.warning } { " (" * year * ")" * } if$ } FUNCTION {format.number} { number empty$ { "" } { "\cdrnumero " number * } if$ } FUNCTION {format.date} { year empty$ { month empty$ { "" } { "there's a month but no year in " cite$ * warning$ month } if$ } { month empty$ 'year { month " " * year * } if$ } if$ } FUNCTION {format.bookvolume.series.number} { volume empty$ { "" % Push the empty string as a placeholder in case everything else % is empty too. series empty$ 'skip$ { pop$ series } % if series is not empty put in stack if$ number empty$ 'skip$ { duplicate$ empty$ % if no preceding material, 'skip$ % do nothing, otherwise { ", " * } % add a comma and space to separate. if$ "\cdrnumero " number * * % add the number information } if$ } %% If the volume is NOT EMPTY: { "vol." volume tie.or.space.connect % vol. XX number empty$ { series empty$ 'skip$ { series ", " * swap$ *} % Series Name, vol. XX if$ } { series empty$ { "can't use both volume and number if series info is missing" warning$ "in BibTeX entry type `" type$ * "'" * top$ } { ", " * series * ", \cdrnumero " * number * } if$ } if$ } if$ } % end of format.bookvolume.series.number %% format.inproc.title.where.editors is used by inproceedings entry types FUNCTION {format.inproc.title.address.editors} { booktitle empty$ { "" } %% Emphasizing the title. We want initial caps, roman. { "in " booktitle emphasize * } if$ %% We add parentheses around the address (place where conference %% was held). address empty$ 'skip$ { add.space.if.necessary "(" * address * ")" * } if$ %% Likewise we add parentheses around the editors' names. editor empty$ 'skip$ { add.space.if.necessary "(" * format.nonauthor.editors * ")" * } if$ } %% format.incoll.title.editors is similar to format.inproc... but %% omits the address. For collections that are not proceedings volumes. FUNCTION {format.incoll.title.editors} { booktitle empty$ { "" } %% No case changing or emphasizing for the title. We want initial %% caps, roman. { "in " booktitle emphasize * } if$ %% We add parentheses around the editors' names. editor empty$ 'skip$ { add.space.if.necessary "(" * format.nonauthor.editors * ")" * } if$ } FUNCTION {format.number.series} { series empty$ { number empty$ { "" } { "there's a number but no series in " cite$ * warning$ } if$ } { series number empty$ 'skip$ { "\ \textbf{" * number * "}" * } if$ } if$ } FUNCTION {format.edition} { edition empty$ { "" } { output.state mid.sentence = { edition "l" change.case$ " \cdredname" * } { edition "t" change.case$ " \cdredname" * } if$ } if$ } INTEGERS { multiresult } FUNCTION {multi.page.check} { 't := #0 'multiresult := { multiresult not t empty$ not and } { t #1 #1 substring$ duplicate$ "-" = swap$ duplicate$ "," = swap$ "+" = or or { #1 'multiresult := } { t #2 global.max$ substring$ 't := } if$ } while$ multiresult } FUNCTION {format.pagetotal} { pagetotal empty$ { "" } { pagetotal "~pages" * } if$ } FUNCTION {format.eid} { eid empty$ { "" } { pagetotal empty$ { " article ID " eid * } { " article ID " eid * " (" * format.pagetotal * ")" *} if$ } if$ } FUNCTION {format.archive} { archiveprefix empty$ { "" } { archiveprefix ":" *} if$ } FUNCTION {format.eprintclass} { eprintclass empty$ { "" } { " [" eprintclass * "]" *} if$ } FUNCTION {format.eprint} { eprint empty$ { "" } { archive empty$ {"\url{https://arxiv.org/abs/" eprint * "}" * } {"\url{" archive * "/" * eprint * "} " * } if$ } if$ } % FUNCTION {format.url} % { url empty$ % { "" } % { urldate empty$ % { "\url{" url * "}" * } % { "\url{" url * "} (accessed \printdate{" * urldate * "})" * } % if$ % } % if$ % } FUNCTION {format.pages} { pages empty$ { "" } { "p.~" pages n.undashify * } if$ } FUNCTION {format.book.pages} { pages empty$ { "" } { pages multi.page.check { pages n.undashify "~pages" * } { pages "~pages" * } if$ } if$ } FUNCTION {format.chapter.pages} { chapter empty$ 'format.pages { type empty$ { "\cdrchapname~" } { type "l" change.case$ " " * } if$ chapter * pages empty$ 'skip$ { ", " * format.pages * } if$ } if$ } FUNCTION {empty.misc.check} { author empty$ title empty$ howpublished empty$ month empty$ year empty$ note empty$ and and and and and key empty$ not and { "all relevant fields are empty in " cite$ * warning$ } 'skip$ if$ } FUNCTION {format.thesis.type} { type empty$ 'skip$ { pop$ type "t" change.case$ } if$ } FUNCTION {format.tr.number} { type empty$ { "Tech. Report" } 'type if$ number empty$ { "t" change.case$ } { number tie.or.space.connect } if$ } FUNCTION {format.article.crossref} { key empty$ { journal empty$ { "need key or journal for " cite$ * " to crossref " * crossref * warning$ "" } { "in " journal * } if$ } { "in " key * } if$ " \cite{" * crossref * "}" * } FUNCTION {format.crossref.editor} { editor #1 "{vv~}{ll}" format.name$ editor num.names$ duplicate$ #2 > { pop$ " et~al." * } { #2 < 'skip$ { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = { " et~al." * } { " \cdrandname~" * editor #2 "{vv~}{ll}" format.name$ * } if$ } if$ } if$ } FUNCTION {format.book.crossref} { volume empty$ { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ "in " } { "vol." volume tie.or.space.connect " de " * } if$ editor empty$ editor field.or.null author field.or.null = or { key empty$ { series empty$ { "need editor, key, or series for " cite$ * " to crossref " * crossref * warning$ "" * } { series * } if$ } { key * } if$ } { format.crossref.editor * } if$ " \cite{" * crossref * "}" * } FUNCTION {format.incoll.inproc.crossref} { key empty$ { booktitle empty$ { editor empty$ editor field.or.null author field.or.null = or { "need editor, key, or booktitle for " cite$ * "to crossref " * crossref * warning$ "" } { "in " format.crossref.editor * } if$ } { "in \emph{" booktitle * "}" * } if$ } { "in " key * } if$ " \cite{" * crossref * "}" * } FUNCTION {article} { output.bibitem format.authors "author" output.check format.title "title" output.check crossref missing$ { format.journal.vol.year output format.number output } { format.article.crossref output.nonnull } if$ format.language * eid missing$ { format.pages "pages" output.check } { format.eid "eid" output.check "eid and note" note reallytwo.or.check } if$ % format.url output format.eprint output note output fin.entry } FUNCTION {book} { output.bibitem author empty$ { format.editors "author and editor" output.check } { format.authors output.nonnull crossref missing$ { "author and editor" editor either.or.check } 'skip$ if$ } if$ format.booktitle "title" output.check format.edition output crossref missing$ { format.bookvolume.series.number output publisher "publisher" output.check address output } { format.book.crossref output.nonnull } if$ format.date "year" output.check format.language * % format.url output format.eprint output note output format.book.pages output fin.entry } FUNCTION {booklet} { output.bibitem format.authors output format.booktitle "title" output.check howpublished output address output format.date output % format.url output format.eprint output note output fin.entry } FUNCTION {inbook} { output.bibitem author empty$ { format.editors "author and editor" output.check } { format.authors output.nonnull crossref missing$ { "author and editor" editor either.or.check } 'skip$ if$ } if$ format.title "title" output.check crossref missing$ { format.bookvolume.series.number output format.chapter.pages "chapter and pages" output.check format.number.series output publisher "publisher" output.check address output } { format.chapter.pages "chapter and pages" output.check format.book.crossref output.nonnull } if$ format.edition output format.date "year" output.check format.language * % format.url output format.eprint output note output fin.entry } FUNCTION {incollection} { output.bibitem format.authors "author" output.check format.title "title" output.check crossref missing$ { format.incoll.title.editors "booktitle" output.check format.bookvolume.series.number output publisher "publisher" output.check address output format.edition output format.date "year" output.check } { format.incoll.inproc.crossref output.nonnull } if$ note output format.pages output format.language * % format.url output format.eprint output fin.entry } FUNCTION {inproceedings} { output.bibitem format.authors "author" output.check format.title "title" output.check crossref missing$ { format.inproc.title.address.editors "booktitle" output.check format.bookvolume.series.number output organization output publisher output format.date "year" output.check } { format.incoll.inproc.crossref output.nonnull } if$ note output format.pages output format.language * % format.url output format.eprint output fin.entry } FUNCTION {conference} { inproceedings } FUNCTION {manual} { output.bibitem author empty$ { organization empty$ 'skip$ { organization output.nonnull address output } if$ } { format.authors output.nonnull } if$ format.booktitle "title" output.check author empty$ { organization empty$ { address output } 'skip$ if$ } { organization output address output } if$ format.edition output format.date output % format.url output format.eprint output note output fin.entry } FUNCTION {masterthesis} { output.bibitem format.authors "author" output.check format.booktitle "title" output.check "\cdrmastersthesisname" format.thesis.type output.nonnull school "school" output.check address output format.date "year" output.check % format.url output format.eprint output note output fin.entry } FUNCTION {phdthesis} { output.bibitem format.authors "author" output.check format.title "title" output.check "\cdrphdthesisname" format.thesis.type output.nonnull school "school" output.check address output format.date "year" output.check % format.url output format.eprint output note output format.book.pages output fin.entry } FUNCTION {proceedings} { output.bibitem editor empty$ { organization output } { format.editors output.nonnull } if$ format.booktitle "title" output.check format.bookvolume.series.number output address empty$ { editor empty$ 'skip$ { organization output } if$ publisher output format.date "year" output.check } { address output.nonnull editor empty$ 'skip$ { organization output } if$ publisher output format.date "year" output.check } if$ % format.url output format.eprint output note output fin.entry } FUNCTION {techreport} { output.bibitem format.authors "author" output.check format.title "title" output.check format.tr.number output.nonnull institution "institution" output.check address output format.date "year" output.check % format.url output format.eprint output note output fin.entry } FUNCTION {misc} { output.bibitem format.authors output format.title output howpublished output format.date output note output format.book.pages output % format.url output format.eprint output fin.entry empty.misc.check } FUNCTION {unpublished} { output.bibitem format.authors "author" output.check format.title "title" output.check note "note" output.check format.date output % format.url output format.eprint output fin.entry } FUNCTION {default.type} { misc } READ FUNCTION {sortify} { purify$ "l" change.case$ } INTEGERS { len } FUNCTION {chop.word} { 's := 'len := s #1 len substring$ = { s len #1 + global.max$ substring$ } 's if$ } FUNCTION {sort.format.names} { 's := #1 'nameptr := "" s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } { nameptr #1 > { " " * } 'skip$ if$ %% s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := s nameptr "{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := nameptr numnames = t "others" = and { "et~al" * } { t sortify * } if$ nameptr #1 + 'nameptr := namesleft #1 - 'namesleft := } while$ } FUNCTION {sort.format.title} { 't := "A " #2 "An " #3 "The " #4 t chop.word chop.word chop.word sortify #1 global.max$ substring$ } FUNCTION {author.sort} { author empty$ { key empty$ { "to sort, need author or key in " cite$ * warning$ "" } { key sortify } if$ } { author sort.format.names } if$ } FUNCTION {author.editor.sort} { author empty$ { editor empty$ { key empty$ { "to sort, need author, editor, or key in " cite$ * warning$ "" } { key sortify } if$ } { editor sort.format.names } if$ } { author sort.format.names } if$ } FUNCTION {author.organization.sort} { author empty$ { organization empty$ { key empty$ { "to sort, need author, organization, or key in " cite$ * warning$ "" } { key sortify } if$ } { "The " #4 organization chop.word sortify } if$ } { author sort.format.names } if$ } FUNCTION {editor.organization.sort} { editor empty$ { organization empty$ { key empty$ { "to sort, need editor, organization, or key in " cite$ * warning$ "" } { key sortify } if$ } { "The " #4 organization chop.word sortify } if$ } { editor sort.format.names } if$ } FUNCTION {presort} { type$ "book" = type$ "inbook" = or 'author.editor.sort { type$ "proceedings" = 'editor.organization.sort { type$ "manual" = 'author.organization.sort 'author.sort if$ } if$ } if$ " " * year field.or.null sortify * " " * title field.or.null sort.format.title * #1 entry.max$ substring$ 'sort.key$ := } ITERATE {presort} SORT STRINGS { longest.label prev.author this.author } INTEGERS { number.label longest.label.width } FUNCTION {initialize.longest.label} { "" 'longest.label := #1 'number.label := #0 'longest.label.width := "abcxyz" 'prev.author := "" 'this.author := } FUNCTION {longest.label.pass} { number.label int.to.str$ 'label := number.label #1 + 'number.label := label width$ longest.label.width > { label 'longest.label := label width$ 'longest.label.width := } 'skip$ if$ author empty$ { editor empty$ { "" } 'editor if$ } 'author if$ 'this.author := this.author prev.author = { "\bysame" 'extra.label := } { "" 'extra.label := this.author "" = { "abcxyz" } 'this.author if$ 'prev.author := } if$ } EXECUTE {initialize.longest.label} ITERATE {longest.label.pass} FUNCTION {begin.bib} { preamble$ empty$ 'skip$ { preamble$ write$ newline$ } if$ "\def\bysame{\leavevmode ---------\thinspace}" write$ newline$ "\makeatletter\if@francais\providecommand{\og}{<<~}\providecommand{\fg}{~>>}" write$ newline$ "\else\gdef\og{``}\gdef\fg{''}\fi\makeatother" write$ newline$ "\def\cdrandname{\&}" write$ newline$ "\providecommand\cdrnumero{no.~}" write$ newline$ "\providecommand{\cdredsname}{eds.}" write$ newline$ "\providecommand{\cdredname}{ed.}" write$ newline$ "\providecommand{\cdrchapname}{chap.}" write$ newline$ "\providecommand{\cdrmastersthesisname}{Memoir}" write$ newline$ "\providecommand{\cdrphdthesisname}{PhD Thesis}" write$ newline$ "\begin{thebibliography}{" longest.label * "}" * write$ newline$ } EXECUTE {begin.bib} EXECUTE {init.state.consts} ITERATE {call.type$} FUNCTION {end.bib} { newline$ "\end{thebibliography}" write$ newline$ } EXECUTE {end.bib} %% %% End of file `smfplain.bst'.