diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/bib')
-rw-r--r-- | Master/texmf-dist/tex/context/bib/mkii/bibl-ams.tex | 438 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/bib/mkii/bibl-apa-de.tex | 386 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/bib/mkii/bibl-apa-fr.tex | 389 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/bib/mkii/bibl-apa-it.tex | 385 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/bib/mkii/bibl-apa.tex | 390 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/bib/mkii/bibl-aps.tex | 441 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/bib/mkii/bibl-num-fr.tex | 427 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/bib/mkii/bibl-num.tex | 427 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/bib/mkii/bibl-ssa.tex | 486 |
9 files changed, 0 insertions, 3769 deletions
diff --git a/Master/texmf-dist/tex/context/bib/mkii/bibl-ams.tex b/Master/texmf-dist/tex/context/bib/mkii/bibl-ams.tex deleted file mode 100644 index 6adddbf3fc0..00000000000 --- a/Master/texmf-dist/tex/context/bib/mkii/bibl-ams.tex +++ /dev/null @@ -1,438 +0,0 @@ -%D \module -%D [ file=bibl-ams, -%D version=2009.07.22 -%D title=AMS bibliography style, -%D subtitle=Publications, -%D author={Taco Hoekwater, Giuseppe Bilotta}, -%D date=\currentdate, -%D copyright={Public Domain}] -%C -%C Donated to the public domain. Use at your own risk - -\unprotect - -\setupcite - [author,year] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryear] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!yes, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryears] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!yes, - \c!inbetween={, }, - \c!left={(}, - \c!right={)}] - -\setupcite - [key,serial,authornum,page,short,type,doi,url] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={[}, - \c!right={]}] - -\setupcite - [num] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!yes, - \c!inbetween={--}, - \c!left={[}, - \c!right={]}] - -\gdef\bibalignednumber#1{\hfill[#1]~~} - -\setuppublications[% - \c!sorttype=, - \c!criterium=, - \c!refcommand=num, - \c!numbercommand=\bibalignednumber, - \c!numbering=\v!yes, - \c!autohang=\v!yes] - -\setuppublicationlist - [\c!width=30pt, - \c!artauthor=\normalshortauthor, - \c!editor=\normalshortauthor, - \c!author=\normalshortauthor, - \c!namesep={, }, - \c!lastnamesep={ and }, - \c!finalnamesep={, and }, - \c!firstnamesep={ }, - \c!juniorsep={ }, - \c!vonsep={ }, - \c!surnamesep={}, - \c!authoretallimit=4, - \c!editoretallimit=4, - \c!artauthoretallimit=4, - \c!authoretaldisplay=1, - \c!editoretaldisplay=1, - \c!artauthoretaldisplay=1, - \c!authoretaltext={ {\it et al.\/}}, - \c!editoretaltext={ {\it et al.\/}}, - \c!artauthoretaltext={ {\it et al.\/}}] - -\def\maybeyear#1{} - -\def\etalchar#1{#1} - -\def\insertNote#1#2#3{% - \begingroup - \sfcode`\.=1020 - \insertnote{#1}{\ifnum\spacefactor=1020 \else .\fi}{#3}% - \endgroup -} - -\def\insertEdition#1#2#3{% - \begingroup - \insertedition{#1}{\doifnumberelse{\csname @@pb@edition\endcsname}{% - \ifcase \csname @@pb@edition\endcsname \or st\or nd\or rd\else th\fi - }{}#2}{#3}% - \endgroup -} - -%D \macros{insertchapter,insertpublisher} - -%D Some shortcuts. - -% ((#1(type\ |)chapter#2)|#3) - -\def\insertchap#1#2#3% - {\insertchapter - {#1\insertbibtype{}{\ }{chapter\ }}{#2}% - {#3}} - -\def\insertpublisher#1#2#3% - {\insertpubname - {#1}{\insertcity - {, } - {\insertcountry{, }{}{#2}}% - {\insertcountry{, }{}{#2}}}% - {\insertcity - {}{\insertcountry{, }{}{#2}}% - {\insertcountry{#1}{#2}{#3}}}% - } - -% some tricks with page ranges: - -\def\insertfirstpage#1#2#3{% - \@EA\bibdoifelse - \@EA{\csname @@pb@pages\endcsname}% - {#1\fixedfirstpage #2}% - {#3}% -} - -\def\fixedfirstpage{\expanded{\doifinstringelse{-}{\csname @@pb@pages\endcsname}% - {\gobblelastdash\csname @@pb@pages\endcsname-\relax}{\csname @@pb@pages\endcsname}}} - -\protected\def\gobblelastdash#1-#2\relax{#1} - -\def\fixpp.{\expanded{\doifinstringelse{-}{\csname @@pb@pages\endcsname}{pp.}{p.}}} - -\setuppublicationlayout[article]{% - \insertartauthors{}{ }{\insertthekey{}{ }{}}% - \insertarttitle{\unskip, \bgroup\it }{\/\egroup}{}% - \insertjournal{\unskip, \bgroup }{\egroup}{}% - \insertvolume{ \bgroup\bf }{\egroup}{}% - \insertpubyear{ (}{)}{\unskip}% - \insertissue{\unskip, no.~}{}{}% - \insertpages{\unskip, }{}{}% - \insertNote{ }{.}{}% - \insertcomment{}{.}{}% -} - -% \newif\ifeditedbook - -\setuppublicationlayout[book]{% - \insertauthors{}{ }{\inserteditors{}{, editor% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{. }{}}}% - \inserttitle - {\unskip, \bgroup\it }% - {\/\egroup - \ifeditedbook - \global\editedbookfalse - \insertvolume - { Number~}% - {\insertseries - { in~\bgroup}% - {\egroup. }% - {\insertcrossref{ in~}{}{. }}}% - {\insertseries{ }{.}{} }% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{, \fixpp. }{. }{. }% - \insertvolume{Volume~}{ of~}{}% - }% - {}% - {\insertvolume - {, volume~}% - {\insertseries - { of~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{, p. }{. }{. }% - }% - \fi}% - { }% - \insertpubyear{(% - \insertpublisher - {}% - {, }% - {}% - }{)\insertEdition{, }{ ed. }{. }}{\unskip.}% -% \insertpages{}{p. }{}% - \insertNote{ }{.}{}% -} - -\setuppublicationlayout[inbook]{% - \insertauthors{}{}{\inserteditors{}{, editor% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{. }{}}}% - \inserttitle - {, \bgroup\it }% - {\/\egroup - \insertpubyear - { (% - \insertpubname{}{\insertcity{, }{, }{}}{}% - } - {)\insertEdition{, }{ ed.}{}}{}% - \ifeditedbook - \global\editedbookfalse - \insertvolume - { vol.~}% - {\insertseries - { in~\bgroup}% - {\egroup. }% - {\insertcrossref{ in~}{}{. }}}% - {\insertseries{ }{.}{} }% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{, p. }{. }{. }% - \insertvolume{Volume~}{ of~}{}% - }% - {}% - {\insertvolume - {, vol.~}% - {\insertseries - { of~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{, \fixpp. }{. }{. }% - }% - \fi }% - { }% - \insertNote{ }{.}{}% -} - -\setuppublicationlayout[booklet]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertpubyear{(% - \insertpublisher{}{, }{}% - }{)\insertEdition{, }{ ed. }{. }}{}% - \insertpages{}{p. }{}% - \insertNote{ }{.}{}% -} - -\setuppublicationlayout[manual]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \inserttitle{\bgroup \it }{\/\egroup \insertseries{ (}{)}{}. }{}% - \insertpubyear{(% - \insertorganization - {}% - {\insertcity{, }{, }{}}% - {\insertcity{}{, }{}}% - }{)\insertEdition{, }{ ed. }{. }}{}% - \insertpages{}{p. }{}% - \insertNote{ }{.}{}% -} - -\setuppublicationlayout[incollection]{% - \insertartauthors{}{}{\insertthekey{}{, }{}}% - \insertarttitle{, \bgroup }{\egroup}{}% - \inserttitle - {, in % - \bgroup\it}% - {\egroup - \inserteditors{, edited by }% - {}% - {} - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpubyear{(% - \insertpublisher{}%{, }%{}% - }{)\insertEdition{, }{ ed. }{}}{}% - \insertpages{\unskip, p.~}{. }{\unskip. }% - }% - {In \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, p.~}{. }{\unskip. }% - }% - \insertNote{ }{.}{}% -} - -\setuppublicationlayout[inproceedings]{% - \insertauthors{}{ }{}% - \insertarttitle{\bgroup\it }{\/\egroup }{}%% - \inserttitle - {\unskip, in \bgroup\it}% - {\egroup - \inserteditors{, edited by }% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpubyear - { (% - \insertorganization - {}% - {\insertpubname{, } - {\insertcity{, }{}{}, } - {\insertcity{, }{}{}, }}% - {\insertpubname{} - {\insertcity{, }{}{}, } - {\insertcity{}{, }{}}}% - } - {)}{}% - \insertseries - {, \insertvolume{vol. }{~of }{}\bgroup\it}% - {\egroup}% - {}% - \insertpages - {\unskip, \fixpp.~} - {\unskip.} - {\unskip.}% - }% - { In \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, \fixpp.~}{. }{\unskip. }% - }% - \insertNote{ }{.}{}% -} - -\setuppublicationlayout[proceedings]{% - \inserteditors{}{, ed% - \ifnum\getvalue{editor@num}> 1 s\fi., - \ \global\editedbooktrue - }{\insertthekey{}{ }{}}% - \inserttitle - {\bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpubyear{(% - \insertorganization - {}% - {\insertpubname{, }{, }{}}% - {\insertpubname{}{, }{}}% - } - {)} - {}% - \insertpages - {\unskip, p.~} - {\insertcity{, }{}{}} - {\unskip\insertcity{, }{}{}}% - }% - {}% - \insertNote{\unskip. }{.}{.}% -} - -\setuppublicationlayout[mastersthesis]{% - \insertauthors{}{, }{}% - \insertbibtype{}{, }{Master's thesis, }% - \insertpublisher{}{, }{}% - \insertpubyear{(}{)}{}% - \insertpages{\unskip, }{}{}% - \insertNote{\unskip. }{.}{\unskip.}% -} - -\setuppublicationlayout[phdthesis]{% - \insertauthors{}{, }{}% - \insertbibtype{}{, }{Ph.D. thesis, }% - \insertpublisher{}{, }{}% - \insertpubyear{(}{)}{}% - \insertpages{\unskip, }{}{}% - \insertNote{\unskip. }{.}{\unskip.}% -} - -\setuppublicationlayout[misc]{% - \insertauthors{}{% - \inserttitle{, \bgroup \it }{\egroup \insertseries{ (}{)}{} }{}% - }{% - \insertthekey{}{% - \inserttitle{, \bgroup \it }{\egroup \insertseries{ (}{)}{} }{}% - }{% - \inserttitle{, \bgroup \it }{\egroup \insertseries{ (}{)}{} }{}% - }}% - \insertpubyear{(% - \insertpublisher{}{, }{}% - }% - {)}% - {% - \inserthowpublished{\unskip, }{}{}% - }% - \insertpages{\unskip, }{}{}% - \inserteprint{\unskip, }{}{}% - \insertNote{\unskip. }{.}{\unskip.}% -} - -\setuppublicationlayout[techreport]{% - \insertauthors{}{, }{}% - \inserttitle{\bgroup \it }{\egroup \insertseries{ (}{)}{} }{}% - \insertbibtype{}{}{Tech. Rep.}% - \insertvolume{ }{, }{, }% - \insertpublisher{}{ }{}% - \insertpubyear{(}{)}{}% - \insertpages{\unskip, }{}{}% - \insertNote{\unskip. }{.}{\unskip.}% -} - -\setuppublicationlayout[unpublished]{% - \insertauthors{}{, }{}% - \inserttitle{\bgroup \it }{\egroup \insertseries{ (}{)}{}}{}% - \insertbibtype{ (}{)}{}% - \insertpubyear{ (unpublished, }{)}{ (unpublished)}% - \insertpages{\unskip, }{ }{}% - \insertNote{\unskip. }{.}{\unskip.}% -} -\protect diff --git a/Master/texmf-dist/tex/context/bib/mkii/bibl-apa-de.tex b/Master/texmf-dist/tex/context/bib/mkii/bibl-apa-de.tex deleted file mode 100644 index 60ef3113b1d..00000000000 --- a/Master/texmf-dist/tex/context/bib/mkii/bibl-apa-de.tex +++ /dev/null @@ -1,386 +0,0 @@ -%D \module -%D [ file=bibl-apa-de, -%D version=2006.9.12, -%D title=APA bibliography style, -%D subtitle=Publications, -%D author={Taco Hoekwater}, -%D date=\currentdate, -%D copyright={Public Domain}] -%C -%C Donated to the public domain. Use at your own risk - -\unprotect - -\setupcite - [author,year] - [\c!andtext={ und }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ und }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryear] - [\c!andtext={ und }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ und }, - \c!compress=\v!yes, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryears] - [\c!andtext={ und }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ und }, - \c!compress=\v!yes, - \c!inbetween={, }, - \c!left={(}, - \c!right={)}] - -\setupcite - [key,serial,authornum,page,short,type,doi,url] - [\c!andtext={ und }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ und }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={[}, - \c!right={]}] - -\setupcite - [num] - [\c!andtext={ und }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ und }, - \c!compress=\v!yes, - \c!inbetween={--}, - \c!left={[}, - \c!right={]}] - -\setuppublications[% - \c!sorttype=, - \c!criterium=, - \c!refcommand=authoryears, - \c!numbering=\v!no, - \c!autohang=\v!no] - -\setuppublicationlist - [\c!width=24pt, - \c!artauthor=\invertedshortauthor, - \c!editor=\invertedshortauthor, - \c!author=\invertedshortauthor, - \c!namesep={, }, - \c!lastnamesep={ und }, - \c!finalnamesep={ und }, - \c!firstnamesep={, }, - \c!juniorsep={ }, - \c!vonsep={ }, - \c!surnamesep={, }, - \c!authoretallimit=5, - \c!editoretallimit=5, - \c!artauthoretallimit=5, - \c!authoretaldisplay=5, - \c!editoretaldisplay=5, - \c!artauthoretaldisplay=5, - \c!authoretaltext={ et al.}, - \c!editoretaltext={ et al.}, - \c!artauthoretaltext={ et al.}, -] - -\def\maybeyear#1{#1} - -\def\etalchar#1{#1} - -%D \macros{insertchapter,insertpublisher} - -%D Some shortcuts. - -% ((#1(type\ |)chapter#2)|#3) - -\def\insertchap#1#2#3% - {\insertchapter - {#1\insertbibtype{}{\ }{Kapitel\ }}{#2}% - {#3}} - -\def\insertpublisher#1#2#3% - {\insertpubname - {#1}{\insertcity - {, } - {\insertcountry{, }{}{#2}}% - {\insertcountry{, }{}{#2}}}% - {\insertcity - {}{\insertcountry{, }{}{#2}}% - {\insertcountry{#1}{#2}{#3}}}% - } - - -\setuppublicationlayout[article]{% - \insertartauthors{}{ }{\insertthekey{}{ }{}}% - \insertpubyear{(}{). }{\unskip.}% - \insertarttitle{\bgroup }{\egroup. }{}% - \insertjournal{\bgroup \it}{\egroup} - {\insertcrossref{In }{}{}}% - \insertvolume - {, } - {\insertissue{(}{)}{}\insertpages{:}{.}{.}} - {\insertpages{, Seiten }{.}{.}}% - \insertnote{ }{.}{}% - \insertcomment{}{.}{}% -} - -% \newif\ifeditedbook -\setuppublicationlayout[book]{% - \insertauthors{}{ }{\inserteditors{}{, Herausgeber% - \ \global\editedbooktrue - }{\insertthekey{}{. }{}}}% - \insertpubyear{(}{). }{\unskip.}% - \inserttitle - {\bgroup\it }% - {\/\egroup - \ifeditedbook - \global\editedbookfalse - \insertvolume - { Nummer~}% - {\insertseries - { in~\bgroup}% - {\egroup. }% - {\insertcrossref{ in~}{}{. }}}% - {\insertseries{ }{.}{} }% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{, Seiten }{. }{. }% - \insertvolume{Band~}{ von~}{}% - }% - {}% - {\insertvolume - {, Band~}% - {\insertseries - { von~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{, Seiten }{.}{.}% - }% - \fi}% - {}% - \insertpublisher - { }% - {\insertedition{, }{ Auflage.}{.}}% - {\insertedition{, }{ Auflage.}{}}% - \insertpages{ }{S. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[inbook]{% - \insertauthors{}{ }{\inserteditors{}{, Herausgeber% - \ \global\editedbooktrue - }{\insertthekey{}{. }{}}}% - \insertpubyear{(}{). }{\unskip.}% - \inserttitle - {\bgroup\it }% - {\/\egroup - \ifeditedbook - \global\editedbookfalse - \insertvolume - { Nummer~}% - {\insertseries - { in~\bgroup}% - {\egroup. }% - {\insertcrossref{ in~}{}{. }}}% - {\insertseries{ }{.}{} }% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{, Seiten }{. }{. }% - \insertvolume{Band~}{ Von~}{}% - }% - {}% - {\insertvolume - {, Band~}% - {\insertseries - { von~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{, Seiten }{. }{. }% - }% - \fi}% - { }% - \insertpublisher - {}% - {\insertedition{, }{ Auflage. }{. }}% - {\insertedition{, }{ Auflage. }{}}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[booklet]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertpublisher - {}% - {\insertedition{, }{ Auflage. }{. }}% - {\insertedition{, }{ Auflage. }{}}% - \insertpages{}{S. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[manual]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup \it }{\/\egroup \insertseries{ (}{)}{}. }{}% - \insertorganization - {}% - {\insertcity{, }% - {\insertedition{, }{ Auflage. }{. }}% - {\insertedition{, }{ Auflage. }{. }}}% - {\insertedition{, }{ Auflage. }{}}% - \insertpages{}{S. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[incollection]{% - \insertartauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \insertarttitle{\bgroup }{\egroup. }{}% - \inserttitle - {In \inserteditors{}% - {, Herausgeber, }% - {}% - \bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, Nummer }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, Seiten~}{. }{\unskip. }% - \insertpublisher - {}% - {\insertedition{, }{ Auflage. }{. }}% - {\insertedition{, }{ Auflage. }{}}% - }% - {In \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, Seiten~}{. }{\unskip. }% - }% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[inproceedings]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \insertarttitle{\bgroup }{\egroup. }{}%% - \inserttitle - {In \inserteditors{}% - {, Herausgeber, }% - {}% - \bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, Nummer }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages - {\unskip, Seiten~} - {\insertcity{, }{. }{. }} - {\unskip. }% - \insertorganization - {}% - {\insertpubname{, }{. }{. }}% - {\insertpubname{}{. }{}}% was {, }{. }{} - }% - {In \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, Seiten~}{. }{\unskip. }% - }% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[proceedings]{% - \inserteditors{}{, Herausgeber% - \ \global\editedbooktrue - }{\insertthekey{}{ }{}}% - \insertpubyear{(}{). }{}% - \inserttitle - {\bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, Nummer }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, Seiten~}{\insertcity{, }{. }{. }} - {\unskip\insertcity{, }{. }{. }}% - \insertorganization - {}% - {\insertpubname{, }{. }{. }}% - {\insertpubname{, }{. }{}}% - }% - {}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[mastersthesis]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{, }{Masterarbeit, }% - \insertpublisher{}{. }{}% - \insertpages{}{S. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[phdthesis]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup\it }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{, }{Dissertation, }% - \insertpublisher{}{. }{}% - \insertpages{}{S. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[misc]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}. }{}% - \insertpublisher{}{. }{}% - \insertpages{}{S. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[techreport]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{\insertvolume{ }{, }{, }}{Technischer Bericht, }% - \insertpublisher{}{. }{}% - \insertpages{}{S. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[unpublished]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertpublisher{}{. }{}% - \insertpages{}{S. }{}% - \insertbibtype{(}{)}{}% - \insertnote{ }{.}{}% -} - -\protect diff --git a/Master/texmf-dist/tex/context/bib/mkii/bibl-apa-fr.tex b/Master/texmf-dist/tex/context/bib/mkii/bibl-apa-fr.tex deleted file mode 100644 index 20216c9ba6c..00000000000 --- a/Master/texmf-dist/tex/context/bib/mkii/bibl-apa-fr.tex +++ /dev/null @@ -1,389 +0,0 @@ -%D \module -%D [ file=bibl-apa-fr, -%D version=2005.12.15, -%D title=APA fr bibliography style, -%D subtitle=Publications, -%D author={Renaud Aubin}, -%D date=\currentdate, -%D copyright={Public Domain}] -%C -%C Donated to the public domain. Use at your own risk - -\unprotect - -\setupcite - [author,year] - [\c!andtext={ et }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ et }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryear] - [\c!andtext={ et }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ et }, - \c!compress=\v!yes, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryears] - [\c!andtext={ et }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ et }, - \c!compress=\v!yes, - \c!inbetween={, }, - \c!left={(}, - \c!right={)}] - -\setupcite - [key,serial,authornum,page,short,type,doi,url] - [\c!andtext={ et }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ et }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={[}, - \c!right={]}] - -\setupcite - [num] - [\c!andtext={ et }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ et }, - \c!compress=\v!yes, - \c!inbetween={--}, - \c!left={[}, - \c!right={]}] - -\setuppublications[% - \c!sorttype=, - \c!criterium=, - \c!refcommand=authoryears, - \c!numbering=\v!no, - \c!autohang=\v!no] - -\setuppublicationlist - [\c!width=24pt, - \c!artauthor=\invertedshortauthor, - \c!editor=\invertedshortauthor, - \c!author=\invertedshortauthor, - \c!namesep={, }, - \c!lastnamesep={ et }, - \c!finalnamesep={ et }, - \c!firstnamesep={, }, - \c!juniorsep={ }, - \c!vonsep={ }, - \c!surnamesep={, }, - \c!authoretallimit=5, - \c!editoretallimit=5, - \c!artauthoretallimit=5, - \c!authoretaldisplay=5, - \c!editoretaldisplay=5, - \c!artauthoretaldisplay=5, - \c!authoretaltext={ et al.}, - \c!editoretaltext={ et al.}, - \c!artauthoretaltext={ et al.}, -] - -\def\maybeyear#1{#1} - -\def\etalchar#1{#1} - -%D \macros{insertchapter,insertpublisher} - -%D Some shortcuts. - -% ((#1(type\ |)chapter#2)|#3) - -\def\insertchap#1#2#3% - {\insertchapter - {#1\insertbibtype{}{\ }{chapitre\ }}{#2}% - {#3}} - -\def\insertpublisher#1#2#3% - {\insertpubname - {#1}{\insertcity - {, } - {\insertcountry{, }{}{#2}}% - {\insertcountry{, }{}{#2}}}% - {\insertcity - {}{\insertcountry{, }{}{#2}}% - {\insertcountry{#1}{#2}{#3}}}% - } - - -\setuppublicationlayout[article]{% - \insertartauthors{}{ }{\insertthekey{}{ }{}}% - \insertpubyear{(}{). }{\unskip.}% - \insertarttitle{\bgroup }{\egroup. }{}% - \insertjournal{\bgroup \it}{\egroup} - {\insertcrossref{Dans }{}{}}% - \insertvolume - {, } - {\insertissue{(}{)}{}\insertpages{:}{.}{.}} - {\insertpages{, pages }{.}{.}}% - \insertnote{ }{.}{}% - \insertcomment{}{.}{}% -} - -% \newif\ifeditedbook -\setuppublicationlayout[book]{% - \insertauthors{}{ }{\inserteditors{}{, \'editeur% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{. }{}}}% - \insertpubyear{(}{). }{\unskip.}% - \inserttitle - {\bgroup\it }% - {\/\egroup - \ifeditedbook - \global\editedbookfalse - \insertvolume - { Num\'ero~}% - {\insertseries - { dans~\bgroup}% - {\egroup. }% - {\insertcrossref{ dans~}{}{. }}}% - {\insertseries{ }{.}{} }% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{, pages }{. }{. }% - \insertvolume{Volume~}{ de~}{}% - }% - {}% - {\insertvolume - {, volume~}% - {\insertseries - { de~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{, pages }{.}{.}% - }% - \fi}% - {}% - \insertpublisher - { }% - {\insertedition{, }{ \'edition.}{.}}% - {\insertedition{, }{ \'edition.}{}}% - \insertpages{ }{p. }{}% - \insertnote{}{.}{}% -} - -\setuppublicationlayout[inbook]{% - \insertauthors{}{ }{\inserteditors{}{, \'editeur% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{. }{}}}% - \insertpubyear{(}{). }{\unskip.}% - \inserttitle - {\bgroup\it }% - {\/\egroup - \ifeditedbook - \global\editedbookfalse - \insertvolume - { number~}% - {\insertseries - { dans~\bgroup}% - {\egroup. }% - {\insertcrossref{ dans~}{}{. }}}% - {\insertseries{ }{.}{} }% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{, pages }{. }{. }% - \insertvolume{Volume~}{ de~}{}% - }% - {}% - {\insertvolume - {, volume~}% - {\insertseries - { of~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{, pages }{. }{. }% - }% - \fi}% - { }% - \insertpublisher - {}% - {\insertedition{, }{ \'edition. }{. }}% - {\insertedition{, }{ \'edition. }{}}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[booklet]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertpublisher - {}% - {\insertedition{, }{ \'edition. }{. }}% - {\insertedition{, }{ \'edition. }{}}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[manual]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup \it }{\/\egroup \insertseries{ (}{)}{}. }{}% - \insertorganization - {}% - {\insertcity{, }% - {\insertedition{, }{ \'edition. }{. }}% - {\insertedition{, }{ \'edition. }{. }}}% - {\insertedition{, }{ \'edition. }{}}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[incollection]{% - \insertartauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \insertarttitle{\bgroup }{\egroup. }{}% - \inserttitle - {Dans \inserteditors{}% - {, \'editeur\ifnum\getvalue{editor@num}> 1 s\fi, }% - {}% - \bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, num\'ero }{~dans }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{. }{\unskip. }% - \insertpublisher - {}% - {\insertedition{, }{ \'edition. }{. }}% - {\insertedition{, }{ \'edition. }{}}% - }% - {Dans \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{. }{\unskip. }% - }% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[inproceedings]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \insertarttitle{\bgroup }{\egroup. }{}%% - \inserttitle - {Dans \inserteditors{}% - {, \'editeur\ifnum\getvalue{editor@num}> 1 s\fi, }% - {}% - \bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, num\'ero }{~dans }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages - {\unskip, pages~} - {\insertcity{, }{. }{. }} - {\unskip. }% - \insertorganization - {}% - {\insertpubname{, }{. }{. }}% - {\insertpubname{}{. }{}}% was {, }{. }{} - }% - {Dans \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{. }{\unskip. }% - }% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[proceedings]{% - \inserteditors{}{, \'editeur% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{ }{}}% - \insertpubyear{(}{). }{}% - \inserttitle - {\bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, num\'ero }{~dans }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{\insertcity{, }{. }{. }} - {\unskip\insertcity{, }{. }{. }}% - \insertorganization - {}% - {\insertpubname{, }{. }{. }}% - {\insertpubname{, }{. }{}}% - }% - {}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[mastersthesis]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{, }{Th\`ese de master (DEA, DESS, master), }% - \insertpublisher{}{. }{}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[phdthesis]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup\it }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{, }{Th\`ese de doctorat, }% - \insertpublisher{}{. }{}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[misc]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}. }{}% - \insertpublisher{}{. }{}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[techreport]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{\insertvolume{ }{, }{, }}{Rapport technique, }% - \insertpublisher{}{. }{}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[unpublished]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertpublisher{}{. }{}% - \insertpages{}{p. }{}% - \insertbibtype{(}{)}{}% - \insertnote{ }{.}{}% -} - -\protect diff --git a/Master/texmf-dist/tex/context/bib/mkii/bibl-apa-it.tex b/Master/texmf-dist/tex/context/bib/mkii/bibl-apa-it.tex deleted file mode 100644 index 1f2dd00e4a5..00000000000 --- a/Master/texmf-dist/tex/context/bib/mkii/bibl-apa-it.tex +++ /dev/null @@ -1,385 +0,0 @@ -%D \module -%D [ file=bibl-apa-it, -%D version=2014.10.10, -%D title=APA bibliography style, -%D subtitle=Publications, -%D author={Andrea Valle \& Alan Braslau}, -%D date=\currentdate, -%D copyright={Public Domain}] -%C -%C Donated to the public domain. Use at your own risk - -\unprotect - -\setupcite - [author,year] - [\c!andtext={ e }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ e }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryear] - [\c!andtext={ e }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ e }, - \c!compress=\v!yes, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryears] - [\c!andtext={ e }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ e }, - \c!compress=\v!yes, - \c!inbetween={, }, - \c!left={(}, - \c!right={)}] - -\setupcite - [key,serial,authornum,page,short,type,doi,url] - [\c!andtext={ e }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ e }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={[}, - \c!right={]}] - -\setupcite - [num] - [\c!andtext={ e }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ e }, - \c!compress=\v!yes, - \c!inbetween={--}, - \c!left={[}, - \c!right={]}] - -\setuppublications - [\c!sorttype=, - \c!criterium=, - \c!refcommand=authoryears, - \c!numbering=\v!no, - \c!autohang=\v!no] - -\setuppublicationlist - [\c!width=24pt, - \c!artauthor=\invertedshortauthor, - \c!editor=\invertedshortauthor, - \c!author=\invertedshortauthor, - \c!namesep={, }, - \c!lastnamesep={ e }, - \c!finalnamesep={ e }, - \c!firstnamesep={, }, - \c!juniorsep={ }, - \c!vonsep={ }, - \c!surnamesep={, }, - \c!authoretallimit=5, - \c!editoretallimit=5, - \c!artauthoretallimit=5, - \c!authoretaldisplay=5, - \c!editoretaldisplay=5, - \c!artauthoretaldisplay=5, - \c!authoretaltext={ et al.}, - \c!editoretaltext={ et al.}, - \c!artauthoretaltext={ et al.}] - -\def\maybeyear#1{#1} -\def\etalchar #1{#1} - -%D \macros{insertchapter,insertpublisher} - -%D Some shortcuts. - -% ((#1(type\ |)chapter#2)|#3) - -\def\insertchap#1#2#3% - {\insertchapter - {#1\insertbibtype{}{\ }{capitolo\ }}{#2}% - {#3}} - -% #1city, country: pubname#2 -% #1country: pubname#2 -% #1pubname#2 -% #1city, country#2 -% #3 - -\def\insertpublisher#1#2#3% - {\insertpubname - {\insertcity - {#1} - {\insertcountry{, }{}{}: }% - {#1\insertcountry{}{: }{}}}% - {#2}% - {\insertcity - {#1} - {\insertcountry{, }{}{#2}}% - {\insertcountry{#1}{#2}{#3}}}% - } - -\def\insertorg#1#2#3% - {\insertorganization - {\insertcity - {#1} - {\insertcountry{, }{}{#2}: }% - {\insertcountry{}{: }{#2}}}% - {}% - {\insertcity - {#1} - {\insertcountry{, }{}{#2}}% - {\insertcountry{}{#2}{#3}}}% - } - - - -\setuppublicationlayout[article]{% - \insertartauthors{}{ }{\insertthekey{}{ }{}}% - \insertpubyear{(}{). }{\unskip.}% - \insertarttitle{\bgroup }{\egroup. }{}% - \insertjournal{\bgroup \it}{\egroup} - {\insertcrossref{In }{}{}}% - \insertvolume - {\bgroup \it, } - {\egroup\insertissue{\/(}{)}{}\insertpages{, }{.}{.}} - {\insertpages{, pp. }{.}{.}}% - \insertnote{ }{.}{}% - \insertcomment{}{.}{}% -} - -% \newif\ifeditedbook - -\setuppublicationlayout[book]{% - \insertauthors{}{ }{\inserteditors{}{, a c. di% - \ \global\editedbooktrue - }{\insertthekey{}{. }{}}}% - \insertpubyear{(}{). }{\unskip.}% - \inserttitle - {\bgroup\it }% - {\/\egroup - \ifeditedbook - \global\editedbookfalse - \insertvolume - { N.~}% - {\insertseries - { in~\bgroup}% - {\egroup. }% - {\insertcrossref{ in~}{}{. }}}% - {\insertseries{ }{.}{.}}% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{\unskip, pp. }{. }{. }% - \insertvolume{Vol.~}{ di~}{}% - }% - {}% - {\insertvolume - {, vol.~}% - {\insertseries - { di~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{\unskip, pp. }{.}{.}% - }% - \fi}% - {}% - \insertedition{ }{ ed.}{}% - \insertpublisher{ }{.}{.}% - \insertpages{ }{p. }{ }% - \insertnote{}{.}{}% -} - -\setuppublicationlayout[inbook]{% - \insertauthors{}{ }{\inserteditors{}{, a c. di% - \ \global\editedbooktrue - }{\insertthekey{}{. }{}}}% - \insertpubyear{(}{). }{\unskip.}% - \inserttitle - {\bgroup\it }% - {\/\egroup - \ifeditedbook - \global\editedbookfalse - \insertvolume - { number~}% - {\insertseries - { in~\bgroup}% - {\egroup. }% - {\insertcrossref{ in~}{}{.}}}% - {\insertseries{ }{.}{}}% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{\unskip, pp. }{. }{. }% - \insertvolume{Volume~}{ di~}{}% - }% - {}% - {\insertvolume - {, volume~}% - {\insertseries - { di~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{\unskip, pp. }{.}{}% - }% - \fi}% - { }% - \insertedition{ }{ ed.}{}% - \insertpublisher{ }{.}{.}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[booklet]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertedition{ }{ ed.}{}% - \insertpublisher{ }{.}{.}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[manual]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup \it }{\/\egroup \insertseries{ (}{)}{}. }{}% - \insertedition{ }{ ed.}{}% - \insertorg{ }{.}{.}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[incollection]{% - \insertartauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \insertarttitle{\bgroup }{\egroup. }{}% - \inserttitle - {In \inserteditors{}% - {, a c. di, }% - {}% - \bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pp.~}{. }{\unskip. }% - \insertedition{ }{ edition}{}% - \insertpublisher{ }{.}{.}% - }% - {In \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pp.~}{. }{\unskip. }% - }% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[inproceedings]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \insertarttitle{\bgroup }{\egroup. }{}%% - \inserttitle - {In \inserteditors{}% - {, a c. di, }% - {}% - \bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pp.~}{}{}% - \insertorg{. }{.}{.}% - }% - {In \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pp.~}{. }{\unskip. }% - }% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[proceedings]{% - \inserteditors{}{, a c. di% - \ \global\editedbooktrue - }{\insertthekey{}{ }{}}% - \insertpubyear{(}{). }{}% - \inserttitle - {\bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pp.~}{}{}% - \insertorg{. }{.}{.}% - }% - {}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[mastersthesis]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{, }{Tesi di laurea, }% - \insertpublisher{ }{.}{.}% - \insertpages{ }{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[phdthesis]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup\it }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{, }{Tesi di dottorato,}% - \insertpublisher{ }{.}{.}% - \insertpages{ }{ p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[misc]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}. }{}% - \insertpublisher{ }{.}{.}% - \insertpages{ }{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[techreport]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{\insertvolume{ }{, }{, }}{Relazione tecnica}% - \insertpublisher{ }{.}{.}% - \insertpages{ }{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[unpublished]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - % \insertpublisher{ }{.}{.}% - \insertpages{ }{p. }{}% - \insertbibtype{(}{)}{}% - \insertnote{ }{.}{}% -} - -\protect diff --git a/Master/texmf-dist/tex/context/bib/mkii/bibl-apa.tex b/Master/texmf-dist/tex/context/bib/mkii/bibl-apa.tex deleted file mode 100644 index d9ac9c5bf2c..00000000000 --- a/Master/texmf-dist/tex/context/bib/mkii/bibl-apa.tex +++ /dev/null @@ -1,390 +0,0 @@ -%D \module -%D [ file=bibl-apa, -%D version=2008.06.09, -%D title=APA bibliography style, -%D subtitle=Publications, -%D author={Taco Hoekwater}, -%D date=\currentdate, -%D copyright={Public Domain}] -%C -%C Donated to the public domain. Use at your own risk - -\unprotect - -\setupcite - [author,year] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryear] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!yes, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryears] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!yes, - \c!inbetween={, }, - \c!left={(}, - \c!right={)}] - -\setupcite - [key,serial,authornum,page,short,type,doi,url] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={[}, - \c!right={]}] - -\setupcite - [num] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!yes, - \c!inbetween={--}, - \c!left={[}, - \c!right={]}] - - -\setuppublications[% - \c!sorttype=, - \c!criterium=, - \c!refcommand=authoryears, - \c!numbering=\v!no, - \c!autohang=\v!no] - -\setuppublicationlist - [\c!width=24pt, - \c!artauthor=\invertedshortauthor, - \c!editor=\invertedshortauthor, - \c!author=\invertedshortauthor, - \c!namesep={, }, - \c!lastnamesep={ and }, - \c!finalnamesep={ and }, - \c!firstnamesep={, }, - \c!juniorsep={ }, - \c!vonsep={ }, - \c!surnamesep={, }, - \c!authoretallimit=5, - \c!editoretallimit=5, - \c!artauthoretallimit=5, - \c!authoretaldisplay=5, - \c!editoretaldisplay=5, - \c!artauthoretaldisplay=5, - \c!authoretaltext={ et al.}, - \c!editoretaltext={ et al.}, - \c!artauthoretaltext={ et al.}, -] - -\def\maybeyear#1{#1} - -\def\etalchar#1{#1} - -%D \macros{insertchapter,insertpublisher} - -%D Some shortcuts. - -% ((#1(type\ |)chapter#2)|#3) - -\def\insertchap#1#2#3% - {\insertchapter - {#1\insertbibtype{}{\ }{chapter\ }}{#2}% - {#3}} - -% #1city, country: pubname#2 -% #1country: pubname#2 -% #1pubname#2 -% #1city, country#2 -% #3 - -\def\insertpublisher#1#2#3% - {\insertpubname - {\insertcity - {#1} - {\insertcountry{, }{}{}: }% - {#1\insertcountry{}{: }{}}}% - {#2}% - {\insertcity - {#1} - {\insertcountry{, }{}{#2}}% - {\insertcountry{#1}{#2}{#3}}}% - } - -\def\insertorg#1#2#3% - {\insertorganization - {\insertcity - {#1} - {\insertcountry{, }{}{#2}: }% - {\insertcountry{}{: }{#2}}}% - {}% - {\insertcity - {#1} - {\insertcountry{, }{}{#2}}% - {\insertcountry{}{#2}{#3}}}% - } - - - -\setuppublicationlayout[article]{% - \insertartauthors{}{ }{\insertthekey{}{ }{}}% - \insertpubyear{(}{). }{\unskip.}% - \insertarttitle{\bgroup }{\egroup. }{}% - \insertjournal{\bgroup \it}{\egroup} - {\insertcrossref{In }{}{}}% - \insertvolume - {\bgroup \it, } - {\egroup\insertissue{\/(}{)}{}\insertpages{, }{.}{.}} - {\insertpages{, pp. }{.}{.}}% - \insertnote{ }{.}{}% - \insertcomment{}{.}{}% -} - -% \newif\ifeditedbook -\setuppublicationlayout[book]{% - \insertauthors{}{ }{\inserteditors{}{, editor% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{. }{}}}% - \insertpubyear{(}{). }{\unskip.}% - \inserttitle - {\bgroup\it }% - {\/\egroup - \ifeditedbook - \global\editedbookfalse - \insertvolume - { Number~}% - {\insertseries - { in~\bgroup}% - {\egroup. }% - {\insertcrossref{ in~}{}{. }}}% - {\insertseries{ }{.}{.}}% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{\unskip, pages }{. }{. }% - \insertvolume{Volume~}{ of~}{}% - }% - {}% - {\insertvolume - {, volume~}% - {\insertseries - { of~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{\unskip, pages }{.}{.}% - }% - \fi}% - {}% - \insertedition{ }{ edition}{}% - \insertpublisher{ }{.}{.}% - \insertpages{ }{p. }{ }% - \insertnote{}{.}{}% -} - -\setuppublicationlayout[inbook]{% - \insertauthors{}{ }{\inserteditors{}{, editor% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{. }{}}}% - \insertpubyear{(}{). }{\unskip.}% - \inserttitle - {\bgroup\it }% - {\/\egroup - \ifeditedbook - \global\editedbookfalse - \insertvolume - { number~}% - {\insertseries - { in~\bgroup}% - {\egroup. }% - {\insertcrossref{ in~}{}{.}}}% - {\insertseries{ }{.}{}}% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{\unskip, pages }{. }{. }% - \insertvolume{Volume~}{ of~}{}% - }% - {}% - {\insertvolume - {, volume~}% - {\insertseries - { of~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{\unskip, pages }{.}{}% - }% - \fi}% - { }% - \insertedition{ }{ edition.}{}% - \insertpublisher{ }{.}{.}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[booklet]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertedition{ }{ edition.}{}% - \insertpublisher{ }{.}{.}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[manual]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup \it }{\/\egroup \insertseries{ (}{)}{}. }{}% - \insertedition{ }{ edition.}{}% - \insertorg{ }{.}{.}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[incollection]{% - \insertartauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \insertarttitle{\bgroup }{\egroup. }{}% - \inserttitle - {In \inserteditors{}% - {, editor\ifnum\getvalue{editor@num}> 1 s\fi, }% - {}% - \bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{. }{\unskip. }% - \insertedition{ }{ edition}{}% - \insertpublisher{ }{.}{.}% - }% - {In \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{. }{\unskip. }% - }% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[inproceedings]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \insertarttitle{\bgroup }{\egroup. }{}%% - \inserttitle - {In \inserteditors{}% - {, editor\ifnum\getvalue{editor@num}> 1 s\fi, }% - {}% - \bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{}{}% - \insertorg{. }{.}{.}% - }% - {In \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{. }{\unskip. }% - }% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[proceedings]{% - \inserteditors{}{, editor% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{ }{}}% - \insertpubyear{(}{). }{}% - \inserttitle - {\bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{}{}% - \insertorg{. }{.}{.}% - }% - {}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[mastersthesis]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{, }{Master's thesis, }% - \insertpublisher{ }{.}{.}% - \insertpages{ }{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[phdthesis]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup\it }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{, }{PhD thesis,}% - \insertpublisher{ }{.}{.}% - \insertpages{ }{ p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[misc]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}. }{}% - \insertpublisher{ }{.}{.}% - \insertpages{ }{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[techreport]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{\insertvolume{ }{, }{, }}{Technical Report}% - \insertpublisher{ }{.}{.}% - \insertpages{ }{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[unpublished]{% - \insertauthors{}{ }{}% - \insertpubyear{(}{). }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% -% \insertpublisher{ }{.}{.}% - \insertpages{ }{p. }{}% - \insertbibtype{(}{)}{}% - \insertnote{ }{.}{}% -} - -\protect diff --git a/Master/texmf-dist/tex/context/bib/mkii/bibl-aps.tex b/Master/texmf-dist/tex/context/bib/mkii/bibl-aps.tex deleted file mode 100644 index 2997e2066d8..00000000000 --- a/Master/texmf-dist/tex/context/bib/mkii/bibl-aps.tex +++ /dev/null @@ -1,441 +0,0 @@ -%D \module -%D [ file=bibl-aps, -%D version=2004.7.16, -%D title=APS bibliography style, -%D subtitle=Publications, -%D author={Taco Hoekwater}, -%D date=\currentdate, -%D copyright={Public Domain}] -%C -%C Donated to the public domain. Use at your own risk - -\unprotect - -\setupcite - [author,year] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryear] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!yes, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryears] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!yes, - \c!inbetween={, }, - \c!left={(}, - \c!right={)}] - -\setupcite - [key,serial,authornum,page,short,type,doi,url] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={[}, - \c!right={]}] - -\setupcite - [num] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!yes, - \c!inbetween={--}, - \c!left={[}, - \c!right={]}] - -\setuppublications[% - \c!sorttype=, - \c!criterium=, - \c!refcommand=num, - \c!numbercommand=\bibalignednumber, - \c!numbering=\v!yes, - \c!autohang=\v!yes] - -\def\bibalignednumber#1{\hfill[#1]~~} - -\setuppublicationlist - [\c!width=24pt, - \c!artauthor=\normalshortauthor, - \c!editor=\normalshortauthor, - \c!author=\normalshortauthor, - \c!namesep={, }, - \c!lastnamesep={ and }, - \c!finalnamesep={, and }, - \c!firstnamesep={ }, - \c!juniorsep={ }, - \c!vonsep={ }, - \c!surnamesep={}, - \c!authoretallimit=4, - \c!editoretallimit=4, - \c!artauthoretallimit=4, - \c!authoretaldisplay=1, - \c!editoretaldisplay=1, - \c!artauthoretaldisplay=1, - \c!authoretaltext={ {\it et al.\/}}, - \c!editoretaltext={ {\it et al.\/}}, - \c!artauthoretaltext={ {\it et al.\/}}] - -\def\maybeyear#1{} - -\def\etalchar#1{#1} - -\def\insertNote#1#2#3{% - \begingroup - \sfcode`\.=1020 - \insertnote{#1}{\ifnum\spacefactor=1020 \else .\fi}{#3}% - \endgroup -} - -\def\insertEdition#1#2#3{% - \begingroup - \insertedition{#1}{\doifnumberelse{\csname @@pb@edition\endcsname}{% - \ifcase \csname @@pb@edition\endcsname \or st\or nd\or rd\else th\fi - }{}#2}{#3}% - \endgroup -} - -%D \macros{insertchapter,insertpublisher} - -%D Some shortcuts. - -% ((#1(type\ |)chapter#2)|#3) - -\def\insertchap#1#2#3% - {\insertchapter - {#1\insertbibtype{}{\ }{chapter\ }}{#2}% - {#3}} - -\def\insertpublisher#1#2#3% - {\insertpubname - {#1}{\insertcity - {, } - {\insertcountry{, }{}{#2}}% - {\insertcountry{, }{}{#2}}}% - {\insertcity - {}{\insertcountry{, }{}{#2}}% - {\insertcountry{#1}{#2}{#3}}}% - } - -% some tricks with page ranges: - -\def\insertfirstpage#1#2#3{% - \@EA\bibdoifelse - \@EA{\csname @@pb@pages\endcsname}% - {#1\fixedfirstpage #2}% - {#3}% -} - -\def\fixedfirstpage{\expanded{\doifinstringelse{-}{\csname @@pb@pages\endcsname}% - {\gobblelastdash\csname @@pb@pages\endcsname-\relax}{\csname @@pb@pages\endcsname}}} - -\protected\def\gobblelastdash#1-#2\relax{#1} - -\def\fixpp.{\expanded{\doifinstringelse{-}{\csname @@pb@pages\endcsname}{pp.}{p.}}} - -\setuppublicationlayout[article]{% - \insertartauthors{}{ }{\insertthekey{}{ }{}}% - \insertjournal{\unskip, \bgroup }{\egroup} - {}% \insertcrossref{In }{}{}}% - \insertvolume - { \bgroup \bf } - {\egroup %\insertissue{(}{)}{}% - \insertfirstpage{, }{}{}} - {\insertfirstpage{ }{}{}}% - \insertpubyear{ (}{). }{\unskip.}% - \insertNote{ }{.}{}% - \insertcomment{}{.}{}% -} - -% \newif\ifeditedbook -\setuppublicationlayout[book]{% - \insertauthors{}{ }{\inserteditors{}{, editor% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{. }{}}}% - \inserttitle - {\unskip, \bgroup\it }% - {\/\egroup - \ifeditedbook - \global\editedbookfalse - \insertvolume - { Number~}% - {\insertseries - { in~\bgroup}% - {\egroup. }% - {\insertcrossref{ in~}{}{. }}}% - {\insertseries{ }{.}{} }% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{, \fixpp. }{. }{. }% - \insertvolume{Volume~}{ of~}{}% - }% - {}% - {\insertvolume - {, volume~}% - {\insertseries - { of~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{, p. }{. }{. }% - }% - \fi}% - { }% - \insertpubyear{(% - \insertpublisher - {}% - {, }% - {}% - }{)\insertEdition{, }{ ed. }{. }}{\unskip.}% -% \insertpages{}{p. }{}% - \insertNote{ }{.}{}% -} - -\setuppublicationlayout[inbook]{% - \insertauthors{}{}{\inserteditors{}{, editor% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{. }{}}}% - \inserttitle - {, \bgroup\it }% - {\/\egroup - \insertpubyear - { (% - \insertpubname{}{\insertcity{, }{, }{}}{}% - } - {)\insertEdition{, }{ ed.}{}}{}% - \ifeditedbook - \global\editedbookfalse - \insertvolume - { vol.~}% - {\insertseries - { in~\bgroup}% - {\egroup. }% - {\insertcrossref{ in~}{}{. }}}% - {\insertseries{ }{.}{} }% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{, p. }{. }{. }% - \insertvolume{Volume~}{ of~}{}% - }% - {}% - {\insertvolume - {, vol.~}% - {\insertseries - { of~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{, \fixpp. }{. }{. }% - }% - \fi }% - { }% - \insertNote{ }{.}{}% -} - -\setuppublicationlayout[booklet]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertpubyear{(% - \insertpublisher{}{, }{}% - }{)\insertEdition{, }{ ed. }{. }}{}% - \insertpages{}{p. }{}% - \insertNote{ }{.}{}% -} - -\setuppublicationlayout[manual]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \inserttitle{\bgroup \it }{\/\egroup \insertseries{ (}{)}{}. }{}% - \insertpubyear{(% - \insertorganization - {}% - {\insertcity{, }{, }{}}% - {\insertcity{}{, }{}}% - }{)\insertEdition{, }{ ed. }{. }}{}% - \insertpages{}{p. }{}% - \insertNote{ }{.}{}% -} - -\setuppublicationlayout[incollection]{% - \insertartauthors{}{}{\insertthekey{}{, }{}}% -% \insertarttitle{\bgroup }{\egroup. }{}% - \inserttitle - {, in % - \bgroup\it}% - {\egroup - \inserteditors{, edited by }% - {}% - {} - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpubyear{(% - \insertpublisher{}%{, }%{}% - }{)\insertEdition{, }{ ed. }{}}{}% - \insertpages{\unskip, p.~}{. }{\unskip. }% - }% - {In \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, p.~}{. }{\unskip. }% - }% - \insertNote{ }{.}{}% -} - -\setuppublicationlayout[inproceedings]{% - \insertauthors{}{ }{}% -% -% \insertarttitle{\bgroup }{\egroup. }{}%% - \inserttitle - {\unskip, in \bgroup\it}% - {\egroup - \inserteditors{, edited by }% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpubyear - { (% - \insertorganization - {}% - {\insertpubname{, } - {\insertcity{, }{}{}, } - {\insertcity{, }{}{}, }}% - {\insertpubname{} - {\insertcity{, }{}{}, } - {\insertcity{}{, }{}}}% - } - {)}{}% - \insertseries - {, \insertvolume{vol. }{~of }{}\bgroup\it}% - {\egroup}% - {}% - \insertpages - {\unskip, \fixpp.~} - {\unskip.} - {\unskip.}% - }% - { In \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, \fixpp.~}{. }{\unskip. }% - }% - \insertNote{ }{.}{}% -} - -\setuppublicationlayout[proceedings]{% - \inserteditors{}{, ed% - \ifnum\getvalue{editor@num}> 1 s\fi., - \ \global\editedbooktrue - }{\insertthekey{}{ }{}}% - \inserttitle - {\bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpubyear{(% - \insertorganization - {}% - {\insertpubname{, }{, }{}}% - {\insertpubname{}{, }{}}% - } - {)} - {}% - \insertpages - {\unskip, p.~} - {\insertcity{, }{}{}} - {\unskip\insertcity{, }{}{}}% - }% - {}% - \insertNote{\unskip. }{.}{.}% -} - -\setuppublicationlayout[mastersthesis]{% - \insertauthors{}{, }{}% - \insertbibtype{}{, }{Master's thesis, }% - \insertpublisher{}{, }{}% - \insertpubyear{(}{)}{}% - \insertpages{\unskip, }{}{}% - \insertNote{\unskip. }{.}{\unskip.}% -} - -\setuppublicationlayout[phdthesis]{% - \insertauthors{}{, }{}% - \insertbibtype{}{, }{Ph.D. thesis, }% - \insertpublisher{}{, }{}% - \insertpubyear{(}{)}{}% - \insertpages{\unskip, }{}{}% - \insertNote{\unskip. }{.}{\unskip.}% -} - -\setuppublicationlayout[misc]{% - \insertauthors{}{% - \inserttitle{, \bgroup \it }{\egroup \insertseries{ (}{)}{} }{}% - }{% - \insertthekey{}{% - \inserttitle{, \bgroup \it }{\egroup \insertseries{ (}{)}{} }{}% - }{% - \inserttitle{, \bgroup \it }{\egroup \insertseries{ (}{)}{} }{}% - }}% - \insertpubyear{(% - \insertpublisher{}{, }{}% - }% - {)}% - {% - \inserthowpublished{\unskip, }{}{}% - }% - \insertpages{\unskip, }{}{}% - \inserteprint{\unskip, }{}{}% - \insertNote{\unskip. }{.}{\unskip.}% -} - -\setuppublicationlayout[techreport]{% - \insertauthors{}{, }{}% - \inserttitle{\bgroup \it }{\egroup \insertseries{ (}{)}{} }{}% - \insertbibtype{}{}{Tech. Rep.}% - \insertvolume{ }{, }{, }% - \insertpublisher{}{ }{}% - \insertpubyear{(}{)}{}% - \insertpages{\unskip, }{}{}% - \insertNote{\unskip. }{.}{\unskip.}% -} - -\setuppublicationlayout[unpublished]{% - \insertauthors{}{}{}% - \inserttitle{\bgroup \it }{\egroup \insertseries{ (}{)}{}}{}% - \insertbibtype{ (}{)}{}% - \insertpubyear{ (unpublished,}{)}{ (unpublished)}% - \insertpages{\unskip, }{ }{}% - \insertNote{\unskip. }{.}{\unskip.}% -} - -\protect diff --git a/Master/texmf-dist/tex/context/bib/mkii/bibl-num-fr.tex b/Master/texmf-dist/tex/context/bib/mkii/bibl-num-fr.tex deleted file mode 100644 index 649e7e3f263..00000000000 --- a/Master/texmf-dist/tex/context/bib/mkii/bibl-num-fr.tex +++ /dev/null @@ -1,427 +0,0 @@ -%D \module -%D [ file=bibl-num-fr, -%D version=2005.12.16, -%D title=NUM-FR bibliography style, -%D subtitle=Publications, -%D author={Renaud Aubin}, -%D date=\currentdate, -%D copyright={Public Domain}] -%C -%C Donated to the public domain. Use at your own risk - -\unprotect - -\def\setuppublicationlayout[#1]#2% - {\setvalue{@@pvdata#1}{#2\unskip\vadjust{\kern 6pt}}} - - -\setupcite - [author,year] - [\c!andtext={ et }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ et }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryear] - [\c!andtext={ et }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ et }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryears] - [\c!andtext={ et }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ et }, - \c!compress=\v!no, - \c!inbetween={, }, - \c!left={(}, - \c!right={)}] - -\setupcite - [key,serial,authornum,page,short,type,doi,url] - [\c!andtext={ et }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ et }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={[}, - \c!right={]}] - -\setupcite - [num] - [\c!andtext={ et }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ et }, - \c!compress=\v!no, - \c!inbetween={--}, - \c!left={[}, - \c!right={]}] - -\def\withbrackets#1{[#1]~~} - -\setuppublications[% - \c!sorttype=, - \c!criterium=, - \c!refcommand=num, - \c!numbering=\v!yes, - \c!numbercommand=\withbrackets, - \c!autohang=\v!yes] - -\setuppublicationlist - [\c!artauthor=\normalauthor, - \c!editor=\normalauthor, - \c!author=\normalauthor, - \c!namesep={, }, - \c!lastnamesep={ et }, - \c!finalnamesep={ et }, - \c!firstnamesep={ }, - \c!juniorsep={ }, - \c!vonsep={ }, - \c!surnamesep={ }, - \c!authoretallimit=5, - \c!editoretallimit=5, - \c!artauthoretallimit=5, - \c!authoretaldisplay=5, - \c!editoretaldisplay=5, - \c!artauthoretaldisplay=5, - \c!authoretaltext={ et al.}, - \c!editoretaltext={ et al.}, - \c!artauthoretaltext={ et al.}, -] - -\def\maybeyear#1{} - -\def\etalchar#1{#1} - -%D \macros{insertchapter,insertpublisher} - -%D Some shortcuts. - -% ((#1(type\ |)chapter#2)|#3) - -\def\insertchap#1#2#3% - {\insertchapter - {#1\insertbibtype{}{\ }{chapitre\ }}{#2}% - {#3}} - -\def\insertpublisher#1#2#3% - {\insertpubname - {#1}{\insertcity - {, } - {\insertcountry{, }{}{#2}}% - {\insertcountry{, }{}{#2}}}% - {\insertcity - {}{\insertcountry{, }{}{#2}}% - {\insertcountry{#1}{#2}{#3}}}% - } - - -\setuppublicationlayout[article]{% - \insertartauthors{}{\unskip. }{\insertthekey{}{. }{}}% - \insertarttitle{\bgroup }{\egroup. }{}% - \insertjournal{\bgroup \it}{\egroup} - {\insertcrossref{Dans }{}{}}% - \insertvolume - {, } - {\insertissue{(}{)}{}% - \insertpages{:}{}{}% - \insertpubyear{, }{}{}.} - {\insertpages{, pages }{}{}% - \insertpubyear{, }{}{}.}% - \insertnote{ }{.}{}% - \insertcomment{}{.}{}% -} - -% \newif\ifeditedbook -\setuppublicationlayout[book]{% - \insertauthors{}{\unskip. }{\inserteditors{}{\unskip, \'editeur% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{\unskip. }{}}}% - \inserttitle - {\bgroup\it }% - {\/\egroup - \ifeditedbook - \global\editedbookfalse - \insertvolume - { Num\'ero~}% - {\insertseries - { dans~\bgroup}% - {\egroup. }% - {\insertcrossref{ dans~}{}{. }}}% - {\insertseries{ }{.}{} }% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{, pages }{. }{. }% - \insertvolume{Volume~}{ de~}{}% - }% - {}% - {\insertvolume - {, volume~}% - {\insertseries - { de~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{, pages }{.}{.}% - }% - \fi}% - {}% - \insertpublisher - { }% - {\insertedition{, }{ \'edition}{} - \insertpubyear{, }{.}{.}}% - {\insertedition{, }{ \'edition}{}% - \insertpubyear{, }{.}{.}}% - \insertpages{ }{p.}{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[inbook]{% - \insertauthors{}{\unskip. }{\inserteditors{}{\unskip, \'editeur% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{\unskip. }{}}}% - \inserttitle - {\bgroup\it }% - {\/\egroup - \ifeditedbook - \global\editedbookfalse - \insertvolume - { num\'ero~}% - {\insertseries - { dans~\bgroup}% - {\egroup. }% - {\insertcrossref{ dans~}{}{. }}}% - {\insertseries{ }{.}{} }% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{, pages }{. }{. }% - \insertvolume{Volume~}{ de~}{}% - }% - {}% - {\insertvolume - {, volume~}% - {\insertseries - { de~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{, pages }{. }{. }% - }% - \fi}% - { }% - \insertpublisher - {}% - {\insertedition{, }{ \'edition}{}% - \insertpubyear{, }{. }{\unskip.}}% - {\insertedition{, }{ \'edition}{}% - \insertpubyear{, }{. }{\unskip.}}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[booklet]{% - \insertauthors{}{\unskip. }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertpublisher - {}% - {\insertedition{, }{ \'edition}{}% - \insertpubyear{, }{. }{}}% - {\insertedition{, }{ \'edition. }{}% - \insertpubyear{, }{. }{}}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[manual]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \inserttitle - {\bgroup \it } - {\/\egroup \insertseries{ (}{)}{}. } - {}% - \insertorganization - {}% - {\insertcity - {, }% - {\insertedition - {, } - { \'edition\insertpubyear{, }{. }{. }} - {\insertpubyear{, }{. }{. }}}% - {\insertedition - {, } - { \'edition\insertpubyear{, }{. }{. }} - {\insertpubyear{, }{. }{. }}}}% - {\insertedition{, }{ \'edition\insertpubyear{, }{. }{. }}{}}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[incollection]{% - \insertartauthors{}{\unskip. }{\insertthekey{}{\unskip. }{}}% - \insertarttitle{\bgroup }{\egroup. }{}% - \inserttitle - {Dans \inserteditors{}% - {\unskip, editor\ifnum\getvalue{editor@num}> 1 s\fi, }% - {}% - \bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{. }{\unskip. }% - \insertpublisher - {}% - {\insertedition{, }{ \'edition}{}% - \insertpubyear{, }{. }{. }}% - {\insertedition{, }{ \'edition}{}% - \insertpubyear{, }{. }{}}% - }% - {Dans \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{. }{\unskip. }% - }% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[inproceedings]{% - \insertauthors{}{\unskip. }{}% - \insertarttitle{\bgroup }{\egroup. }{}%% - \inserttitle - {Dans \inserteditors{}% - {\unskip, \'editeur\ifnum\getvalue{editor@num}> 1 s\fi, }% - {}% - \bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, num\'ero }{~dans }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages - {\unskip, pages~} - {\insertcity{, }{}{} - \insertpubyear{\unskip, }{. }{. }}% - {\unskip - \insertpubyear{\unskip, }{. }{. }}% - \insertorganization - {}% - {\insertpubname{, }{. }{. }}% - {\insertpubname{}{. }{}}% was {, }{. }{} - }% - {Dans \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{. }{\unskip. }% - }% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[proceedings]{% - \inserteditors{}{\unskip, \'editeur% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{ }{}}% - \inserttitle - {\bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, num\'ero }{~dans }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages - {\unskip, pages~} - {\insertcity - {, } - {\insertpubyear{, }{. }{. }} - {\insertpubyear{, }{. }{. }}} - {\unskip - \insertcity - {, } - {\insertpubyear{, }{. }{. }} - {\insertpubyear{, }{. }{. }}}% - \insertorganization - {}% - {\insertpubname{, }{. }{. }}% - {\insertpubname{, }{. }{}}% - }% - {}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[mastersthesis]{% - \insertauthors{}{ }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{, }{M\'emoire de master (DEA, DESS), }% - \insertpublisher - {} - {, \insertpubyear{}{}{}} - {\insertpubyear{}{}{}}% - \insertpages{, }{p.}{.}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[phdthesis]{% - \insertauthors{}{ }{}% - \inserttitle{\bgroup\it }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{, }{Th\`ese de doctorat, }% - \insertpublisher - {} - {, \insertpubyear{}{}{}} - {\insertpubyear{}{}{}}% - \insertpages{, }{p.}{.}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[misc]{% - \insertauthors{}{ }{\insertthekey{}{. }{}}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}. }{}% - \insertpublisher - {} - {, \insertpubyear{}{}{}} - {\insertpubyear{}{}{}}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[techreport]{% - \insertauthors{}{ }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{\insertvolume{ }{, }{, }}{Rapport technique, }% - \insertpublisher - {} - {, \insertpubyear{}{}{}} - {\insertpubyear{}{}{}}% - \insertpages{, }{p.}{.}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[unpublished]{% - \insertauthors{}{ }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertpublisher - {} - {, \insertpubyear{}{.}{}} - {\insertpubyear{}{.}{}}% - \insertbibtype{ (}{)}{}% - \insertnote{ }{.}{}% -} - -\protect diff --git a/Master/texmf-dist/tex/context/bib/mkii/bibl-num.tex b/Master/texmf-dist/tex/context/bib/mkii/bibl-num.tex deleted file mode 100644 index 8f2cbf34f50..00000000000 --- a/Master/texmf-dist/tex/context/bib/mkii/bibl-num.tex +++ /dev/null @@ -1,427 +0,0 @@ -%D \module -%D [ file=bibl-num, -%D version=2006.07.01, -%D title=Numeric bibliography style, -%D subtitle=Publications, -%D author={Taco Hoekwater}, -%D date=\currentdate, -%D copyright={Public Domain}] -%C -%C Donated to the public domain. Use at your own risk - -\unprotect - -\def\setuppublicationlayout[#1]#2% - {\setvalue{@@pvdata#1}{#2\unskip\vadjust{\kern 6pt}}} - - -\setupcite - [author,year] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryear] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryears] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!no, - \c!inbetween={, }, - \c!left={(}, - \c!right={)}] - -\setupcite - [key,serial,authornum,page,short,type,doi,url] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={[}, - \c!right={]}] - -\setupcite - [num] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!no, - \c!inbetween={--}, - \c!left={[}, - \c!right={]}] - -\def\withbrackets#1{[#1]~~} - -\setuppublications[% - \c!sorttype=, - \c!criterium=, - \c!refcommand=num, - \c!numbering=\v!yes, - \c!numbercommand=\withbrackets, - \c!autohang=\v!yes] - -\setuppublicationlist - [\c!artauthor=\normalauthor, - \c!editor=\normalauthor, - \c!author=\normalauthor, - \c!namesep={, }, - \c!lastnamesep={ and }, - \c!finalnamesep={ and }, - \c!firstnamesep={ }, - \c!juniorsep={ }, - \c!vonsep={ }, - \c!surnamesep={ }, - \c!authoretallimit=5, - \c!editoretallimit=5, - \c!artauthoretallimit=5, - \c!authoretaldisplay=5, - \c!editoretaldisplay=5, - \c!artauthoretaldisplay=5, - \c!authoretaltext={ et al.}, - \c!editoretaltext={ et al.}, - \c!artauthoretaltext={ et al.}, -] - -\def\maybeyear#1{} - -\def\etalchar#1{#1} - -%D \macros{insertchapter,insertpublisher} - -%D Some shortcuts. - -% ((#1(type\ |)chapter#2)|#3) - -\def\insertchap#1#2#3% - {\insertchapter - {#1\insertbibtype{}{\ }{chapter\ }}{#2}% - {#3}} - -\def\insertpublisher#1#2#3% - {\insertpubname - {#1}{\insertcity - {, } - {\insertcountry{, }{}{#2}}% - {\insertcountry{, }{}{#2}}}% - {\insertcity - {}{\insertcountry{, }{}{#2}}% - {\insertcountry{#1}{#2}{#3}}}% - } - - -\setuppublicationlayout[article]{% - \insertartauthors{}{\unskip. }{\insertthekey{}{. }{}}% - \insertarttitle{\bgroup }{\egroup. }{}% - \insertjournal{\bgroup \it}{\egroup} - {\insertcrossref{In }{}{}}% - \insertvolume - {, } - {\insertissue{(}{)}{}% - \insertpages{:}{}{}% - \insertpubyear{, }{}{}.} - {\insertpages{, pages }{}{}% - \insertpubyear{, }{}{}.}% - \insertnote{ }{.}{}% - \insertcomment{}{.}{}% -} - -% \newif\ifeditedbook -\setuppublicationlayout[book]{% - \insertauthors{}{\unskip. }{\inserteditors{}{\unskip, editor% - \ifnum\getvalue{editor@num}> 1 s\fi.% - \ \global\editedbooktrue - }{\insertthekey{}{\unskip. }{}}}% - \inserttitle - {\bgroup\it }% - {\/\egroup - \ifeditedbook.% - \global\editedbookfalse - \insertvolume - { Number~}% - {\insertseries - { in~\bgroup}% - {\egroup. }% - {\insertcrossref{ in~}{}{. }}}% - {\insertseries{ }{.}{} }% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{, pages }{. }{. }% - \insertvolume{Volume~}{ of~}{}% - }% - {}% - {\insertvolume - {, volume~}% - {\insertseries - { of~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{, pages }{.}{.}% - }% - \fi}% - {}% - \insertpublisher - { }% - {\insertedition{, }{ edition}{}% - \insertpubyear{, }{.}{.}}% - {\insertedition{, }{ edition}{}% - \insertpubyear{, }{.}{.}}% - \insertpages{ }{p.}{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[inbook]{% - \insertauthors{}{\unskip. }{\inserteditors{}{\unskip, editor% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{\unskip. }{}}}% - \inserttitle - {\bgroup\it }% - {\/\egroup - \ifeditedbook - \global\editedbookfalse - \insertvolume - { number~}% - {\insertseries - { in~\bgroup}% - {\egroup. }% - {\insertcrossref{ in~}{}{. }}}% - {\insertseries{ }{.}{} }% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{, pages }{. }{. }% - \insertvolume{Volume~}{ of~}{}% - }% - {}% - {\insertvolume - {, volume~}% - {\insertseries - { of~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{, pages }{. }{. }% - }% - \fi}% - { }% - \insertpublisher - {}% - {\insertedition{, }{ edition}{}% - \insertpubyear{, }{. }{\unskip.}}% - {\insertedition{, }{ edition}{}% - \insertpubyear{, }{. }{\unskip.}}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[booklet]{% - \insertauthors{}{\unskip. }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertpublisher - {}% - {\insertedition{, }{ edition}{}% - \insertpubyear{, }{. }{}}% - {\insertedition{, }{ edition. }{}% - \insertpubyear{, }{. }{}}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[manual]{% - \insertauthors{}{\unskip. }{\insertthekey{}{. }{}}% - \inserttitle - {\bgroup \it } - {\/\egroup \insertseries{ (}{)}{}. } - {}% - \insertorganization - {}% - {\insertcity - {, }% - {\insertedition - {, } - { edition\insertpubyear{, }{. }{. }} - {\insertpubyear{, }{. }{. }}}% - {\insertedition - {, } - { edition\insertpubyear{, }{. }{. }} - {\insertpubyear{, }{. }{. }}}}% - {\insertedition{, }{ edition\insertpubyear{, }{. }{. }}{}}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[incollection]{% - \insertartauthors{}{\unskip. }{\insertthekey{}{\unskip. }{}}% - \insertarttitle{\bgroup }{\egroup. }{}% - \inserttitle - {In \inserteditors{}% - {\unskip, editor\ifnum\getvalue{editor@num}> 1 s\fi, }% - {}% - \bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{. }{\unskip. }% - \insertpublisher - {}% - {\insertedition{, }{ edition}{}% - \insertpubyear{, }{. }{. }}% - {\insertedition{, }{ edition}{}% - \insertpubyear{, }{. }{}}% - }% - {In \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{. }{\unskip. }% - }% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[inproceedings]{% - \insertauthors{}{\unskip. }{}% - \insertarttitle{\bgroup }{\egroup. }{}%% - \inserttitle - {In \inserteditors{}% - {\unskip, editor\ifnum\getvalue{editor@num}> 1 s\fi, }% - {}% - \bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages - {\unskip, pages~} - {\insertcity{, }{}{}% - \insertpubyear{\unskip, }{. }{. }}% - {\unskip - \insertpubyear{\unskip, }{. }{. }}% - \insertorganization - {}% - {\insertpubname{, }{. }{. }}% - {\insertpubname{}{. }{}}% was {, }{. }{} - }% - {In \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{. }{\unskip. }% - }% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[proceedings]{% - \inserteditors{}{\unskip, editor% - \ifnum\getvalue{editor@num}> 1 s\fi.% - \ \global\editedbooktrue - }{\insertthekey{}{ }{}}% - \inserttitle - {\bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages - {\unskip, pages~} - {\insertcity - {, } - {\insertpubyear{, }{. }{. }} - {\insertpubyear{, }{. }{. }}} - {\unskip - \insertcity - {, } - {\insertpubyear{, }{. }{. }} - {\insertpubyear{, }{. }{. }}}% - \insertorganization - {}% - {\insertpubname{, }{. }{. }}% - {\insertpubname{, }{. }{}}% - }% - {}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[mastersthesis]{% - \insertauthors{}{\unskip. }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{, }{Master's thesis, }% - \insertpublisher - {} - {, \insertpubyear{}{}{}} - {\insertpubyear{}{}{}}% - \insertpages{, }{p.}{.}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[phdthesis]{% - \insertauthors{}{\unskip. }{}% - \inserttitle{\bgroup\it }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{, }{PhD thesis, }% - \insertpublisher - {} - {, \insertpubyear{}{}{}} - {\insertpubyear{}{}{}}% - \insertpages{, }{p.}{.}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[misc]{% - \insertauthors{}{\unskip. }{\insertthekey{}{. }{}}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}. }{}% - \insertpublisher - {} - {, \insertpubyear{}{}{}} - {\insertpubyear{}{}{}}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[techreport]{% - \insertauthors{}{\unskip. }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{\insertvolume{ }{, }{, }}{Technical Report, }% - \insertpublisher - {} - {, \insertpubyear{}{}{}} - {\insertpubyear{}{}{}}% - \insertpages{, }{p.}{.}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[unpublished]{% - \insertauthors{}{\unskip. }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertpublisher - {} - {, \insertpubyear{}{.}{}} - {\insertpubyear{}{.}{}}% - \insertbibtype{ (}{)}{}% - \insertnote{ }{.}{}% -} - -\protect diff --git a/Master/texmf-dist/tex/context/bib/mkii/bibl-ssa.tex b/Master/texmf-dist/tex/context/bib/mkii/bibl-ssa.tex deleted file mode 100644 index cc8e124a8ba..00000000000 --- a/Master/texmf-dist/tex/context/bib/mkii/bibl-ssa.tex +++ /dev/null @@ -1,486 +0,0 @@ -%D \module -%D [ file=bibl-apa, -%D version=2004.7.16, -%D title=APA bibliography style, -%D subtitle=Publications, -%D author={Taco Hoekwater}, -%D date=\currentdate, -%D copyright={Public Domain}] -%C -%C (Slightly modified to SSA-like 2005.3.24, David Wooten) -%C Donated to the public domain. Use at your own risk - -\unprotect - -\setupcite - [author,year] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryear] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!yes, - \c!inbetween={ }, - \c!left={(}, - \c!right={)}] - -\setupcite - [authoryears] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!yes, - \c!inbetween={, }, - \c!left={(}, - \c!right={)}] - -\setupcite - [key,serial,authornum,page,short,type,doi,url] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!no, - \c!inbetween={ }, - \c!left={[}, - \c!right={]}] - -\setupcite - [num] - [\c!andtext={ and }, - \c!otherstext={ et al.}, - \c!pubsep={, }, - \c!lastpubsep={ and }, - \c!compress=\v!yes, - \c!inbetween={--}, - \c!left={[}, - \c!right={]}] - -\setuppublications[% - \c!sorttype=, - \c!criterium=, - \c!refcommand=authoryears, - \c!numbering=\v!no, - \c!autohang=\v!no] - -\setuppublicationlist - [\c!width=24pt, - \c!artauthor=\toggledauthor, %TH - \c!editor=\toggledauthor, - \c!author=\toggledauthor, - \c!namesep={, }, - \c!lastnamesep={ and }, - \c!finalnamesep={ and }, - \c!firstnamesep={, }, - \c!juniorsep={ }, - \c!vonsep={ }, - \c!surnamesep={, }, - \c!authoretallimit=5, - \c!editoretallimit=5, - \c!artauthoretallimit=5, - \c!authoretaldisplay=5, - \c!editoretaldisplay=5, - \c!artauthoretaldisplay=5, - \c!authoretaltext={ et al.}, - \c!editoretaltext={ et al.}, - \c!artauthoretaltext={ et al.}, -] - -\def\maybeyear#1{#1} - -\def\etalchar#1{#1} - -%D \macros {invertedauthor,normalauthor,toggledauthor} -%D -%D These are redefinitions of the core versions. - -\def\invertedauthor#1#2#3#4#5% - {\bibdoif{#2}{#2\bibalternative\c!vonsep}% - \uppercased{#3}\bibalternative\c!surnamesep - \bibdoif{#5}{#5\bibalternative\c!juniorsep}% - \bibdoif{#1}{#1\unskip}} - -\def\normalauthor#1#2#3#4#5% - {\bibdoif{#1}{#1}\bibdoif{#2}{#2 } \uppercased{#3}% - \bibdoif{#5}{#5\unskip}} - -%TH -%D The \type{\scratchcounter} is incremented by \specialbibinsert -%D before each author/editor is typeset, so the only thing that needs -%D doing is testing its value to decide which of the two `standard' -%D author formatting macros to call. -%D -%D The \type{\normalauthor} definition above is a bit altered/stripped -%D down, because the 'glue items' like \type{firstnamesep} got in the -%D way. - -\def\toggledauthor#1#2#3#4#5% - {\relax - \ifnum \scratchcounter > 1 - \normalauthor{#1}{#2}{#3}{#4}{#5}% - \else - \invertedauthor{#1}{#2}{#3}{#4}{#5}% - \fi } - -%TH -%D Below, each \type{\setuppublicationlayout} macro's body will -%D start by setting a global toggle to true, that controls whether -%D or not the next \type{\insertartauthors},\type{\insertauthors} -%D or \type{\inserteditors} has to store it's contents for comparison. -%D All three are instances of the generic macro \type{\specialbibinsert}. -%D The net result of this trick is that the first typeset block of -%D names will be saved, regardless of whether they are book authors, -%D article authors, or editors. - -\newif\ifsetstoredauthor - -%D save the normal meaning, because it will be redefined -\let\normalspecialbibinsert\specialbibinsert - -%D This is a typical call (use) of \type{\specialbibinsert}, for -%D reference: -%D \starttyping -%D \specialbibinsert{author}{\author@num}{<before>}{<after>}{<not>} -%D \stoptyping - -\def\specialbibinsert#1#2#3#4#5% - {\relax - \ifsetstoredauthor - \global\setstoredauthorfalse % RESET - \putcurrentinallstuff{#1}{#2}% - \ifx\allstuff\oldstuff - % do nothing - \else - \normalspecialbibinsert{#1}{#2}{#3}{#4}{#5}% - \fi - \global\let\oldstuff\allstuff - \else - \normalspecialbibinsert{#1}{#2}{#3}{#4}{#5}% - \fi} - -%D initialize \type{\oldstuff} - -\def\oldstuff{} - -%D \#1 = authors -%D \#2 = \type{\author@num} -\def\putcurrentinallstuff#1#2% - {{\gdef\allstuff{}% - \def\tempx##1##2##3##4##5% - {\xdef\allstuff{\allstuff !!##1!##2!##3!##4!##5}}% - \@EA\dorecurse\@EA{#2}% - {\@EA\@EA\@EA\tempx \csname @@pb@#1\recurselevel\endcsname}% - }} - -%D \macros{insertchapter,insertpublisher} - -%D Some shortcuts. - -% ((#1(type\ |)chapter#2)|#3) - - -\def\insertchap#1#2#3% - {\insertchapter - {#1\insertbibtype{}{\ }{chapter\ }}{#2}% - {#3}} - -\def\insertpublisher#1#2#3% - {\insertpubname - {#1}{\insertcity - {, } - {\insertcountry{, }{}{#2}}% - {\insertcountry{, }{}{#2}}}% - {\insertcity - {}{\insertcountry{, }{}{#2}}% - {\insertcountry{#1}{#2}{#3}}}% - } - -\setuppublicationlayout[article]{% - %TH all items below do this as well ... - \global\setstoredauthortrue - \insertartauthors{}{.}{\insertthekey{}{ }{}}\hfill\break% - \insertpubyear{}{. }{\unskip.}% - \insertarttitle{\bgroup ``}{\egroup'', }{ }% - \insertjournal{\bgroup in \it}{\egroup} - {\insertcrossref{in }{}{}}% - \insertvolume - {, } - {\insertissue{(}{)}{}\insertpages{:}{.}{.}} - {\insertpages{, pages }{.}{.}}% - \insertnote{ }{.}{}% - \insertcomment{}{.}{}% -} - -% \newif\ifeditedbook -\setuppublicationlayout[book]{% - \global\setstoredauthortrue - \insertauthors{}{.}{\inserteditors{}{, editor% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{. }{}}}\hfill\break% - \insertpubyear{}{. }{\unskip.}% - \inserttitle - {\bgroup\it }% - {\/\egroup - \ifeditedbook - \global\editedbookfalse - \insertvolume - { Number~}% - {\insertseries - { in~\bgroup}% - {\egroup. }% - {\insertcrossref{ in~}{}{. }}}% - {\insertseries{ }{.}{} }% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{, pages }{. }{. }% - \insertvolume{Volume~}{ of~}{}% - }% - {}% - {\insertvolume - {, volume~}% - {\insertseries - { of~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{, pages }{. }{. }% - }% - \fi}% - { }% - \insertpublisher - {}% - {\insertedition{, }{ edition. }{}}% - {\insertedition{, }{ edition. }{}}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[inbook]{% - \global\setstoredauthortrue - \insertauthors{}{ }{\inserteditors{}{, editor% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{. }{}}}\hfill\break% - \insertpubyear{}{. }{\unskip.}% - \inserttitle - {\bgroup\it }% - {\/\egroup - \ifeditedbook - \global\editedbookfalse - \insertvolume - { number~}% - {\insertseries - { in~\bgroup}% - {\egroup. }% - {\insertcrossref{ in~}{}{. }}}% - {\insertseries{ }{.}{} }% - \else - \insertcrossref - {\insertchap{, }{}{}% - \insertpages{, pages }{. }{. }% - \insertvolume{Volume~}{ of~}{}% - }% - {}% - {\insertvolume - {, volume~}% - {\insertseries - { of~\bgroup\it}% - {\egroup} - {}} - {}% - \insertchap{, }{}{}% - \insertpages{, pages }{. }{. }% - }% - \fi}% - { }% - \insertpublisher - {}% - {\insertedition{, }{ edition. }{. }}% - {\insertedition{, }{ edition. }{}}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[booklet]{% - \global\setstoredauthortrue - \insertauthors{}{ }{\insertthekey{}{. }{}}\hfill\break% - \insertpubyear{}{. }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertpublisher - {}% - {\insertedition{, }{ edition. }{. }}% - {\insertedition{, }{ edition. }{}}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[manual]{% - \global\setstoredauthortrue - \insertauthors{}{ }{\insertthekey{}{. }{}}\hfill\break% - \insertpubyear{}{. }{}% - \inserttitle{\bgroup \it }{\/\egroup \insertseries{ (}{)}{}. }{}% - \insertorganization - {}% - {\insertcity{, }% - {\insertedition{, }{ edition. }{. }}% - {\insertedition{, }{ edition. }{. }}}% - {\insertedition{, }{ edition. }{}}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[incollection]{% - \global\setstoredauthortrue - \insertartauthors{}{ }{\insertthekey{}{. }{}}\hfill\break% - \insertpubyear{}{. }{}% - \insertarttitle{\bgroup }{\egroup. }{}% - \inserttitle - {In \inserteditors{}% - {, editor\ifnum\getvalue{editor@num}> 1 s\fi, }% - {}% - \bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{. }{\unskip. }% - \insertpublisher - {}% - {\insertedition{, }{ edition. }{. }}% - {\insertedition{, }{ edition. }{}}% - }% - {In \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{. }{\unskip. }% - }% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[inproceedings]{% - \global\setstoredauthortrue - \insertauthors{}{ }{}\hfill\break% - \insertpubyear{}{. }{}% - \insertarttitle{\bgroup }{\egroup. }{}%% - \inserttitle - {In \inserteditors{}% - {, editor\ifnum\getvalue{editor@num}> 1 s\fi, }% - {}% - \bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages - {\unskip, pages~} - {\insertcity{, }{. }{. }} - {\unskip. }% - \insertorganization - {}% - {\insertpubname{, }{. }{. }}% - {\insertpubname{}{. }{}}% was {, }{. }{} - }% - {In \insertcrossref{}{}{}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{. }{\unskip. }% - }% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[proceedings]{% - \global\setstoredauthortrue - \inserteditors{}{, editor% - \ifnum\getvalue{editor@num}> 1 s\fi - \ \global\editedbooktrue - }{\insertthekey{}{ }{}}\hfill\break% - \insertpubyear{}{. }{}% - \inserttitle - {\bgroup\it}% - {\egroup - \insertseries - {\insertvolume{, number }{~in }{ }}% - {}% - {}% - \insertchap{\unskip, }{ }{ }% - \insertpages{\unskip, pages~}{\insertcity{, }{. }{. }} - {\unskip\insertcity{, }{. }{. }}% - \insertorganization - {}% - {\insertpubname{, }{. }{. }}% - {\insertpubname{, }{. }{}}% - }% - {}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[mastersthesis]{% - \global\setstoredauthortrue - \insertauthors{}{ }{}\hfill\break% - \insertpubyear{}{. }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{, }{Master's thesis, }% - \insertpublisher{}{. }{}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[phdthesis]{% - \global\setstoredauthortrue - \insertauthors{}{ }{}\hfill\break% - \insertpubyear{}{. }{}% - \inserttitle{\bgroup\it }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{, }{PhD thesis, }% - \insertpublisher{}{. }{}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[misc]{% - \global\setstoredauthortrue - \insertauthors{}{ }{\insertthekey{}{. }{}}\hfill\break% - \insertpubyear{}{. }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}. }{}% - \insertpublisher{}{. }{}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[techreport]{% - \global\setstoredauthortrue - \insertauthors{}{ }{}\hfill\break% - \insertpubyear{}{. }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertbibtype{}{\insertvolume{ }{, }{, }}{Technical Report, }% - \insertpublisher{}{. }{}% - \insertpages{}{p. }{}% - \insertnote{ }{.}{}% -} - -\setuppublicationlayout[unpublished]{% - \global\setstoredauthortrue - \insertauthors{}{ }{}\hfill\break% - \insertpubyear{}{. }{}% - \inserttitle{\bgroup }{\egroup \insertseries{ (}{)}{}. }{}% - \insertpublisher{}{. }{}% - \insertpages{}{p. }{}% - \insertbibtype{(}{)}{}% - \insertnote{ }{.}{}% -} - -\protect |