diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/publ-imp-aps.mkvi')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/publ-imp-aps.mkvi | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/publ-imp-aps.mkvi b/Master/texmf-dist/tex/context/base/mkiv/publ-imp-aps.mkvi index d085b96eb63..e16279222a6 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/publ-imp-aps.mkvi +++ b/Master/texmf-dist/tex/context/base/mkiv/publ-imp-aps.mkvi @@ -596,7 +596,7 @@ %D returned. In lua syntax, it can be understood as %D author or editor or publisher or title or "" -\starttexdefinition unexpanded btx:aps:composed-title #title +\starttexdefinition mutable protected btx:aps:composed-title #title \btxstartstyleandcolor [aps:\s!list:title:\currentbtxcategory] \begingroup \language[\currentbtxlanguage] @@ -611,7 +611,7 @@ \btxstopstyleandcolor \stoptexdefinition -\starttexdefinition unexpanded btx:aps:title +\starttexdefinition mutable protected btx:aps:title \btxdoif {title} { % we make the title active, opening file \btxdoifelse {file} { @@ -627,13 +627,13 @@ } \stoptexdefinition -\starttexdefinition unexpanded btx:aps:optional-title +\starttexdefinition mutable protected btx:aps:optional-title \doif{\btxparameter{\c!title}}\v!yes { \texdefinition {btx:aps:title} } \stoptexdefinition -\starttexdefinition unexpanded btx:aps:year +\starttexdefinition mutable protected btx:aps:year \btxdoifelse {year} { \btxflush{year} } { @@ -643,7 +643,7 @@ % #author may be author(set) or editor -\starttexdefinition unexpanded btx:aps:author-or-editor #author +\starttexdefinition mutable protected btx:aps:author-or-editor #author \btxdoif {#author} { \btxflush{#author} \doifelse {\btxfoundname{#author}} {editor} { @@ -664,14 +664,14 @@ } \stoptexdefinition -\starttexdefinition unexpanded btx:aps:author +\starttexdefinition mutable protected btx:aps:author \btxdoif {author} { \btxflush{author} \btxcomma } \stoptexdefinition -\starttexdefinition unexpanded btx:aps:organization-if-not-author +\starttexdefinition mutable protected btx:aps:organization-if-not-author \btxdoif {organization} { \doifnot {\btxfoundname{author}} {organization} { \btxspace @@ -681,7 +681,7 @@ } \stoptexdefinition -\starttexdefinition unexpanded btx:aps:editor-in +\starttexdefinition mutable protected btx:aps:editor-in \btxdoif {booktitle} { \btxlabeltext{In} \doifnot {\btxfoundname{author}} {editor} { @@ -694,7 +694,7 @@ } \stoptexdefinition -\starttexdefinition unexpanded btx:aps:editionset +\starttexdefinition mutable protected btx:aps:editionset \doif {\currentbtxcategory} {techreport} { \btxdoifelse {type} { \btxusecommand [\currentbtx:type] { @@ -739,7 +739,7 @@ } \stoptexdefinition -\starttexdefinition unexpanded btx:aps:journal-volume-year +\starttexdefinition mutable protected btx:aps:journal-volume-year \btxdoif {journal} { \btxspace \btxstartstyleandcolor [aps:\s!list:journal] @@ -773,7 +773,7 @@ \btxrightparenthesis \stoptexdefinition -\starttexdefinition unexpanded btx:aps:publisher-wherefrom-year +\starttexdefinition mutable protected btx:aps:publisher-wherefrom-year \removeunwantedspaces \removepunctuation \btxleftparenthesis @@ -797,7 +797,7 @@ \btxrightparenthesis \stoptexdefinition -\starttexdefinition unexpanded btx:aps:note +\starttexdefinition mutable protected btx:aps:note \btxperiod \btxdoif {note} { \btxleftparenthesis @@ -806,7 +806,7 @@ } \stoptexdefinition -\starttexdefinition unexpanded btx:aps:doi-url #text +\starttexdefinition mutable protected btx:aps:doi-url #text \ifconditional\btxinteractive \btxdoifelse {doi} { \goto {#text} [url(http://dx.doi.org/\btxflush{doi})] |