diff options
92 files changed, 1933 insertions, 666 deletions
diff --git a/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst b/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst index adc09d3fad3..6c5cf435679 100644 --- a/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst +++ b/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst @@ -1,4 +1,4 @@ -% $Id: biblatex.bst,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: biblatex.bst,v 1.7 2011/11/13 19:09:07 lehman stable $ % Copyright (c) 2006-2011 Philipp Lehman. % @@ -175,7 +175,7 @@ STRINGS { ctrl.alphaothers templist tempstrga tempstrgb resvstrga last.name last.hash last.year last.extra } FUNCTION {initialize} { - "$Revision: 1.6 $" + "$Revision: 1.7 $" #12 entry.max$ substring$ #-3 entry.max$ substring$ "Biblatex version: " swap$ * top$ @@ -1762,7 +1762,7 @@ FUNCTION {input:control:options} { FUNCTION {input:control:version} { input:control:parse - "$Revision: 1.6 $" + "$Revision: 1.7 $" #12 entry.max$ substring$ #-3 entry.max$ substring$ 'tempstrga := @@ -2585,7 +2585,7 @@ SORT FUNCTION {output:main:begin} { "% $ biblatex auxiliary file $" write$ newline$ - "% $ biblatex version " "$Revision: 1.6 $" + "% $ biblatex version " "$Revision: 1.7 $" #12 entry.max$ substring$ #-3 entry.max$ substring$ * " $" * write$ newline$ "% Do not modify the above lines!" write$ newline$ "%" write$ newline$ diff --git a/Master/texmf-dist/doc/latex/biblatex/README b/Master/texmf-dist/doc/latex/biblatex/README index f54904fb4a6..b85f5e9b525 100644 --- a/Master/texmf-dist/doc/latex/biblatex/README +++ b/Master/texmf-dist/doc/latex/biblatex/README @@ -1,4 +1,4 @@ -$Id: README,v 1.6 2011/07/29 19:21:28 lehman stable $ +$Id: README,v 1.7 2011/11/13 19:09:07 lehman stable $ ABOUT diff --git a/Master/texmf-dist/doc/latex/biblatex/RELEASE b/Master/texmf-dist/doc/latex/biblatex/RELEASE index 120b203a565..1b0989fa9ed 100644 --- a/Master/texmf-dist/doc/latex/biblatex/RELEASE +++ b/Master/texmf-dist/doc/latex/biblatex/RELEASE @@ -1,4 +1,70 @@ -$Id: RELEASE,v 1.6 2011/07/29 19:21:28 lehman stable $ +$Id: RELEASE,v 1.7 2011/11/13 19:09:07 lehman stable $ + +RELEASE NOTES FOR VERSION 1.7 + +* Biber update, new features + + Biblatex 1.7 requires Biber 0.9.6. Biber is now based on Perl 5.14 + with full Unicode 6.0 support. There's a bunch of other + improvements -- see the Biber manual for details. + +* XDATA containers [Biber only] + + This release introduces the new @xdata entry type and the + corresponding xdata field. Essentially, the idea is that you can + dump frequently used data into an @xdata entry and reference that + where needed. It's a bit like crossref but doesn't imply any + logical (parent/child) relation. Or, to put it differently, it's a + bit like @string but covers more than one field. See the changelog + for pointers. + +* Extended option scoping [Biber only] + + The package options related to name/list truncation and name + disambiguation are now conveniently settable globally/per-type/ + per-entry. See the changelog for details. There's also a new + appendix with an overview of the scope of all options. + +* Field formats for dates + + \printdate and friends now support 'virtual' field formats for all + dates. So, even though there is no 'date' field on the LaTeX end + of the workflow (only year/month/day and endyear/endmonth/endday), + you may now say: + + \DeclareFieldFormat{date}{\textbf{#1}} + + to print the date in boldface, for example. Technically, this is + equivalent to: + + \DeclareFieldFormat{date}{\textbf{#1}} + \printtext[date]{\printdate} + + except that it is readily built into \printdate. + +* Last-resort breakpoints for \url + + URLs and DOIs consisting mostly or entirely of letters and numbers + may run into the margin if the \url command can't find suitable + breakpoints. I've introduced additional breakpoints after all + numbers and letters in the previous biblatex release in order to + deal with particularly nasty DOIS, but this turned out to be to + brute a solution. + + To provide the best of both worlds, this release adds counters + which control the penalties associated with the additional + breakpoints. They are disabled by default but may be helpful (as a + last resort) if you need to deal with long and/or tricky DOIs. See + 'biburlnumpenalty' etc. in the manual for details. If you want to + enable the additional breakpoints, use high penalties; e.g.: + + \setcounter{biburlnumpenalty}{9000} + +* Language support + + Oleg Domanov contributed support for Russian. Note that the + Russian module requires UTF-8. Pieter Belmans updated the Dutch + language module. RELEASE NOTES FOR VERSION 1.6 diff --git a/Master/texmf-dist/doc/latex/biblatex/biblatex.pdf b/Master/texmf-dist/doc/latex/biblatex/biblatex.pdf Binary files differindex 2e1f9c64133..e4e25bc9383 100644 --- a/Master/texmf-dist/doc/latex/biblatex/biblatex.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/biblatex.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/biblatex.tex b/Master/texmf-dist/doc/latex/biblatex/biblatex.tex index 9b4df45b42c..7969dd0631d 100644 --- a/Master/texmf-dist/doc/latex/biblatex/biblatex.tex +++ b/Master/texmf-dist/doc/latex/biblatex/biblatex.tex @@ -1,4 +1,4 @@ -% $Id: biblatex.tex,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: biblatex.tex,v 1.7 2011/11/13 19:09:07 lehman stable $ \documentclass{ltxdockit}[2011/03/25] \usepackage{btxdockit} \usepackage[latin9]{inputenc} @@ -8,11 +8,12 @@ \usepackage{longtable} \usepackage{booktabs} \usepackage{shortvrb} +\usepackage{pifont} \MakeAutoQuote{«}{»} \MakeAutoQuote*{<}{>} \MakeShortVerb{\|} -\rcsid{$Id: biblatex.tex,v 1.6 2011/07/29 19:21:28 lehman stable $} +\rcsid{$Id: biblatex.tex,v 1.7 2011/11/13 19:09:07 lehman stable $} \newcommand*{\biber}{Biber\xspace} \newcommand*{\biblatex}{Biblatex\xspace} @@ -39,6 +40,7 @@ \newcolumntype{H}{>{\sffamily\bfseries\spotcolor}l} \newcolumntype{L}{>{\raggedright\let\\=\tabularnewline}p} \newcolumntype{R}{>{\raggedleft\let\\=\tabularnewline}p} +\newcolumntype{C}{>{\centering\let\\=\tabularnewline}p} \newcolumntype{V}{>{\raggedright\let\\=\tabularnewline\ttfamily}p} \newcommand*{\sorttablesetup}{% @@ -48,6 +50,8 @@ \def\alt{\par\makebox[1.25em][r]{\ensuremath\hookrightarrow}\,}% \def\note##1{\textrm{##1}}} +\newcommand{\tickmarkyes}{\Pisymbol{psy}{183}} +\newcommand{\tickmarkno}{\textendash} \providecommand*{\textln}[1]{#1} \providecommand*{\lnstyle}{} @@ -143,7 +147,9 @@ Hannu Vδisδnen (Finnish), Prokopis (Greek), Mateus Araϊjo (Brazilian), Andrea Marchitelli (Italian), -Josι Carlos Santos (Portuguese). +Josι Carlos Santos (Portuguese), +Oleg Domanov (Russian), +Pieter Belmans (Dutch). \subsection{Prerequisites} \label{int:pre} @@ -458,6 +464,10 @@ A work with an author and a title which has not been formally published, such as \reqitem{author, title, year/date} \optitem{subtitle, titleaddon, language, howpublished, note, location, isbn, date, month, year, addendum, pubstate, url, urldate} +\typeitem{xdata} + +\BiberOnlyMark This entry type is special. \bibtype{xdata} entries hold data which may be inherited by other entries using the \bibfield{xdata} field. Entries of this type only serve as data containers; they may not be cited or added to the bibliography. See \secref{use:use:xdat} for details. + \typeitem{custom[a--f]} Custom types for special bibliography styles. Not used by the standard styles. @@ -903,7 +913,7 @@ The name(s) of the publisher(s). See also \secref{bib:use:and}. \fielditem{pubstate}{key} -The publication state of the work, \eg <in press>. See \secref{aut:lng:key:pst} for known publication states. +The publication state of the work, \eg\ <in press>. See \secref{aut:lng:key:pst} for known publication states. \fielditem{reprinttitle}{literal} @@ -1042,6 +1052,7 @@ Italian & Italy & \opt{italian} \\ Norwegian & Norway & \opt{norsk}, \opt{nynorsk} \\ Portuguese& Brazil & \opt{brazil} \\ & Portugal & \opt{portuges} \\ +Russian & Russia & \opt{russian} \\ Spanish & Spain & \opt{spanish} \\ Swedish & Sweden & \opt{swedish} \\ \bottomrule @@ -1098,6 +1109,10 @@ A field used to modify the sorting order of the bibliography. If present, this f A field used to modify the sorting order of the bibliography. If present, this field is used instead of the \bibfield{year} field when sorting the bibliography. It is only used internally during sorting. Please refer to \secref{use:srt} for further details. +\fielditem{xdata}{comma-separated list of entry keys\BiberOnlyMark} + +This field inherits data from one or more \bibtype{xdata} entries. Conceptually, the \bibfield{xdata} field is related to \bibfield{crossref} and \bibfield{xref}: \bibfield{crossref} establishes a logical parent/child relation and inherits data; \bibfield{xref} establishes as logical parent/child relation without inheriting data; \bibfield{xdata} inherits data without establishing a relation. The value of the \bibfield{xdata} may be a single entry key or a comma"=separated list of keys. See \secref{use:use:xdat} for further details. + \fielditem{xref}{entry key} This field is an alternative cross"=referencing mechanism. It differs from \bibfield{crossref} in that the child entry will not inherit any data from the parent entry specified in the \bibfield{xref} field. If the number of child entries referencing a specific parent entry hits a certain threshold, the parent entry is automatically added to the bibliography even if it has not been cited explicitly. The threshold is settable with the \opt{mincrossrefs} package option from \secref{use:opt:pre:gen}. Style authors should note that whether or not the \bibfield{xref} fields of the child entries are defined on the \sty{biblatex} level depends on the availability of the parent entry. If the parent entry is available, the \bibfield{xref} fields of the child entries will be defined. If not, their \bibfield{xref} fields will be undefined. Whether the parent entry is added to the bibliography implicitly because of the threshold or explicitly because it has been cited does not matter. See also the \bibfield{crossref} field in this section as well as \secref{bib:cav:ref}. @@ -1508,7 +1523,7 @@ As \bibtex is not capable of mapping the \bibfield{title} field of the parent to \paragraph{The \bibfield{crossref} field (Biber)} \label{bib:cav:ref:bbr} -With Biber, the limitations of \bibtex's \bibfield{crossref} field belong to the past. Biber features a highly customizable cross-referencing mechanism with flexible data inheritance rules. Duplicating certain fields in the parent entry or adding empty fields to the child entry is longer required. Entries are specified in a natural way: +With Biber, the limitations of \bibtex's \bibfield{crossref} field belong to the past. Biber features a highly customizable cross-referencing mechanism with flexible data inheritance rules. Duplicating certain fields in the parent entry or adding empty fields to the child entry is no longer required. Entries are specified in a natural way: \begin{lstlisting}[style=bibtex]{} @Book{book, @@ -1762,7 +1777,7 @@ The same scenario with \xetex or \luatex in native \utf mode: \end{itemize} -Some workarounds may be required when using traditional \tex or \pdftex with \utf encoding because \sty{inputenc}'s \file{utf8} module does not cover all of Unicode. Roughly speaking, it only convers the Western European Unicode range. When loading \sty{inputenc} with the \file{utf8} option, \sty{biblatex} will normally instruct Biber to reencode the \file{bib} data to \utf. This may lead to \sty{inputenc} errors if some of the characters in the \file{bib} file are outside the limited Unicode range supported by \sty{inputenc}. +Some workarounds may be required when using traditional \tex or \pdftex with \utf encoding because \sty{inputenc}'s \file{utf8} module does not cover all of Unicode. Roughly speaking, it only covers the Western European Unicode range. When loading \sty{inputenc} with the \file{utf8} option, \sty{biblatex} will normally instruct Biber to reencode the \file{bib} data to \utf. This may lead to \sty{inputenc} errors if some of the characters in the \file{bib} file are outside the limited Unicode range supported by \sty{inputenc}. \begin{itemize} @@ -1950,6 +1965,7 @@ Italian & Italy & italian \\ Norwegian & Norway & norwegian \\ Portuguese& Brazil & brazilian \\ & Portugal & portuguese \\ +Russian & Russia & russian \\ Spanish & Spain & spanish \\ Swedish & Sweden & swedish \\ \bottomrule @@ -3353,7 +3369,7 @@ Similar to \cmd{fullcite} but puts the entire citation in a footnote and adds a \cmditem{volcite}[prenote]{volume}[page]{key} \cmditem{Volcite}[prenote]{volume}[page]{key} -These commands are similar to \cmd{cite} and \cmd{Cite} but intended for references to multi"=volume works which are cited by volume and page number. Instead of the \prm{postnote}, they take a mandatory \prm{volume} and an optional \prm{page} argument. Since they merely compose the postnote and pass it to the \cmd{cite} command provided by the citation style as a \prm{postnote} argument, these commands are style independent. The format of the volume portion is controlled by the field formatting directive \opt{volcitevolume}, the format of the page/text portion is controlled by the field formatting directive \opt{volcitepages}. +These commands are similar to \cmd{cite} and \cmd{Cite} but intended for references to multi"=volume works which are cited by volume and page number. Instead of the \prm{postnote}, they take a mandatory \prm{volume} and an optional \prm{page} argument. Since they merely compose the postnote and pass it to the \cmd{cite} command provided by the citation style as a \prm{postnote} argument, these commands are style independent. The format of the volume portion is controlled by the field formatting directive \opt{volcitevolume}, the format of the page/text portion is controlled by the field formatting directive \opt{volcitepages} (\secref{aut:fmt:ich}). The delimiter printed between the volume portion and the page/text portion may be modified by redefining the macro \cmd{volcitedelim} (\secref{aut:fmt:fmt}). \cmditem{pvolcite}[prenote]{volume}[page]{key} \cmditem{Pvolcite}[prenote]{volume}[page]{key} @@ -3870,6 +3886,10 @@ Similar to \cmd{mkbibordinal}, but prints a masculine ordinal, if applicable in Similar to \cmd{mkbibordinal}, but prints a feminine ordinal, if applicable in the respective language. +\cmditem{mkbibneutord}{integer} + +Similar to \cmd{mkbibordinal}, but prints a neuter ordinal, if applicable in the respective language. + \cmditem{mkbibordedition}{integer} Similar to \cmd{mkbibordinal}, but intended for use with the term <edition>. @@ -4045,6 +4065,11 @@ Similar to \cmd{forceE} but enforces <y>. The Greek localization module requires \utf support. It will not work with any other encoding. Generally speaking, the \sty{biblatex} package is compatible with the \sty{inputenc} package and with \xelatex. The \sty{ucs} package will not work. Since \sty{inputenc}'s standard \file{utf8} module is missing glyph mappings for Greek, this leaves Greek users with \xelatex. Note that you may need to load additional packages which set up Greek fonts. As a rule of thumb, a setup which works for regular Greek documents should also work with \sty{biblatex}. However, there is one fundamental limitation. As of this writing, \sty{biblatex} has no support for switching scripts. Greek titles in the bibliography should work fine, provided that you use Biber as a backend, but English and other titles in the bibliography may be rendered in Greek letters. If you need multi-script bibliographies, using \xelatex is the only sensible choice. +\subsubsection{Russian} +\label{use:loc:rus} + +Like the Greek localization module, the Russian module also requires \utf support. It will not work with any other encoding. + \subsection{Usage Notes} \label{use:use} @@ -4318,7 +4343,7 @@ An entry set is a group of entries which are cited as a single reference and lis \paragraph{Static entry sets} -\BiberOnlyMark Static entry sets are defined in the \file{bib} file like any other entry. When using Biber as backend, defining an entry set is as simple as adding an entry of type \bibtype{set}. The entry has an \bibfield{entryset} field defining the members of the set as a comma"=separated list of entry keys: +\BiberOnlyMark Static entry sets are defined in the \file{bib} file like any other entry. When using Biber as the backend, defining an entry set is as simple as adding an entry of type \bibtype{set}. The entry has an \bibfield{entryset} field defining the members of the set as a comma"=separated list of entry keys: \begin{lstlisting}[style=bibtex]{} <<@Set>>{<<set1>>, @@ -4367,6 +4392,46 @@ Dynamic entry sets are set up and work much like static ones. The main differenc % Dynamic entry sets in the document body are local to the enclosing \env{refsection} environment, if any. Otherwise, they are assigned to reference section~0. Those defined in the preamble are assigned to reference section~0. Note that dynamic entry sets require Biber. They will not work with any other backend. +\subsubsection[Data Containers]{Data Containers\BiberOnlyMark} +\label{use:use:xdat} + +The \bibtype{xdata} entry type serves as a data container holding one or more fields. These fields may be inherited by other entries using the \bibfield{xdata} field. \bibtype{xdata} entries may not be cited or added to the bibliography, they only serve as a data source for other entries. This data inheritance mechanism is useful for fixed field combinations such as \bibfield{publisher}\slash \bibfield{location} and for other frequently used data: + +\begin{lstlisting}[style=bibtex]{} +<<@XData>>{<<hup>>, + publisher = {Harvard University Press}, + location = {Cambridge, Mass.}, +} +@Book{..., + author = {...}, + title = {...}, + date = {...}, + <<xdata>> = {<<hup>>}, +} +\end{lstlisting} +% +Using a comma"=separated list of keys in its \bibfield{xdata} field, an entry may inherit data from several \bibtype{xdata} entries. Cascading \bibtype{xdata} entries are supported as well, \ie an \bibtype{xdata} entry may reference one or more other \bibtype{xdata} entries: + +\begin{lstlisting}[style=bibtex]{} +@XData{macmillan:name, + publisher = {Macmillan}, +} +@XData{macmillan:place, + location = {New York and London}, +} +@XData{macmillan, + xdata = {macmillan:name,macmillan:place}, +} +@Book{..., + author = {...}, + title = {...}, + date = {...}, + xdata = {macmillan}, +} +\end{lstlisting} +% +See also \secref{bib:typ:blx,bib:fld:spc}. + \subsubsection{Electronic Publishing Information} \label{use:use:epr} @@ -4573,7 +4638,7 @@ The \prm{postnote} argument is handled as a field and the formatting of this fie \subsubsection{Name Parts and Name Spacing} \label{use:cav:nam} -The \sty{biblatex} package gives users and style authors very fine"=grained control of name spacing and the line"=breaking behavior of names, especially when they are using Biber as backend. The commands discussed in the following are documented in \secref{use:fmt:fmt,aut:fmt:fmt}. This section is meant to give an overview of how they are put together. A note on terminology: a name \emph{part} is a basic part of the name, for example the first or the last name. Each part of a name may be a single name or it may be composed of multiple names. For example, the name part \enquote*{first name} may be composed of a first and a middle name. The latter are referred to as name \emph{elements} in this section. Let's consider a simple name first: \enquote{John Edward Doe}. This name is composed of the following parts: +The \sty{biblatex} package gives users and style authors very fine"=grained control of name spacing and the line"=breaking behavior of names, especially when they are using Biber as the backend. The commands discussed in the following are documented in \secref{use:fmt:fmt,aut:fmt:fmt}. This section is meant to give an overview of how they are put together. A note on terminology: a name \emph{part} is a basic part of the name, for example the first or the last name. Each part of a name may be a single name or it may be composed of multiple names. For example, the name part \enquote*{first name} may be composed of a first and a middle name. The latter are referred to as name \emph{elements} in this section. Let's consider a simple name first: \enquote{John Edward Doe}. This name is composed of the following parts: \begin{nameparts} First & John Edward \\ @@ -5370,7 +5435,7 @@ This command is similar to \cmd{printtext} except that the second argument is a \csitem{printdate} -This command prints the date of the entry, as specified in the fields \bibfield{date} or \bibfield{month}\slash \bibfield{year}. The format is controlled by the package option \opt{date} from \secref{use:opt:pre:gen}. Note that this command interfaces with the punctuation tracker. There is no need to wrap it in a \cmd{printtext} command. +This command prints the date of the entry, as specified in the fields \bibfield{date} or \bibfield{month}\slash \bibfield{year}. The date format is controlled by the package option \opt{date} from \secref{use:opt:pre:gen}. Additional formatting (fonts etc.) may be applied by adjusting the field format \texttt{date} (\secref{aut:fmt:ich}). Note that this command interfaces with the punctuation tracker. There is no need to wrap it in a \cmd{printtext} command. \csitem{printdateextra} @@ -5378,15 +5443,15 @@ Similar to \cmd{printdate} but incorporates the \bibfield{extrayear} field in th \csitem{printurldate} -This command prints the \bibfield{urldate} of the entry. The format is controlled by the package option \opt{urldate} from \secref{use:opt:pre:gen}. Note that this command interfaces with the punctuation tracker. There is no need to wrap it in a \cmd{printtext} command. +Similar to \cmd{printdate} but prints the \bibfield{urldate} of the entry. The date format is controlled by the package option \opt{urldate} from \secref{use:opt:pre:gen}. Additional formatting may be applied by adjusting the field format \texttt{urldate} (\secref{aut:fmt:ich}). \csitem{printorigdate} -This command prints the \bibfield{origdate} of the entry. The format is controlled by the package option \opt{origdate} from \secref{use:opt:pre:gen}. Note that this command interfaces with the punctuation tracker. There is no need to wrap it in a \cmd{printtext} command. +Similar to \cmd{printdate} but prints the \bibfield{origdate} of the entry. The date format is controlled by the package option \opt{origdate} from \secref{use:opt:pre:gen}. Additional formatting may be applied by adjusting the field format \texttt{origdate} (\secref{aut:fmt:ich}). \csitem{printeventdate} -This command prints the \bibfield{eventdate} of the entry. The format is controlled by the package option \opt{eventdate} from \secref{use:opt:pre:gen}. Note that this command interfaces with the punctuation tracker. There is no need to wrap it in a \cmd{printtext} command. +Similar to \cmd{printdate} but prints the \bibfield{eventdate} of the entry. The date format is controlled by the package option \opt{eventdate} from \secref{use:opt:pre:gen}. Additional formatting may be applied by adjusting the field format \texttt{eventdate} (\secref{aut:fmt:ich}). \cmditem{indexfield}[format]{field} @@ -5975,6 +6040,10 @@ This command is similar to \cmd{ifmorenames} but checks the current literal list Expands to \prm{true} or \prm{false}, depending on the state of the \opt{firstinits} package option (see \secref{use:opt:pre:int}). This command is intended for use in formatting directives for name lists. +\cmditem{ifentrytype}{type}{true}{false} + +Executes \prm{true} if the entry type of the entry currently being processed is \prm{type}, and \prm{false} otherwise. + \cmditem{ifkeyword}{keyword}{true}{false} Executes \prm{true} if the \prm{keyword} is found in the \bibfield{keywords} field of the entry currently being processed, and \prm{false} otherwise. @@ -6336,6 +6405,7 @@ The optional argument \bibfield{bookpagination} is omissible in this case. \end{table} \cmditem{mkcomprange}[postpro]{text} +\cmditem*{mkcomprange*}[postpro]{text} This command, which is intended for use in field formatting directives, will parse its \prm{text} argument for page ranges and compress them. For example, «125--129» may be formatted as «125--9». You may configure the behavior of \cmd{mkcomprange} by adjusting the \latex counters \cnt{mincomprange}, \cnt{maxcomprange}, and \cnt{mincompwidth}, as illustrated in \tabref{aut:aux:tab1}. The default settings are \texttt{10}, \texttt{100000}, and \texttt{1}, respectively. This means that the command tries to compress as much as possible by default. Use \cmd{setcounter} to adjust the parameters. The scanner recognizes \cmd{bibrangedash} and hyphens as range dashes. It will normalize the dash by replacing any number of consecutive hyphens with \cmd{bibrangedash}. Lists of ranges delimited with commas and/or semicolons are also supported. If you want to hide a character from the list/range scanner for some reason, wrap the character or the entire string in curly braces. The optional \prm{postpro} argument specifies a macro to be used for post-processing the \prm{text}. This is important if you want to combine \cmd{mkcomprange} with other formatting macros which also need to parse their \prm{text} argument, such as \cmd{mkpageprefix}. Simply nesting these commands will not work as expected. Use the \prm{postpro} argument to set up the processing chain as follows: @@ -6343,11 +6413,37 @@ This command, which is intended for use in field formatting directives, will par \DeclareFieldFormat{postnote}{\mkcomprange[<<{>>\mkpageprefix[pagination]<<}>>]{#1}} \end{lstlisting} % -Note that \cmd{mkcomprange} is executed first, using \cmd{mkpageprefix} as post-processor. Also note that the \prm{postpro} argument is wrapped in an additional pair of braces. This is only required in this particular case to prevent \latex's optional argument scanner from getting confused by the nested brackets. +Note that \cmd{mkcomprange} is executed first, using \cmd{mkpageprefix} as post-processor. Also note that the \prm{postpro} argument is wrapped in an additional pair of braces. This is only required in this particular case to prevent \latex's optional argument scanner from getting confused by the nested brackets. The starred version of this command differs from the regular one in the way the \prm{postpro} argument is applied to a list of values. For example: + +\begin{lstlisting}[style=latex]{} +\mkcomprange[\mkpageprefix]{5, 123-129, 423-439} +\mkcomprange*[\mkpageprefix]{5, 123-129, 423-439} +\end{lstlisting} +% +will output: + +\begin{lstlisting}[style=latex]{} +pp. 5, 123-9, 423-39 +p. 5, pp. 123-9, pp. 423-39 +\end{lstlisting} \cmditem{mkfirstpage}[postpro]{text} +\cmditem*{mkfirstpage*}[postpro]{text} + +This command, which is intended for use in field formatting directives, will parse its \prm{text} argument for page ranges and print the start page of the range only. The scanner recognizes \cmd{bibrangedash} and hyphens as range dashes. Lists of ranges delimited with commas and/or semicolons are also supported. If you want to hide a character from the list/range scanner for some reason, wrap the character or the entire string in curly braces. The optional \prm{postpro} argument specifies a macro to be used for post-processing the \prm{text}. See \cmd{mkcomprange} on how to use this argument. The starred version of this command differs from the regular one in the way the \prm{postpro} argument is applied to a list of values. For example: + +\begin{lstlisting}[style=latex]{} +\mkfirstpage[\mkpageprefix]{5, 123-129, 423-439} +\mkfirstpage*[\mkpageprefix]{5, 123-129, 423-439} +\end{lstlisting} +% +will output: + +\begin{lstlisting}[style=latex]{} +pp. 5, 123, 423 +p. 5, p. 123, p. 423 +\end{lstlisting} -This command, which is intended for use in field formatting directives, will parse its \prm{text} argument for page ranges and print the start page of the range only. The scanner recognizes \cmd{bibrangedash} and hyphens as range dashes. Lists of ranges delimited with commas and/or semicolons are also supported. If you want to hide a character from the list/range scanner for some reason, wrap the character or the entire string in curly braces. The optional \prm{postpro} argument specifies a macro to be used for post-processing the \prm{text}. See \cmd{mkcomprange} on how to use this argument. \cmditem{DeclareNumChars}{characters} \cmditem*{DeclareNumChars*}{characters} @@ -6616,7 +6712,7 @@ This definition is restored automatically whenever the \opt{autopunct} package o \cmditem{DeclareCapitalPunctuation}{characters} -When \sty{biblatex} inserts localization strings, \ie key terms such as <edition> or <volume>, it automatically capitalizes them after terminal punctuation marks. This command defines the punctuation marks which will cause localization strings to be capitalized if one of them preceds a string. Note that \prm{characters} is an undelimited list of characters. Valid \prm{characters} are period, comma, semicolon, colon, exclamation and question mark. The package default is: +When \sty{biblatex} inserts localization strings, \ie key terms such as <edition> or <volume>, it automatically capitalizes them after terminal punctuation marks. This command defines the punctuation marks which will cause localization strings to be capitalized if one of them precedes a string. Note that \prm{characters} is an undelimited list of characters. Valid \prm{characters} are period, comma, semicolon, colon, exclamation and question mark. The package default is: \begin{lstlisting}[style=latex]{} \DeclareCapitalPunctuation{.!?} @@ -6896,7 +6992,7 @@ The following keys refer to roles which are expressed as a function (<editor>, < \paragraph{Concatenated Editor Roles, Expressed as Functions} \label{aut:lng:key:cef} -The following keys are similar in function to \texttt{editor}, \texttt{translator}, etc. They are used to indicate additional roles of the editor, \eg <editor and translator>, <editor and foreword>. +The following keys are similar in function to \texttt{editor}, \texttt{translator}, etc. They are used to indicate additional roles of the editor, \eg\ <editor and translator>, <editor and foreword>. \begin{keymarglist} \item[editortr] Used if \bibfield{editor}\slash \bibfield{translator} are identical. @@ -6975,7 +7071,7 @@ Keys for \bibfield{editor}\slash \bibfield{annotator}\slash \bibfield{commentato \paragraph{Concatenated Translator Roles, Expressed as Functions} \label{aut:lng:key:ctf} -The following keys are similar in function to \texttt{translator}. They are used to indicate additional roles of the translator, \eg <translator and commentator>, <translator and introduction>. +The following keys are similar in function to \texttt{translator}. They are used to indicate additional roles of the translator, \eg\ <translator and commentator>, <translator and introduction>. \begin{keymarglist} \item[translatorco] Used if \bibfield{translator}\slash \bibfield{commentator} are identical. @@ -7034,7 +7130,7 @@ The following keys refer to roles which are expressed as an action (<edited by>, \paragraph{Concatenated Editor Roles, Expressed as Actions} \label{aut:lng:key:cea} -The following keys are similar in function to \texttt{byeditor}, \texttt{bytranslator}, etc. They are used to indicate additional roles of the editor, \eg <edited and translated by>, <edited and furnished with an introduction by>, <edited, with a foreword, by>. +The following keys are similar in function to \texttt{byeditor}, \texttt{bytranslator}, etc. They are used to indicate additional roles of the editor, \eg\ <edited and translated by>, <edited and furnished with an introduction by>, <edited, with a foreword, by>. \begin{keymarglist} \item[byeditortr] Used if \bibfield{editor}\slash \bibfield{translator} are identical. @@ -7090,7 +7186,7 @@ Keys for \bibfield{editor}\slash \bibfield{translator}\slash \bibfield{annotator \paragraph{Concatenated Translator Roles, Expressed as Actions} \label{aut:lng:key:cta} -The following keys are similar in function to \texttt{bytranslator}. They are used to indicate additional roles of the translator, \eg <translated and commented by>, <translated and furnished with an introduction by>, <translated, with a foreword, by>. +The following keys are similar in function to \texttt{bytranslator}. They are used to indicate additional roles of the translator, \eg\ <translated and commented by>, <translated and furnished with an introduction by>, <translated, with a foreword, by>. \begin{keymarglist} \item[bytranslatorco] Used if \bibfield{translator}\slash \bibfield{commentator} are identical. @@ -7148,10 +7244,13 @@ Roles which are related to supplementary material may also be expressed as objec \item[volumes] The plural form of \texttt{volume}. \item[jourvol] The term <volume>, referring to a journal. \item[jourser] The term <series>, referring to a journal. +\item[book] The term <book>, referring to a document division. +\item[part] The term <part>, referring to a part of a book or a periodical. +\item[issue] The term <issue>, referring to a periodical. \item[newseries] The expression <new series>, referring to a journal. \item[oldseries] The expression <old series>, referring to a journal. \item[edition] The term <edition>. -\item[in] The term <in>, referring to the title of a work published as part of another one, \eg <\prm{title of article} in \prm{title of journal}>. +\item[in] The term <in>, referring to the title of a work published as part of another one, \eg\ <\prm{title of article} in \prm{title of journal}>. \item[inseries] The term <in>, as used in expressions like <volume \prm{number} in \prm{name of series}>. \item[ofseries] The term <of>, as used in expressions like <volume \prm{number} of \prm{name of series}>. \item[number] The term <number>, referring to an issue of a journal. @@ -7166,9 +7265,10 @@ Roles which are related to supplementary material may also be expressed as objec \label{aut:lng:key:pst} \begin{keymarglist} -\item[inpress] The expression <in press>. -\item[inpreparation] The expression <in preparation>, referring to manuscript being prepared for publication. -\item[submitted] The expression <submitted>, referring to an article or paper submitted to a journal or conference. +\item[inpreparation] The expression <in preparation> (the manuscript is being prepared for publication). +\item[submitted] The expression <submitted> (the manuscript has been submitted to a journal or conference). +\item[forthcoming] The expression <forthcoming> (the manuscript has been accepted by a press or journal). +\item[inpress] The expression <in press> (the manuscript is fully copyedited and out of the author's hands; it is in the final stages of the production process). \end{keymarglist} \paragraph{Pagination} @@ -7245,8 +7345,8 @@ Traditional scholarly expressions used in citations: \item[opcit] The term equivalent to the Latin term <opere citato> (<[in] the work [already] cited>). \item[loccit] The term equivalent to the Latin term <loco citato> (<[at] the place [already] cited>). \item[confer] The term equivalent to the Latin <confer> (<compare>). -\item[sequens] The term equivalent to the Latin <sequens> (<[and] the following [page]>), as used to indicate a range of two pages when only the starting page is provided (\eg <25\,sq.> or <25\,f.> instead of <25--26>). -\item[sequentes] The term equivalent to the Latin <sequentes> (<[and] the following [pages]>), as used to indicate an open"=ended range of pages when only the starting page is provided (\eg <25\,sqq.> or <25\,ff.>). +\item[sequens] The term equivalent to the Latin <sequens> (<[and] the following [page]>), as used to indicate a range of two pages when only the starting page is provided (\eg\ <25\,sq.> or <25\,f.> instead of <25--26>). +\item[sequentes] The term equivalent to the Latin <sequentes> (<[and] the following [pages]>), as used to indicate an open"=ended range of pages when only the starting page is provided (\eg\ <25\,sqq.> or <25\,ff.>). \item[passim] The term equivalent to the Latin <passim> (<throughout>, <here and there>, <scatteredly>). \end{keymarglist} % @@ -7287,9 +7387,11 @@ Other expressions frequently used in citations: \begin{keymarglist} \item[langamerican] The language <American> or <American English>. \item[langbrazilian] The language <Brazilian> or <Brazilian Portuguese>. +\item[langcroatian] The language <Croatian>. \item[langdanish] The language <Danish>. \item[langdutch] The language <Dutch>. \item[langenglish] The language <English>. +\item[langfinnish] The language <Finnish>. \item[langfrench] The language <French>. \item[langgerman] The language <German>. \item[langgreek] The language <Greek>. @@ -7297,6 +7399,7 @@ Other expressions frequently used in citations: \item[langlatin] The language <Latin>. \item[langnorwegian] The language <Norwegian>. \item[langportuguese] The language <Portuguese>. +\item[langrussian] The language <Russian>. \item[langspanish] The language <Spanish>. \item[langswedish] The language <Swedish>. \end{keymarglist} @@ -7306,9 +7409,11 @@ The following strings are intended for use in phrases like <translated from [the \begin{keymarglist} \item[fromamerican] The expression <from [the] American> or <from [the] American English>. \item[frombrazilian] The expression <from [the] Brazilian> or <from [the] Brazilian Portuguese>. +\item[fromcroatian] The expression <from [the] Croatian>. \item[fromdanish] The expression <from [the] Danish>. \item[fromdutch] The expression <from [the] Dutch>. \item[fromenglish] The expression <from [the] English>. +\item[fromfinnish] The expression <from [the] Finnish>. \item[fromfrench] The expression <from [the] French>. \item[fromgerman] The expression <from [the] German>. \item[fromgreek] The expression <from [the] Greek>. @@ -7316,6 +7421,7 @@ The following strings are intended for use in phrases like <translated from [the \item[fromlatin] The expression <from [the] Latin>. \item[fromnorwegian] The expression <from [the] Norwegian>. \item[fromportuguese] The expression <from [the] Portuguese>. +\item[fromrussian] The expression <from [the] Russian>. \item[fromspanish] The expression <from [the] Spanish>. \item[fromswedish] The expression <from [the] Swedish>. \end{keymarglist} @@ -7499,6 +7605,10 @@ The delimiter to be printed between the author\slash editor and the title. This The delimiter to be printed between the author\slash editor and the year. This command should be incorporated in the definition of all citation commands of author-year citation styles. +\csitem{volcitedelim} + +The delimiter to be printed between the volume portion and the page/text portion of \cmd{volcite} and related commands (\secref{use:cit:spc}). + \csitem{prenotedelim} The delimiter to be printed after the \prm{prenote} argument of a citation command. @@ -7564,6 +7674,10 @@ Similar to \cmd{mkbibordinal}, but prints a masculine ordinal, if applicable in Similar to \cmd{mkbibordinal}, but prints a feminine ordinal, if applicable in the respective language. +\cmditem{mkbibneutord}{integer} + +Similar to \cmd{mkbibordinal}, but prints a neuter ordinal, if applicable in the respective language. + \cmditem{mkbibordedition}{integer} Similar to \cmd{mkbibordinal}, but intended for use with the term <edition>. @@ -7609,6 +7723,18 @@ The penalty used by \cmd{addlowpenspace} and \cmd{addlpthinspace}, see \secref{a The penalty used by \cmd{addhighpenspace} and \cmd{addhpthinspace}, see \secref{aut:pct:spc} for details. +\cntitem{biburlnumpenalty} + +If this counter is set to a value greater than zero, \sty{biblatex} will permit linebreaks after numbers in all strings formatted with the \cmd{url} command from the \sty{url} package. This will affect \acr{url}s and \acr{doi}s in the bibliography. The breakpoints will be penalized by the value of this counter. If \acr{url}s and/or \acr{doi}s in the bibliography run into the margin, try setting this counter to a value greater than zero but less than 10000 (you normally want to use a high value like 9000). Setting the counter to zero disables this feature. This is the default setting. + +\cntitem{biburlucpenalty} + +Similar to \cnt{biburlnumpenalty}, except that it will add a breakpoint after all uppercase letters. + +\cntitem{biburllcpenalty} + +Similar to \cnt{biburlnumpenalty}, except that it will add a breakpoint after all lowercase letters. + \end{ltxsyntax} \subsubsection{Auxiliary Commands and Hooks} @@ -7730,6 +7856,22 @@ A special formatting directive which controls the format of the page\slash text A special formatting directive which controls the format of the volume portion in the argument of citation commands like \cmd{volcite}. +\optitem{date} + +A special formatting directive which controls the format of \cmd{printdate} (\secref{aut:bib:dat}). Note that the date format (long/short etc.) is controlled by the package option \opt{date} from \secref{use:opt:pre:gen}. This formatting directive only controls additional formatting such as fonts etc. + +\optitem{urldate} + +Similar to \texttt{date} but controls the format of \cmd{printurldate}. + +\optitem{origdate} + +Similar to \texttt{date} but controls the format of \cmd{printorigdate}. + +\optitem{eventdate} + +Similar to \texttt{date} but controls the format of \cmd{printeventdate}. + \end{ltxsyntax} \subsubsection{Auxiliary Lengths, Counters, and Other Features} @@ -8723,7 +8865,7 @@ anyvt & presort\alt mm & \end{longtable} \endgroup -\subsection[Chronological ]{Chronological Schemes} +\subsection[Chronological]{Chronological Schemes} \label{apx:srt:chr} The following table shows the chronological sorting schemes defined by default. Please refer to \secref{use:srt} for explanation. @@ -8755,6 +8897,120 @@ ydnt & presort\alt mm & \end{longtable} \endgroup +\section{Option Scope} +\label{apx:opt} + +The following table provides an overview of the scope (global\slash per-type\slash per-entry) of various package options. + +\begingroup +\tablesetup +\let\+\tickmarkyes +\let\_\tickmarkno +\begin{longtable}[l]{@{}% + V{0.4\textwidth}@{}% + C{0.15\textwidth}@{}% + C{0.15\textwidth}@{}% + C{0.15\textwidth}@{}% + C{0.15\textwidth}@{}} +\toprule +\multicolumn{1}{@{}H}{Option} & +\multicolumn{4}{@{}H}{Scope} \\ +\cmidrule{2-5} +& \multicolumn{1}{@{}H}{Load-time} & +\multicolumn{1}{@{}H}{Global} & +\multicolumn{1}{@{}H}{Per-type} & +\multicolumn{1}{@{}H}{Per-entry} \\ +\cmidrule(r){1-1}\cmidrule(r){2-2}\cmidrule(r){3-3}\cmidrule(r){4-4}\cmidrule{5-5} +\endhead +\bottomrule +\endfoot +abbreviate &\+&\+&\_&\_\\ +alldates &\+&\+&\_&\_\\ +arxiv &\+&\+&\_&\_\\ +autocite &\+&\+&\_&\_\\ +autopunct &\+&\+&\_&\_\\ +babel &\+&\+&\_&\_\\ +backend &\+&\+&\_&\_\\ +backref &\+&\+&\_&\_\\ +backrefsetstyle &\+&\+&\_&\_\\ +backrefstyle &\+&\+&\_&\_\\ +bibencoding &\+&\+&\_&\_\\ +bibstyle &\+&\_&\_&\_\\ +bibwarn &\+&\+&\_&\_\\ +block &\+&\+&\_&\_\\ +citecounter &\+&\+&\_&\_\\ +citereset &\+&\+&\_&\_\\ +citestyle &\+&\_&\_&\_\\ +citetracker &\+&\+&\_&\_\\ +clearlang &\+&\+&\_&\_\\ +dataonly &\_&\_&\+&\+\\ +date &\+&\+&\_&\_\\ +dateabbrev &\+&\+&\_&\_\\ +datezeros &\+&\+&\_&\_\\ +defernumbers &\+&\+&\_&\_\\ +doi &\+&\+&\_&\_\\ % style +eprint &\+&\+&\_&\_\\ % style +eventdate &\+&\+&\_&\_\\ +firstinits &\+&\+&\_&\_\\ +hyperref &\+&\+&\_&\_\\ +ibidtracker &\+&\+&\_&\_\\ +idemtracker &\+&\+&\_&\_\\ +indexing &\+&\+&\+&\+\\ +isbn &\+&\+&\_&\_\\ % style +labelalpha &\+&\+&\+&\_\\ +labelnumber &\+&\+&\+&\_\\ +labelyear &\+&\+&\+&\_\\ +language &\+&\+&\_&\_\\ +loadfiles &\+&\+&\_&\_\\ +loccittracker &\+&\+&\_&\_\\ +maxalphanames &\+&\+&\+&\+\\ +maxbibnames &\+&\+&\+&\+\\ +maxcitenames &\+&\+&\+&\+\\ +maxitems &\+&\+&\+&\+\\ +maxnames &\+&\+&\+&\+\\ +maxparens &\+&\+&\_&\_\\ +mcite &\+&\_&\_&\_\\ +minalphanames &\+&\+&\+&\+\\ +minbibnames &\+&\+&\+&\+\\ +mincitenames &\+&\+&\+&\+\\ +mincrossrefs &\+&\+&\_&\_\\ +minitems &\+&\+&\+&\+\\ +minnames &\+&\+&\+&\+\\ +natbib &\+&\_&\_&\_\\ +notetype &\+&\+&\_&\_\\ +opcittracker &\+&\+&\_&\_\\ +openbib &\+&\+&\_&\_\\ +origdate &\+&\+&\_&\_\\ +pagetracker &\+&\+&\_&\_\\ +parentracker &\+&\+&\_&\_\\ +punctfont &\+&\+&\_&\_\\ +refsection &\+&\+&\_&\_\\ +refsegment &\+&\+&\_&\_\\ +safeinputenc &\+&\+&\_&\_\\ +singletitle &\+&\+&\+&\_\\ +skipbib &\_&\_&\+&\+\\ +skiplab &\_&\_&\+&\+\\ +skiplos &\_&\_&\+&\+\\ +sortcase &\+&\+&\_&\_\\ +sortcites &\+&\+&\_&\_\\ +sorting &\+&\+&\_&\_\\ +sortlocale &\+&\+&\_&\_\\ +sortlos &\+&\+&\_&\_\\ +sortupper &\+&\+&\_&\_\\ +style &\+&\_&\_&\_\\ +terseinits &\+&\+&\_&\_\\ +texencoding &\+&\+&\_&\_\\ +uniquelist &\+&\+&\+&\+\\ +uniquename &\+&\+&\+&\+\\ +urldate &\+&\+&\_&\_\\ +url &\+&\+&\_&\_\\ % style +useauthor &\+&\+&\+&\+\\ +useeditor &\+&\+&\+&\+\\ +useprefix &\+&\+&\+&\+\\ +usetranslator &\+&\+&\+&\+\\ +\end{longtable} +\endgroup + \section{Revision History} \label{apx:log} @@ -8762,6 +9018,36 @@ This revision history is a list of changes relevant to users of this package. Ch \begin{changelog} +\begin{release}{1.7}{2011-11-13} +\item Added \texttt{xdata} containers\see{use:use:xdat}\BiberOnlyMark +\item Added special entry type \bibfield{xdata}\see{bib:typ:blx}\BiberOnlyMark +\item Added special field \bibfield{xdata}\see{bib:fld:spc}\BiberOnlyMark +\item Support \opt{maxnames}/\opt{minnames} globally/per-type/per-entry\see{use:opt:pre:gen}\BiberOnlyMark +\item Support \opt{maxbibnames}/\opt{minbibnames} globally/per-type/per-entry\see{use:opt:pre:gen}\BiberOnlyMark +\item Support \opt{maxcitenames}/\opt{mincitenames} globally/per-type/per-entry\see{use:opt:pre:gen}\BiberOnlyMark +\item Support \opt{maxitems}/\opt{minitems} globally/per-type/per-entry\see{use:opt:pre:gen}\BiberOnlyMark +\item Support \opt{maxalphanames}/\opt{minalphanames} globally/per-type/per-entry\see{use:opt:pre:int}\BiberOnlyMark +\item Support \opt{uniquelist} globally/per-type/per-entry\see{use:opt:pre:int}\BiberOnlyMark +\item Support \opt{uniquename} globally/per-type/per-entry\see{use:opt:pre:int}\BiberOnlyMark +\item Added \cmd{textcite} and \cmd{textcites} to all \texttt{verbose} citation styles\see{use:xbx:cbx} +\item Added special field formats \texttt{date}, \texttt{urldate}, \texttt{origdate}, \texttt{eventdate}\see{aut:fmt:ich} +\item Added \cmd{mkcomprange*}\see{aut:aux:msc} +\item Added \cmd{mkfirstpage*}\see{aut:aux:msc} +\item Added \cmd{volcitedelim}\see{aut:fmt:fmt} +\item Added missing documentation for \cmd{ifentrytype}\see{aut:aux:tst} +\item Added \cmd{mkbibneutord}\see{use:fmt:lng} +\item Added counter \cnt{biburlnumpenalty}\see{aut:fmt:len} +\item Added counter \cnt{biburlucpenalty}\see{aut:fmt:len} +\item Added counter \cnt{biburllcpenalty}\see{aut:fmt:len} +\item Added localization keys \texttt{book}, \texttt{part}, \texttt{issue}, \texttt{forthcoming}\see{aut:lng:key} +\item Added some \texttt{lang...} and \texttt{from...} localization keys\see{aut:lng:key} +\item Expanded documentation\see{apx:opt} +\item Added support for Russian (Oleg Domanov) +\item Updated support for Dutch (Pieter Belmans) +\item Fixed compatibility issue with \sty{textcase} package +\item Fixed some bugs +\end{release} + \begin{release}{1.6}{2011-07-29} \item Added special field \bibfield{sortshorthand}\see{bib:fld:spc}\BiberOnlyMark \item Revised options \opt{maxnames}/\opt{minnames}\see{use:opt:pre:gen} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/alphabetic-verb.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/alphabetic-verb.bbx index b2e3c3ca877..5323b7b960e 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/alphabetic-verb.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/alphabetic-verb.bbx @@ -1,7 +1,7 @@ -% $Id: alphabetic-verb.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: alphabetic-verb.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{alphabetic-verb.bbx} -[\abx@bbxid $Id: alphabetic-verb.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: alphabetic-verb.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{alphabetic} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/alphabetic.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/alphabetic.bbx index b2cdff90412..f3cf7e09d91 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/alphabetic.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/alphabetic.bbx @@ -1,7 +1,7 @@ -% $Id: alphabetic.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: alphabetic.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{alphabetic.bbx} -[\abx@bbxid $Id: alphabetic.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: alphabetic.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{standard} \ExecuteBibliographyOptions{labelalpha,sorting=anyt} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-comp.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-comp.bbx index 459300433c4..c1362eb12dc 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-comp.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-comp.bbx @@ -1,7 +1,7 @@ -% $Id: authortitle-comp.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authortitle-comp.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authortitle-comp.bbx} -[\abx@bbxid $Id: authortitle-comp.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: authortitle-comp.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authortitle} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-ibid.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-ibid.bbx index 381e33e4a2f..3ee21efebe1 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-ibid.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-ibid.bbx @@ -1,7 +1,7 @@ -% $Id: authortitle-ibid.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authortitle-ibid.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authortitle-ibid.bbx} -[\abx@bbxid $Id: authortitle-ibid.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: authortitle-ibid.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authortitle} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-icomp.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-icomp.bbx index 2027772dee5..89174567403 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-icomp.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-icomp.bbx @@ -1,7 +1,7 @@ -% $Id: authortitle-icomp.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authortitle-icomp.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authortitle-icomp.bbx} -[\abx@bbxid $Id: authortitle-icomp.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: authortitle-icomp.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authortitle} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-tcomp.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-tcomp.bbx index bb8c13b61be..f1128ccc186 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-tcomp.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-tcomp.bbx @@ -1,7 +1,7 @@ -% $Id: authortitle-tcomp.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authortitle-tcomp.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authortitle-tcomp.bbx} -[\abx@bbxid $Id: authortitle-tcomp.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: authortitle-tcomp.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authortitle} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-terse.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-terse.bbx index 58a203d93c3..a0d578f774a 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-terse.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-terse.bbx @@ -1,7 +1,7 @@ -% $Id: authortitle-terse.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authortitle-terse.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authortitle-terse.bbx} -[\abx@bbxid $Id: authortitle-terse.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: authortitle-terse.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authortitle} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-ticomp.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-ticomp.bbx index 0a4697b69a9..060c9cf0832 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-ticomp.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle-ticomp.bbx @@ -1,7 +1,7 @@ -% $Id: authortitle-ticomp.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authortitle-ticomp.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authortitle-ticomp.bbx} -[\abx@bbxid $Id: authortitle-ticomp.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: authortitle-ticomp.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authortitle} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle.bbx index 689f01f39c2..ebeb7003907 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/authortitle.bbx @@ -1,7 +1,7 @@ -% $Id: authortitle.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authortitle.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authortitle.bbx} -[\abx@bbxid $Id: authortitle.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: authortitle.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{standard} \ExecuteBibliographyOptions{pagetracker} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear-comp.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear-comp.bbx index 293199c7195..ba75ca61d4e 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear-comp.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear-comp.bbx @@ -1,7 +1,7 @@ -% $Id: authoryear-comp.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authoryear-comp.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authoryear-comp.bbx} -[\abx@bbxid $Id: authoryear-comp.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: authoryear-comp.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authoryear} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear-ibid.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear-ibid.bbx index ff0931b3dd6..6202f6d627a 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear-ibid.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear-ibid.bbx @@ -1,7 +1,7 @@ -% $Id: authoryear-ibid.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authoryear-ibid.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authoryear-ibid.bbx} -[\abx@bbxid $Id: authoryear-ibid.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: authoryear-ibid.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authoryear} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear-icomp.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear-icomp.bbx index 3084afda06b..3fdb40e55c1 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear-icomp.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear-icomp.bbx @@ -1,7 +1,7 @@ -% $Id: authoryear-icomp.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authoryear-icomp.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authoryear-icomp.bbx} -[\abx@bbxid $Id: authoryear-icomp.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: authoryear-icomp.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authoryear} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx index 1fef8c1dd46..1085e5e9c48 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx @@ -1,7 +1,7 @@ -% $Id: authoryear.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authoryear.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authoryear.bbx} -[\abx@bbxid $Id: authoryear.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: authoryear.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{standard} @@ -44,7 +44,7 @@ \renewbibmacro*{issue+date}{% \iffieldundef{issue} {} - {\printtext[parens]{\printfield{issue}}} + {\printtext[parens]{\printfield{issue}}}% \newunit}% } diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/debug.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/debug.bbx index 490becc7818..e4b2214ea76 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/debug.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/debug.bbx @@ -1,7 +1,7 @@ -% $Id: debug.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: debug.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{debug.bbx} -[\abx@bbxid $Id: debug.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: debug.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{sorting=debug} \DeclareFieldFormat{entrykey}{\ttfamily[#1]} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/draft.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/draft.bbx index f5f114697a3..67655a116f5 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/draft.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/draft.bbx @@ -1,7 +1,7 @@ -% $Id: draft.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: draft.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{draft.bbx} -[\abx@bbxid $Id: draft.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: draft.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{standard} \ExecuteBibliographyOptions{sorting=debug} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/numeric-comp.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/numeric-comp.bbx index 33606b57f53..47ce22e2450 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/numeric-comp.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/numeric-comp.bbx @@ -1,7 +1,7 @@ -% $Id: numeric-comp.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: numeric-comp.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{numeric-comp.bbx} -[\abx@bbxid $Id: numeric-comp.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: numeric-comp.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{numeric} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/numeric-verb.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/numeric-verb.bbx index 790f1283d77..84e24a173be 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/numeric-verb.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/numeric-verb.bbx @@ -1,7 +1,7 @@ -% $Id: numeric-verb.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: numeric-verb.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{numeric-verb.bbx} -[\abx@bbxid $Id: numeric-verb.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: numeric-verb.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{numeric} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx index 092f6ff2cc7..55a5b95f9bf 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx @@ -1,7 +1,7 @@ -% $Id: numeric.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: numeric.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{numeric.bbx} -[\abx@bbxid $Id: numeric.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: numeric.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{standard} \ExecuteBibliographyOptions{labelnumber} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/reading.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/reading.bbx index 56e3e29417e..64b709d2a5d 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/reading.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/reading.bbx @@ -1,7 +1,7 @@ -% $Id: reading.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: reading.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{reading.bbx} -[\abx@bbxid $Id: reading.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: reading.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{standard} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/standard.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/standard.bbx index 4a14e42177a..b9f79ba5e4e 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/standard.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/standard.bbx @@ -1,7 +1,7 @@ -% $Id: standard.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: standard.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{standard.bbx} -[\abx@bbxid $Id: standard.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: standard.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \newtoggle{bbx:isbn} \newtoggle{bbx:url} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-ibid.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-ibid.bbx index be6e4e1239c..e531cfc535e 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-ibid.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-ibid.bbx @@ -1,7 +1,7 @@ -% $Id: verbose-ibid.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: verbose-ibid.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{verbose-ibid.bbx} -[\abx@bbxid $Id: verbose-ibid.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: verbose-ibid.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authortitle} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-inote.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-inote.bbx index f8b07d0abb6..5d10cef58ae 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-inote.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-inote.bbx @@ -1,7 +1,7 @@ -% $Id: verbose-inote.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: verbose-inote.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{verbose-inote.bbx} -[\abx@bbxid $Id: verbose-inote.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: verbose-inote.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authortitle} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-note.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-note.bbx index 51f7f976f8d..e4096a346fc 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-note.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-note.bbx @@ -1,7 +1,7 @@ -% $Id: verbose-note.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: verbose-note.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{verbose-note.bbx} -[\abx@bbxid $Id: verbose-note.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: verbose-note.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authortitle} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-trad1.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-trad1.bbx index d0bdc60ba4c..46ae4158311 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-trad1.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-trad1.bbx @@ -1,7 +1,7 @@ -% $Id: verbose-trad1.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: verbose-trad1.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{verbose-trad1.bbx} -[\abx@bbxid $Id: verbose-trad1.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: verbose-trad1.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authortitle} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-trad2.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-trad2.bbx index 83d83986611..610cca8966d 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-trad2.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-trad2.bbx @@ -1,7 +1,7 @@ -% $Id: verbose-trad2.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: verbose-trad2.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{verbose-trad2.bbx} -[\abx@bbxid $Id: verbose-trad2.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: verbose-trad2.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authortitle} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-trad3.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-trad3.bbx index 029cc5ae64a..8003bb379a7 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-trad3.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/verbose-trad3.bbx @@ -1,7 +1,7 @@ -% $Id: verbose-trad3.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: verbose-trad3.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{verbose-trad3.bbx} -[\abx@bbxid $Id: verbose-trad3.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: verbose-trad3.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authortitle} diff --git a/Master/texmf-dist/tex/latex/biblatex/bbx/verbose.bbx b/Master/texmf-dist/tex/latex/biblatex/bbx/verbose.bbx index 41420ee61cb..80d05549a7c 100644 --- a/Master/texmf-dist/tex/latex/biblatex/bbx/verbose.bbx +++ b/Master/texmf-dist/tex/latex/biblatex/bbx/verbose.bbx @@ -1,7 +1,7 @@ -% $Id: verbose.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: verbose.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{verbose.bbx} -[\abx@bbxid $Id: verbose.bbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@bbxid $Id: verbose.bbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireBibliographyStyle{authortitle} diff --git a/Master/texmf-dist/tex/latex/biblatex/biblatex.cfg b/Master/texmf-dist/tex/latex/biblatex/biblatex.cfg index 100c48ccd0e..f544b1af305 100644 --- a/Master/texmf-dist/tex/latex/biblatex/biblatex.cfg +++ b/Master/texmf-dist/tex/latex/biblatex/biblatex.cfg @@ -1,4 +1,4 @@ -% $Id: biblatex.cfg,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: biblatex.cfg,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{biblatex.cfg} diff --git a/Master/texmf-dist/tex/latex/biblatex/biblatex.def b/Master/texmf-dist/tex/latex/biblatex/biblatex.def index fe50dcacf90..89b815e8134 100644 --- a/Master/texmf-dist/tex/latex/biblatex/biblatex.def +++ b/Master/texmf-dist/tex/latex/biblatex/biblatex.def @@ -1,7 +1,7 @@ -% $Id: biblatex.def,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: biblatex.def,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{biblatex.def} -[\abx@rcsid $Id: biblatex.def,v 1.6 2011/07/29 19:21:28 lehman stable $ +[\abx@rcsid $Id: biblatex.def,v 1.7 2011/11/13 19:09:07 lehman stable $ biblatex generic definitions] % ------------------------------------------------------------------ @@ -43,6 +43,7 @@ \newcommand*{\postnotedelim}{\addcomma\space} \newcommand*{\nametitledelim}{\addcomma\space} \newcommand*{\nameyeardelim}{\addspace} +\newcommand*{\volcitedelim}{\addcomma\space} % Used in the bibliography and the list of shorthands @@ -122,28 +123,35 @@ % Local setup for \url; see comments in url.sty for details. +\newcounter{biburlnumpenalty} +\newcounter{biburlucpenalty} +\newcounter{biburllcpenalty} + \newcommand*{\biburlsetup}{% \Urlmuskip=0mu plus 3mu\relax \mathchardef\UrlBigBreakPenalty=100\relax \mathchardef\UrlBreakPenalty=200\relax - \mathchardef\UrlNumberPenalty=3000\relax - \mathchardef\UrlUppercasePenalty=6000\relax - \mathchardef\UrlLowercasePenalty=9000\relax \def\UrlBigBreaks{\do\:\do\-}% \def\UrlBreaks{% \do\.\do\@\do\/\do\\\do\!\do\_\do\|\do\;\do\>\do\]\do\)\do\}% \do\,\do\?\do\'\do\+\do\=\do\#\do\$\do\&\do\*\do\^\do\"}% - \def\do##1{\appto\UrlSpecials{\do##1{\penalty\UrlNumberPenalty\mathchar`##1 }}}% - \do\1\do\2\do\3\do\4\do\5\do\6\do\7\do\8\do\9\do\0% - \def\do##1{\appto\UrlSpecials{\do##1{\penalty\UrlUppercasePenalty\mathchar`##1 }}}% - \do\A\do\B\do\C\do\D\do\E\do\F\do\G\do\H\do\I\do\J - \do\K\do\L\do\M\do\N\do\O\do\P\do\Q\do\R\do\S\do\T - \do\U\do\V\do\W\do\X\do\Y\do\Z - \def\do##1{\appto\UrlSpecials{\do##1{\penalty\UrlLowercasePenalty\mathchar`##1 }}}% - \do\a\do\b\do\c\do\d\do\e\do\f\do\g\do\h\do\i\do\j - \do\k\do\l\do\m\do\n\do\o\do\p\do\q\do\r\do\s\do\t - \do\u\do\v\do\w\do\x\do\y\do\z - \let\do\noexpand} + \ifnumgreater{\value{biburlnumpenalty}}{0} + {\def\do##1{\appto\UrlSpecials{\do##1{\mathchar`##1 \penalty\value{biburlnumpenalty}}}}% + \do\1\do\2\do\3\do\4\do\5\do\6\do\7\do\8\do\9\do\0} + {}% + \ifnumgreater{\value{biburlucpenalty}}{0} + {\def\do##1{\appto\UrlSpecials{\do##1{\mathchar`##1 \penalty\value{biburlucpenalty}}}}% + \do\A\do\B\do\C\do\D\do\E\do\F\do\G\do\H\do\I\do\J + \do\K\do\L\do\M\do\N\do\O\do\P\do\Q\do\R\do\S\do\T + \do\U\do\V\do\W\do\X\do\Y\do\Z} + {}% + \ifnumgreater{\value{biburllcpenalty}}{0} + {\def\do##1{\appto\UrlSpecials{\do##1{\mathchar`##1 \penalty\value{biburllcpenalty}}}}% + \do\a\do\b\do\c\do\d\do\e\do\f\do\g\do\h\do\i\do\j + \do\k\do\l\do\m\do\n\do\o\do\p\do\q\do\r\do\s\do\t + \do\u\do\v\do\w\do\x\do\y\do\z} + {}% + \let\do=\noexpand} % The above code allows linebreaks before numbers and letters. % This is often the only way to break DOIs. It also allows breaks @@ -2271,7 +2279,7 @@ \iffieldundef{urlyear} {} {\setunit*{\addspace}% - \printtext[urldate]{\printurldate}}} + \printurldate}} \newbibmacro*{pageref}{% \iflistundef{pageref} diff --git a/Master/texmf-dist/tex/latex/biblatex/biblatex.sty b/Master/texmf-dist/tex/latex/biblatex/biblatex.sty index ea050248981..6eeb7ae78e9 100644 --- a/Master/texmf-dist/tex/latex/biblatex/biblatex.sty +++ b/Master/texmf-dist/tex/latex/biblatex/biblatex.sty @@ -1,4 +1,4 @@ -% $Id: biblatex.sty,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: biblatex.sty,v 1.7 2011/11/13 19:09:07 lehman stable $ % Copyright (c) 2006-2011 Philipp Lehman. % @@ -21,11 +21,11 @@ \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{biblatex} -[\abx@rcsid $Id: biblatex.sty,v 1.6 2011/07/29 19:21:28 lehman stable $ +[\abx@rcsid $Id: biblatex.sty,v 1.7 2011/11/13 19:09:07 lehman stable $ programmable bibliographies] \def\blx@bblversion$#1: #2 ${#2} -\edef\blx@bblversion{\blx@bblversion$Revision: 1.6 $} +\edef\blx@bblversion{\blx@bblversion$Revision: 1.7 $} %% Dependencies @@ -366,8 +366,16 @@ \def\blx@minbibnames{0} \def\blx@maxcitenames{0} \def\blx@mincitenames{0} +\def\blx@maxbibnames@type{\blx@maxbibnames} +\def\blx@minbibnames@type{\blx@minbibnames} +\def\blx@maxcitenames@type{\blx@maxcitenames} +\def\blx@mincitenames@type{\blx@mincitenames} \def\blx@maxalphanames{0} \def\blx@minalphanames{0} +\def\blx@maxitems{0} +\def\blx@minitems{0} +\def\blx@maxitems@type{\blx@maxitems} +\def\blx@minitems@type{\blx@minitems} \newlength{\labelnumberwidth} \newlength{\labelalphawidth} @@ -456,7 +464,7 @@ #1\ifx#2\@empty\else \expandafter\blx@tempa \fi#2} -\edef\blx@ctrlfile{% +\edef\blx@ctrlfile@bibtex{% \noexpand\blx@tempa \expandafter\blx@tempa\jobname"\@empty \space\noexpand\@empty} @@ -464,7 +472,7 @@ #1\ifx#2\@empty\else \string_\expandafter\blx@tempa \fi#2} -\xdef\blx@ctrlfile{\blx@ctrlfile} +\xdef\blx@ctrlfile@bibtex{\blx@ctrlfile@bibtex} \endgroup \def\blx@secinit{% @@ -652,7 +660,7 @@ \fi \string\bibstyle{biblatex}\blx@nl \string\bibdata{% - \blx@ctrlfile\blxauxsuffix + \blx@ctrlfile@bibtex\blxauxsuffix \ifx#1\@empty \else \dolistloop#1% @@ -1048,7 +1056,7 @@ \provides[type=dynamic]{ \def\do##1{\file{##1.aux}} \dolistloop\blx@list@inactive - \file{\blx@ctrlfile\blxauxsuffix.bib} + \file{\blx@ctrlfile@bibtex\blxauxsuffix.bib} } \requires[type=dynamic]{ \def\do##1{\file{##1.bbl}} @@ -1105,7 +1113,7 @@ } \requires[type=dynamic]{ \file{#2.aux} - \file{\blx@ctrlfile\blxauxsuffix.bib} + \file{\blx@ctrlfile@bibtex\blxauxsuffix.bib} } \requires[type=editable]{ \ifcsdef{blx@list@bibfiles@#2} @@ -2022,7 +2030,42 @@ % {<namelist1>}{<namelist2>}{<true>}{<false>} \def\blx@imc@ifnamesequal#1#2{% - \ifcsequal{abx@name@#1}{abx@name@#2}} + \ifcsundef{abx@name@#1} + {\@secondoftwo} + {\ifcsundef{abx@name@#2} + {\@secondoftwo} + {\blx@ifnamesequal{#1}{#2}}}} + +\def\blx@ifnamesequal#1#2{% + \begingroup + \let\blx@tempa\@empty + \expandafter\expandafter + \expandafter\blx@ifnamesequal@i\csname abx@name@#2\endcsname + \let\blx@tempb\blx@tempa + \let\blx@tempa\@empty + \expandafter\expandafter + \expandafter\blx@ifnamesequal@i\csname abx@name@#1\endcsname + \expandafter\endgroup + \ifx\blx@tempa\blx@tempb + \expandafter\@firstoftwo + \else + \expandafter\@secondoftwo + \fi} + +\def\blx@ifnamesequal@i#1#2{% + \expandafter\blx@ifnamesequal@ii#2{}&} + +\def\blx@ifnamesequal@ii#1{% + \ifblank{#1} + {\blx@namebreak} + {\blx@ifnamesequal@iii#1% + \blx@ifnamesequal@ii}} + +\def\blx@ifnamesequal@iii#1#2#3#4#5#6#7#8#9{% + \setkeys{blx@opt@name}{#1}% + \ifdef\abx@field@hash + {\eappto\blx@tempa{{\abx@field@hash}}} + {\appto\blx@tempa{{{#2}{#4}{#6}{#8}}}}} % {<field>}{<macro>}{<true>}{<false>} @@ -2052,7 +2095,7 @@ % {<namelist>}{<macro>}{<true>}{<false>} -\def\blx@imc@ifnameequals#1#2{% +\def\blx@imc@ifnameequals#1#2{% FIXME \blx@imc@ifnameundef{#1} {\@secondoftwo} {\ifundef#2% @@ -2075,7 +2118,7 @@ % {<namelist>}{<csname>}{<true>}{<false>} -\def\blx@imc@ifnameequalcs#1{% +\def\blx@imc@ifnameequalcs#1{% FIXME \ifcsequal{abx@name@#1}} % {<field>}{<string>}{<true>}{<false>} @@ -2745,31 +2788,47 @@ \setcounter{mincompwidth}{1} \def\abx@rangeproclimit{100000} -% [<postpro>]{<string>} +% <*>[<postpro>]{<string>} -\newrobustcmd*{\mkcomprange}[2][\@firstofone]{% +\newrobustcmd*{\mkcomprange}{% \begingroup + \@ifstar + {\blx@comprange\blx@comprange@ii} + {\blx@comprange\blx@comprange@i}} + +\def\blx@comprange#1{% + \@ifnextchar[{#1}{#1[\@firstofone]}} + +\def\blx@comprange@i[#1]#2{% \let\blx@tempa\@empty - \protected\def\blx@range@out{\appto\blx@tempa}% + \protected\def\blx@range@out@value{\appto\blx@tempa}% + \let\blx@range@out@delim\blx@range@out@value \let\blx@range@split\blx@comprange@split - \blx@imc@ifpages{#2} - {\blx@range@chunk{#2}} - {\blx@range@out{#2}}% + \blx@range@chunk{#2}% \edef\blx@tempa{\endgroup \unexpanded{#1}{\expandonce\blx@tempa}}% \blx@tempa} +\def\blx@comprange@ii[#1]#2{% + \protected\def\blx@range@out@value{#1}% + \let\blx@range@out@delim\@firstofone + \let\blx@range@split\blx@comprange@split + \blx@range@chunk{#2}% + \endgroup} + \def\blx@comprange@split#1{% - \def\blx@comprange@abort{\blx@range@out{#1}}% - \blx@comprange@range#1\bibrangedash\bibrangedash&} + \def\blx@comprange@abort{\blx@range@out@value{#1}}% + \blx@imc@ifpages{#1} + {\blx@comprange@range#1\bibrangedash\bibrangedash&} + {\blx@comprange@abort}} \def\blx@comprange@range#1\bibrangedash#2\bibrangedash#3&{% \ifblank{#3} {\blx@comprange@hyphen#1--&} {\ifblank{#2} - {\blx@range@out{#1\bibrangedash}} + {\blx@range@out@value{#1\bibrangedash}} {\ifblank{#1} - {\blx@range@out{\bibrangedash#2}} + {\blx@range@out@value{\bibrangedash#2}} {\blx@comprange@check{#1}{#2}}}}} \def\blx@comprange@hyphen#1-#2-#3&{% @@ -2781,16 +2840,16 @@ {\def\blx@tempb{#1}}% \blx@comprange@hyphen@i#3&} {\ifblank{#1} - {\blx@range@out{\bibrangedash#2}} + {\blx@range@out@value{\bibrangedash#2}} {\blx@comprange@check{#1}{#2}}}}} \def\blx@comprange@hyphen@i#1-#2&{% \ifblank{#1#2} - {\expandafter\blx@range@out + {\expandafter\blx@range@out@value \expandafter{\blx@tempb\bibrangedash}} {\notblank{#1} {\ifdefempty\blx@tempb - {\blx@range@out{\bibrangedash#1}} + {\blx@range@out@value{\bibrangedash#1}} {\expandafter\blx@comprange@check \expandafter{\blx@tempb}{#1}}} {\blx@comprange@hyphen@i#2&}}} @@ -2799,8 +2858,8 @@ \blx@imc@ifinteger{#1} {\blx@imc@ifinteger{#2} {\blx@comprange@comp{#1}{#2}} - {\blx@range@out{#1\bibrangedash#2}}} - {\blx@range@out{#1\bibrangedash#2}}} + {\blx@range@out@value{#1\bibrangedash#2}}} + {\blx@range@out@value{#1\bibrangedash#2}}} \def\blx@comprange@comp#1#2{% \def\blx@tempb{#1}% @@ -2830,7 +2889,7 @@ \else \numdef\blx@tempc\blx@tempd \fi - \edef\blx@tempb{\blx@range@out{\blx@tempb\noexpand\bibrangedash\blx@tempc}}% + \edef\blx@tempb{\blx@range@out@value{\blx@tempb\noexpand\bibrangedash\blx@tempc}}% \blx@tempb} \def\blx@comprange@comp@div{% @@ -2862,7 +2921,7 @@ {\blx@range@chunk@comma#1,&} {}% \notblank{#2} - {\notblank{#1}{\blx@range@out{;\space}}{}% + {\notblank{#1}{\blx@range@out@delim{;\space}}{}% \blx@range@chunk@semcol#2&} {}} @@ -2872,34 +2931,48 @@ \expandafter{\@firstofone#1}} {}% \notblank{#2} - {\notblank{#1}{\blx@range@out{,\space}}{}% + {\notblank{#1}{\blx@range@out@delim{,\space}}{}% \blx@range@chunk@comma#2&} {}} -% [<postpro>]{<string>} +% <*>[<postpro>]{<string>} -\newrobustcmd*{\mkfirstpage}[2][\@firstofone]{% +\newrobustcmd*{\mkfirstpage}{% \begingroup + \@ifstar + {\blx@firstpage\blx@firstpage@ii} + {\blx@firstpage\blx@firstpage@i}} + +\def\blx@firstpage#1{% + \@ifnextchar[{#1}{#1[\@firstofone]}} + +\def\blx@firstpage@i[#1]#2{% \let\blx@tempa\@empty - \protected\def\blx@range@out{\appto\blx@tempa}% + \protected\def\blx@range@out@value{\appto\blx@tempa}% + \let\blx@range@out@delim\blx@range@out@value \let\blx@range@split\blx@firstpage@split - \blx@imc@ifpages{#2} - {\blx@range@chunk{#2}} - {\blx@range@out{#2}}% + \blx@range@chunk{#2}% \edef\blx@tempa{\endgroup \unexpanded{#1}{\expandonce\blx@tempa}}% \blx@tempa} +\def\blx@firstpage@ii[#1]#2{% + \protected\def\blx@range@out@value{#1}% + \let\blx@range@out@delim\@firstofone + \let\blx@range@split\blx@firstpage@split + \blx@range@chunk{#2}% + \endgroup} + \def\blx@firstpage@split#1{% - \def\blx@firstpage@abort{\blx@range@out{#1}}% + \def\blx@firstpage@abort{\blx@range@out@value{#1}}% \blx@firstpage@range#1\bibrangedash\bibrangedash&} \def\blx@firstpage@range#1\bibrangedash#2\bibrangedash#3&{% \ifblank{#3} {\blx@firstpage@hyphen#1--&} {\ifblank{#1} - {\blx@range@out{\bibrangedash#2}} - {\blx@range@out{#1}}}} + {\blx@range@out@value{\bibrangedash#2}} + {\blx@range@out@value{#1}}}} \def\blx@firstpage@hyphen#1-#2-#3&{% \ifblank{#3} @@ -2907,15 +2980,15 @@ {\ifblank{#1} {\ifblank{#2} {\blx@firstpage@hyphen@i#3&} - {\blx@range@out{\bibrangedash#2}}} - {\blx@range@out{#1}}}} + {\blx@range@out@value{\bibrangedash#2}}} + {\blx@range@out@value{#1}}}} \def\blx@firstpage@hyphen@i#1-#2&{% \ifblank{#1} {\ifblank{#2} {\blx@firstpage@abort} {\blx@firstpage@hyphen@i#2&}} - {\blx@range@out{\bibrangedash#1}}} + {\blx@range@out@value{\bibrangedash#1}}} \newcommand*{\ppspace}{\addnbspace} \newcommand*{\sqspace}{\addnbspace} @@ -3776,6 +3849,7 @@ {\begingroup \blx@imc@clearlist{pageref}% \blx@getdata{#1}% + \blx@setoptions@type\abx@field@entrytype \def\abx@field@entrysetcount{1}% \blx@entryset@precode \blx@driver{\blx@imc@thefield{entrytype}}% @@ -3945,38 +4019,65 @@ \let\blx@hook@lc\relax \AtEndPreamble{% + \toggletrue{blx@tempa}% + \toggletrue{blx@tempb}% \expandafter\patchcmd\csname MakeUppercase \endcsname {\protected@edef} {\blx@hook@uc\protected@edef} - {} - {\blx@err@patch{\string\MakeUppercase}}% + {\togglefalse{blx@tempa}} + {}% \expandafter\patchcmd\csname MakeLowercase \endcsname {\protected@edef} {\blx@hook@lc\protected@edef} - {} - {\blx@err@patch{\string\MakeLowercase}}} + {\togglefalse{blx@tempb}} + {}% + \@ifpackageloaded{textcase} + {\expandafter\patchcmd\csname MakeUppercase \endcsname + {\def\i} + {\blx@hook@uc\def\i} + {\togglefalse{blx@tempa}} + {}% + \expandafter\patchcmd\csname MakeLowercase \endcsname + {\@uclcnotmath{}} + {\@uclcnotmath{\blx@hook@lc}} + {\togglefalse{blx@tempb}} + {}% + \expandafter\patchcmd\csname MakeTextUppercase \endcsname + {\def\i} + {\blx@hook@uc\def\i} + {} + {}% + \expandafter\patchcmd\csname MakeTextLowercase \endcsname + {\@uclcnotmath{}} + {\@uclcnotmath{\blx@hook@lc}} + {} + {}} + {}% + \iftoggle{blx@tempa}{\blx@err@patch{\string\MakeUppercase}}{}% + \iftoggle{blx@tempb}{\blx@err@patch{\string\MakeLowercase}}{}% +} \appto\blx@blxinit{% \def\blx@hook@uc{% - \let\bibstring\blx@imc@bibucstring - \let\biblstring\blx@imc@bibuclstring - \let\bibsstring\blx@imc@bibucsstring - \let\biblcstring\blx@imc@bibucstring - \let\biblclstring\blx@imc@bibuclstring - \let\biblcsstring\blx@imc@bibucsstring - \let\bibcpstring\blx@imc@bibucstring - \let\bibcplstring\blx@imc@bibuclstring - \let\bibcpsstring\blx@imc@bibucsstring}% + \def\bibstring{\blx@imc@bibucstring}% + \def\biblstring{\blx@imc@bibuclstring}% + \def\bibsstring{\blx@imc@bibucsstring}% + \def\biblcstring{\blx@imc@bibucstring}% + \def\biblclstring{\blx@imc@bibuclstring}% + \def\biblcsstring{\blx@imc@bibucsstring}% + \def\bibcpstring{\blx@imc@bibucstring}% + \def\bibcplstring{\blx@imc@bibuclstring}% + \def\bibcpsstring{\blx@imc@bibucsstring}}% \def\blx@hook@lc{% - \let\bibstring\blx@imc@biblcstring - \let\biblstring\blx@imc@biblclstring - \let\bibsstring\blx@imc@biblcsstring - \let\bibucstring\blx@imc@biblcstring - \let\bibuclstring\blx@imc@biblclstring - \let\bibucsstring\blx@imc@biblcsstring - \let\bibcpstring\blx@imc@biblcstring - \let\bibcplstring\blx@imc@biblclstring - \let\bibcpsstring\blx@imc@biblcsstring}} + \def\bibstring{\blx@imc@biblcstring}% + \def\biblstring{\blx@imc@biblclstring}% + \def\bibsstring{\blx@imc@biblcsstring}% + \def\bibucstring{\blx@imc@biblcstring}% + \def\bibuclstring{\blx@imc@biblclstring}% + \def\bibucsstring{\blx@imc@biblcsstring}% + \def\bibcpstring{\blx@imc@biblcstring}% + \def\bibcplstring{\blx@imc@biblclstring}% + \def\bibcpsstring{\blx@imc@biblcsstring}}} \def\abx@dostrings{% \do{bibliography}% @@ -4131,6 +4232,7 @@ \do{andmore}% \do{volume}% \do{volumes}% + \do{part}% \do{jourvol}% \do{jourser}% \do{newseries}% @@ -4154,6 +4256,8 @@ \do{in}% \do{inseries}% \do{ofseries}% + \do{book}% + \do{issue}% \do{number}% \do{chapter}% \do{mathesis}% @@ -4168,9 +4272,10 @@ \do{url}% \do{urlseen}% \do{file}% - \do{inpress}% \do{inpreparation}% \do{submitted}% + \do{inpress}% + \do{forthcoming}% \do{library}% \do{abstract}% \do{annotation}% @@ -4211,9 +4316,11 @@ \do{december}% \do{langamerican}% \do{langbrazilian}% + \do{langcroatian}% \do{langdanish}% \do{langdutch}% \do{langenglish}% + \do{langfinnish}% \do{langfrench}% \do{langgerman}% \do{langgreek}% @@ -4221,13 +4328,16 @@ \do{langlatin}% \do{langnorwegian}% \do{langportuguese}% + \do{langrussian}% \do{langspanish}% \do{langswedish}% \do{fromamerican}% \do{frombrazilian}% + \do{fromcroatian}% \do{fromdanish}% \do{fromdutch}% \do{fromenglish}% + \do{fromfinnish}% \do{fromfrench}% \do{fromgerman}% \do{fromgreek}% @@ -4235,6 +4345,7 @@ \do{fromlatin}% \do{fromnorwegian}% \do{fromportuguese}% + \do{fromrussian}% \do{fromspanish}% \do{fromswedish}% \do{countryde}% @@ -4497,7 +4608,7 @@ \newrobustcmd*{\mkbibrangefull}[2]{% \iffieldundef{#2year} {} - {\printtext{% + {\printtext[#2date]{% \csuse{mkbibdate#1}{#2year}{#2month}{#2day}% \iffieldundef{#2endyear} {} @@ -4509,7 +4620,7 @@ \newrobustcmd*{\mkbibrangetrunc}[2]{% \iffieldundef{#2year} {} - {\printtext{% + {\printtext[#2date]{% \iffieldsequal{#2year}{#2endyear} {\iffieldsequal{#2month}{#2endmonth} {\csuse{mkbibdate#1}{}{}{#2day}} @@ -4525,42 +4636,44 @@ \newrobustcmd*{\mkbibrangefullextra}[2]{% \iffieldundef{#2year} {} - {\printtext{% - \csuse{mkbibdate#1}{#2year}{#2month}{#2day}}% - \iffieldundef{#2endyear} - {\printfield{extrayear}} - {\iffieldequalstr{#2endyear}{} - {\printfield{extrayear}% - \printtext{\mbox{\bibdatedash}}} - {\printtext{% - \bibdatedash - \csuse{mkbibdate#1}{#2endyear}{#2endmonth}{#2endday}% - \printfield{extrayear}}}}}} + {\printtext[#2date]{% + \printtext{% + \csuse{mkbibdate#1}{#2year}{#2month}{#2day}}% + \iffieldundef{#2endyear} + {\printfield{extrayear}} + {\iffieldequalstr{#2endyear}{} + {\printfield{extrayear}% + \printtext{\mbox{\bibdatedash}}} + {\printtext{% + \bibdatedash + \csuse{mkbibdate#1}{#2endyear}{#2endmonth}{#2endday}% + \printfield{extrayear}}}}}}} \newrobustcmd*{\mkbibrangetruncextra}[2]{% \iffieldundef{#2year} {} - {\printtext{% - \iffieldsequal{#2year}{#2endyear} - {\iffieldsequal{#2month}{#2endmonth} - {\csuse{mkbibdate#1}{}{}{#2day}} - {\csuse{mkbibdate#1}{}{#2month}{#2day}}} - {\csuse{mkbibdate#1}{#2year}{#2month}{#2day}}}% - \iffieldundef{#2endyear} - {\printfield{extrayear}} - {\iffieldequalstr{#2endyear}{} - {\printfield{extrayear}% - \printtext{\mbox{\bibdatedash}}} - {\printtext{% - \bibdatedash - \csuse{mkbibdate#1}{#2endyear}{#2endmonth}{#2endday}% - \printfield{extrayear}}}}}} + {\printtext[#2date]{% + \printtext{% + \iffieldsequal{#2year}{#2endyear} + {\iffieldsequal{#2month}{#2endmonth} + {\csuse{mkbibdate#1}{}{}{#2day}} + {\csuse{mkbibdate#1}{}{#2month}{#2day}}} + {\csuse{mkbibdate#1}{#2year}{#2month}{#2day}}}% + \iffieldundef{#2endyear} + {\printfield{extrayear}} + {\iffieldequalstr{#2endyear}{} + {\printfield{extrayear}% + \printtext{\mbox{\bibdatedash}}} + {\printtext{% + \bibdatedash + \csuse{mkbibdate#1}{#2endyear}{#2endmonth}{#2endday}% + \printfield{extrayear}}}}}}} \expandafter\newrobustcmd \expandafter*\csname mkbibrangeiso8601\endcsname[1]{% \iffieldundef{#1year} {} - {\printtext{% + {\printtext[#1date]{% \blx@isodate{#1year}{#1month}{#1day}% \iffieldundef{#1endyear} {} @@ -4570,7 +4683,7 @@ \expandafter*\csname mkbibrangeiso8601extra\endcsname[1]{% \iffieldundef{#1year} {} - {\printtext{% + {\printtext[#1date]{% \blx@isodate[extrayear]{#1year}{#1month}{#1day}% \iffieldundef{#1endyear} {} @@ -4589,6 +4702,7 @@ \newrobustcmd*{\mkbibordinal}[1]{#1} \newrobustcmd*{\mkbibmascord}{\mkbibordinal} \newrobustcmd*{\mkbibfemord}{\mkbibordinal} +\newrobustcmd*{\mkbibneutord}{\mkbibordinal} \newrobustcmd*{\mkbibmonth}[1]{% \ifcase0#1\relax \blx@warning@entry{Month out of range or not an integer}% @@ -4973,8 +5087,15 @@ \abx@dofields\do{execute}\do{options}% \def\do##1{\togglefalse{abx@bool@##1}}% \abx@dobooleans + \let\do\blx@saved@do \c@citecounter\z@ - \let\do\blx@saved@do} + \iftoggle{blx@bibliography} + {\c@maxnames\blx@maxbibnames\relax + \c@minnames\blx@minbibnames\relax} + {\c@maxnames\blx@maxcitenames\relax + \c@minnames\blx@mincitenames\relax}% + \c@maxitems\blx@maxitems\relax + \c@minitems\blx@minitems\relax} \protected\def\blx@saveentry{% \let\blx@saved@do\do @@ -5331,7 +5452,8 @@ {\begingroup \edef\blx@tempa{\endgroup \noexpand\setkeys{blx@opt@ent}{\abx@field@options}}% - \blx@tempa}} + \blx@tempa + \blx@checkoptions@entry}} \def\blx@setoptions@type#1{% \ifcsdef{blx@opts@type@#1} @@ -5341,6 +5463,10 @@ \blx@tempa} {}} +\def\blx@checkoptions@global{} +\def\blx@checkoptions@type{} +\def\blx@checkoptions@entry{} + \def\blx@entrysetcount{% \ifdef\abx@field@entrykey {\ifcsdef{blx@seti@\the\c@refsection @\abx@field@entrykey} @@ -6206,8 +6332,6 @@ \let\blx@theprenote\@empty \let\blx@thepostnote\@empty \let\blx@thetitle\@empty - \c@maxnames\blx@maxbibnames\relax - \c@minnames\blx@minbibnames\relax \blx@safe@actives \setkeys{blx@bib}{#1}% \blx@rest@actives @@ -6234,8 +6358,6 @@ \let\blx@thepostnote\@empty \let\blx@thetitle\@empty \c@refsection\z@ - \c@maxnames\blx@maxbibnames\relax - \c@minnames\blx@minbibnames\relax \blx@safe@actives \setkeys{blx@bbs}{#1}% \blx@rest@actives @@ -6276,8 +6398,6 @@ \let\blx@thetitle\@empty \c@refsection\z@ \c@refsegment\@ne - \c@maxnames\blx@maxbibnames\relax - \c@minnames\blx@minbibnames\relax \blx@safe@actives \setkeys{blx@bbg}{#1}% \blx@rest@actives @@ -6320,8 +6440,6 @@ \let\blx@thetitle\@empty \c@refsection\z@ \blx@safe@actives - \c@maxnames\blx@maxbibnames\relax - \c@minnames\blx@minbibnames\relax \setkeys{blx@bbc}{#1}% \blx@rest@actives \togglefalse{blx@tempa}% @@ -6541,8 +6659,6 @@ \let\blx@thepostnote\@empty \let\blx@thetitle\@empty \let\blx@printbibchecks\relax - \c@maxnames\blx@maxbibnames\relax - \c@minnames\blx@minbibnames\relax \blx@safe@actives \setkeys{blx@los}{#1}% \blx@rest@actives @@ -8648,8 +8764,8 @@ \blx@getformat\blx@tempc{ffd}{}{volcitepages}% \edef\blx@tempa{\expandonce\blx@tempa[{% \expandonce{\blx@tempb{#1}}% - \noexpand\addcomma\noexpand\space - \expandonce{\blx@tempc{#2}}}]} + \noexpand\volcitedelim + \expandonce{\blx@tempc{#2}}}]}% \blx@tempa} %% Control file @@ -8686,6 +8802,19 @@ \xdef\blx@xml@ordered#1#2{% ~~~~~~<bcf:value order="#1">#2</bcf:value>\blx@nl} +\xdef\blx@xml@displaymodes#1#2{% + ~~<bcf:displaymodes type="#1">\blx@nl + #2% + ~~</bcf:displaymodes>\blx@nl} +\xdef\blx@xml@displaymode#1{% + ~~~~<bcf:displaymode>\blx@nl + #1% + ~~~~</bcf:displaymode>\blx@nl} +\xdef\blx@xml@dtarget#1{% + ~~~~~~<bcf:dtarget>#1</bcf:dtarget>\blx@nl} +\xdef\blx@xml@dmode#1#2{% + ~~~~~~<bcf:dmode order="#1">#2</bcf:dmode>\blx@nl} + \xdef\blx@xml@inheritance#1{% ~~<bcf:inheritance>\blx@nl #1% @@ -8761,12 +8890,12 @@ \blx@xml@mvalue{labelyearspec}{\blx@bcf@labelyearspec}% \blx@xml@svalue{maxalphanames}{\blx@maxalphanames}% \blx@xml@svalue{maxbibnames}{\blx@maxbibnames}% - \blx@xml@svalue{maxitems}{\the\c@maxitems}% - \blx@xml@svalue{maxnames}{\blx@maxcitenames}% + \blx@xml@svalue{maxcitenames}{\blx@maxcitenames}% + \blx@xml@svalue{maxitems}{\blx@maxitems}% \blx@xml@svalue{minalphanames}{\blx@minalphanames}% \blx@xml@svalue{minbibnames}{\blx@minbibnames}% - \blx@xml@svalue{minitems}{\the\c@minitems}% - \blx@xml@svalue{minnames}{\blx@mincitenames}% + \blx@xml@svalue{mincitenames}{\blx@mincitenames}% + \blx@xml@svalue{minitems}{\blx@minitems}% \blx@xml@toggle{singletitle}% \blx@xml@svalue{sortalphaothers}{\sortalphaothers}% \blx@xml@svalue{sortlos}{\blx@sortlos}% @@ -8792,6 +8921,14 @@ \ifcsdef{blx@bcf@labelyearspec@#1} {\csuse{blx@bcf@labelyearspec@#1}} {\blx@bcf@labelyearspec}}% + \blx@xml@svalue{maxalphanames}{\blx@maxalphanames}% + \blx@xml@svalue{maxbibnames}{\blx@maxbibnames@type}% + \blx@xml@svalue{maxcitenames}{\blx@maxcitenames@type}% + \blx@xml@svalue{maxitems}{\blx@maxitems@type}% + \blx@xml@svalue{minalphanames}{\blx@minalphanames}% + \blx@xml@svalue{minbibnames}{\blx@minbibnames@type}% + \blx@xml@svalue{mincitenames}{\blx@mincitenames@type}% + \blx@xml@svalue{minitems}{\blx@minitems@type}% \blx@xml@toggle{singletitle}% \blx@xml@toggle{skipbib}% \blx@xml@toggle{skiplab}% @@ -8836,7 +8973,7 @@ } \def\blx@ctrlwrite@bibtex{% - \immediate\openout\blx@auxout\blx@ctrlfile\blxauxsuffix.bib\relax + \immediate\openout\blx@auxout\blx@ctrlfile@bibtex\blxauxsuffix.bib\relax \blx@auxwrite\blx@auxout{}{\blx@ctrl@bibtex}% \immediate\closeout\blx@auxout} @@ -8870,10 +9007,21 @@ {\def\do##1{% \begingroup \blx@setoptions@type{##1}% + \begingroup + \let\protect\relax + \blx@checkoptions@type + \endgroup \xappto\blx@tempa{\blx@bcf@options@type{##1}}% \endgroup}% \dolistloop\blx@opts@type} {}% + % displaymode + \eappto\blx@tempa{% + \blx@xml@comment{DISPLAYMODES}% + \blx@xml@displaymodes{global}{% + \csuse{blx@biber@displaymodes@global}% + }% + }% % data inheritance \eappto\blx@tempa{% \blx@xml@comment{CROSSREF}% @@ -9149,6 +9297,25 @@ \docsvlist{#2}% \endgroup} +% experimental + +\newrobustcmd*{\DeclareDisplaymode}[2][global]{% + \begingroup + \blx@tempcnta\z@ + \def\blx@tempa{\blx@xml@dtarget{*}}% + \forcsvlist\blx@defdisplaymode{#2}% + \csxdef{blx@biber@displaymodes@#1}{% + \blx@xml@displaymode{\blx@tempa}}% + \endgroup} + +\def\blx@defdisplaymode#1{% + \advance\blx@tempcnta\@ne + \edef\blx@tempa{% + \blx@tempa + \blx@xml@dmode{\the\blx@tempcnta}{#1}}} + +\DeclareDisplaymode{original,romanised,uniform,translated} + %% Package options % [<entrytype,entrytype,...>]{<options>} @@ -9285,71 +9452,144 @@ \def\blx@opt@sortlos@los{1} \DeclareBibliographyOption{maxnames}{% - \blx@setmaxval{names}{#1}% - \numdef\blx@maxbibnames{#1}% - \numdef\blx@maxcitenames{#1}} + \numdef\blx@maxcitenames{#1}% + \numdef\blx@maxbibnames{#1}} \DeclareBibliographyOption{minnames}{% - \blx@setminval{names}{#1}% - \numdef\blx@minbibnames{#1}% - \numdef\blx@mincitenames{#1}} + \numdef\blx@mincitenames{#1}% + \numdef\blx@minbibnames{#1}} +\DeclareTypeOption{maxnames}{% + \numdef\blx@maxcitenames@type{#1}% + \numdef\blx@maxbibnames@type{#1}% + \c@maxnames#1\relax} +\DeclareTypeOption{minnames}{% + \numdef\blx@mincitenames@type{#1}% + \numdef\blx@minbibnames@type{#1}% + \c@minnames#1\relax} +\DeclareEntryOption{maxnames}{% + \c@maxnames#1\relax} +\DeclareEntryOption{minnames}{% + \c@minnames#1\relax} \DeclareBibliographyOption{maxbibnames}{% - \blx@defmaxval{bibnames}{#1}} + \numdef\blx@maxbibnames{#1}} \DeclareBibliographyOption{minbibnames}{% - \blx@defminval{bibnames}{#1}} + \numdef\blx@minbibnames{#1}} +\DeclareTypeOption{maxbibnames}{% + \numdef\blx@maxbibnames@type{#1}% + \iftoggle{blx@bibliography} + {\c@maxnames#1\relax} + {}} +\DeclareTypeOption{minbibnames}{% + \numdef\blx@minbibnames@type{#1}% + \iftoggle{blx@bibliography} + {\c@minnames#1\relax} + {}} +\DeclareEntryOption{maxbibnames}{% + \iftoggle{blx@bibliography} + {\c@maxnames#1\relax} + {}} +\DeclareEntryOption{minbibnames}{% + \iftoggle{blx@bibliography} + {\c@minnames#1\relax} + {}} \DeclareBibliographyOption{maxcitenames}{% - \blx@defmaxval{citenames}{#1}} + \numdef\blx@maxcitenames{#1}} \DeclareBibliographyOption{mincitenames}{% - \blx@defminval{citenames}{#1}} + \numdef\blx@minbibnames{#1}} +\DeclareTypeOption{maxcitenames}{% + \numdef\blx@maxcitenames@type{#1}% + \iftoggle{blx@bibliography} + {} + {\c@maxnames#1\relax}} +\DeclareTypeOption{mincitenames}{% + \numdef\blx@minbibnames@type{#1}% + \iftoggle{blx@bibliography} + {} + {\c@minnames#1\relax}} +\DeclareEntryOption{maxcitenames}{% + \iftoggle{blx@bibliography} + {} + {\c@maxnames#1\relax}} +\DeclareEntryOption{mincitenames}{% + \iftoggle{blx@bibliography} + {} + {\c@minnames#1\relax}} -\DeclareBibliographyOption{maxalphanames}{% - \blx@defmaxval{alphanames}{#1}} -\DeclareBibliographyOption{minalphanames}{% - \blx@defminval{alphanames}{#1}} - -\def\blx@setmaxval#1#2{% - \ifnumless{#2}\@ne - {\blx@err@invopt{max#1=#2}{% - 'max#1' must be greater than zero}} - {\ifnumless{#2}{\csname c@min#1\endcsname} - {\blx@err@confopt{max#1/min#1}{% - 'max#1' must be greater than or equal to 'min#1'}} - {\defcounter{max#1}{#2}}}} - -\def\blx@setminval#1#2{% - \ifnumless{#2}\@ne - {\blx@err@invopt{min#1=#2}{% - min#1' must be greater than zero}} - {\ifnumgreater{#2}{\csname c@max#1\endcsname} - {\blx@err@confopt{max#1/min#1}{% - 'min#1' must be less than or equal to 'max#1'}} - {\defcounter{min#1}{#2}}}} - -\def\blx@defmaxval#1#2{% - \ifnumless{#2}\@ne - {\blx@err@invopt{max#1=#2}{% - 'max#1' must be greater than zero}} - {\ifnumless{#2}{\csname blx@min#1\endcsname} - {\blx@err@confopt{max#1/min#1}{% - 'max#1' must be greater than or equal to 'min#1'}} - {\csnumdef{blx@max#1}{#2}}}} - -\def\blx@defminval#1#2{% - \ifnumless{#2}\@ne - {\blx@err@invopt{min#1=#2}{% - min#1' must be greater than zero}} - {\ifnumgreater{#2}{\csname blx@max#1\endcsname} - {\blx@err@confopt{max#1/min#1}{% - 'min#1' must be less than or equal to 'max#1'}} - {\csnumdef{blx@min#1}{#2}}}} +\appto\blx@checkoptions@global{% + \blx@maxmin@num{maxbibnames}{minbibnames}\blx@maxbibnames\blx@minbibnames + \blx@maxmin@num{maxcitenames}{mincitenames}\blx@maxcitenames\blx@mincitenames} +\appto\blx@checkoptions@type{% + \blx@maxmin@num{maxbibnames}{minbibnames}\blx@maxbibnames@type\blx@minbibnames@type + \blx@maxmin@num{maxcitenames}{mincitenames}\blx@maxcitenames@type\blx@mincitenames@type} +\appto\blx@checkoptions@entry{% + \blx@maxmin@cnt{maxnames}{minnames}\c@maxnames\c@minnames} \DeclareBibliographyOption{maxitems}{% - \blx@setmaxval{items}{#1}} + \numdef\blx@maxitems{#1}} \DeclareBibliographyOption{minitems}{% - \blx@setminval{items}{#1}} + \numdef\blx@minitems{#1}} +\DeclareTypeOption{maxitems}{% + \numdef\blx@maxitems@type{#1}% + \c@maxitems#1\relax} +\DeclareTypeOption{minitems}{% + \numdef\blx@minitems@type{#1}% + \c@minitems#1\relax} +\DeclareEntryOption{maxitems}{% + \c@maxitems#1\relax} +\DeclareEntryOption{minitems}{% + \c@minitems#1\relax} + +\appto\blx@checkoptions@global{% + \blx@maxmin@num{maxitems}{minitems}\blx@maxitems\blx@minitems} +\appto\blx@checkoptions@type{% + \blx@maxmin@num{maxitems}{minitems}\blx@maxitems@type\blx@minitems@type} +\appto\blx@checkoptions@entry{% + \blx@maxmin@cnt{maxitems}{minitems}\c@maxitems\blx@minitems} -\DeclareBibliographyOption{maxline}{% +\DeclareBibliographyOption{maxalphanames}{% + \numdef\blx@maxalphanames{#1}} +\DeclareBibliographyOption{minalphanames}{% + \numdef\blx@minalphanames{#1}} +\DeclareTypeOption{maxalphanames}{% + \numdef\blx@maxalphanames{#1}} +\DeclareTypeOption{minalphanames}{% + \numdef\blx@minalphanames{#1}} + +\appto\blx@checkoptions@global{% + \blx@maxmin@num{maxalphanames}{minalphanames}\blx@maxalphanames\blx@minalphanames} +\appto\blx@checkoptions@type{% + \blx@maxmin@num{maxalphanames}{minalphanames}\blx@maxalphanames\blx@minalphanames} + +\def\blx@maxmin@num#1#2#3#4{% + \ifnumless#3\@ne + {\blx@err@invopt{#1=#3}{'#1' must be greater than zero}% + \let#3\@ne} + {}% + \ifnumless#4\@ne + {\blx@err@invopt{#2=#4}{'#2' must be greater than zero}% + \let#4\@ne} + {}% + \ifnumless#3#4 + {\blx@err@confopt{#1/#2}{'#1' must be greater than or equal to '#2'}% + \let#3#4} + {}} + +\def\blx@maxmin@cnt#1#2#3#4{% + \ifnumless#3\@ne + {\blx@err@invopt{#1=\number#3}{'#1' must be greater than zero}% + #3\@ne} + {}% + \ifnumless#4\@ne + {\blx@err@invopt{#2=\number#4}{'#2' must be greater than zero}% + #4\@ne} + {}% + \ifnumless#3#4 + {\blx@err@confopt{#1/#2}{'#1' must be greater than or equal to '#2'}% + #3=#4} + {}} + +\DeclareBibliographyOption{maxline}{% BibTeX only \ifnum#1<49 \def\blx@maxline{49}% \else @@ -10061,18 +10301,11 @@ % Deferred setup at end of preamble \AtEndPreamble{% - \ifnumless\blx@maxbibnames\blx@maxcitenames - {\blx@warn@conflopt{% - 'maxbibnames' (=\the\numexpr\blx@maxbibnames\relax) - should not be smaller than\MessageBreak - 'maxcitenames' (=\the\numexpr\blx@maxcitenames\relax)}} - {}% - \ifnumless\blx@minbibnames\blx@mincitenames - {\blx@warn@conflopt{% - 'minbibnames' (=\the\numexpr\blx@minbibnames\relax) - should not be smaller than\MessageBreak - 'mincitenames' (=\the\numexpr\blx@mincitenames\relax)}} - {}% + \blx@checkoptions@global + \c@maxnames\blx@maxcitenames\relax + \c@minnames\blx@mincitenames\relax + \c@maxitems\blx@maxitems\relax + \c@minitems\blx@minitems\relax \iftoggle{blx@firstinits} {\ifnumequal\blx@uniquename\blx@opt@uniquename@full {\blx@warn@conflopt{% @@ -10184,7 +10417,6 @@ Use backend=bibtex8 or backend=biber}}}}% \ifboolexpr{% togl {blx@safeinputenc} - and test {\ifdefstring\blx@texencoding{utf8}} and test {\ifnumequal\blx@backend\blx@backend@biber} and ( test {\@ifpackageloaded{inputenc}} or @@ -10202,8 +10434,6 @@ \AtBeginDocument{% \blx@checkbackend{style}% \blx@checkencoding - \c@maxnames\blx@maxcitenames\relax - \c@minnames\blx@mincitenames\relax \if@filesw \ifnum\blx@backend=\blx@backend@biber \blx@ifsigned{\jobname}{bcf} @@ -10211,7 +10441,7 @@ {}% \else \blx@auxinit@bibtex\blx@bibfiles - \blx@ifsigned{\blx@ctrlfile\blxauxsuffix}{bib} + \blx@ifsigned{\blx@ctrlfile@bibtex\blxauxsuffix}{bib} {\blx@ctrlwrite@bibtex} {}% \fi diff --git a/Master/texmf-dist/tex/latex/biblatex/blx-compat.def b/Master/texmf-dist/tex/latex/biblatex/blx-compat.def index f976a1c996a..2e0a9fbfec2 100644 --- a/Master/texmf-dist/tex/latex/biblatex/blx-compat.def +++ b/Master/texmf-dist/tex/latex/biblatex/blx-compat.def @@ -1,7 +1,7 @@ -% $Id: blx-compat.def,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: blx-compat.def,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{blx-compat.def} -[\abx@rcsid $Id: blx-compat.def,v 1.6 2011/07/29 19:21:28 lehman stable $ +[\abx@rcsid $Id: blx-compat.def,v 1.7 2011/11/13 19:09:07 lehman stable $ biblatex generic compatibility] % LaTeX @@ -23,6 +23,16 @@ \DeclareOption{openbib}{\ExecuteBibliographyOptions{block=par}} +% biblatex <0.9b + +\DeclareBibliographyOption{defernums}[true]{% + \ExecuteBibliographyOptions{defernumbers=#1}} + +\providecommand*{\lbx@fromlang}{% + \iffieldundef{origlanguage} + {\unspace} + {\bibstring{from\thefield{origlanguage}}}} + % memoir \ifdef\ifnobibintoc diff --git a/Master/texmf-dist/tex/latex/biblatex/blx-mcite.def b/Master/texmf-dist/tex/latex/biblatex/blx-mcite.def index 10bf0cada9a..b2260b1b716 100644 --- a/Master/texmf-dist/tex/latex/biblatex/blx-mcite.def +++ b/Master/texmf-dist/tex/latex/biblatex/blx-mcite.def @@ -1,7 +1,7 @@ -% $Id: blx-mcite.def,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: blx-mcite.def,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{blx-mcite.def} -[\abx@rcsid $Id: blx-mcite.def,v 1.6 2011/07/29 19:21:28 lehman stable $ +[\abx@rcsid $Id: blx-mcite.def,v 1.7 2011/11/13 19:09:07 lehman stable $ mcite-like citation commands] \newrobustcmd*{\mcite}{\mcitelike\cite} diff --git a/Master/texmf-dist/tex/latex/biblatex/blx-natbib.def b/Master/texmf-dist/tex/latex/biblatex/blx-natbib.def index 811b210413e..fcc5b0ef9a8 100644 --- a/Master/texmf-dist/tex/latex/biblatex/blx-natbib.def +++ b/Master/texmf-dist/tex/latex/biblatex/blx-natbib.def @@ -1,7 +1,7 @@ -% $Id: blx-natbib.def,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: blx-natbib.def,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{blx-natbib.def} -[\abx@rcsid $Id: blx-natbib.def,v 1.6 2011/07/29 19:21:28 lehman stable $ +[\abx@rcsid $Id: blx-natbib.def,v 1.7 2011/11/13 19:09:07 lehman stable $ biblatex natbib compatibility] \renewcommand*{\nameyeardelim}{\addcomma\space} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/alphabetic-verb.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/alphabetic-verb.cbx index 1f862602d39..55e0451e907 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/alphabetic-verb.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/alphabetic-verb.cbx @@ -1,7 +1,7 @@ -% $Id: alphabetic-verb.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: alphabetic-verb.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{alphabetic-verb.cbx} -[\abx@cbxid $Id: alphabetic-verb.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: alphabetic-verb.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{labelalpha,autocite=inline} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/alphabetic.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/alphabetic.cbx index 9555f5a618a..d21640becc8 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/alphabetic.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/alphabetic.cbx @@ -1,7 +1,7 @@ -% $Id: alphabetic.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: alphabetic.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{alphabetic.cbx} -[\abx@cbxid $Id: alphabetic.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: alphabetic.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{labelalpha,autocite=inline} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-comp.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-comp.cbx index 64f10d762e5..34e38583808 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-comp.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-comp.cbx @@ -1,7 +1,7 @@ -% $Id: authortitle-comp.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authortitle-comp.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authortitle-comp.cbx} -[\abx@cbxid $Id: authortitle-comp.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: authortitle-comp.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{uniquename,uniquelist,sortcites,autocite=footnote} \newbool{cbx:parens} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-ibid.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-ibid.cbx index b23d510624f..b1a72767f23 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-ibid.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-ibid.cbx @@ -1,7 +1,7 @@ -% $Id: authortitle-ibid.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authortitle-ibid.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authortitle-ibid.cbx} -[\abx@cbxid $Id: authortitle-ibid.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: authortitle-ibid.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{uniquename,uniquelist,ibidtracker=constrict,pagetracker,autocite=footnote} \providecommand*{\mkibid}[1]{#1} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-icomp.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-icomp.cbx index 23853ec9774..5e39e58d019 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-icomp.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-icomp.cbx @@ -1,7 +1,7 @@ -% $Id: authortitle-icomp.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authortitle-icomp.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authortitle-icomp.cbx} -[\abx@cbxid $Id: authortitle-icomp.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: authortitle-icomp.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{uniquename,uniquelist,ibidtracker=constrict, pagetracker,sortcites,autocite=footnote} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-tcomp.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-tcomp.cbx index 0f296410334..c92f8599bbf 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-tcomp.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-tcomp.cbx @@ -1,7 +1,7 @@ -% $Id: authortitle-tcomp.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authortitle-tcomp.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authortitle-tcomp.cbx} -[\abx@cbxid $Id: authortitle-tcomp.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: authortitle-tcomp.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireCitationStyle{authortitle-comp} \ExecuteBibliographyOptions{singletitle,uniquename,uniquelist,autocite=inline} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-terse.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-terse.cbx index dd4f91365fd..ebfb2f0be3c 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-terse.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-terse.cbx @@ -1,7 +1,7 @@ -% $Id: authortitle-terse.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authortitle-terse.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authortitle-terse.cbx} -[\abx@cbxid $Id: authortitle-terse.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: authortitle-terse.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireCitationStyle{authortitle} \ExecuteBibliographyOptions{singletitle,uniquename,uniquelist,autocite=inline} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-ticomp.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-ticomp.cbx index 225880f6bf2..25b255ff919 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-ticomp.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle-ticomp.cbx @@ -1,7 +1,7 @@ -% $Id: authortitle-ticomp.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authortitle-ticomp.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authortitle-ticomp.cbx} -[\abx@cbxid $Id: authortitle-ticomp.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: authortitle-ticomp.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireCitationStyle{authortitle-icomp} \ExecuteBibliographyOptions{singletitle,uniquename,uniquelist,autocite=inline} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle.cbx index f8e68ebd271..f010f7f9298 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/authortitle.cbx @@ -1,7 +1,7 @@ -% $Id: authortitle.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authortitle.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authortitle.cbx} -[\abx@cbxid $Id: authortitle.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: authortitle.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{uniquename,uniquelist,autocite=footnote} \newbool{cbx:parens} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear-comp.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear-comp.cbx index 6a8fce5d4d0..21a2e9abf5d 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear-comp.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear-comp.cbx @@ -1,7 +1,7 @@ -% $Id: authoryear-comp.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authoryear-comp.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authoryear-comp.cbx} -[\abx@cbxid $Id: authoryear-comp.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: authoryear-comp.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{labelyear,uniquename,uniquelist,sortcites,autocite=inline} \newbool{cbx:parens} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear-ibid.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear-ibid.cbx index 51ef9333420..6119852780c 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear-ibid.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear-ibid.cbx @@ -1,7 +1,7 @@ -% $Id: authoryear-ibid.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authoryear-ibid.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authoryear-ibid.cbx} -[\abx@cbxid $Id: authoryear-ibid.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: authoryear-ibid.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{labelyear,uniquename,uniquelist,pagetracker, ibidtracker=constrict,autocite=inline} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear-icomp.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear-icomp.cbx index 8b81b50d1bb..de084dc3c54 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear-icomp.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear-icomp.cbx @@ -1,7 +1,7 @@ -% $Id: authoryear-icomp.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authoryear-icomp.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authoryear-icomp.cbx} -[\abx@cbxid $Id: authoryear-icomp.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: authoryear-icomp.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{labelyear,uniquename,uniquelist,ibidtracker=constrict, pagetracker,sortcites,autocite=inline} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx index e87ae85d47a..9d2f8155964 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx @@ -1,7 +1,7 @@ -% $Id: authoryear.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: authoryear.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{authoryear.cbx} -[\abx@cbxid $Id: authoryear.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: authoryear.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{labelyear,uniquename,uniquelist,autocite=inline} \newbool{cbx:parens} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/debug.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/debug.cbx index 3c725be98f5..f428806df22 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/debug.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/debug.cbx @@ -1,7 +1,7 @@ -% $Id: debug.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: debug.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{debug.cbx} -[\abx@cbxid $Id: debug.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: debug.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{autocite=plain} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/draft.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/draft.cbx index e29517eaf00..a2a1a488ec4 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/draft.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/draft.cbx @@ -1,7 +1,7 @@ -% $Id: draft.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: draft.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{draft.cbx} -[\abx@cbxid $Id: draft.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: draft.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{autocite=plain} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/numeric-comp.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/numeric-comp.cbx index 1334e6b0ac3..19f7aaed7cc 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/numeric-comp.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/numeric-comp.cbx @@ -1,7 +1,7 @@ -% $Id: numeric-comp.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: numeric-comp.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{numeric-comp.cbx} -[\abx@cbxid $Id: numeric-comp.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: numeric-comp.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{labelnumber,sortcites,autocite=inline} \renewcommand*{\multicitedelim}{\addcomma\space} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/numeric-verb.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/numeric-verb.cbx index de60d874433..e7c2ddf6f84 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/numeric-verb.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/numeric-verb.cbx @@ -1,7 +1,7 @@ -% $Id: numeric-verb.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: numeric-verb.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{numeric-verb.cbx} -[\abx@cbxid $Id: numeric-verb.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: numeric-verb.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{labelnumber,autocite=inline} \renewcommand*{\multicitedelim}{\addcomma\space} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/numeric.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/numeric.cbx index 74e22224ceb..15dc0eb3616 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/numeric.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/numeric.cbx @@ -1,7 +1,7 @@ -% $Id: numeric.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: numeric.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{numeric.cbx} -[\abx@cbxid $Id: numeric.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: numeric.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \ExecuteBibliographyOptions{labelnumber,autocite=inline} \renewcommand*{\multicitedelim}{\addcomma\space} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/reading.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/reading.cbx index df6a55f20c0..5834a6f3a97 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/reading.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/reading.cbx @@ -1,7 +1,7 @@ -% $Id: reading.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: reading.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{reading.cbx} -[\abx@cbxid $Id: reading.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: reading.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \RequireCitationStyle{authortitle} diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-ibid.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-ibid.cbx index 49baa86caf5..af78b9ee90c 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-ibid.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-ibid.cbx @@ -1,7 +1,7 @@ -% $Id: verbose-ibid.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: verbose-ibid.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{verbose-ibid.cbx} -[\abx@cbxid $Id: verbose-ibid.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: verbose-ibid.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \InitializeCitationStyle{\numgdef{\cbx@resetcount}{\cbx@resetcount+1}} \DeclareFieldFormat{bibhyperlink}{% @@ -169,4 +169,17 @@ {\multicitedelim} {\usebibmacro{cite:postnote}} +\DeclareCiteCommand{\textcite}[\cbx@textcite\footcite] + {\gdef\cbx@savedkeys{}} + {\printnames{labelname}% + \xappto\cbx@savedkeys{\thefield{entrykey},}} + {\multinamedelim} + {\protected@xappto\cbx@savedcites{% + [\thefield{prenote}][\thefield{postnote}]{\cbx@savedkeys}}} + +\newrobustcmd{\cbx@textcite}[2]{% + \def\cbx@savedcites{#1}#2\cbx@savedcites} + +\DeclareMultiCiteCommand{\textcites}[\cbx@textcite\footcites]{\textcite}{\multinamedelim} + \endinput diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-inote.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-inote.cbx index 717b618966c..492ea42667d 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-inote.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-inote.cbx @@ -1,7 +1,7 @@ -% $Id: verbose-inote.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: verbose-inote.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{verbose-inote.cbx} -[\abx@cbxid $Id: verbose-inote.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: verbose-inote.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \DeclareFieldFormat{bibhyperlink}{% \bibhyperlink{\thefield{entrykey}:\csuse{cbx@\iffootnote{f}{t}@\thefield{entrykey}}}{#1}} @@ -228,4 +228,17 @@ {\multicitedelim} {\usebibmacro{cite:postnote}} +\DeclareCiteCommand{\textcite}[\cbx@textcite\footcite] + {\gdef\cbx@savedkeys{}} + {\printnames{labelname}% + \xappto\cbx@savedkeys{\thefield{entrykey},}} + {\multinamedelim} + {\protected@xappto\cbx@savedcites{% + [\thefield{prenote}][\thefield{postnote}]{\cbx@savedkeys}}} + +\newrobustcmd{\cbx@textcite}[2]{% + \def\cbx@savedcites{#1}#2\cbx@savedcites} + +\DeclareMultiCiteCommand{\textcites}[\cbx@textcite\footcites]{\textcite}{\multinamedelim} + \endinput diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-note.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-note.cbx index 5d4340061fb..347f291afa6 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-note.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-note.cbx @@ -1,7 +1,7 @@ -% $Id: verbose-note.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: verbose-note.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{verbose-note.cbx} -[\abx@cbxid $Id: verbose-note.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: verbose-note.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \DeclareFieldFormat{bibhyperlink}{% \bibhyperlink{\thefield{entrykey}:\csuse{cbx@\iffootnote{f}{t}@\thefield{entrykey}}}{#1}} @@ -198,4 +198,17 @@ {\multicitedelim} {\usebibmacro{cite:postnote}} +\DeclareCiteCommand{\textcite}[\cbx@textcite\footcite] + {\gdef\cbx@savedkeys{}} + {\printnames{labelname}% + \xappto\cbx@savedkeys{\thefield{entrykey},}} + {\multinamedelim} + {\protected@xappto\cbx@savedcites{% + [\thefield{prenote}][\thefield{postnote}]{\cbx@savedkeys}}} + +\newrobustcmd{\cbx@textcite}[2]{% + \def\cbx@savedcites{#1}#2\cbx@savedcites} + +\DeclareMultiCiteCommand{\textcites}[\cbx@textcite\footcites]{\textcite}{\multinamedelim} + \endinput diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-trad1.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-trad1.cbx index 06fcacf734c..3f53294ef64 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-trad1.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-trad1.cbx @@ -1,7 +1,7 @@ -% $Id: verbose-trad1.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: verbose-trad1.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{verbose-trad1.cbx} -[\abx@cbxid $Id: verbose-trad1.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: verbose-trad1.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \providecommand*{\mkibid}[1]{#1} \newtoggle{cbx:ibidpage} @@ -197,4 +197,17 @@ {\multicitedelim} {\usebibmacro{cite:postnote}} +\DeclareCiteCommand{\textcite}[\cbx@textcite\footcite] + {\gdef\cbx@savedkeys{}} + {\printnames{labelname}% + \xappto\cbx@savedkeys{\thefield{entrykey},}} + {\multinamedelim} + {\protected@xappto\cbx@savedcites{% + [\thefield{prenote}][\thefield{postnote}]{\cbx@savedkeys}}} + +\newrobustcmd{\cbx@textcite}[2]{% + \def\cbx@savedcites{#1}#2\cbx@savedcites} + +\DeclareMultiCiteCommand{\textcites}[\cbx@textcite\footcites]{\textcite}{\multinamedelim} + \endinput diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-trad2.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-trad2.cbx index 385c0a41002..7227d0ebb43 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-trad2.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-trad2.cbx @@ -1,7 +1,7 @@ -% $Id: verbose-trad2.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: verbose-trad2.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{verbose-trad2.cbx} -[\abx@cbxid $Id: verbose-trad2.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: verbose-trad2.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \providecommand*{\mkibid}[1]{#1} \newtoggle{cbx:fullcite} @@ -189,4 +189,17 @@ {\multicitedelim} {\usebibmacro{cite:postnote}} +\DeclareCiteCommand{\textcite}[\cbx@textcite\footcite] + {\gdef\cbx@savedkeys{}} + {\printnames{labelname}% + \xappto\cbx@savedkeys{\thefield{entrykey},}} + {\multinamedelim} + {\protected@xappto\cbx@savedcites{% + [\thefield{prenote}][\thefield{postnote}]{\cbx@savedkeys}}} + +\newrobustcmd{\cbx@textcite}[2]{% + \def\cbx@savedcites{#1}#2\cbx@savedcites} + +\DeclareMultiCiteCommand{\textcites}[\cbx@textcite\footcites]{\textcite}{\multinamedelim} + \endinput diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-trad3.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-trad3.cbx index 60ea0cc218d..e451e8285ca 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-trad3.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/verbose-trad3.cbx @@ -1,7 +1,7 @@ -% $Id: verbose-trad3.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: verbose-trad3.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{verbose-trad3.cbx} -[\abx@cbxid $Id: verbose-trad3.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: verbose-trad3.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \providecommand*{\mkibid}[1]{#1} \newtoggle{cbx:loccit} @@ -164,4 +164,17 @@ {\multicitedelim} {\usebibmacro{cite:postnote}} +\DeclareCiteCommand{\textcite}[\cbx@textcite\footcite] + {\gdef\cbx@savedkeys{}} + {\printnames{labelname}% + \xappto\cbx@savedkeys{\thefield{entrykey},}} + {\multinamedelim} + {\protected@xappto\cbx@savedcites{% + [\thefield{prenote}][\thefield{postnote}]{\cbx@savedkeys}}} + +\newrobustcmd{\cbx@textcite}[2]{% + \def\cbx@savedcites{#1}#2\cbx@savedcites} + +\DeclareMultiCiteCommand{\textcites}[\cbx@textcite\footcites]{\textcite}{\multinamedelim} + \endinput diff --git a/Master/texmf-dist/tex/latex/biblatex/cbx/verbose.cbx b/Master/texmf-dist/tex/latex/biblatex/cbx/verbose.cbx index d2811badf9a..eecfc6a26d4 100644 --- a/Master/texmf-dist/tex/latex/biblatex/cbx/verbose.cbx +++ b/Master/texmf-dist/tex/latex/biblatex/cbx/verbose.cbx @@ -1,7 +1,7 @@ -% $Id: verbose.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: verbose.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{verbose.cbx} -[\abx@cbxid $Id: verbose.cbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@cbxid $Id: verbose.cbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \InitializeCitationStyle{\numgdef{\cbx@resetcount}{\cbx@resetcount+1}} \DeclareFieldFormat{bibhyperlink}{% @@ -139,4 +139,17 @@ {\multicitedelim} {\usebibmacro{cite:postnote}} +\DeclareCiteCommand{\textcite}[\cbx@textcite\footcite] + {\gdef\cbx@savedkeys{}} + {\printnames{labelname}% + \xappto\cbx@savedkeys{\thefield{entrykey},}} + {\multinamedelim} + {\protected@xappto\cbx@savedcites{% + [\thefield{prenote}][\thefield{postnote}]{\cbx@savedkeys}}} + +\newrobustcmd{\cbx@textcite}[2]{% + \def\cbx@savedcites{#1}#2\cbx@savedcites} + +\DeclareMultiCiteCommand{\textcites}[\cbx@textcite\footcites]{\textcite}{\multinamedelim} + \endinput diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/UKenglish.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/UKenglish.lbx index c4d62b6f1a2..2b1e0b591a6 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/UKenglish.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/UKenglish.lbx @@ -1,7 +1,7 @@ -% $Id: UKenglish.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: UKenglish.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{UKenglish.lbx} -[\abx@lbxid $Id: UKenglish.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@lbxid $Id: UKenglish.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \InheritBibliographyExtras{british} \InheritBibliographyStrings{british} diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/USenglish.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/USenglish.lbx index cf1e41bec9f..dd1ab54b14e 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/USenglish.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/USenglish.lbx @@ -1,7 +1,7 @@ -% $Id: USenglish.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: USenglish.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{USenglish.lbx} -[\abx@lbxid $Id: USenglish.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@lbxid $Id: USenglish.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \InheritBibliographyExtras{american} \InheritBibliographyStrings{american} diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/american.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/american.lbx index ff3c1679fa5..28a8bfc53e1 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/american.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/american.lbx @@ -1,11 +1,7 @@ -% $Id: american.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: american.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{american.lbx} -[\abx@lbxid $Id: american.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] - -% Status: -% - complete -% - peer review pending (see english.lbx) +[\abx@lbxid $Id: american.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \InheritBibliographyExtras{english} \DeclareBibliographyExtras{\uspunctuation} diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/australian.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/australian.lbx index dbeabb69306..0b9176e48d1 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/australian.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/australian.lbx @@ -1,11 +1,7 @@ -% $Id: australian.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: australian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{australian.lbx} -[\abx@lbxid $Id: australian.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] - -% Status: -% - complete -% - peer review pending (see also british.lbx and english.lbx) +[\abx@lbxid $Id: australian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \InheritBibliographyExtras{british} \DeclareBibliographyExtras{% diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/austrian.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/austrian.lbx index f8917cce710..cce27921a31 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/austrian.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/austrian.lbx @@ -1,11 +1,7 @@ -% $Id: austrian.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: austrian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{austrian.lbx} -[\abx@lbxid $Id: austrian.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] - -% Status: -% - complete -% - translations + peer review by native speakers +[\abx@lbxid $Id: austrian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \InheritBibliographyExtras{german} diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/brazil.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/brazil.lbx index 4e077602104..bed339c3770 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/brazil.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/brazil.lbx @@ -1,7 +1,7 @@ -% $Id: brazil.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: brazil.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{brazil.lbx} -[\abx@lbxid $Id: brazil.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@lbxid $Id: brazil.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \InheritBibliographyExtras{brazilian} \InheritBibliographyStrings{brazilian} diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/brazilian.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/brazilian.lbx index 632b6a09ef9..6fb1a37b265 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/brazilian.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/brazilian.lbx @@ -1,11 +1,7 @@ -% $Id: brazilian.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: brazilian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{brazilian.lbx} -[\abx@lbxid $Id: brazilian.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] - -% Status: -% - Almost complete -% - Translations by native speakers +[\abx@lbxid $Id: brazilian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \DeclareRedundantLanguages{brazilian}{brazil,portuges} @@ -19,6 +15,7 @@ \stripzeros{#1}\textordmasculine}% \textordmasculine -> textcomp.sty \protected\def\mkbibfemord#1{% \stripzeros{#1}\textordfeminine}% \textordfeminine -> textcomp.sty + \protected\def\mkbibneutord{\mkbibmascord}% \protected\def\mkbibdatelong#1#2#3{% \iffieldundef{#3} {} @@ -306,6 +303,9 @@ volumes = {{volumes}{vols\adddot}}, jourvol = {{volume}{vol\adddot}}, jourser = {{s\'erie}{s\'er\adddot}}, +% book = {{}{}}, % FIXME: missing +% part = {{}{}}, % FIXME: missing +% issue = {{}{}}, % FIXME: missing newseries = {{nova s\'erie}{nova s\'er\adddot}}, oldseries = {{s\'erie antiga}{s\'er\adddot\ antiga}}, edition = {{edi\c{c}\~ao}{ed\adddot}}, @@ -339,9 +339,10 @@ version = {{vers\~ao}{vers\~ao}}, url = {{endere\c{c}o eletr\^onico}{endere\c{c}o}}, urlseen = {{acesso em}{acesso em}}, - inpress = {{na prensa}{na prensa}}, % inpreparation = {{}{}}, % FIXME: missing submitted = {{submetido}{subm\adddot}}, +% forthcoming = {{}{}}, % FIXME: missing + inpress = {{na prensa}{na prensa}}, citedas = {{doravante citado como}{doravante citado como}}, seenote = {{ver nota}{ver nota}}, quotedin = {{apud}{apud}}, @@ -378,9 +379,11 @@ december = {{dezembro}{dez\adddot}}, langamerican = {{ingl\^es}{ingl\^es}}, langbrazilian = {{portugu{\^e}s}{portugu{\^e}s}}, +% langcroatian = {{}{}}, % FIXME: missing langdanish = {{dinamarqu\^es}{dinamarqu\^es}}, langdutch = {{holand{\^e}s}{holand{\^e}s}}, langenglish = {{ingl\^es}{ingl\^es}}, +% langfinnish = {{}{}}, % FIXME: missing langfrench = {{franc\^es}{franc\^es}}, langgerman = {{alem\~ao}{alem\~ao}}, langgreek = {{grego}{grego}}, @@ -388,13 +391,16 @@ langlatin = {{latim}{latim}}, langnorwegian = {{noruegu\^es}{noruegu\^es}}, langportuguese = {{portugu{\^e}s}{portugu{\^e}s}}, +% langrussian = {{}{}}, % FIXME: missing langspanish = {{espanhol}{espanhol}}, langswedish = {{sueco}{sueco}}, fromamerican = {{do ingl\^es}{do ingl\^es}}, frombrazilian = {{do portugu{\^e}s}{do portugu{\^e}s}}, +% fromcroatian = {{}{}}, % FIXME: missing fromdanish = {{do dinamarqu\^es}{do dinamarqu\^es}}, fromdutch = {{do holand{\^e}s}{do holand{\^e}s}}, fromenglish = {{do ingl\^es}{do ingl\^es}}, +% fromfinnish = {{}{}}, % FIXME: missing fromfrench = {{do franc\^es}{do franc\^es}}, fromgerman = {{do alem\~ao}{do alem\~ao}}, fromgreek = {{do grego}{do grego}}, @@ -402,6 +408,7 @@ fromlatin = {{do latim}{do latim}}, fromnorwegian = {{do noruegu\^es}{do noruegu\^es}}, fromportuguese = {{do portugu{\^e}s}{do portugu{\^e}s}}, +% fromrussian = {{}{}}, % FIXME: missing fromspanish = {{do espanhol}{do espanhol}}, fromswedish = {{do sueco}{do sueco}}, countryde = {{Alemanha}{DE}}, diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/british.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/british.lbx index 8d907f8deb1..4213e3103df 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/british.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/british.lbx @@ -1,11 +1,7 @@ -% $Id: british.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: british.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{british.lbx} -[\abx@lbxid $Id: british.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] - -% Status: -% - complete -% - peer review pending (see also english.lbx) +[\abx@lbxid $Id: british.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \DeclareBibliographyExtras{% \protected\def\bibrangedash{% @@ -23,6 +19,7 @@ \endgroup}% \protected\def\mkbibmascord{\mkbibordinal}% \protected\def\mkbibfemord{\mkbibordinal}% + \protected\def\mkbibneutord{\mkbibordinal}% \protected\def\mkbibdatelong#1#2#3{% \iffieldundef{#3} {} diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/canadian.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/canadian.lbx index b5dc25698de..992f72b191b 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/canadian.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/canadian.lbx @@ -1,11 +1,7 @@ -% $Id: canadian.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: canadian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{canadian.lbx} -[\abx@lbxid $Id: canadian.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] - -% Status: -% - complete -% - peer review pending (see english.lbx) +[\abx@lbxid $Id: canadian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \InheritBibliographyExtras{english}% correct? these are the US standards \InheritBibliographyStrings{english} diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/danish.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/danish.lbx index c80e3f7f36e..9fb9c611d45 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/danish.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/danish.lbx @@ -1,11 +1,7 @@ -% $Id: danish.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: danish.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{danish.lbx} -[\abx@lbxid $Id: danish.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] - -% Status: -% - Incomplete -% - Translations by native speakers +[\abx@lbxid $Id: danish.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \DeclareRedundantLanguages{danish}{danish} @@ -17,6 +13,7 @@ \protected\def\mkbibordinal#1{\stripzeros{#1}\adddot}% \protected\def\mkbibmascord{\mkbibordinal}% \protected\def\mkbibfemord{\mkbibordinal}% + \protected\def\mkbibneutord{\mkbibordinal}% \protected\def\mkbibdatelong#1#2#3{% \iffieldundef{#3} {} @@ -239,6 +236,9 @@ volumes = {{bind}{bd\adddot}}, jourvol = {{\aa rgang}{\aa g\adddot}}, jourser = {{serie}{ser\adddot}}, +% book = {{}{}}, % FIXME: missing +% part = {{}{}}, % FIXME: missing +% issue = {{}{}}, % FIXME: missing % FIXME: spacing after abbreviation dot? newseries = {{ny serie}{n.s\adddot}}, % FIXME: spacing after abbreviation dot? @@ -286,9 +286,10 @@ version = {{version}{vers\adddot}}, url = {{side}{side}}, urlseen = {{sidst set}{sidst set}}, -% inpress = {{}{}}, % FIXME: missing % inpreparation = {{}{}}, % FIXME: missing % submitted = {{}{}}, % FIXME: missing +% forthcoming = {{}{}}, % FIXME: missing +% inpress = {{}{}}, % FIXME: missing citedas = {{herefter citeret som}{herefter cit\adddot\ som}}, % thiscite = {{}{}}, % FIXME: missing seenote = {{se note}{se note}}, @@ -331,9 +332,11 @@ december = {{december}{dec\adddot}}, langamerican = {{amerikansk}{amerikansk}}, % langbrazilian = {{}{}}, % FIXME: missing +% langcroatian = {{}{}}, % FIXME: missing % langdanish = {{}{}}, % FIXME: missing % langdutch = {{}{}}, % FIXME: missing langenglish = {{engelsk}{engelsk}}, +% langfinnish = {{}{}}, % FIXME: missing langfrench = {{fransk}{fransk}}, langgerman = {{tysk}{tysk}}, langgreek = {{gr\ae sk}{gr\ae sk}}, @@ -341,13 +344,16 @@ langlatin = {{latin}{latin}}, langnorwegian = {{norsk}{norsk}}, % langportuguese = {{}{}}, % FIXME: missing +% langrussian = {{}{}}, % FIXME: missing langspanish = {{spansk}{spansk}}, % langswedish = {{}{}}, % FIXME: missing fromamerican = {{fra amerikansk}{fra amerikansk}}, % frombrazilian = {{}{}}, % FIXME: missing +% fromcroatian = {{}{}}, % FIXME: missing % fromdanish = {{}{}}, % FIXME: missing % fromdutch = {{}{}}, % FIXME: missing fromenglish = {{fra engelsk}{fra engelsk}}, +% fromfinnish = {{}{}}, % FIXME: missing fromfrench = {{fra fransk}{fra fransk}}, fromgerman = {{fra tysk}{fra tysk}}, fromgreek = {{fra gr\ae sk}{fra gr\ae sk}}, @@ -355,6 +361,7 @@ fromlatin = {{fra latin}{fra latin}}, fromnorwegian = {{fra norsk}{fra norsk}}, % fromportuguese = {{}{}}, % FIXME: missing +% fromrussian = {{}{}}, % FIXME: missing fromspanish = {{fra spansk}{fra spansk}}, % fromswedish = {{}{}}, % FIXME: missing countryde = {{Tyskland}{DE}}, diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/dutch.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/dutch.lbx index f03aeb791e9..08833c3b5bf 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/dutch.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/dutch.lbx @@ -1,24 +1,39 @@ -% $Id: dutch.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: dutch.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{dutch.lbx} -[\abx@lbxid $Id: dutch.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@lbxid $Id: dutch.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] -% Status: -% - Almost complete -% - Translations by native speakers -% % Changes: % 2010-10-31 Update by Alexander van Loon +% 2011-08-27 Update by Pieter Belmans \DeclareRedundantLanguages{dutch}{dutch} \DeclareBibliographyExtras{% - \protected\def\bibrangedash{-}% - \protected\def\bibdatedash{\bibrangedash}% FIXME: unsure + \protected\def\bibrangedash{% + \textendash\penalty\hyphenpenalty}% breakable dash + \protected\def\bibdatedash{\bibrangedash}% \let\finalandcomma=\empty - \protected\def\mkbibordinal#1{\stripzeros{#1}e}% + % both ordinal numbers are valid, the first is the most basic: 1e, 2e, 19e + % whereas the second is capable of typesetting 1ste, 2de, 21ste, 102de + % \protected\def\mkbibordinal#1{\stripzeros{#1}e}% + \protected\def\mkbibordinal#1{% + \begingroup + \@tempcnta0#1\relax\number\@tempcnta + \@whilenum\@tempcnta>100\do{\advance\@tempcnta-100\relax}% + \ifnum\@tempcnta>19 + ste% + \else + \ifnum\@tempcnta=1 + ste% + \else + \ifnum\@tempcnta=8 ste\else de\fi + \fi + \fi + \endgroup}% \protected\def\mkbibmascord{\mkbibordinal}% \protected\def\mkbibfemord{\mkbibordinal}% + \protected\def\mkbibneutord{\mkbibordinal}% \protected\def\mkbibdatelong#1#2#3{% \iffieldundef{#3} {} @@ -39,16 +54,6 @@ {\mkdatezeros{\thefield{#2}}% \iffieldundef{#1}{}{\mbox{-}}}% \mkdatezeros{\thefield{#1}}}% - \savecommand\mkbibrangeterse - \protected\def\mkbibrangeterse{% - \BibliographyWarning{% - Date format 'terse' not applicable to\MessageBreak - Dutch dates. Using format 'short' instead}% - \mkbibrangefull{short}}% -} - -\UndeclareBibliographyExtras{% - \restorecommand\mkbibrangeterse } \DeclareBibliographyStrings{% @@ -56,30 +61,25 @@ references = {{Referenties}{Referenties}}, shorthands = {{Lijst van afkortingen}{Afkortingen}}, editor = {{redacteur}{red\adddot}}, - editors = {{redacteuren}{red\adddot}}, - compiler = {{compilator}{comp\adddot}}, - compilers = {{compilatoren}{comp\adddot}}, + editors = {{redacteurs}{red\adddot}}, + compiler = {{samensteller}{samenst\adddot}}, + compilers = {{samenstellers}{samenst\adddot}}, + founder = {{oprichter}{opr\adddot}}, + founders = {{oprichters}{opr\adddot}}, + continuator = {{opvolger}{opv\adddot}}, + continuators = {{opvolgers}{opv\adddot}}, redactor = {{redacteur}{red\adddot}}, redactors = {{redacteuren}{red\adddot}}, -% reviser = {{}{}}, % FIXME: missing -% revisers = {{}{}}, % FIXME: missing - founder = {{oprichter}{oprichter}}, - founders = {{oprichters}{oprichters}}, - continuator = {{vervolgd}{vervolgd}}, - continuators = {{vervolgd}{vervolgd}}, - collaborator = {{medewerker}{mederwerker}}, - collaborators = {{medewerkers}{medewerkers}}, + reviser = {{revisor}{rev\adddot}}, + revisers = {{revisors}{rev\adddot}}, + collaborator = {{medewerker}{med\adddot}}, + collaborators = {{medewerkers}{med\adddot}}, translator = {{vertaler}{vert\adddot}}, translators = {{vertalers}{vert\adddot}}, commentator = {{commentator}{comm\adddot}}, commentators = {{commentatoren}{comm\adddot}}, annotator = {{annotator}{annot\adddot}}, annotators = {{annotatoren}{annot\adddot}}, - commentary = {{commentaar}{comm\adddot}}, - annotations = {{annotaties}{annot\adddot}}, - introduction = {{introduction}{intro\adddot}}, - foreword = {{voorwoord}{voorw\adddot}}, - afterword = {{nawoord}{naw\adddot}}, editortr = {{redacteur en vertaler}% {red\adddotspace en vert\adddot}}, editorstr = {{redacteuren en vertalers}% @@ -92,10 +92,10 @@ {red\adddotspace en annot\adddot}}, editorsan = {{redacteuren en annotatoren}% {red\adddotspace en annot\adddot}}, - editorin = {{redactie en introductie}% - {red\adddotspace en introd\adddot}}, - editorsin = {{redacteuren en introductie}% - {red\adddotspace en introd\adddot}}, + editorin = {{redactie en inleiding}% + {red\adddotspace en inl\adddot}}, + editorsin = {{redacteuren en inleiding}% + {red\adddotspace en inl\adddot}}, editorfo = {{redacteur en voorwoord}% {red\adddotspace en voorw\adddot}}, editorsfo = {{redacteuren en voorwoord}% @@ -104,7 +104,7 @@ {red\adddotspace en naw\adddot}}, editorsaf = {{redacteuren en nawoord}% {red\adddotspace en naw\adddot}}, - editortrco = {{redacteur, vertaleren commentator}% + editortrco = {{redacteur, vertaler en commentator}% {red.,\addabbrvspace vert\adddot\ en comm\adddot}}, editorstrco = {{redacteuren, vertalers en commentatoren}% {red.,\addabbrvspace vert\adddot\ en comm\adddot}}, @@ -112,22 +112,22 @@ {red.,\addabbrvspace vert\adddot\ en annot\adddot}}, editorstran = {{redacteur, vertalers en annotatoren}% {red.,\addabbrvspace vert\adddot\ en annot\adddot}}, - editortrin = {{redacteur, vertaler en introductie}% - {red.,\addabbrvspace vert\adddot\ en introd\adddot}}, - editorstrin = {{redacteuren, vertalers en introductie}% - {red.,\addabbrvspace vert\adddot\ en introd\adddot}}, + editortrin = {{redacteur, vertaler en inleiding}% + {red.,\addabbrvspace vert\adddot\ en inl\adddot}}, + editorstrin = {{redacteuren, vertalers en inleiding}% + {red.,\addabbrvspace vert\adddot\ en inl\adddot}}, editortrfo = {{redacteur, vertaler en voorwoord}% {red.,\addabbrvspace vert\adddot\ en voorw\adddot}}, editorstrfo = {{redacteuren, vertalers en voorwoord}% {red.,\addabbrvspace vert\adddot\ en voorw\adddot}}, editortraf = {{redacteur, vertaler en nawoord}% - {ed.,\addabbrvspace trans\adddot\ and naw\adddot}}, + {red.,\addabbrvspace vert\adddot\ en naw\adddot}}, editorstraf = {{redacteuren, vertalers en nawoord}% {red.,\addabbrvspace vert\adddot\ en naw\adddot}}, - editorcoin = {{redacteur, commentator en introductie}% - {red.,\addabbrvspace comm\adddot\ en introd\adddot}}, - editorscoin = {{redacteuren, commentatoren en introductie}% - {red.,\addabbrvspace comm\adddot\ en introd\adddot}}, + editorcoin = {{redacteur, commentator en inleiding}% + {red.,\addabbrvspace comm\adddot\ en inl\adddot}}, + editorscoin = {{redacteuren, commentatoren en inleiding}% + {red.,\addabbrvspace comm\adddot\ en inl\adddot}}, editorcofo = {{redacteur, commentator en voorwoord}% {red.,\addabbrvspace comm\adddot\ en voorw\adddot}}, editorscofo = {{redacteuren, commentatoren en voorwoord}% @@ -136,10 +136,10 @@ {red.,\addabbrvspace comm\adddot\ en naw\adddot}}, editorscoaf = {{redacteuren, commentatoren en nawoord}% {red.,\addabbrvspace comm\adddot\ en naw\adddot}}, - editoranin = {{redacteur, annotator en introductie}% - {red.,\addabbrvspace annot\adddot\ en introd\adddot}}, - editorsanin = {{redacteuren, annotatoren en introductie}% - {red.,\addabbrvspace annot\adddot\ en introd\adddot}}, + editoranin = {{redacteur, annotator en inleiding}% + {red.,\addabbrvspace annot\adddot\ en inl\adddot}}, + editorsanin = {{redacteuren, annotatoren en inleiding}% + {red.,\addabbrvspace annot\adddot\ en inl\adddot}}, editoranfo = {{redacteur, annotator en voorwoord}% {red.,\addabbrvspace annot\adddot\ en voorw\adddot}}, editorsanfo = {{redacteuren, annotatoren en voorwoord}% @@ -148,10 +148,10 @@ {red.,\addabbrvspace annot\adddot\ en nawoord\adddot}}, editorsanaf = {{redacteuren, annotatoren en nawoord}% {red.,\addabbrvspace annot\adddot\ en naw\adddot}}, - editortrcoin = {{redacteur, vertaler, commentator en introductie}% - {red.,\addabbrvspace vert., comm\adddot\ en introd\adddot}}, - editorstrcoin = {{redacteuren, vertalers, commentatoren en introductie}% - {red.,\addabbrvspace vert., comm\adddot\ and introd\adddot}}, + editortrcoin = {{redacteur, vertaler, commentator en inleiding}% + {red.,\addabbrvspace vert., comm\adddot\ en inl\adddot}}, + editorstrcoin = {{redacteuren, vertalers, commentatoren en inleiding}% + {red.,\addabbrvspace vert., comm\adddot\ en inl\adddot}}, editortrcofo = {{redacteur, vertaling, commentator en voorwoord}% {red.,\addabbrvspace vert., comm\adddot\ en voorw\adddot}}, editorstrcofo = {{redacteuren, vertalers, commentatoren en voorwoord}% @@ -160,12 +160,12 @@ {red.,\addabbrvspace vert., comm\adddot\ en naw\adddot}}, editorstrcoaf = {{redacteuren, vertalers, commentators en nawoord}% {red.,\addabbrvspace vert., comm\adddot\ en naw\adddot}}, - editortranin = {{redacteur, vertaler, annotator en introductie}% - {red.,\addabbrvspace vert., annot\adddot\ en introd\adddot}}, - editorstranin = {{redacteuren, vertalers, annotatoren en introductie}% - {red.,\addabbrvspace vert., annot\adddot\ en introd\adddot}}, + editortranin = {{redacteur, vertaler, annotator en inleiding}% + {red.,\addabbrvspace vert., annot\adddot\ en inl\adddot}}, + editorstranin = {{redacteuren, vertalers, annotatoren en inleiding}% + {red.,\addabbrvspace vert., annot\adddot\ en inl\adddot}}, editortranfo = {{redacteur, vertaler, annotator en voorwoord}% - {red.,\addabbrvspace vert., annot\adddot\ and voorw\adddot}}, + {red.,\addabbrvspace vert., annot\adddot\ en voorw\adddot}}, editorstranfo = {{redacteuren, vertalers, annotatoren en voorwoord}% {red.,\addabbrvspace vert., annot\adddot\ en voorw\adddot}}, editortranaf = {{redacteur, vertaler, annotator en nawoord}% @@ -180,10 +180,10 @@ {vert\adddot\ en annot\adddot}}, translatorsan = {{vertalers en annotatoren}% {vert\adddot\ en annot\adddot}}, - translatorin = {{vertaling en introductie}% - {vert\adddot\ en introd\adddot}}, - translatorsin = {{vertaling en introductie}% - {vert\adddot\ en introd\adddot}}, + translatorin = {{vertaling en inleiding}% + {vert\adddot\ en inl\adddot}}, + translatorsin = {{vertaling en inleiding}% + {vert\adddot\ en inl\adddot}}, translatorfo = {{vertaling en voorwoord}% {vert\adddot\ en voorw\adddot}}, translatorsfo = {{vertaling en voorwoord}% @@ -192,160 +192,170 @@ {vert\adddot\ en naw\adddot}}, translatorsaf = {{vertaling en nawoord}% {vert\adddot\ en naw\adddot}}, - translatorcoin = {{vertaling, commentaar en introductie}% - {vert., comm\adddot\ en introd\adddot}}, - translatorscoin = {{vertaling, commentaar en introductie}% - {trans., comm\adddot\ en introd\adddot}}, + translatorcoin = {{vertaling, commentaar en inleiding}% + {vert., comm\adddot\ en inl\adddot}}, + translatorscoin = {{vertaling, commentaar en inleiding}% + {vert., comm\adddot\ en inl\adddot}}, translatorcofo = {{vertaling, commentaar en voorwoord}% - {trans., comm\adddot\ en voorwoord\adddot}}, + {vert., comm\adddot\ en voorwoord\adddot}}, translatorscofo = {{vertaling, commentaar en voorwoord}% - {trans., comm\adddot\ en voorw\adddot}}, + {vert., comm\adddot\ en voorw\adddot}}, translatorcoaf = {{vertaling, commentaar en nawoord}% - {trans., comm\adddot\ en naw\adddot}}, + {vert., comm\adddot\ en naw\adddot}}, translatorscoaf = {{vertaling, commentaar en nawoord}% - {trans., comm\adddot\ en naw\adddot}}, - translatoranin = {{vertaling, annotaties en introductie}% - {trans., annot\adddot\ en introd\adddot}}, - translatorsanin = {{vertaling, annotaties en introductie}% - {trans., annot\adddot\ en introd\adddot}}, + {vert., comm\adddot\ en naw\adddot}}, + translatoranin = {{vertaling, annotaties en inleiding}% + {vert., annot\adddot\ en inl\adddot}}, + translatorsanin = {{vertaling, annotaties en inleiding}% + {vert., annot\adddot\ en inl\adddot}}, translatoranfo = {{vertaling, annotaties en voorwoord}% - {trans., annot\adddot\ en voorw\adddot}}, + {vert., annot\adddot\ en voorw\adddot}}, translatorsanfo = {{vertaling, annotaties en voorwoord}% - {trans., annot\adddot\ en voorw\adddot}}, + {vert., annot\adddot\ en voorw\adddot}}, translatoranaf = {{vertaling, annotaties en nawoord}% - {trans., annot\adddot\ en naw\adddot}}, + {vert., annot\adddot\ en naw\adddot}}, translatorsanaf = {{vertaling, annotaties en nawoord}% - {trans., annot\adddot\ en naw\adddot}}, + {vert., annot\adddot\ en naw\adddot}}, byauthor = {{door}{door}}, - byeditor = {{geredigeerd door}{red\adddotspace door}}, - bycompiler = {{gecompileerd door}{comp\adddotspace door}}, - byredactor = {{geredigeerd door}{red\adddotspace door}}, -% byreviser = {{}{}}, % FIXME: missing - byfounder = {{opgericht door}{opgericht door}}, - bycontinuator = {{vervolgd door}{vervolgd door}}, - bycollaborator = {{in samenwerking met}{in samenwerking met}}, - bytranslator = {{vertaald \lbx@lfromlang\ door}{vert\adddot\ \lbx@sfromlang\ door}}, - bycommentator = {{becommentari\"{e}erd door}{comm\adddot\ door}}, + byeditor = {{geredigeerd door}{red\adddot\addabbrvspace door}}, + bycompiler = {{samengesteld door}{sam\adddot\addabbrvspace door}}, + byfounder = {{opgericht door}{opger\adddot\addabbrvspace door}}, + bycontinuator = {{opgevolgd door}{opgev\adddot\addabbrvspace door}}, + byredactor = {{geredigeerd door}{red\adddot\ door}}, + byreviser = {{nagekeken door}{nagek\adddot\addabbrvspace door}}, + bycollaborator = {{met medewerking van}{m\adddot m\adddot v}}, + bytranslator = {{vertaald \lbx@lfromlang\ door}{vert\adddot\ \lbx@lfromlang\ door}}, + bycommentator = {{becommentarieerd door}{comm\adddot\ door}}, byannotator = {{geannoteerd door}{annot\adddot\ door}}, - withcommentator = {{met een commentaar van}{met een comment\adddot\ van}}, - withannotator = {{met annotaties van}{met annot\adddot\ van}}, - withintroduction = {{met een introductie van}{met een introd\adddot\ van}}, - withforeword = {{met een voorwoord van}{met een woorw\adddot\ van}}, - withafterword = {{met een nawoord van}{met een naw\adddot\ van}}, byeditortr = {{geredigeerd en vertaald \lbx@lfromlang\ door}% {red\adddotspace en vert\adddot\ \lbx@sfromlang\ door}}, - byeditorco = {{geredigeerd en becommentari\"{e}erd door}% + byeditorco = {{geredigeerd en becommentarieerd door}% {red\adddotspace en comm\adddot\ door}}, byeditoran = {{geredigeerd en geannoteerd door}% {red\adddotspace en annot\adddot\ door}}, - byeditorin = {{geredigeerd, met een introductie, van}% - {red., met een introd., van}}, + byeditorin = {{geredigeerd, met een inleiding, van}% + {red., met een inl., van}}, byeditorfo = {{geredigeerd, met een voorwoord, van}% {red., met een voorw., van}}, byeditoraf = {{geredigeerd, met een nawoord, van}% {red., met een naw., van}}, - byeditortrco = {{geredigeerd, vertaald \lbx@lfromlang\ en becommentari\"{e}erd door}% + byeditortrco = {{geredigeerd, vertaald \lbx@lfromlang\ en becommentarieerd door}% {red., vert\adddot\ \lbx@sfromlang\ en comm\adddot\ door}}, byeditortran = {{geredigeerd, vertaald \lbx@lfromlang\ en geannoteerd door}% {red., vert\adddot\ \lbx@sfromlang\ en annot\adddot\ door}}, - byeditortrin = {{geredigeerd en vertaald \lbx@lfromlang, met een introductie, door}% - {red\adddotspace en vert. \lbx@sfromlang, met een introd., door}}, + byeditortrin = {{geredigeerd en vertaald \lbx@lfromlang, met een inleiding, door}% + {red\adddotspace en vert. \lbx@sfromlang, met een inl., door}}, byeditortrfo = {{geredigeerd en vertaald \lbx@lfromlang, met een voorwoord, door}% {red\adddotspace en vert. \lbx@sfromlang, met een voorw., door}}, byeditortraf = {{geredigeerd en vertaald \lbx@lfromlang, met een nawoord, door}% {red\adddotspace en vert. \lbx@sfromlang, met een naw., door}}, - byeditorcoin = {{geredigeerd en becommentari\"{e}erd, met een introductie, door}% - {red\adddotspace en comm., met een introd., door}}, - byeditorcofo = {{geredigeerd en becommentari\"{e}erd, met een voorwoord, door}% + byeditorcoin = {{geredigeerd en becommentarieerd, met een inleiding, door}% + {red\adddotspace en comm., met een inl., door}}, + byeditorcofo = {{geredigeerd en becommentarieerd, met een voorwoord, door}% {red\adddotspace en comm., met een voorw., door}}, - byeditorcoaf = {{geredigeerd en becommentari\"{e}erd, met een nawoord, door}% + byeditorcoaf = {{geredigeerd en becommentarieerd, met een nawoord, door}% {red\adddotspace en comm., met een naw., door}}, - byeditoranin = {{geredigeerd en geannoteerd, met een introductie, door}% - {red\adddotspace en annot., met een introd., door}}, + byeditoranin = {{geredigeerd en geannoteerd, met een inleiding, door}% + {red\adddotspace en annot., met een inl., door}}, byeditoranfo = {{geredigeerd en geannoteerd, met een voorwoord, door}% {red\adddotspace en annot., met een voorw., door}}, byeditoranaf = {{geredigeerd en geannoteerd, met een nawoord, door}% {red\adddotspace en annot., met een naw., door}}, - byeditortrcoin = {{geredigeerd, vertaald \lbx@lfromlang\ en becommentari\"{e}erd, met een introductie, door}% - {red., vert\adddot\ \lbx@sfromlang\ en comm., met een introd., door}}, - byeditortrcofo = {{geredigeerd, vertaald \lbx@lfromlang\ en becommentari\"{e}erd, met een voorwoord, door}% + byeditortrcoin = {{geredigeerd, vertaald \lbx@lfromlang\ en becommentarieerd, met een inleiding, door}% + {red., vert\adddot\ \lbx@sfromlang\ en comm., met een inl., door}}, + byeditortrcofo = {{geredigeerd, vertaald \lbx@lfromlang\ en becommentarieerd, met een voorwoord, door}% {red., vert\adddot\ \lbx@sfromlang\ en comm., met een voorw., door}}, - byeditortrcoaf = {{geredigeerd, vertaald \lbx@lfromlang\ en becommentari\"{e}erd, met een nawoord, door}% + byeditortrcoaf = {{geredigeerd, vertaald \lbx@lfromlang\ en becommentarieerd, met een nawoord, door}% {red., vert\adddot\ \lbx@sfromlang\ en comm., met een naw., door}}, - byeditortranin = {{geredigeerd, vertaald \lbx@lfromlang\ en geannoteerd, met een introductie, door}% - {red., vert\adddot\ \lbx@sfromlang\ en annot., met een introd., door}}, + byeditortranin = {{geredigeerd, vertaald \lbx@lfromlang\ en geannoteerd, met een inleiding, door}% + {red., vert\adddot\ \lbx@sfromlang\ en annot., met een inl., door}}, byeditortranfo = {{geredigeerd, vertaald \lbx@lfromlang\ en geannoteerd, met een voorwoord, door}% {red., vert\adddot\ \lbx@sfromlang\ en annot., met een voorw., door}}, byeditortranaf = {{geredigeerd, vertaald \lbx@lfromlang\ en geannoteerd, met een nawoord, door}% {red., vert\adddot\ \lbx@sfromlang\ en annot., met een naw., door}}, - bytranslatorco = {{vertaald \lbx@lfromlang\ en becommentari\"{e}erd door}% + bytranslatorco = {{vertaald \lbx@lfromlang\ en becommentarieerd door}% {vert\adddot\ \lbx@sfromlang\ en comm\adddot\ door}}, bytranslatoran = {{vertaald \lbx@lfromlang\ en geannoteerd door}% {vert\adddot\ \lbx@sfromlang\ en annot.\adddot\ door}}, - bytranslatorin = {{vertaald \lbx@lfromlang, met een introductie, door}% - {vert. \lbx@sfromlang, met een introd., door}}, + bytranslatorin = {{vertaald \lbx@lfromlang, met een inleiding, door}% + {vert. \lbx@sfromlang, met een inl., door}}, bytranslatorfo = {{vertaald \lbx@lfromlang, met een voorwoord, door}% {vert. \lbx@sfromlang, met een voorw., door}}, bytranslatoraf = {{vertaald \lbx@lfromlang, met een nawoord, door}% {vert. \lbx@sfromlang, met een naw., door}}, - bytranslatorcoin = {{vertaald \lbx@lfromlang\ en becommentari\"{e}erd, met een introd., door}% - {vert\adddot\ \lbx@sfromlang\ en comm., met een introd., door}}, - bytranslatorcofo = {{vertaald \lbx@lfromlang\ en becommentari\"{e}erd, met een voorwoord, door}% + bytranslatorcoin = {{vertaald \lbx@lfromlang\ en becommentarieerd, met een inleiding., door}% + {vert\adddot\ \lbx@sfromlang\ en comm., met een inl., door}}, + bytranslatorcofo = {{vertaald \lbx@lfromlang\ en becommentarieerd, met een voorwoord, door}% {vert\adddot\ \lbx@sfromlang\ en comm., met een voorw., door}}, - bytranslatorcoaf = {{vertaald \lbx@lfromlang\ en becommentari\"{e}erd, met een nawoord, door}% + bytranslatorcoaf = {{vertaald \lbx@lfromlang\ en becommentarieerd, met een nawoord, door}% {vert\adddot\ \lbx@sfromlang\ en comm., met een naw., door}}, - bytranslatoranin = {{vertaald \lbx@lfromlang\ en geannoteerd, met een introd., door}% - {vert\adddot\ \lbx@sfromlang\ en annot., met een introd., door}}, + bytranslatoranin = {{vertaald \lbx@lfromlang\ en geannoteerd, met een inleiding., door}% + {vert\adddot\ \lbx@sfromlang\ en annot., met een inl., door}}, bytranslatoranfo = {{vertaald \lbx@lfromlang\ en geannoteerd, met een voorwoord, door}% {vert\adddot\ \lbx@sfromlang\ en annot., met een voorw., door}}, bytranslatoranaf = {{vertaald \lbx@lfromlang\ en geannoteerd, met een nawoord, door}% {vert\adddot\ \lbx@sfromlang\ en annot., met een naw., door}}, - and = {{en}{en}}, - andothers = {{et\addabbrvspace al\adddot}{et\addabbrvspace al\adddot}}, - andmore = {{et\addabbrvspace al\adddot}{et\addabbrvspace al\adddot}}, + withcommentator = {{met een commentaar van}{met een comm\adddot\ van}}, + withannotator = {{met annotaties door}{met annot\adddot\ door}}, + withintroduction = {{met een inleiding van}{met een inl\adddot\ van}}, + withforeword = {{met een voorwoord van}{met een voorw\adddot\ van}}, + withafterword = {{met een nawoord van}{met een naw\adddot\ van}}, + commentary = {{commentaar}{comm\adddot}}, + annotations = {{annotaties}{annot\adddot}}, + introduction = {{inleiding}{inl\adddot}}, + foreword = {{voorwoord}{voorw\adddot}}, + afterword = {{nawoord}{naw\adddot}}, volume = {{deel}{deel}}, volumes = {{delen}{delen}}, jourvol = {{jaargang}{jrg\adddot}}, - jourser = {{serie}{ser\adddot}}, - newseries = {{nieuwe serie}{nieuwe ser\adddot}}, - oldseries = {{oude serie}{oude ser\adddot}}, + jourser = {{reeks}{reeks}}, +% book = {{}{}}, % FIXME: missing +% part = {{}{}}, % FIXME: missing +% issue = {{}{}}, % FIXME: missing + newseries = {{nieuwe reeks}{nieuwe reeks}}, + oldseries = {{oude reeks}{oude reeks}}, edition = {{editie}{ed\adddot}}, + in = {{in}{in}}, + inseries = {{in}{in}}, + ofseries = {{van}{van}}, + number = {{nummer}{nr\adddot}}, + chapter = {{hoofdstuk}{hfdstk\adddot}}, + version = {{versie}{versie}}, reprint = {{herdruk}{herdr\adddot}}, reprintof = {{herdruk van}{herdr\adddotspace van}}, reprintas = {{herdrukt als}{herdr\adddotspace als}}, + inpreparation = {{in voorbereiding}{in voorbereiding}}, + submitted = {{ingediend}{ingedied}}, +% forthcoming = {{}{}}, % FIXME: missing + inpress = {{in druk}{in druk}}, page = {{pagina}{p\adddot}}, - pages = {{pagina's}{pp\adddot}}, + pages = {{pagina's}{p\adddot}}, column = {{kolom}{kol\adddot}}, columns = {{kolommen}{kol\adddot}}, - line = {{regel}{r\adddot}}, - lines = {{regels}{r\adddot}}, - verse = {{vers}{v\adddot}}, - verses = {{verzen}{v\adddot}}, section = {{sectie}{\S}}, sections = {{secties}{\S}}, paragraph = {{paragraaf}{par\adddot}}, paragraphs = {{paragrafen}{par\adddot}}, - in = {{in}{in}}, - inseries = {{in}{in}}, - ofseries = {{van}{van}}, - number = {{nummer}{nr\adddot}}, - chapter = {{hoofdstuk}{hfdstk\adddot}}, + verse = {{vers}{v\adddot}}, + verses = {{verzen}{v\adddot}}, + line = {{regel}{r\adddot}}, + lines = {{regels}{r\adddot}}, mathesis = {{masterscriptie}{masterscriptie}}, phdthesis = {{proefschrift}{proefschrift}}, resreport = {{onderzoeksrapport}{onderzoeksrap\adddot}}, techreport = {{technisch rapport}{tech\adddotspace rap\adddot}}, - software = {{computer software}{comp\adddotspace software}}, - datacd = {{CD-ROM}{CD-ROM}}, - audiocd = {{audio CD}{audio CD}}, - version = {{versie}{versie}}, + software = {{computersoftware}{computersoft\adddot}}, + datacd = {{cd-rom}{cd-rom}}, + audiocd = {{audio-cd}{audio-cd}}, + and = {{en}{en}}, + andothers = {{en andere}{e\adddot a\adddot}}, + andmore = {{en andere}{e\adddot a\adddot}}, url = {{addres}{addres}}, urlseen = {{bezocht op}{bezocht op}}, - inpress = {{in druk}{in druk}}, -% inpreparation = {{}{}}, % FIXME: missing - submitted = {{ingediend}{ingediend}}, - citedas = {{verder geciteerd als}{verder geciteerd als}}, - seenote = {{zie voetnoot}{zie v\adddot}}, - quotedin = {{geciteerd in}{cit\adddotspace in}}, + file = {{bestand}{bestand}}, + library = {{bibliotheek}{bibliotheek}}, + abstract = {{samenvatting}{samenvatting}}, + annotation = {{annotaties}{annotaties}}, idem = {{idem}{idem}}, idemsm = {{idem}{idem}}, idemsf = {{eadem}{eadem}}, @@ -363,25 +373,31 @@ passim = {{passim}{pass\adddot}}, see = {{zie}{zie}}, seealso = {{zie ook}{zie ook}}, - backrefpage = {{zie pagina}{zie p\adddot}}, - backrefpages = {{zie pagina's}{zie pp\adddot}}, - january = {{januari}{jan\adddot}}, - february = {{februari}{feb\adddot}}, - march = {{maart}{mar\adddot}}, - april = {{april}{apr\adddot}}, + seenote = {{zie voetnoot}{zie v\adddot}}, + backrefpage = {{zie pagina}{zie pag\adddot}}, + backrefpages = {{zie pagina's}{zie pag\adddot}}, + quotedin = {{geciteerd in}{cit\adddotspace in}}, + citedas = {{verder geciteerd als}{verder geciteerd als}}, + thiscite = {{met name}{m.n\adddot}}, + january = {{januari}{jan}}, + february = {{februari}{feb}}, + march = {{maart}{mrt}}, + april = {{april}{apr}}, may = {{mei}{mei}}, - june = {{juni}{juni}}, - july = {{juli}{juli}}, - august = {{augustus}{aug\adddot}}, - september = {{september}{sept\adddot}}, - october = {{oktober}{okt\adddot}}, - november = {{november}{nov\adddot}}, - december = {{december}{dec\adddot}}, - langamerican = {{Amerikaans}{Amerikaans}}, - langbrazilian = {{Braziliaans}{Braziliaans}}, + june = {{juni}{jun}}, + july = {{juli}{jul}}, + august = {{augustus}{aug}}, + september = {{september}{sep}}, + october = {{oktober}{okt}}, + november = {{november}{nov}}, + december = {{december}{dec}}, + langamerican = {{Amerikaans Engels}{Amerikaans Engels}}, + langbrazilian = {{Braziliaans Portugeens}{Braziliaans Portugees}}, +% langcroatian = {{}{}}, % FIXME: missing langdanish = {{Deens}{Deens}}, langdutch = {{Nederlands}{Nederlands}}, langenglish = {{Engels}{Engels}}, +% langfinnish = {{}{}}, % FIXME: missing langfrench = {{Frans}{Frans}}, langgerman = {{Duits}{Duits}}, langgreek = {{Grieks}{Grieks}}, @@ -389,13 +405,16 @@ langlatin = {{Latijn}{Latijn}}, langnorwegian = {{Noors}{Noors}}, langportuguese = {{Portugees}{Portugees}}, +% langrussian = {{}{}}, % FIXME: missing langspanish = {{Spaans}{Spaans}}, langswedish = {{Zweeds}{Zweeds}}, - fromamerican = {{uit het Amerikaans}{uit het Amerikaans}}, - frombrazilian = {{uit het Braziliaans}{uit het Braziliaans}}, + fromamerican = {{uit het Amerikaans Engels}{uit het Amerikaans Engels}}, + frombrazilian = {{uit het Braziliaans Portugees}{uit het Braziliaans Portugees}}, +% fromcroatian = {{}{}}, % FIXME: missing fromdanish = {{uit het Deens}{uit het Deens}}, fromdutch = {{uit het Nederlands}{uit het Nederlands}}, fromenglish = {{uit het Engels}{uit het Engels}}, +% fromfinnish = {{}{}}, % FIXME: missing fromfrench = {{uit het Frans}{uit het Frans}}, fromgerman = {{uit het Duits}{uit het Duits}}, fromgreek = {{uit het Grieks}{uit het Grieks}}, @@ -403,6 +422,7 @@ fromlatin = {{uit het Latijn}{uit het Latijn}}, fromnorwegian = {{uit het Noors}{uit het Noors}}, fromportuguese = {{uit het Portugees}{uit het Portugees}}, +% fromrussian = {{}{}}, % FIXME: missing fromspanish = {{uit het Spaans}{uit het Spaans}}, fromswedish = {{uit het Zweeds}{uit het Zweeds}}, countryde = {{Duitsland}{DE}}, @@ -417,16 +437,12 @@ patentfr = {{Frans patent}{Frans pat\adddot}}, patentuk = {{Brits patent}{Brits pat\adddot}}, patentus = {{Amerikaans patent}{Amerikaans pat\adddot}}, - patreq = {{patent verzoek}{pat\adddot\ verz\adddot}}, - patreqde = {{Duits patent verzoek}{Duits pat\adddot\ verz\adddot}}, - patreqeu = {{Europees patent verzoek}{Europees pat\adddot\ verz\adddot}}, - patreqfr = {{Frans patent verzoek}{Frans pat\adddot\ verz\adddot}}, - patrequk = {{Brits patent verzoek}{Brits pat\adddot\ verz\adddot}}, - patrequs = {{Amerikaans patent verzoek}{Amerikaans pat\adddot\ verz\adddot}}, - file = {{bestand}{bestand}}, - library = {{bibliotheek}{bibliotheel}}, - abstract = {{samenvatting}{samenvatting}}, - annotation = {{annotaties}{annotaties}}, + patreq = {{patentaanvraag}{patentaanvr\adddot}}, + patreqde = {{Duitse patentaanvraag}{Duitse patentaanvr\adddot}}, + patreqeu = {{Europese patentaanvraag}{Europese patentaanvr\adddot}}, + patreqfr = {{Franse patentaanvraag}{Franse patentaanvr\adddot}}, + patrequk = {{Britse patentaanvraag}{Britse patentaanvr\adddot}}, + patrequs = {{Amerikaanse patentaanvraag}{Amerikaanse patentaanvr\adddot}}, } \endinput diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/english.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/english.lbx index be006230728..26a9105f581 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/english.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/english.lbx @@ -1,11 +1,7 @@ -% $Id: english.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: english.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{english.lbx} -[\abx@lbxid $Id: english.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] - -% Status: -% - Complete -% - Some recently added translations need review +[\abx@lbxid $Id: english.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \DeclareRedundantLanguages{english,american}{english,american,british, canadian,australian,newzealand,USenglish,UKenglish} @@ -26,6 +22,7 @@ canadian,australian,newzealand,USenglish,UKenglish} \endgroup}% \protected\def\mkbibmascord{\mkbibordinal}% \protected\def\mkbibfemord{\mkbibordinal}% + \protected\def\mkbibneutord{\mkbibordinal}% \protected\def\mkbibdatelong#1#2#3{% \iffieldundef{#2} {} @@ -327,6 +324,9 @@ canadian,australian,newzealand,USenglish,UKenglish} volumes = {{volumes}{vols\adddot}}, jourvol = {{volume}{vol\adddot}}, jourser = {{series}{ser\adddot}}, + book = {{book}{book}}, + part = {{part}{part}}, + issue = {{issue}{issue}}, newseries = {{new series}{new ser\adddot}}, oldseries = {{old series}{old ser\adddot}}, edition = {{edition}{ed\adddot}}, @@ -360,9 +360,10 @@ canadian,australian,newzealand,USenglish,UKenglish} version = {{version}{version}}, url = {{address}{address}}, urlseen = {{visited on}{visited on}}, - inpress = {{in press}{in press}}, inpreparation = {{in preparation}{in preparation}}, submitted = {{submitted}{submitted}}, + forthcoming = {{forthcoming}{forthcoming}}, + inpress = {{in press}{in press}}, citedas = {{henceforth cited as}{henceforth cited as}}, thiscite = {{especially}{esp\adddot}}, seenote = {{see note}{see n\adddot}}, @@ -400,9 +401,11 @@ canadian,australian,newzealand,USenglish,UKenglish} december = {{December}{Dec\adddot}}, langamerican = {{American}{American}}, langbrazilian = {{Brazilian}{Brazilian}}, + langcroatian = {{Croatian}{Croatian}}, langdanish = {{Danish}{Danish}}, langdutch = {{Dutch}{Dutch}}, langenglish = {{English}{English}}, + langfinnish = {{Finnish}{Finnish}}, langfrench = {{French}{French}}, langgerman = {{German}{German}}, langgreek = {{Greek}{Greek}}, @@ -410,13 +413,16 @@ canadian,australian,newzealand,USenglish,UKenglish} langlatin = {{Latin}{Latin}}, langnorwegian = {{Norwegian}{Norwegian}}, langportuguese = {{Portuguese}{Portuguese}}, + langrussian = {{Russian}{Russian}}, langspanish = {{Spanish}{Spanish}}, langswedish = {{Swedish}{Swedish}}, fromamerican = {{from the American}{from the American}}, frombrazilian = {{from the Brazilian}{from the Brazilian}}, + fromcroatian = {{from the Croatian}{from the Croatian}}, fromdanish = {{from the Danish}{from the Danish}}, fromdutch = {{from the Dutch}{from the Dutch}}, fromenglish = {{from the English}{from the English}}, + fromfinnish = {{from the Finnish}{from the Finnish}}, fromfrench = {{from the French}{from the French}}, fromgerman = {{from the German}{from the German}}, fromgreek = {{from the Greek}{from the Greek}}, @@ -424,6 +430,7 @@ canadian,australian,newzealand,USenglish,UKenglish} fromlatin = {{from the Latin}{from the Latin}}, fromnorwegian = {{from the Norwegian}{from the Norwegian}}, fromportuguese = {{from the Portuguese}{from the Portuguese}}, + fromrussian = {{from the Russian}{from the Russian}}, fromspanish = {{from the Spanish}{from the Spanish}}, fromswedish = {{from the Swedish}{from the Swedish}}, countryde = {{Germany}{DE}}, diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/finnish.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/finnish.lbx index 4ab1e83cf4b..5b9c83a4bc7 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/finnish.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/finnish.lbx @@ -1,12 +1,8 @@ -% $Id: finnish.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: finnish.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{finnish.lbx} -[\abx@lbxid $Id: finnish.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@lbxid $Id: finnish.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] -% Status: -% - Incomplete -% - Translations by native speakers -% % Translator's notes: % % Some translations look akward but they are made in such a way @@ -25,6 +21,7 @@ \protected\def\mkbibordinal#1{\stripzeros{#1}\adddot}% \protected\def\mkbibmascord{\mkbibordinal}% \protected\def\mkbibfemord{\mkbibordinal}% + \protected\def\mkbibneutord{\mkbibordinal}% \protected\def\mkbibdatelong#1#2#3{% \iffieldundef{#3} {} @@ -326,6 +323,9 @@ volumes = {{volyymit}{vol\adddot}}, jourvol = {{volyymi}{vol\adddot}}, jourser = {{sarja}{sarja}}, +% book = {{}{}}, % FIXME: missing +% part = {{}{}}, % FIXME: missing +% issue = {{}{}}, % FIXME: missing newseries = {{uusi sarja}{uusi sarja}}, oldseries = {{vanha sarja}{vanha sarja}}, edition = {{painos}{painos}}, @@ -359,9 +359,10 @@ version = {{versio}{versio}}, url = {{url}{url}}, urlseen = {{viitattu}{viitattu}}, -% inpress = {{}{}}, % FIXME: missing % inpreparation = {{}{}}, % FIXME: missing % submitted = {{}{}}, % FIXME: missing +% forthcoming = {{}{}}, % FIXME: missing +% inpress = {{}{}}, % FIXME: missing citedas = {{jatkossa}{jatkossa}}, % thiscite = {{}{}}, % FIXME: missing seenote = {{katso viite}{katso viite}}, @@ -399,9 +400,11 @@ december = {{joulukuuta}{joulukuuta}}, langamerican = {{amerikanenglanti}{amerikanenglanti}}, langbrazilian = {{brasilianportugali}{brasilianportugali}}, +% langcroatian = {{}{}}, % FIXME: missing langdanish = {{tanska}{tanska}}, langdutch = {{hollanti}{hollanti}}, langenglish = {{englanti}{englanti}}, +% langfinnish = {{}{}}, % FIXME: missing langfrench = {{ranska}{ranska}}, langgerman = {{saksa}{saksa}}, langgreek = {{kreikka}{kreikka}}, @@ -409,13 +412,16 @@ langlatin = {{latina}{latina}}, langnorwegian = {{norja}{norja}}, langportuguese = {{portugali}{portugali}}, +% langrussian = {{}{}}, % FIXME: missing langspanish = {{espanja}{espanja}}, langswedish = {{ruotsi}{ruotsi}}, fromamerican = {{englannin kielest\"a}{englannin kielest\"a}}, frombrazilian = {{portugalin kielest\"a}{portugalin kielest\"a}}, +% fromcroatian = {{}{}}, % FIXME: missing fromdanish = {{tanskan kielest\"a}{tanskan kielest\"a}}, fromdutch = {{hollannin kielest\"a}{hollannin kielest\"a}}, fromenglish = {{englannin kielest\"a}{englannin kielest\"a}}, +% fromfinnish = {{}{}}, % FIXME: missing fromfrench = {{ranskan kielest\"a}{ranskan kielest\"a}}, fromgerman = {{saksan kielest\"a}{saksan kielest\"a}}, fromgreek = {{kreikan kielest\"a}{kreikan kielest\"a}}, @@ -423,6 +429,7 @@ fromlatin = {{latinan kielest\"a}{latinan kielest\"a}}, fromnorwegian = {{norjan kielest\"a}{norjan kielest\"a}}, fromportuguese = {{portugalin kielest\"a}{portugalin kielest\"a}}, +% fromrussian = {{}{}}, % FIXME: missing fromspanish = {{espanjan kielest\"a}{espanjan kielest\"a}}, fromswedish = {{ruotsin kielest\"a}{ruotsin kielest\"a}}, countryde = {{Saksa}{DE}}, diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/french.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/french.lbx index 7540b0d1b8d..2d71cfdc745 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/french.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/french.lbx @@ -1,12 +1,9 @@ -% $Id: french.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: french.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{french.lbx} -[\abx@lbxid $Id: french.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@lbxid $Id: french.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] -% Status: -% - Incomplete -% - Translations by non-native speaker; -% this file needs an overhaul! +% Translations by non-native speaker: this file needs an overhaul! \DeclareRedundantLanguages{french}{french} @@ -18,6 +15,7 @@ \def\mkbibordinal{\mkbibmascord}% \protected\def\mkbibmascord{\lbx@fr@ordinal{er}}% \protected\def\mkbibfemord{\lbx@fr@ordinal{re}}% + \protected\def\mkbibneutord{\mkbibmascord}% \protected\def\mkbibdatelong#1#2#3{% \iffieldundef{#3} {} @@ -261,6 +259,9 @@ volumes = {{tomes}{t\adddot}}, jourvol = {{tome}{t\adddot}}, jourser = {{s\'erie}{s\'er\adddot}}, + book = {{livre}{livre}}, +% part = {{}{}}, % FIXME: missing +% issue = {{}{}}, % FIXME: missing newseries = {{nouvelle s\'erie}{nouv\adddot\ s\'er\adddot}}, oldseries = {{ancienne s\'erie}{anc\adddot\ s\'er\adddot}}, edition = {{\'edition}{\'ed\adddot}}, @@ -294,9 +295,10 @@ version = {{version}{version}}, url = {{adresse}{adresse}}, urlseen = {{visit\'e le}{visit\'e le}}, -% inpress = {{}{}}, % FIXME: missing % inpreparation = {{}{}}, % FIXME: missing % submitted = {{}{}}, % FIXME: missing +% forthcoming = {{}{}}, % FIXME: missing +% inpress = {{}{}}, % FIXME: missing citedas = {{d\'esign\'e ci-apr\`es par}{ci-apr\`es}}, % thiscite = {{}{}}, % FIXME: missing seenote = {{voir note}{cf\adddotspace note}}, @@ -334,9 +336,11 @@ december = {{d\'ecembre}{d\'ec\adddot}}, langamerican = {{am\'ericain}{am\'ericain}}, langbrazilian = {{br\'esilien}{br\'esilien}}, + langcroatian = {{croate}{croate}}, langdanish = {{danois}{danois}}, langdutch = {{n\'eerlandais}{n\'eerlandais}}, langenglish = {{anglais}{anglais}}, + langfinnish = {{finnois}{finnois}}, langfrench = {{fran\c{c}ais}{fran\c{c}ais}}, langgerman = {{allemand}{allemand}}, langgreek = {{grec}{grec}}, @@ -344,13 +348,16 @@ langlatin = {{latin}{latin}}, langnorwegian = {{norv\'egien}{norv\'egien}}, langportuguese = {{portugais}{portugais}}, + langrussian = {{russe}{russe}}, langspanish = {{espagnol}{espagnol}}, langswedish = {{su\'edois}{su\'edois}}, fromamerican = {{de l'am\'ericain}{de l'am\'ericain}}, frombrazilian = {{du br\'esilien}{du br\'esilien}}, + fromcroatian = {{du croate}{du croate}}, fromdanish = {{du danois}{du danois}}, fromdutch = {{du n\'eerlandais}{du n\'eerlandais}}, fromenglish = {{de l'anglais}{de l'anglais}}, + fromfinnish = {{du finnois}{du finnois}}, fromfrench = {{du fran\c{c}ais}{du fran\c{c}ais}}, fromgerman = {{de l'allemand}{de l'allemand}}, fromgreek = {{du grec}{du grec}}, @@ -358,6 +365,7 @@ fromlatin = {{du latin}{du latin}}, fromnorwegian = {{du norv\'egien}{du norv\'egien}}, fromportuguese = {{du portugais}{du portugais}}, + fromrussian = {{du russe}{du russe}}, fromspanish = {{de l'espagnol}{de l'espagnol}}, fromswedish = {{du su\'edois}{du su\'edois}}, countryde = {{Allemagne}{DE}}, diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/german.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/german.lbx index 9875e73d1d4..5dec0129a62 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/german.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/german.lbx @@ -1,11 +1,7 @@ -% $Id: german.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: german.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{german.lbx} -[\abx@lbxid $Id: german.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] - -% Status: -% - Complete -% - Translations by native speakers +[\abx@lbxid $Id: german.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \DeclareRedundantLanguages{german}{german,ngerman,austrian,naustrian} @@ -18,6 +14,7 @@ \protected\def\mkbibordinal#1{\stripzeros{#1}\adddot}% \protected\def\mkbibmascord{\mkbibordinal}% \protected\def\mkbibfemord{\mkbibordinal}% + \protected\def\mkbibneutord{\mkbibordinal}% \protected\def\mkbibdatelong#1#2#3{% \iffieldundef{#3} {} @@ -313,6 +310,9 @@ volumes = {{B\"ande}{Bde\adddot}}, jourvol = {{Jahrgang}{Jg\adddot}}, jourser = {{Serie}{Ser\adddot}}, + book = {{Buch}{Buch}}, + part = {{Teil}{T.\adddot}}, + issue = {{Ausgabe}{Ausg\adddot}}, newseries = {{neue Folge}{n.\,F\adddot}}, oldseries = {{alte Folge}{a.\,F\adddot}}, edition = {{Auf\noligature lage}{Aufl\adddot}}, @@ -346,9 +346,10 @@ version = {{Version}{Version}}, url = {{Adresse}{Adresse}}, urlseen = {{besucht am}{besucht am}}, - inpress = {{im Druck}{im Druck}}, inpreparation = {{in Vorbereitung}{in Vorbereitung}}, submitted = {{eingereicht}{eingereicht}}, + forthcoming = {{im Erscheinen}{im Erscheinen}}, + inpress = {{im Druck}{im Druck}}, citedas = {{im folgenden zitiert als}{im folgenden zit\adddotspace als}}, thiscite = {{hier}{hier}}, seenote = {{siehe Anmerkung}{s\adddotspace Anm\adddot}}, @@ -386,9 +387,11 @@ december = {{Dezember}{Dez\adddot}}, langamerican = {{Amerikanisch}{Amerikanisch}}, langbrazilian = {{Brasilianisch}{Brasilianisch}}, + langcroatian = {{Kroatisch}{Kroatisch}}, langdanish = {{D\"anisch}{D\"anisch}}, langdutch = {{Niederl\"andisch}{Niederl\"andisch}}, langenglish = {{Englisch}{Englisch}}, + langfinnish = {{Finnisch}{Finnisch}}, langfrench = {{Franz\"osisch}{Franz\"osisch}}, langgerman = {{Deutsch}{Deutsch}}, langgreek = {{Griechisch}{Griechisch}}, @@ -396,13 +399,16 @@ langlatin = {{Lateinisch}{Lateinisch}}, langnorwegian = {{Norwegisch}{Norwegisch}}, langportuguese = {{Portugiesisch}{Portugiesisch}}, + langrussian = {{Russisch}{Russisch}}, langspanish = {{Spanisch}{Spanisch}}, langswedish = {{Schwedisch}{Schwedisch}}, fromamerican = {{aus dem Amerikanischen}{aus dem Amerikanischen}}, frombrazilian = {{aus dem Brasilianischen}{aus dem Brasilianischen}}, + fromcroatian = {{aus dem Kroatischen}{aus dem Kroatischen}}, fromdanish = {{aus dem D\"anischen}{aus dem D\"anischen}}, fromdutch = {{aus dem Niederl\"andischen}{aus dem Niederl\"andischen}}, fromenglish = {{aus dem Englischen}{aus dem Englischen}}, + fromfinnish = {{aus dem Finnischen}{aus dem Finnischen}}, fromfrench = {{aus dem Franz\"osischen}{aus dem Franz\"osischen}}, fromgerman = {{aus dem Deutschen}{aus dem Deutschen}}, fromgreek = {{aus dem Griechischen}{aus dem Griechischen}}, @@ -410,6 +416,7 @@ fromlatin = {{aus dem Lateinischen}{aus dem Lateinischen}}, fromnorwegian = {{aus dem Norwegischen}{aus dem Norwegischen}}, fromportuguese = {{aus dem Portugiesischen}{aus dem Portugiesischen}}, + fromrussian = {{aus dem Russischen}{aus dem Russischen}}, fromspanish = {{aus dem Spanischen}{aus dem Spanischen}}, fromswedish = {{aus dem Schwedischen}{aus dem Schwedischen}}, countryde = {{Deutschland}{DE}}, diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/greek.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/greek.lbx index 5f0a47fe829..b2682dfaaf3 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/greek.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/greek.lbx @@ -1,11 +1,7 @@ -% $Id: greek.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: greek.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{greek.lbx} -[\abx@lbxid $Id: greek.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] - -% Status: -% - Incomplete -% - Translations by native speakers +[\abx@lbxid $Id: greek.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] % Translator's notes: % @@ -54,6 +50,7 @@ \protected\def\mkbibordinal{\mkbibmascord}% \protected\def\mkbibmascord#1{\stripzeros{#1}ΞΏΟ}% \protected\def\mkbibfemord#1{\stripzeros{#1}Ξ·}% + \protected\def\mkbibneutord{\mkbibmascord}% \savecommand\mkbibmonth \let\mkbibmonth\lbx@gr@mkbibmonth \protected\def\mkbibdatelong#1#2#3{% @@ -310,6 +307,9 @@ volumes = {{ΟΟΞΌΞΏΞΉ}{ΟΟΞΌΞΏΞΉ}}, jourvol = {{ΟΟΞΌΞΏΟ}{ΟΟΞΌ\adddot}}, jourser = {{ΟΡιΟΞ¬}{ΟΡιΟΞ¬}}, +% book = {{}{}}, % FIXME: missing +% part = {{}{}}, % FIXME: missing +% issue = {{}{}}, % FIXME: missing newseries = {{Ξ½ΞΞ± ΟΡιΟΞ¬}{Ξ½ΞΞ± ΟΡιΟΞ¬}}, oldseries = {{Οαλαιά ΟΡιΟΞ¬}{Οαλαιά ΟΡιΟΞ¬}}, edition = {{ΞκδοΟΞ·}{ΞκδοΟΞ·}}, @@ -347,9 +347,10 @@ version = {{ΞκδοΟΞ·}{ΞΞΊΞ΄\adddot}}, url = {{διΡΟΞΈΟ
Ξ½ΟΞ·}{διΡΟΞΈΞ½\adddot}}, urlseen = {{Ξ΅ΟΞ―ΟΞΊΞ΅ΟΞ·}{Ξ΅ΟΞ―ΟΞΊΞ΅ΟΞ·}}, - inpress = {{Ο
ΟΟ ΞκδοΟΞ·}{Ο
ΟΟ ΞΞΊΞ΄.}}, % inpreparation = {{}{}}, % FIXME: missing submitted = {{Ο
ΟοβληθΞΞ½}{Ο
ΟοβληθΞΞ½}}, % FIXME: gender? +% forthcoming = {{}{}}, % FIXME: missing + inpress = {{Ο
ΟΟ ΞκδοΟΞ·}{Ο
ΟΟ ΞΞΊΞ΄.}}, citedas = {{Ξ΅ΟΡξΞΟ ΞΈΞ± Ξ±Ξ½Ξ±ΟΞΟΞ΅ΟΞ±ΞΉ ΟΟ}{Ξ΅ΟΡξΞΟ ΞΈΞ± Ξ±Ξ½Ξ±ΟΞΟΞ΅ΟΞ±ΞΉ ΟΟ}}, thiscite = {{Ξ±Ο
ΟΞ Ξ· Ξ±Ξ½Ξ±ΟΞΏΟΞ¬}{Ξ±Ο
ΟΞ Ξ· Ξ±Ξ½Ξ±ΟΞΏΟΞ¬}}, seenote = {{Ξ²Ξ»ΞΟΞ΅ ΟημΡίΟΟΞ·}{Ξ²Ξ»\adddot\ ΟΞ·ΞΌ\adddot}}, @@ -408,9 +409,11 @@ datedecember = {{ΞΡκΡμβΟΞ―ΞΏΟ
}{ΞΡκ\adddot}}, langamerican = {{Ξγγλικά}{Ξγγλικά}} langbrazilian = {{ΞΟα΢ιλιάνικα}{ΞΟα΢ιλιάνικα}}, +% langcroatian = {{}{}}, % FIXME: missing langdanish = {{ΞΞ±Ξ½ΞΞΆΞΉΞΊΞ±}{ΞΞ±Ξ½ΞΞΆΞΉΞΊΞ±}}, langdutch = {{Ξλλανδικά}{Ξλλανδικά}}, langenglish = {{Ξγγλικά}{Ξγγλικά}}, +% langfinnish = {{}{}}, % FIXME: missing langfrench = {{Ξαλλικά}{Ξαλλικά}}, langgerman = {{ΞΞ΅ΟΞΌΞ±Ξ½ΞΉΞΊΞ¬}{ΞΞ΅ΟΞΌΞ±Ξ½ΞΉΞΊΞ¬}}, langgreek = {{Ξλληνικά}{Ξλληνικά}}, @@ -418,13 +421,16 @@ langlatin = {{ΞΞ±ΟΞΉΞ½ΞΉΞΊΞ¬}{ΞΞ±ΟΞΉΞ½ΞΉΞΊΞ¬}}, langnorwegian = {{ΞΞΏΟΞ²Ξ·Ξ³ΞΉΞΊΞ¬}{ΞΞΏΟΞ²Ξ·Ξ³ΞΉΞΊΞ¬}}, langportuguese = {{Ξ ΞΏΟΟογαλικά}{Ξ ΞΏΟΟογαλικά}}, +% langrussian = {{}{}}, % FIXME: missing langspanish = {{ΞΟΟΞ±Ξ½ΞΉΞΊΞ¬}{ΞΟΟΞ±Ξ½ΞΉΞΊΞ¬}}, langswedish = {{ΣοΟ
ηδικά}{ΣοΟ
ηδικά}}, fromamerican = {{Ξ±ΟΟ ΟΞ± Ξγγλικά}{Ξ±ΟΟ ΟΞ± Ξγγλικά}}, frombrazilian = {{Ξ±ΟΟ ΟΞ± ΞΟα΢ιλιάνικα}{Ξ±ΟΟ ΟΞ± ΞΟα΢ιλιάνικα}}, +% fromcroatian = {{}{}}, % FIXME: missing fromdanish = {{Ξ±ΟΟ ΟΞ± ΞΞ±Ξ½ΞΞΆΞΉΞΊΞ±}{Ξ±ΟΟ ΟΞ± ΞΞ±Ξ½ΞΞΆΞΉΞΊΞ±}}, fromdutch = {{Ξ±ΟΟ ΟΞ± Ξλλανδικά}{Ξ±ΟΟ ΟΞ± Ξλλανδικά}}, fromenglish = {{Ξ±ΟΟ ΟΞ± Ξγγλικά}{Ξ±ΟΟ ΟΞ± Ξγγλικά}}, +% fromfinnish = {{}{}}, % FIXME: missing fromfrench = {{Ξ±ΟΟ ΟΞ± Ξαλλικά}{Ξ±ΟΟ ΟΞ± Ξαλλικά}}, fromgerman = {{Ξ±ΟΟ ΟΞ± ΞΞ΅ΟΞΌΞ±Ξ½ΞΉΞΊΞ¬}{Ξ±ΟΟ ΟΞ± ΞΞ΅ΟΞΌΞ±Ξ½ΞΉΞΊΞ¬}}, fromgreek = {{Ξ±ΟΟ ΟΞ± Ξλληνικά}{Ξ±ΟΟ ΟΞ± Ξλληνικά}}, @@ -432,6 +438,7 @@ fromlatin = {{Ξ±ΟΟ ΟΞ± ΞΞ±ΟΞΉΞ½ΞΉΞΊΞ¬}{Ξ±ΟΟ ΟΞ± ΞΞ±ΟΞΉΞ½ΞΉΞΊΞ¬}}, fromnorwegian = {{Ξ±ΟΟ ΟΞ± ΞΞΏΟΞ²Ξ·Ξ³ΞΉΞΊΞ¬}{Ξ±ΟΟ ΟΞ± ΞΞΏΟΞ²Ξ·Ξ³ΞΉΞΊΞ¬}}, fromportuguese = {{Ξ±ΟΟ ΟΞ± Ξ ΞΏΟΟογαλικά}{Ξ±ΟΟ ΟΞ± Ξ ΞΏΟΟογαλικά}}, +% fromrussian = {{}{}}, % FIXME: missing fromspanish = {{Ξ±ΟΟ ΟΞ± ΞΟΟΞ±Ξ½ΞΉΞΊΞ¬}{Ξ±ΟΟ ΟΞ± ΞΟΟΞ±Ξ½ΞΉΞΊΞ¬}}, fromswedish = {{Ξ±ΟΟ ΟΞ± ΣοΟ
ηδικά}{Ξ±ΟΟ ΟΞ± ΣοΟ
ηδικά}}, countryde = {{ΞΞ΅ΟΞΌΞ±Ξ½Ξ―Ξ±}{DE}}, diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/italian.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/italian.lbx index 593886cb03d..8c293199215 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/italian.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/italian.lbx @@ -1,12 +1,8 @@ -% $Id: italian.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: italian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{italian.lbx} -[\abx@lbxid $Id: italian.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@lbxid $Id: italian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] -% Status: -% - Incomplete -% - Translations by native speakers -% % Changes: % 2010-11-10 Update by Andrea Marchitelli @@ -20,6 +16,7 @@ \def\mkbibordinal{\mkbibmascord}% \protected\def\mkbibmascord#1{\stripzeros{#1}\textsuperscript{o}}% \protected\def\mkbibfemord#1{\stripzeros{#1}\textsuperscript{a}}% + \protected\def\mkbibneutord{\mkbibmascord}% \protected\def\mkbibdatelong#1#2#3{% \iffieldundef{#3} {} @@ -241,6 +238,9 @@ volumes = {{volumi}{voll\adddot}}, jourvol = {{volume}{vol\adddot}}, jourser = {{serie}{ser\adddot}}, +% book = {{}{}}, % FIXME: missing +% part = {{}{}}, % FIXME: missing +% issue = {{}{}}, % FIXME: missing newseries = {{nuova serie}{nuova ser\adddot}}, oldseries = {{vecchia serie}{vecchia ser\adddot}}, edition = {{edizione}{ed\adddot}}, @@ -274,9 +274,10 @@ version = {{versione}{ver\adddot}}, url = {{indirizzo}{indirizzo}}, urlseen = {{visitato il}{visitato il}}, - inpress = {{in stampa}{in stampa}}, % inpreparation = {{}{}}, % FIXME: missing % submitted = {{}{}}, % FIXME: missing +% forthcoming = {{}{}}, % FIXME: missing + inpress = {{in stampa}{in stampa}}, citedas = {{citato come}{cit\adddotspace come}}, % thiscite = {{}{}}, % FIXME: missing seenote = {{vedi nota}{v\adddotspace nota}}, @@ -314,9 +315,11 @@ december = {{dicembre}{dic\adddot}}, langamerican = {{americano}{americano}}, langbrazilian = {{brasiliano}{brasiliano}}, +% langcroatian = {{}{}}, % FIXME: missing langdanish = {{danese}{danese}}, langdutch = {{olandese}{olandese}}, langenglish = {{inglese}{inglese}}, +% langfinnish = {{}{}}, % FIXME: missing langfrench = {{francese}{francese}}, langgerman = {{tedesco}{tedesco}}, langgreek = {{greco}{greco}}, @@ -324,13 +327,16 @@ langlatin = {{latino}{latino}}, langnorwegian = {{norvegese}{norvegese}}, langportuguese = {{portoghese}{portoghese}}, +% langrussian = {{}{}}, % FIXME: missing langspanish = {{spagnolo}{spagnolo}}, langswedish = {{svedese}{svedese}}, fromamerican = {{dall'americano}{dall'americano}}, frombrazilian = {{dall brasiliano}{dall brasiliano}}, +% fromcroatian = {{}{}}, % FIXME: missing fromdanish = {{dal danese}{dal danese}}, fromdutch = {{dall'olandese}{dall'olandese}}, fromenglish = {{dall'inglese}{dall'inglese}}, +% fromfinnish = {{}{}}, % FIXME: missing fromfrench = {{dal francese}{dal francese}}, fromgerman = {{dal tedesco}{dal tedesco}}, fromgreek = {{dal greco}{dal greco}}, @@ -338,6 +344,7 @@ fromlatin = {{dal latino}{dal latino}}, fromnorwegian = {{dal norvegese}{dal norvegese}}, fromportuguese = {{dall portoghese}{dall portoghese}}, +% fromrussian = {{}{}}, % FIXME: missing fromspanish = {{dallo spagnolo}{dallo spagnolo}}, fromswedish = {{dal svedese}{dal svedese}}, countryde = {{Germania}{DE}}, diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/naustrian.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/naustrian.lbx index f246b2bf3e0..11710a37497 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/naustrian.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/naustrian.lbx @@ -1,11 +1,7 @@ -% $Id: naustrian.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: naustrian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{naustrian.lbx} -[\abx@lbxid $Id: naustrian.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] - -% Status: -% - complete -% - translations + peer review by native speakers +[\abx@lbxid $Id: naustrian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \InheritBibliographyExtras{german} diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/newzealand.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/newzealand.lbx index ce483016957..c07f950c106 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/newzealand.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/newzealand.lbx @@ -1,11 +1,7 @@ -% $Id: newzealand.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: newzealand.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{newzealand.lbx} -[\abx@lbxid $Id: newzealand.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] - -% Status: -% - complete -% - peer review pending (see also british.lbx and english.lbx) +[\abx@lbxid $Id: newzealand.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \InheritBibliographyExtras{british} \DeclareBibliographyExtras{% diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/ngerman.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/ngerman.lbx index 3590c99ae54..9c13c6b1e0f 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/ngerman.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/ngerman.lbx @@ -1,11 +1,7 @@ -% $Id: ngerman.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: ngerman.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{ngerman.lbx} -[\abx@lbxid $Id: ngerman.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] - -% Status: -% - complete -% - translations + peer review by native speakers +[\abx@lbxid $Id: ngerman.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \InheritBibliographyExtras{german} diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/norsk.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/norsk.lbx index 91967cf4d43..e1da25c5388 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/norsk.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/norsk.lbx @@ -1,7 +1,7 @@ -% $Id: norsk.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: norsk.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{norsk.lbx} -[\abx@lbxid $Id: norsk.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@lbxid $Id: norsk.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] % Status: % - 'norsk' and 'nynorsk' use the same translations, correct? diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/norwegian.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/norwegian.lbx index b82b96138c2..0e9f8b44ed3 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/norwegian.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/norwegian.lbx @@ -1,11 +1,7 @@ -% $Id: norwegian.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: norwegian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{norwegian.lbx} -[\abx@lbxid $Id: norwegian.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] - -% Status: -% - Incomplete -% - Translations by native speakers +[\abx@lbxid $Id: norwegian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \DeclareRedundantLanguages{norwegian}{norsk,nynorsk} @@ -17,6 +13,7 @@ \protected\def\mkbibordinal#1{\stripzeros{#1}\adddot}% \protected\def\mkbibmascord{\mkbibordinal}% \protected\def\mkbibfemord{\mkbibordinal}% + \protected\def\mkbibneutord{\mkbibordinal}% \protected\def\mkbibdatelong#1#2#3{% \iffieldundef{#3} {} @@ -226,6 +223,9 @@ volumes = {{bind}{bd\adddot}}, jourvol = {{\aa rgang}{\aa g\adddot}}, jourser = {{serie}{ser\adddot}}, +% book = {{}{}}, % FIXME: missing +% part = {{}{}}, % FIXME: missing +% issue = {{}{}}, % FIXME: missing newseries = {{ny serie}{n.\,s\adddot}}, oldseries = {{gammel serie}{g.\,s\adddot}}, edition = {{utgave}{utg\adddot}}, @@ -259,9 +259,10 @@ version = {{versjon}{versjon}}, url = {{side}{side}}, urlseen = {{sjekket}{sjekket}}, -% inpress = {{}{}}, % FIXME: missing % inpreparation = {{}{}}, % FIXME: missing % submitted = {{}{}}, % FIXME: missing +% forthcoming = {{}{}}, % FIXME: missing +% inpress = {{}{}}, % FIXME: missing citedas = {{fremover sitert som}{fremover sit\adddot\ som}}, % thiscite = {{}{}}, % FIXME: missing seenote = {{se notat}{se notat}}, @@ -299,9 +300,11 @@ december = {{desember}{des\adddot}}, langamerican = {{amerikansk}{amerikansk}}, % langbrazilian = {{}{}}, % FIXME: missing +% langcroatian = {{}{}}, % FIXME: missing % langdanish = {{}{}}, % FIXME: missing % langdutch = {{}{}}, % FIXME: missing langenglish = {{engelsk}{engelsk}}, +% langfinnish = {{}{}}, % FIXME: missing langfrench = {{fransk}{fransk}}, langgerman = {{tysk}{tysk}}, langgreek = {{gresk}{gresk}}, @@ -309,13 +312,16 @@ langlatin = {{latin}{latin}}, langnorwegian = {{norsk}{norsk}}, % langportuguese = {{}{}}, % FIXME: missing +% langrussian = {{}{}}, % FIXME: missing langspanish = {{spansk}{spansk}}, % langswedish = {{}{}}, % FIXME: missing fromamerican = {{fra amerikansk}{fra amerikansk}}, % frombrazilian = {{}{}}, % FIXME: missing +% fromcroatian = {{}{}}, % FIXME: missing % fromdanish = {{}{}}, % FIXME: missing % fromdutch = {{}{}}, % FIXME: missing fromenglish = {{fra engelsk}{fra engelsk}}, +% fromfinnish = {{}{}}, % FIXME: missing fromfrench = {{fra fransk}{fra fransk}}, fromgerman = {{fra tysk}{fra tysk}}, fromgreek = {{fra gresk}{fra gresk}}, @@ -323,6 +329,7 @@ fromlatin = {{fra latin}{fra latin}}, fromnorwegian = {{fra norsk}{fra norsk}}, % fromportuguese = {{}{}}, % FIXME: missing +% fromrussian = {{}{}}, % FIXME: missing fromspanish = {{fra spansk}{fra spansk}}, % fromswedish = {{}{}}, % FIXME: missing countryde = {{Tyskland}{DE}}, diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/nynorsk.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/nynorsk.lbx index f3269df2f97..d24ae383604 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/nynorsk.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/nynorsk.lbx @@ -1,7 +1,7 @@ -% $Id: nynorsk.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: nynorsk.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{nynorsk.lbx} -[\abx@lbxid $Id: nynorsk.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@lbxid $Id: nynorsk.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] % Status: % - 'norsk' and 'nynorsk' use the same translations, correct? diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/portuges.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/portuges.lbx index e045bb38335..d0cb720965e 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/portuges.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/portuges.lbx @@ -1,7 +1,7 @@ -% $Id: portuges.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: portuges.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{portuges.lbx} -[\abx@lbxid $Id: portuges.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@lbxid $Id: portuges.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \InheritBibliographyExtras{portuguese} \InheritBibliographyStrings{portuguese} diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/portuguese.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/portuguese.lbx index d9dba9a54c2..e0a9ad8a872 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/portuguese.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/portuguese.lbx @@ -1,12 +1,8 @@ -% $Id: portuguese.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: portuguese.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{portuguese.lbx} -[\abx@lbxid $Id: portuguese.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@lbxid $Id: portuguese.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] -% Status: -% - Almost complete -% - Translations by native speakers -% % Changes: % 2010-11-21 Update by Jos\'e Carlos Santos @@ -29,6 +25,7 @@ \stripzeros{#1}\textordmasculine}% \textordmasculine -> textcomp.sty \protected\def\mkbibfemord#1{% \stripzeros{#1}\textordfeminine}% \textordfeminine -> textcomp.sty + \protected\def\mkbibneutord{\mkbibmascord}% \protected\def\mkbibdatelong#1#2#3{% \iffieldundef{#3} {} @@ -316,6 +313,9 @@ volumes = {{volumes}{vols\adddot}}, jourvol = {{volume}{vol\adddot}}, jourser = {{s\'erie}{s\'er\adddot}}, +% book = {{}{}}, % FIXME: missing +% part = {{}{}}, % FIXME: missing +% issue = {{}{}}, % FIXME: missing newseries = {{nova s\'erie}{nova s\'er\adddot}}, oldseries = {{s\'erie antiga}{s\'er\adddot\ antiga}}, edition = {{edi\c{c}\~ao}{ed\adddot}}, @@ -349,9 +349,10 @@ version = {{vers\~ao}{vers\~ao}}, url = {{endere\c{c}o eletr\^onico}{endere\c{c}o}}, urlseen = {{acedido em}{acedido em}}, - inpress = {{na imprensa}{na imp\addot}}, % inpreparation = {{}{}}, % FIXME: missing submitted = {{submetido}{subm\adddot}}, +% forthcoming = {{}{}}, % FIXME: missing + inpress = {{na imprensa}{na imp\addot}}, citedas = {{doravante citado como}{doravante citado como}}, seenote = {{ver nota}{ver nota}}, quotedin = {{apud}{apud}}, @@ -400,9 +401,11 @@ december = {{dezembro}{dez\adddot}}, langamerican = {{ingl\^es}{ingl\^es}}, langbrazilian = {{portugu{\^e}s}{portugu{\^e}s}}, +% langcroatian = {{}{}}, % FIXME: missing langdanish = {{dinamarqu\^es}{dinamarqu\^es}}, langdutch = {{holand{\^e}s}{holand{\^e}s}}, langenglish = {{ingl\^es}{ingl\^es}}, +% langfinnish = {{}{}}, % FIXME: missing langfrench = {{franc\^es}{franc\^es}}, langgerman = {{alem\~ao}{alem\~ao}}, langgreek = {{grego}{grego}}, @@ -410,13 +413,16 @@ langlatin = {{latim}{latim}}, langnorwegian = {{noruegu\^es}{noruegu\^es}}, langportuguese = {{portugu{\^e}s}{portugu{\^e}s}}, +% langrussian = {{}{}}, % FIXME: missing langspanish = {{espanhol}{espanhol}}, langswedish = {{sueco}{sueco}}, fromamerican = {{do ingl\^es}{do ingl\^es}}, frombrazilian = {{do portugu{\^e}s}{do portugu{\^e}s}}, +% fromcroatian = {{}{}}, % FIXME: missing fromdanish = {{do dinamarqu\^es}{do dinamarqu\^es}}, fromdutch = {{do holand{\^e}s}{do holand{\^e}s}}, fromenglish = {{do ingl\^es}{do ingl\^es}}, +% fromfinnish = {{}{}}, % FIXME: missing fromfrench = {{do franc\^es}{do franc\^es}}, fromgerman = {{do alem\~ao}{do alem\~ao}}, fromgreek = {{do grego}{do grego}}, @@ -424,6 +430,7 @@ fromlatin = {{do latim}{do latim}}, fromnorwegian = {{do noruegu\^es}{do noruegu\^es}}, fromportuguese = {{do portugu{\^e}s}{do portugu{\^e}s}}, +% fromrussian = {{}{}}, % FIXME: missing fromspanish = {{do espanhol}{do espanhol}}, fromswedish = {{do sueco}{do sueco}}, countryde = {{Alemanha}{DE}}, diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/russian.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/russian.lbx new file mode 100644 index 00000000000..bf85e0b5d23 --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/russian.lbx @@ -0,0 +1,506 @@ +% $Id: russian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ + +\ProvidesFile{russian.lbx} +[\abx@lbxid $Id: russian.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] + +\DeclareRedundantLanguages{russian}{russian} + +% This file requires UTF-8 support! + +\lbx@ifutfinput + {} + {\PackageError{biblatex} + {Russian requires UTF-8 support} + {The 'russian.lbx' file requires UTF-8 encoding but you + seem\MessageBreak to be using a different encoding. + This is a fatal error. I will\MessageBreak abort loading + russian.lbx now.}% + \endinput} + +\NewBibliographyString{% + involumes, + candthesis, + datejanuary, + datefebruary, + datemarch, + dateapril, + datemay, + datejune, + datejuly, + dateaugust, + dateseptember, + dateoctober, + datenovember, + datedecember% +} + +\DeclareBibliographyExtras{% + \protected\def\bibrangedash{% + \textendash\penalty\hyphenpenalty}% breakable dash + \protected\def\bibdatedash{% + \addnbthinspace\textendash\addthinspace + \penalty\hyphenpenalty}% breakable dash + \let\finalandcomma=\empty + \protected\def\mkbibordinal#1{\mkbibmascord}% + \protected\def\mkbibmascord#1{#1-ΠΉ}% + \protected\def\mkbibfemord#1{#1-Ρ}% + \protected\def\mkbibneutord#1{#1-Π΅}% + \protected\def\mkbibdatelong#1#2#3{% + \iffieldundef{#3} + {} + {\stripzeros{\thefield{#3}}% + \iffieldundef{#2}{}{\nobreakspace}}% + \iffieldundef{#2} + {} + {\iffieldundef{#3} + {\mkbibmonth{\thefield{#2}}} + {\lbx@ru@mkbibdatemonth{\thefield{#2}}}% + \iffieldundef{#1}{}{\space}}% + \stripzeros{\thefield{#1}}}% + \protected\def\mkbibdateshort#1#2#3{% + \iffieldundef{#3} + {} + {\mkdatezeros{\thefield{#3}}% + \iffieldundef{#2}{}{\adddot}}% + \iffieldundef{#2} + {} + {\mkdatezeros{\thefield{#2}}% + \iffieldundef{#1}{}{\adddot}}% + \mkdatezeros{\thefield{#1}}}% + \savecommand\mkbibordedition + \savecommand\mkbibordseries + \def\mkbibordedition{\mkbibneutord}% + \def\mkbibordseries{\mkbibfemord}% +} + +\UndeclareBibliographyExtras{% + \restorecommand\mkbibordedition + \restorecommand\mkbibordseries +} + +\DeclareBibliographyStrings{% + bibliography = {{Π‘ΠΏΠΈΡΠΎΠΊ Π»ΠΈΡΠ΅ΡΠ°ΡΡΡΡ}{Π‘ΠΏΠΈΡΠΎΠΊ Π»ΠΈΡΠ΅ΡΠ°ΡΡΡΡ}},%book-like (chapter) + references = {{Π‘ΠΏΠΈΡΠΎΠΊ Π»ΠΈΡΠ΅ΡΠ°ΡΡΡΡ}{Π‘ΠΏΠΈΡΠΎΠΊ Π»ΠΈΡΠ΅ΡΠ°ΡΡΡΡ}},%article-like (section) + shorthands = {{Π‘ΠΏΠΈΡΠΎΠΊ ΡΠΎΠΊΡΠ°ΡΠ΅Π½ΠΈΠΉ}{Π‘ΠΎΠΊΡΠ°ΡΠ΅Π½ΠΈΡ}}, + editor = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ}{ΡΠ΅Π΄\adddot}}, + editors = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ}{ΡΠ΅Π΄\adddot}}, + compiler = {{ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ}{ΡΠΎΡΡ\adddot}}, + compilers = {{ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ}{ΡΠΎΡΡ\adddot}}, + redactor = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ}{ΡΠ΅Π΄\adddot}},% FIXME: unsure + redactors = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ}{ΡΠ΅Π΄\adddot}},% FIXME: unsure + reviser = {{ΡΠ΅Π²ΠΈΠ·ΠΈΠΎΠ½Π½ΡΠΉ ΠΊΠΎΡΡΠ΅ΠΊΡΠΎΡ}{ΡΠ΅Π². ΠΊΠΎΡΡ\adddot}}, + revisers = {{ΡΠ΅Π²ΠΈΠ·ΠΈΠΎΠ½Π½ΡΠ΅ ΠΊΠΎΡΡΠ΅ΠΊΡΠΎΡΡ}{ΡΠ΅Π². ΠΊΠΎΡΡ\adddot}}, + founder = {{ΡΡΡΠ΅Π΄ΠΈΡΠ΅Π»Ρ}{ΡΡΡ\adddot}}, + founders = {{ΡΡΡΠ΅Π΄ΠΈΡΠ΅Π»ΠΈ}{ΡΡΡ\adddot}}, + continuator = {{ΠΏΡΠΎΠ΄ΠΎΠ»ΠΆΠ°ΡΠ΅Π»Ρ}{ΠΏΡΠΎΠ΄\adddot}}, + continuators = {{ΠΏΡΠΎΠ΄ΠΎΠ»ΠΆΠ°ΡΠ΅Π»ΠΈ}{ΠΏΡΠΎΠ΄\adddot}}, + collaborator = {{ΡΡΠ°ΡΡΠ½ΠΈΠΊ}{ΡΡΠ°ΡΡ\adddot}},% FIXME: unsure + collaborators = {{ΡΡΠ°ΡΡΠ½ΠΈΠΊΠΈ}{ΡΡΠ°ΡΡ\adddot}},% FIXME: unsure + translator = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ}{ΠΏΠ΅Ρ\adddot}}, + translators = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ}{ΠΏΠ΅Ρ\adddot}}, + commentator = {{ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡ}{ΠΊΠΎΠΌΠΌ\adddot}}, + commentators = {{ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡΡ}{ΠΊΠΎΠΌΠΌ\adddot}}, + annotator = {{ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ}{ΡΠΎΡΡ. ΠΏΡΠΈΠΌ\adddot}}, + annotators = {{ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ}{ΡΠΎΡΡ. ΠΏΡΠΈΠΌ\adddot}}, + commentary = {{ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠΉ}{ΠΊΠΎΠΌΠΌ\adddot}}, + annotations = {{ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΡ}{ΠΏΡΠΈΠΌ\adddot}}, + introduction = {{Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅}{Π²Π²Π΅Π΄\adddot}}, + foreword = {{ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΠ΅}{ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + afterword = {{ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΠ΅}{ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + editortr = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ ΠΈ ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ}% + {ΡΠ΅Π΄. ΠΈ ΠΏΠ΅Ρ\adddot}}, + editorstr = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ ΠΈ ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ}% + {ΡΠ΅Π΄. ΠΈ ΠΏΠ΅Ρ\adddot}}, + editorco = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ ΠΈ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡ}% + {ΡΠ΅Π΄. ΠΈ ΠΊΠΎΠΌΠΌ\adddot}}, + editorsco = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ ΠΈ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡΡ}% + {ΡΠ΅Π΄. ΠΈ ΠΊΠΎΠΌΠΌ\adddot}}, + editoran = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ ΠΈ ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ}% + {ΡΠ΅Π΄. ΠΈ ΡΠΎΡΡ. ΠΏΡΠΈΠΌ\adddot}}, + editorsan = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ ΠΈ ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ}% + {ΡΠ΅Π΄. ΠΈ ΡΠΎΡΡ. ΠΏΡΠΈΠΌ\adddot}}, + editorin = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ ΠΈ Π°Π²ΡΠΎΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΡ}% + {ΡΠ΅Π΄. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + editorsin = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ ΠΈ Π°Π²ΡΠΎΡΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅}% + {ΡΠ΅Π΄. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + editorfo = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ ΠΈ Π°Π²ΡΠΎΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + editorsfo = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + editoraf = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ ΠΈ Π°Π²ΡΠΎΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + editorsaf = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + editortrco = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ ΠΈ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ. ΠΈ ΠΊΠΎΠΌΠΌ\adddot}}, + editorstrco = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ ΠΈ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ. ΠΈ ΠΊΠΎΠΌΠΌ\adddot}}, + editortran = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ ΠΈ ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ. ΠΈ ΡΠΎΡΡ. ΠΏΡΠΈΠΌ\adddot}}, + editorstran = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ ΠΈ ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ. ΠΈ ΡΠΎΡΡ. ΠΏΡΠΈΠΌ\adddot}}, + editortrin = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ ΠΈ Π°Π²ΡΠΎΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + editorstrin = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ ΠΈ Π°Π²ΡΠΎΡΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + editortrfo = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ ΠΈ Π°Π²ΡΠΎΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + editorstrfo = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + editortraf = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ ΠΈ Π°Π²ΡΠΎΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ\adddot}}, + editorstraf = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + editorcoin = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡ ΠΈ Π°Π²ΡΠΎΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΡ}% + {ΡΠ΅Π΄., ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + editorscoin = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡΡ ΠΈ Π°Π²ΡΠΎΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΡ}% + {ΡΠ΅Π΄., ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + editorcofo = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡ ΠΈ Π°Π²ΡΠΎΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + editorscofo = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡΡ ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + editorcoaf = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡ ΠΈ Π°Π²ΡΠΎΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + editorscoaf = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡΡ ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + editoranin = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ ΠΈ Π°Π²ΡΠΎΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΡ}% + {ΡΠ΅Π΄., ΡΠΎΡΡ. ΠΏΡΠΈΠΌ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + editorsanin = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ ΠΈ Π°Π²ΡΠΎΡΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΡ}% + {ΡΠ΅Π΄., ΡΠΎΡΡ. ΠΏΡΠΈΠΌ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + editoranfo = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ ΠΈ Π°Π²ΡΠΎΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΡΠΎΡΡ. ΠΏΡΠΈΠΌ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + editorsanfo = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΡΠΎΡΡ. ΠΏΡΠΈΠΌ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + editoranaf = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ ΠΈ Π°Π²ΡΠΎΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΡΠΎΡΡ. ΠΏΡΠΈΠΌ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + editorsanaf = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΡΠΎΡΡ. ΠΏΡΠΈΠΌ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + editortrcoin = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡ ΠΈ Π°Π²ΡΠΎΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ., ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + editorstrcoin = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡΡ ΠΈ Π°Π²ΡΠΎΡΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ., ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + editortrcofo = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡ ΠΈ Π°Π²ΡΠΎΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ., ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + editorstrcofo = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡΡ ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ., ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + editortrcoaf = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡ ΠΈ Π°Π²ΡΠΎΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ., ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + editorstrcoaf = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡΡ ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ., ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + editortranin = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ ΠΈ Π°Π²ΡΠΎΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΏΡΠΈΠΌ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + editorstranin = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ ΠΈ Π°Π²ΡΠΎΡΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΏΡΠΈΠΌ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + editortranfo = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ ΠΈ Π°Π²ΡΠΎΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΏΡΠΈΠΌ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + editorstranfo = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΏΡΠΈΠΌ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + editortranaf = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ ΠΈ Π°Π²ΡΠΎΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΏΡΠΈΠΌ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + editorstranaf = {{ΡΠ΅Π΄Π°ΠΊΡΠΎΡΡ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΡΠ΅Π΄., ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΏΡΠΈΠΌ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + translatorco = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ ΠΈ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡ}% + {ΠΏΠ΅Ρ. ΠΈ ΠΊΠΎΠΌΠΌ\adddot}}, + translatorsco = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ ΠΈ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΎΡΡ}% + {ΠΏΠ΅Ρ. ΠΈ ΠΊΠΎΠΌΠΌ\adddot}}, + translatoran = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ ΠΈ Π°Π²ΡΠΎΡ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ}% + {ΠΏΠ΅Ρ. ΠΈ ΡΠΎΡΡ. ΠΏΡΠΈΠΌ\adddot}}, + translatorsan = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ ΠΈ ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΠΉ}% + {ΠΏΠ΅Ρ. ΠΈ ΡΠΎΡΡ. ΠΏΡΠΈΠΌ\adddot}}, + translatorin = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ ΠΈ Π°Π²ΡΠΎΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΡ}% + {ΠΏΠ΅Ρ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + translatorsin = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ ΠΈ Π°Π²ΡΠΎΡΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΡ}% + {ΠΏΠ΅Ρ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + translatorfo = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ ΠΈ Π°Π²ΡΠΎΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΠΏΠ΅Ρ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + translatorsfo = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΠΏΠ΅Ρ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + translatoraf = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ ΠΈ Π°Π²ΡΠΎΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΠΏΠ΅Ρ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + translatorsaf = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΠΏΠ΅Ρ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + translatorcoin = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠ΅Π² ΠΈ Π°Π²ΡΠΎΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΡ}% + {ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + translatorscoin = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠ΅Π² ΠΈ Π°Π²ΡΠΎΡΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅}% + {ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + translatorcofo = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠ΅Π² ΠΈ Π°Π²ΡΠΎΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + translatorscofo = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠ΅Π² ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + translatorcoaf = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠ΅Π² ΠΈ Π°Π²ΡΠΎΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + translatorscoaf = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠ΅Π² ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + translatoranin = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠ΅Π² ΠΈ Π°Π²ΡΠΎΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΡ}% + {ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + translatorsanin = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠ΅Π² ΠΈ Π°Π²ΡΠΎΡΡ Π²Π²Π΅Π΄Π΅Π½ΠΈΡ}% + {ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. Π²Π²Π΅Π΄\adddot}}, + translatoranfo = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠ΅Π² ΠΈ Π°Π²ΡΠΎΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + translatorsanfo = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠ΅Π² ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΡ}% + {ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + translatoranaf = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»Ρ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠ΅Π² ΠΈ Π°Π²ΡΠΎΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + translatorsanaf = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΠΈΠΊΠΈ, ΡΠΎΡΡΠ°Π²ΠΈΡΠ΅Π»ΠΈ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠ΅Π² ΠΈ Π°Π²ΡΠΎΡΡ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΡ}% + {ΠΏΠ΅Ρ., ΡΠΎΡΡ. ΠΊΠΎΠΌΠΌ. ΠΈ Π°Π²Ρ. ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + byauthor = {{}{}}, + byeditor = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ}{ΠΏΠΎΠ΄\addabbrvspace ΡΠ΅Π΄\adddot}}, + bycompiler = {{ΡΠΎΡΡΠ°Π²Π»Π΅Π½ΠΎ}{ΡΠΎΡΡ\adddot}}, + byredactor = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ}{ΠΏΠΎΠ΄\addabbrvspace ΡΠ΅Π΄\adddot}}, + byreviser = {{ΠΈΡΠΏΡΠ°Π²Π»Π΅Π½ΠΎ}{ΠΈΡΠΏΡ\adddot}}, + byfounder = {{ΡΡΡΠ΅ΠΆΠ΄Π΅Π½ΠΎ}{ΡΡΡ\adddot}},% FIXME: unsure + bycontinuator = {{ΠΏΡΠΎΠ΄ΠΎΠ»ΠΆΠ΅Π½ΠΈΠ΅}{ΠΏΡΠΎΠ΄ΠΎΠ»ΠΆ\adddot}},% FIXME: unsure + bycollaborator = {{ΠΏΡΠΈ ΡΡΠ°ΡΡΠΈΠΈ}{ΠΏΡΠΈ\addabbrvspace ΡΡ\adddot}}, + bytranslator = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang}{ΠΏΠ΅Ρ. \lbx@sfromlang}}, + bycommentator = {{ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ}{ΠΊΠΎΠΌΠΌ\adddot}}, + byannotator = {{ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΡ}{ΠΏΡΠΈΠΌ\adddot}}, + withcommentator = {{Ρ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΡΠΌΠΈ}{Ρ\addabbrvspace ΠΊΠΎΠΌΠΌ\adddot}}, + withannotator = {{Ρ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΡΠΌΠΈ}{Ρ\addabbrvspace ΠΏΡΠΈΠΌ\adddot}}, + withintroduction = {{Ρ Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅ΠΌ}{Ρ\addabbrvspace Π²Π²Π΅Π΄\adddot}}, + withforeword = {{Ρ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΠ΅ΠΌ}{Ρ\addabbrvspace ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + withafterword = {{Ρ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΠ΅ΠΌ}{Ρ\addabbrvspace ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + byeditortr = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ}% + {ΠΏΠ΅Ρ. \lbx@sfromlang, ΠΏΠΎΠ΄\addabbrvspace ΡΠ΅Π΄\adddotspace}}, + byeditorco = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ ΠΈ Ρ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΡΠΌΠΈ}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄. ΠΈ Ρ\addabbrvspace ΠΊΠΎΠΌΠΌ\adddot}}, + byeditoran = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ ΠΈ Ρ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΡΠΌΠΈ}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄. ΠΈ Ρ\addabbrvspace ΠΏΡΠΈΠΌ\adddot}}, + byeditorin = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, Ρ Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅ΠΌ}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., Ρ\addabbrvspace Π²Π²Π΅Π΄\adddot}}, + byeditorfo = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, Ρ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΠ΅ΠΌ}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., Ρ\addabbrvspace ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + byeditoraf = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, Ρ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΠ΅ΠΌ}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., Ρ\addabbrvspace ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + byeditortrco = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang ΠΈ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΏΠ΅Ρ. \lbx@sfromlang ΠΈ ΠΊΠΎΠΌΠΌ\adddot}}, + byeditortran = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang ΠΈ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΡ}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΏΠ΅Ρ. \lbx@sfromlang ΠΈ ΠΏΡΠΈΠΌ\adddot}}, + byeditortrin = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΏΠ΅Ρ. \lbx@sfromlang, Π²Π²Π΅Π΄\adddot}}, + byeditortrfo = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΏΠ΅Ρ. \lbx@sfromlang, ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + byeditortraf = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄. ΠΈ ΠΏΠ΅Ρ. \lbx@sfromlang, ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + byeditorcoin = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ ΠΈ Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΊΠΎΠΌΠΌ. ΠΈ Π²Π²Π΅Π΄\adddot}}, + byeditorcofo = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ ΠΈ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΊΠΎΠΌΠΌ. ΠΈ ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + byeditorcoaf = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ ΠΈ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΊΠΎΠΌΠΌ. ΠΈ ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + byeditoranin = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΡ ΠΈ Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΏΡΠΈΠΌ. ΠΈ Π²Π²Π΅Π΄\adddot}}, + byeditoranfo = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΡ ΠΈ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΏΡΠΈΠΌ. ΠΈ ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + byeditoranaf = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΡ ΠΈ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΏΡΠΈΠΌ. ΠΈ ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + byeditortrcoin = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ ΠΈ Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΏΠ΅Ρ. \lbx@sfromlang, ΠΊΠΎΠΌΠΌ. ΠΈ Π²Π²Π΅Π΄\adddot}}, + byeditortrcofo = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ ΠΈ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΏΠ΅Ρ. \lbx@sfromlang, ΠΊΠΎΠΌΠΌ. ΠΈ ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + byeditortrcoaf = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ ΠΈ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΏΠ΅Ρ. \lbx@sfromlang, ΠΊΠΎΠΌΠΌ. ΠΈ ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + byeditortranin = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΡ ΠΈ Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΏΠ΅Ρ. \lbx@sfromlang, ΠΏΡΠΈΠΌΠ΅Ρ. ΠΈ Π²Π²Π΅Π΄\adddot}}, + byeditortranfo = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΡ ΠΈ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΏΠ΅Ρ. \lbx@sfromlang, ΠΏΡΠΈΠΌΠ΅Ρ. ΠΈ ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + byeditortranaf = {{ΠΏΠΎΠ΄ ΡΠ΅Π΄Π°ΠΊΡΠΈΠ΅ΠΉ, ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΡ ΠΈ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠΎΠ΄ ΡΠ΅Π΄., ΠΏΠ΅Ρ. \lbx@sfromlang, ΠΏΡΠΈΠΌΠ΅Ρ. ΠΈ ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + bytranslatorco = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang\ ΠΈ ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ}% + {ΠΏΠ΅Ρ. \lbx@sfromlang\ ΠΈ ΠΊΠΎΠΌΠΌ\adddot}}, + bytranslatoran = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang\ ΠΈ ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΡ}% + {ΠΏΠ΅Ρ. \lbx@sfromlang\ ΠΈ ΠΏΡΠΈΠΌΠ΅Ρ\adddot}}, + bytranslatorin = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang\ ΠΈ Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅}% + {ΠΏΠ΅Ρ. \lbx@sfromlang\ ΠΈ Π²Π²Π΅Π΄\adddot}}, + bytranslatorfo = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang\ ΠΈ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠ΅Ρ. \lbx@sfromlang\ ΠΈ ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + bytranslatoraf = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang\ ΠΈ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠ΅Ρ. \lbx@sfromlang\ ΠΈ ΠΈ ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + bytranslatorcoin = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ ΠΈ Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅}% + {ΠΏΠ΅Ρ. \lbx@sfromlang, ΠΊΠΎΠΌΠΌ. ΠΈ Π²Π²Π΅Π΄\adddot}}, + bytranslatorcofo = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ ΠΈ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠ΅Ρ. \lbx@sfromlang, ΠΊΠΎΠΌΠΌ. ΠΈ ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + bytranslatorcoaf = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, ΠΊΠΎΠΌΠΌΠ΅Π½ΡΠ°ΡΠΈΠΈ ΠΈ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠ΅Ρ. \lbx@sfromlang, ΠΊΠΎΠΌΠΌ. ΠΈ ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + bytranslatoranin = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΡ ΠΈ Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅}% + {ΠΏΠ΅Ρ. \lbx@sfromlang, ΠΏΡΠΈΠΌΠ΅Ρ. ΠΈ Π²Π²Π΅Π΄\adddot}}, + bytranslatoranfo = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΡ ΠΈ ΠΏΡΠ΅Π΄ΠΈΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠ΅Ρ. \lbx@sfromlang, ΠΏΡΠΈΠΌΠ΅Ρ. ΠΈ ΠΏΡΠ΅Π΄ΠΈΡΠ»\adddot}}, + bytranslatoranaf = {{ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ \lbx@lfromlang, ΠΏΡΠΈΠΌΠ΅ΡΠ°Π½ΠΈΡ ΠΈ ΠΏΠΎΡΠ»Π΅ΡΠ»ΠΎΠ²ΠΈΠ΅}% + {ΠΏΠ΅Ρ. \lbx@sfromlang, ΠΏΡΠΈΠΌΠ΅Ρ. ΠΈ ΠΏΠΎΡΠ»Π΅ΡΠ»\adddot}}, + and = {{ΠΈ}{ΠΈ}}, + andothers = {{ΠΈ\addabbrvspace Π΄Ρ\adddot}{ΠΈ\addabbrvspace Π΄Ρ\adddot}}, + andmore = {{ΠΈ\addabbrvspace Π΄Ρ\adddot}{ΠΈ\addabbrvspace Π΄Ρ\adddot}}, + volume = {{ΡΠΎΠΌ}{Ρ\adddot}}, + volumes = {{ΡΠΎΠΌΠ°Ρ
}{Ρ\adddot}}, + involumes = {{Π²}{Π²}}, + book = {{ΠΊΠ½ΠΈΠ³Π°}{ΠΊΠ½\adddot}}, + part = {{ΡΠ°ΡΡΡ}{Ρ\adddot}}, + jourvol = {{ΡΠΎΠΌ}{Ρ\adddot}}, + jourser = {{ΡΠ΅ΡΠΈΡ}{ΡΠ΅Ρ\adddot}}, +% book = {{}{}}, % FIXME: missing +% part = {{}{}}, % FIXME: missing +% issue = {{}{}}, % FIXME: missing + newseries = {{Π½ΠΎΠ²Π°Ρ ΡΠ΅ΡΠΈΡ}{Π½ΠΎΠ²\addabbrvspace ΡΠ΅Ρ\adddot}}, + oldseries = {{ΡΡΠ°ΡΠ°Ρ ΡΠ΅ΡΠΈΡ}{ΡΡΠ°Ρ\addabbrvspace ΡΠ΅Ρ\adddot}}, + edition = {{ΠΈΠ·Π΄Π°Π½ΠΈΠ΅}{ΠΈΠ·Π΄\adddot}}, + reprint = {{ΠΏΠ΅ΡΠ΅ΠΈΠ·Π΄Π°Π½ΠΈΠ΅}{ΠΏΠ΅ΡΠ΅ΠΈΠ·Π΄\adddot}}, + reprintof = {{ΠΏΠ΅ΡΠ΅ΠΈΠ·Π΄Π°Π½ΠΈΠ΅}{ΠΏΠ΅ΡΠ΅ΠΈΠ·Π΄\adddot}}, + reprintas = {{ΠΏΠ΅ΡΠ΅ΠΈΠ·Π΄Π°Π½ΠΎ ΠΊΠ°ΠΊ}{ΠΏΠ΅ΡΠ΅ΠΈΠ·Π΄. ΠΊΠ°ΠΊ}}, + page = {{ΡΡΡΠ°Π½ΠΈΡΠ°}{Ρ\adddot}}, + pages = {{ΡΡΡΠ°Π½ΠΈΡΡ}{Ρ\adddot}}, + column = {{ΠΊΠΎΠ»ΠΎΠ½ΠΊΠ°}{ΠΊΠΎΠ»\adddot}}, + columns = {{ΠΊΠΎΠ»ΠΎΠ½ΠΊΠΈ}{ΠΊΠΎΠ»\adddot}}, + line = {{ΡΡΡΠΎΠΊΠ°}{Ρ\adddot}}, + lines = {{ΡΡΡΠΎΠΊΠΈ}{Ρ\adddot}}, + verse = {{ΡΡΠΈΡ
}{ΡΡ\adddot}}, + verses = {{ΡΡΠΈΡ
ΠΈ}{ΡΡ\adddot}}, + section = {{ΠΏΠ°ΡΠ°Π³ΡΠ°Ρ}{\S}}, + sections = {{ΠΏΠ°ΡΠ°Π³ΡΠ°ΡΡ}{\S\S}}, + paragraph = {{Π°Π±Π·Π°Ρ}{Π°Π±Π·\adddot}}, + paragraphs = {{Π°Π±Π·Π°ΡΡ}{Π°Π±Π·\adddot}}, + in = {{Π²}{Π²}}, + inseries = {{Π²}{Π²}}, + ofseries = {{ΠΈΠ·}{ΠΈΠ·}}, + number = {{Π½ΠΎΠΌΠ΅Ρ}{β}}, + issue = {{Π²ΡΠΏΡΡΠΊ}{Π²ΡΠΏ\adddot}}, + chapter = {{Π³Π»Π°Π²Π°}{Π³Π»\adddot}}, + mathesis = {{ΠΌΠ°Π³ΠΈΡΡΠ΅ΡΡΠΊΠ°Ρ Π΄ΠΈΡΡΠ΅ΡΡΠ°ΡΠΈΡ}{ΠΌΠ°Π³\adddotspace Π΄ΠΈΡΡ\adddot}}, + phdthesis = {{Π΄ΠΎΠΊΡΠΎΡΡΠΊΠ°Ρ Π΄ΠΈΡΡΠ΅ΡΡΠ°ΡΠΈΡ}{Π΄ΠΎΠΊΡ\adddotspace Π΄ΠΈΡΡ\adddot}}, + candthesis = {{ΠΊΠ°Π½Π΄ΠΈΠ΄Π°ΡΡΠΊΠ°Ρ Π΄ΠΈΡΡΠ΅ΡΡΠ°ΡΠΈΡ}{ΠΊΠ°Π½Π΄\adddotspace Π΄ΠΈΡΡ\adddot}}, + resreport = {{Π½Π°ΡΡΠ½ΡΠΉ ΠΎΡΡΡΡ}{Π½Π°ΡΡ\adddotspace ΠΎΡΡ\adddot}}, + techreport = {{ΡΠ΅Ρ
Π½ΠΈΡΠ΅ΡΠΊΠΈΠΉ ΠΎΡΡΡΡ}{ΡΠ΅Ρ
\adddotspace ΠΎΡΡ\adddot}}, + software = {{ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΌΠ½ΠΎΠ΅ ΠΎΠ±Π΅ΡΠΏΠ΅ΡΠ΅Π½ΠΈΠ΅}{ΠΏΡΠΎΠ³Ρ\adddotspace ΠΎΠ±Π΅ΡΠΏ\adddot}}, + datacd = {{CD-ROM}{CD-ROM}}, + audiocd = {{audio CD}{audio CD}}, + version = {{Π²Π΅ΡΡΠΈΡ}{Π²Π΅Ρ\adddot}}, + url = {{Π°Π΄ΡΠ΅Ρ}{Π°Π΄Ρ\adddot}}, + urlseen = {{Π΄Π°ΡΠ° ΠΎΠ±ΡΠ°ΡΠ΅Π½ΠΈΡ}{Π΄Π°ΡΠ°\addabbrvspace ΠΎΠ±Ρ\adddot}}, + inpreparation = {{Π²\addabbrvspace ΠΏΠΎΠ΄Π³ΠΎΡΠΎΠ²ΠΊΠ΅}{Π² ΠΏΠΎΠ΄Π³\adddot}}, + submitted = {{ΠΏΡΠ΅Π΄ΡΡΠ°Π²Π»Π΅Π½ΠΎ}{ΠΏΡΠ΅Π΄ΡΡ\adddot}}, +% forthcoming = {{}{}}, % FIXME: missing + inpress = {{Π²\addabbrvspace ΠΏΠ΅ΡΠ°ΡΠΈ}{Π² ΠΏΠ΅Ρ\adddot}}, + citedas = {{Π΄Π°Π»Π΅Π΅ ΡΠΈΡΠΈΡΡΠ΅ΡΡΡ ΠΊΠ°ΠΊ}{Π΄Π°Π»Π΅Π΅ ΡΠΈΡ\adddot}}, + thiscite = {{Π·Π΄Π΅ΡΡ}{Π·Π΄Π΅ΡΡ}}, + seenote = {{ΡΠΌΠΎΡΡΠΈ ΡΠ½ΠΎΡΠΊΡ}{ΡΠΌ\adddotspace ΡΠ½\adddot}}, + quotedin = {{ΡΠΈΡΠΈΡΡΠ΅ΡΡΡ ΠΏΠΎ}{ΡΠΈΡ\adddotspace ΠΏΠΎ}}, + idem = {{ΠΎΠ½\addabbrvspace ΠΆΠ΅}{ΠΎΠ½\addabbrvspace ΠΆΠ΅}}, + idemsm = {{ΠΎΠ½\addabbrvspace ΠΆΠ΅}{ΠΎΠ½\addabbrvspace ΠΆΠ΅}}, + idemsf = {{ΠΎΠ½Π°\addabbrvspace ΠΆΠ΅}{ΠΎΠ½Π°\addabbrvspace ΠΆΠ΅}}, + idemsn = {{ΠΎΠ½\addabbrvspace ΠΆΠ΅}{ΠΎΠ½\addabbrvspace ΠΆΠ΅}}, + idempm = {{ΠΎΠ½ΠΈ\addabbrvspace ΠΆΠ΅}{ΠΎΠ½ΠΈ\addabbrvspace ΠΆΠ΅}}, + idempf = {{ΠΎΠ½ΠΈ\addabbrvspace ΠΆΠ΅}{ΠΎΠ½ΠΈ\addabbrvspace ΠΆΠ΅}}, + idempn = {{ΠΎΠ½ΠΈ\addabbrvspace ΠΆΠ΅}{ΠΎΠ½ΠΈ\addabbrvspace ΠΆΠ΅}}, + idempp = {{ΠΎΠ½ΠΈ\addabbrvspace ΠΆΠ΅}{ΠΎΠ½ΠΈ\addabbrvspace ΠΆΠ΅}}, + ibidem = {{ΡΠ°ΠΌ\addabbrvspace ΠΆΠ΅}{ΡΠ°ΠΌ\addabbrvspace ΠΆΠ΅}}, + opcit = {{ΡΠΈΡ\adddotspace ΡΠΎΡ\adddot}{ΡΠΈΡ\adddotspace ΡΠΎΡ\adddot}}, + loccit = {{ΡΠΈΡ\adddotspace ΠΌΠ΅ΡΡ\adddot}{ΡΠΈΡ\adddotspace ΠΌΠ΅ΡΡ\adddot}}, + confer = {{ΡΡΠ°Π²Π½ΠΈ}{ΡΡ\adddot}}, + sequens = {{ΠΈ ΡΠ»Π΅Π΄ΡΡΡΠ°Ρ}{ΠΈ\addabbrvspace ΡΠ»\adddot}}, + sequentes = {{ΠΈ ΡΠ»Π΅Π΄ΡΡΡΠΈΠ΅}{ΠΈ\addabbrvspace ΡΠ»\adddot}}, + passim = {{Π²ΡΡΠ΄Ρ}{Π²ΡΡΠ΄Ρ}}, + see = {{ΡΠΌΠΎΡΡΠΈ}{ΡΠΌ\adddot}}, + seealso = {{ΡΠΌΠΎΡΡΠΈ ΡΠ°ΠΊΠΆΠ΅}{ΡΠΌ. ΡΠ°ΠΊΠΆΠ΅}}, + backrefpage = {{ΡΠΈΡΠΈΡΡΠ΅ΡΡΡ Π½Π° ΡΡΡΠ°Π½ΠΈΡΠ΅}{ΡΠΈΡ\adddotspace Π½Π°\addabbrvspace Ρ\adddot}}, + backrefpages = {{ΡΠΈΡΠΈΡΡΠ΅ΡΡΡ Π½Π° ΡΡΡΠ°Π½ΠΈΡΠ°Ρ
}{ΡΠΈΡ\adddotspace Π½Π°\addabbrvspace Ρ\adddot}}, + january = {{ΡΠ½Π²Π°ΡΡ}{ΡΠ½Π²\adddot}}, + february = {{ΡΠ΅Π²ΡΠ°Π»Ρ}{ΡΠ΅Π²\adddot}}, + march = {{ΠΌΠ°ΡΡ}{ΠΌΠ°Ρ\adddot}}, + april = {{Π°ΠΏΡΠ΅Π»Ρ}{Π°ΠΏΡ\adddot}}, + may = {{ΠΌΠ°ΠΉ}{ΠΌΠ°ΠΉ}}, + june = {{ΠΈΡΠ½Ρ}{ΠΈΡΠ½\adddot}}, + july = {{ΠΈΡΠ»Ρ}{ΠΈΡΠ»\adddot}}, + august = {{Π°Π²Π³ΡΡΡ}{Π°Π²Π³\adddot}}, + september = {{ΡΠ΅Π½ΡΡΠ±ΡΡ}{ΡΠ΅Π½Ρ\adddot}}, + october = {{ΠΎΠΊΡΡΠ±ΡΡ}{ΠΎΠΊΡ\adddot}}, + november = {{Π½ΠΎΡΠ±ΡΡ}{Π½ΠΎΡ\adddot}}, + december = {{Π΄Π΅ΠΊΠ°Π±ΡΡ}{Π΄Π΅ΠΊ\adddot}}, + datejanuary = {{ΡΠ½Π²Π°ΡΡ}{ΡΠ½Π²\adddot}}, + datefebruary = {{ΡΠ΅Π²ΡΠ°Π»Ρ}{ΡΠ΅Π²\adddot}}, + datemarch = {{ΠΌΠ°ΡΡΠ°}{ΠΌΠ°Ρ\adddot}}, + dateapril = {{Π°ΠΏΡΠ΅Π»Ρ}{Π°ΠΏΡ\adddot}}, + datemay = {{ΠΌΠ°Ρ}{ΠΌΠ°Ρ}}, + datejune = {{ΠΈΡΠ½Ρ}{ΠΈΡΠ½\adddot}}, + datejuly = {{ΠΈΡΠ»Ρ}{ΠΈΡΠ»\adddot}}, + dateaugust = {{Π°Π²Π³ΡΡΡΠ°}{Π°Π²Π³\adddot}}, + dateseptember = {{ΡΠ΅Π½ΡΡΠ±ΡΡ}{ΡΠ΅Π½Ρ\adddot}}, + dateoctober = {{ΠΎΠΊΡΡΠ±ΡΡ}{ΠΎΠΊΡ\adddot}}, + datenovember = {{Π½ΠΎΡΠ±ΡΡ}{Π½ΠΎΡ\adddot}}, + datedecember = {{Π΄Π΅ΠΊΠ°Π±ΡΡ}{Π΄Π΅ΠΊ\adddot}}, + langamerican = {{Π°ΠΌΠ΅ΡΠΈΠΊΠ°Π½ΡΠΊΠΈΠΉ}{Π°ΠΌΠ΅ΡΠΈΠΊΠ°Π½ΡΠΊΠΈΠΉ}}, + langbrazilian = {{Π±ΡΠ°Π·ΠΈΠ»ΡΡΠΊΠΈΠΉ}{Π±ΡΠ°Π·ΠΈΠ»ΡΡΠΊΠΈΠΉ}}, +% langcroatian = {{}{}}, % FIXME: missing + langdanish = {{Π΄Π°ΡΡΠΊΠΈΠΉ}{Π΄Π°ΡΡΠΊΠΈΠΉ}}, + langdutch = {{Π³ΠΎΠ»Π»Π°Π½Π΄ΡΠΊΠΈΠΉ}{Π³ΠΎΠ»Π»Π°Π½Π΄ΡΠΊΠΈΠΉ}}, + langenglish = {{Π°Π½Π³Π»ΠΈΠΉΡΠΊΠΈΠΉ}{Π°Π½Π³Π»ΠΈΠΉΡΠΊΠΈΠΉ}}, +% langfinnish = {{}{}}, % FIXME: missing + langfrench = {{ΡΡΠ°Π½ΡΡΠ·ΡΠΊΠΈΠΉ}{ΡΡΠ°Π½ΡΡΠ·ΡΠΊΠΈΠΉ}}, + langgerman = {{Π½Π΅ΠΌΠ΅ΡΠΊΠΈΠΉ}{Π½Π΅ΠΌΠ΅ΡΠΊΠΈΠΉ}}, + langgreek = {{Π³ΡΠ΅ΡΠ΅ΡΠΊΠΈΠΉ}{Π³ΡΠ΅ΡΠ΅ΡΠΊΠΈΠΉ}}, + langitalian = {{ΠΈΡΠ°Π»ΡΡΠ½ΡΠΊΠΈΠΉ}{ΠΈΡΠ°Π»ΡΡΠ½ΡΠΊΠΈΠΉ}}, + langlatin = {{Π»Π°ΡΠΈΠ½ΡΠΊΠΈΠΉ}{Π»Π°ΡΠΈΠ½ΡΠΊΠΈΠΉ}}, + langnorwegian = {{Π½ΠΎΡΠ²Π΅ΠΆΡΠΊΠΈΠΉ}{Π½ΠΎΡΠ²Π΅ΠΆΡΠΊΠΈΠΉ}}, + langportuguese = {{ΠΏΠΎΡΡΡΠ³Π°Π»ΡΡΠΊΠΈΠΉ}{ΠΏΠΎΡΡΡΠ³Π°Π»ΡΡΠΊΠΈΠΉ}}, + langrussian = {{ΡΡΡΡΠΊΠΈΠΉ}{ΡΡΡΡΠΊΠΈΠΉ}}, + langspanish = {{ΠΈΡΠΏΠ°Π½ΡΠΊΠΈΠΉ}{ΠΈΡΠΏΠ°Π½ΡΠΊΠΈΠΉ}}, + langswedish = {{ΡΠ²Π΅Π΄ΡΠΊΠΈΠΉ}{ΡΠ²Π΅Π΄ΡΠΊΠΈΠΉ}}, + fromamerican = {{Ρ Π°ΠΌΠ΅ΡΠΈΠΊΠ°Π½ΡΠΊΠΎΠ³ΠΎ}{Ρ\addabbrvspace Π°ΠΌΠ΅Ρ\adddot}}, + frombrazilian = {{Ρ Π±ΡΠ°Π·ΠΈΠ»ΡΡΠΊΠΎΠ³ΠΎ}{Ρ\addabbrvspace Π±ΡΠ°Π·\adddot}}, +% fromcroatian = {{}{}}, % FIXME: missing + fromdanish = {{Ρ Π΄Π°ΡΡΠΊΠΎΠ³ΠΎ}{Ρ\addabbrvspace Π΄Π°Ρ\adddot}}, + fromdutch = {{Ρ Π½ΠΈΠ΄Π΅ΡΠ»Π°Π½Π΄ΡΠΊΠΎΠ³ΠΎ}{Ρ\addabbrvspace Π½ΠΈΠ΄Π΅ΡΠ»\adddot}}, + fromenglish = {{Ρ Π°Π½Π³Π»ΠΈΠΉΡΠΊΠΎΠ³ΠΎ}{Ρ\addabbrvspace Π°Π½Π³Π»\adddot}}, +% fromfinnish = {{}{}}, % FIXME: missing + fromfrench = {{Ρ ΡΡΠ°Π½ΡΡΠ·ΡΠΊΠΎΠ³ΠΎ}{Ρ\addabbrvspace ΡΡ\adddot}}, + fromgerman = {{Ρ Π½Π΅ΠΌΠ΅ΡΠΊΠΎΠ³ΠΎ}{Ρ\addabbrvspace Π½Π΅ΠΌ\adddot}}, + fromgreek = {{Ρ Π³ΡΠ΅ΡΠ΅ΡΠΊΠΎΠ³ΠΎ}{Ρ\addabbrvspace Π³ΡΠ΅Ρ\adddot}}, + fromitalian = {{Ρ ΠΈΡΠ°Π»ΡΡΠ½ΡΠΊΠΎΠ³ΠΎ}{Ρ\addabbrvspace ΠΈΡ\adddot}}, + fromlatin = {{Ρ Π»Π°ΡΠΈΠ½ΡΠΊΠΎΠ³ΠΎ}{Ρ\addabbrvspace Π»Π°Ρ\adddot}}, + fromnorwegian = {{Ρ Π½ΠΎΡΠ²Π΅ΠΆΡΠΊΠΎΠ³ΠΎ}{Ρ\addabbrvspace Π½ΠΎΡΠ²\adddot}}, + fromportuguese = {{Ρ ΠΏΠΎΡΡΡΠ³Π°Π»ΡΡΠΊΠΎΠ³ΠΎ}{Ρ\addabbrvspace ΠΏΠΎΡΡ\adddot}}, + fromrussian = {{Ρ ΡΡΡΡΠΊΠΎΠ³ΠΎ}{Ρ\addabbrvspace ΡΡΡΡ\adddot}}, + fromspanish = {{Ρ ΠΈΡΠΏΠ°Π½ΡΠΊΠΎΠ³ΠΎ}{Ρ\addabbrvspace ΠΈΡΠΏ\adddot}}, + fromswedish = {{ΡΠΎ ΡΠ²Π΅Π΄ΡΠΊΠΎΠ³ΠΎ}{ΡΠΎ\addabbrvspace ΡΠ²Π΅Π΄\adddot}}, + countryde = {{ΠΠ΅ΡΠΌΠ°Π½ΠΈΡ}{DE}}, + countryeu = {{ΠΠ²ΡΠΎΠΏΠ΅ΠΉΡΠΊΠΈΠΉ Π‘ΠΎΡΠ·}{EU}}, + countryep = {{ΠΠ²ΡΠΎΠΏΠ΅ΠΉΡΠΊΠΈΠΉ Π‘ΠΎΡΠ·}{EP}}, + countryfr = {{Π€ΡΠ°Π½ΡΠΈΡ}{FR}}, + countryuk = {{ΠΠ΅Π»ΠΈΠΊΠΎΠ±ΡΠΈΡΠ°Π½ΠΈΡ}{GB}}, + countryus = {{Π‘ΠΎΠ΅Π΄ΠΈΠ½ΡΠ½Π½ΡΠ΅ Π¨ΡΠ°ΡΡ ΠΠΌΠ΅ΡΠΈΠΊΠΈ}{US}}, + patent = {{ΠΏΠ°ΡΠ΅Π½Ρ}{ΠΏΠ°Ρ\adddot}}, + patentde = {{ΠΏΠ°ΡΠ΅Π½Ρ ΠΠ΅ΡΠΌΠ°Π½ΠΈΠΈ}{ΠΏΠ°Ρ\adddotspace ΠΠ΅ΡΠΌΠ°Π½ΠΈΠΈ}}, + patenteu = {{ΠΏΠ°ΡΠ΅Π½Ρ ΠΠ²ΡΠΎΠΏΡ}{ΠΏΠ°Ρ\adddotspace ΠΠ²ΡΠΎΠΏΡ}}, + patentfr = {{ΠΏΠ°ΡΠ΅Π½Ρ Π€ΡΠ°Π½ΡΠΈΠΈ}{ΠΏΠ°Ρ\adddotspace Π€ΡΠ°Π½ΡΠΈΠΈ}}, + patentuk = {{ΠΏΠ°ΡΠ΅Π½Ρ ΠΠ΅Π»ΠΈΠΊΠΎΠ±ΡΠΈΡΠ°Π½ΠΈΠΈ}{ΠΏΠ°Ρ\adddotspace ΠΠ΅Π»ΠΈΠΊΠΎΠ±ΡΠΈΡΠ°Π½ΠΈΠΈ}}, + patentus = {{ΠΏΠ°ΡΠ΅Π½Ρ Π‘Π¨Π}{ΠΏΠ°Ρ\adddotspace Π‘Π¨Π}}, + patreq = {{Π·Π°ΡΠ²ΠΊΠ° Π½Π° ΠΏΠ°ΡΠ΅Π½Ρ}{Π·Π°ΡΠ²ΠΊΠ° Π½Π° ΠΏΠ°Ρ\adddot}}, + patreqde = {{Π·Π°ΡΠ²ΠΊΠ° Π½Π° ΠΏΠ°ΡΠ΅Π½Ρ ΠΠ΅ΡΠΌΠ°Π½ΠΈΠΈ}{Π·Π°ΡΠ²ΠΊΠ° Π½Π° ΠΏΠ°Ρ\adddotspace ΠΠ΅ΡΠΌΠ°Π½ΠΈΠΈ}}, + patreqeu = {{Π·Π°ΡΠ²ΠΊΠ° Π½Π° ΠΏΠ°ΡΠ΅Π½Ρ ΠΠ²ΡΠΎΠΏΡ}{Π·Π°ΡΠ²ΠΊΠ° Π½Π° ΠΏΠ°Ρ\adddotspace ΠΠ²ΡΠΎΠΏΡ}}, + patreqfr = {{Π·Π°ΡΠ²ΠΊΠ° Π½Π° ΠΏΠ°ΡΠ΅Π½Ρ Π€ΡΠ°Π½ΡΠΈΠΈ}{Π·Π°ΡΠ²ΠΊΠ° Π½Π° ΠΏΠ°Ρ\adddotspace Π€ΡΠ°Π½ΡΠΈΠΈ}}, + patrequk = {{Π·Π°ΡΠ²ΠΊΠ° Π½Π° ΠΏΠ°ΡΠ΅Π½Ρ ΠΠ΅Π»ΠΈΠΊΠΎΠ±ΡΠΈΡΠ°Π½ΠΈΠΈ}{Π·Π°ΡΠ²ΠΊΠ° Π½Π° ΠΏΠ°Ρ\adddotspace ΠΠ΅Π»ΠΈΠΊΠΎΠ±ΡΠΈΡΠ°Π½ΠΈΠΈ}}, + patrequs = {{Π·Π°ΡΠ²ΠΊΠ° Π½Π° ΠΏΠ°ΡΠ΅Π½Ρ Π‘Π¨Π}{Π·Π°ΡΠ²ΠΊΠ° Π½Π° ΠΏΠ°Ρ\adddotspace Π‘Π¨Π}}, + file = {{ΡΠ°ΠΉΠ»}{ΡΠ°ΠΉΠ»}}, + library = {{Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ°}{Π±ΠΈΠ±Π»\adddot}}, + abstract = {{ΡΠ΅Π·ΡΠΌΠ΅}{ΡΠ΅Π·\adddot}}, + annotation = {{Π°Π½Π½ΠΎΡΠ°ΡΠΈΡ}{Π°Π½Π½\adddot}}, +} + +\protected\gdef\lbx@ru@mkbibdatemonth#1{% + \ifcase0#1\relax + #1\BibliographyWarning{Month out of range}% + \or\abx@bibmonth{datejanuary}% + \or\abx@bibmonth{datefebruary}% + \or\abx@bibmonth{datemarch}% + \or\abx@bibmonth{dateapril}% + \or\abx@bibmonth{datemay}% + \or\abx@bibmonth{datejune}% + \or\abx@bibmonth{datejuly}% + \or\abx@bibmonth{dateaugust}% + \or\abx@bibmonth{dateseptember}% + \or\abx@bibmonth{dateoctober}% + \or\abx@bibmonth{datenovember}% + \or\abx@bibmonth{datedecember}% + \else + #1\BibliographyWarning{Month out of range}% + \fi}% + +\endinput diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/spanish.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/spanish.lbx index 32076d14fab..4da696155fe 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/spanish.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/spanish.lbx @@ -1,11 +1,7 @@ -% $Id: spanish.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: spanish.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{spanish.lbx} -[\abx@lbxid $Id: spanish.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] - -% Status: -% - Incomplete -% - Translations by native speakers +[\abx@lbxid $Id: spanish.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] \DeclareRedundantLanguages{spanish}{spanish} @@ -17,6 +13,7 @@ \providecommand*{\sptext}{\textsuperscript}% \sptext -> spanish.ldf (babel) \protected\def\mkbibmascord#1{\stripzeros{#1}\sptext{o}}% \protected\def\mkbibfemord#1{\stripzeros{#1}\sptext{a}}% + \protected\def\mkbibneutord{\mkbibmascord}% \protected\def\mkbibdatelong#1#2#3{% \iffieldundef{#3} {} @@ -251,6 +248,9 @@ volumes = {{vol\'umenes}{vols\adddot}}, jourvol = {{volumen}{vol\adddot}}, jourser = {{\'epoca}{\'ep\adddot}}, +% book = {{}{}}, % FIXME: missing +% part = {{}{}}, % FIXME: missing +% issue = {{}{}}, % FIXME: missing newseries = {{nueva \'epoca}{n\adddotspace\'ep\adddot}}, oldseries = {{antigua \'epoca}{ant\adddotspace\'ep\adddot}}, edition = {{edici\'on}{ed\adddot}}, @@ -284,9 +284,10 @@ version = {{versi\'on}{versi\'on}}, url = {{direcci\'on}{direcci\'on}}, urlseen = {{visitado}{visitado}}, -% inpress = {{}{}}, % FIXME: missing % inpreparation = {{}{}}, % FIXME: missing % submitted = {{}{}}, % FIXME: missing +% forthcoming = {{}{}}, % FIXME: missing +% inpress = {{}{}}, % FIXME: missing citedas = {{citado en adelante como}{cit\adddotspace en adelante como}}, % thiscite = {{}{}}, % FIXME: missing % seenote = {{}{}}, % FIXME: missing @@ -324,9 +325,11 @@ december = {{diciembre}{dic\adddot}}, langamerican = {{americano}{americano}}, langbrazilian = {{brasile\~no}{brasile\~no}}, +% langcroatian = {{}{}}, % FIXME: missing langdanish = {{dan\'es}{dan\'es}}, langdutch = {{neerland\'es}{neerland\'es}}, langenglish = {{ingl\'es}{ingl\'es}}, +% langfinnish = {{}{}}, % FIXME: missing langfrench = {{franc\'es}{franc\'es}}, langgerman = {{alem\'an}{alem\'an}}, langgreek = {{griego}{griego}}, @@ -334,13 +337,16 @@ langlatin = {{lat\'{\i}n}{lat\'{\i}n}}, langnorwegian = {{noruego}{noruego}}, langportuguese = {{portugu\'es}{portugu\'es}}, +% langrussian = {{}{}}, % FIXME: missing langspanish = {{espa\~nol}{espa\~nol}}, langswedish = {{sueco}{sueco}}, fromamerican = {{del americano}{del americano}}, frombrazilian = {{del brasile\~no}{del brasile\~no}}, +% fromcroatian = {{}{}}, % FIXME: missing fromdanish = {{del dan\'es}{del dan\'es}}, fromdutch = {{del neerland\'es}{del neerland\'es}}, fromenglish = {{del ingl\'es}{del ingl\'es}}, +% fromfinnish = {{}{}}, % FIXME: missing fromfrench = {{del franc\'es}{del franc\'es}}, fromgerman = {{del alem\'an}{del alem\'an}}, fromgreek = {{del griego}{del griego}}, @@ -348,6 +354,7 @@ fromlatin = {{del lat\'{\i}n}{del lat\'{\i}n}}, fromnorwegian = {{del noruego}{del noruego}}, fromportuguese = {{del portugu\'es}{del portugu\'es}}, +% fromrussian = {{}{}}, % FIXME: missing fromspanish = {{del espa\~nol}{del espa\~nol}}, fromswedish = {{del sueco}{del sueco}}, countryde = {{Alemania}{DE}}, diff --git a/Master/texmf-dist/tex/latex/biblatex/lbx/swedish.lbx b/Master/texmf-dist/tex/latex/biblatex/lbx/swedish.lbx index 918fa07b1a5..142add75a02 100644 --- a/Master/texmf-dist/tex/latex/biblatex/lbx/swedish.lbx +++ b/Master/texmf-dist/tex/latex/biblatex/lbx/swedish.lbx @@ -1,12 +1,8 @@ -% $Id: swedish.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $ +% $Id: swedish.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $ \ProvidesFile{swedish.lbx} -[\abx@lbxid $Id: swedish.lbx,v 1.6 2011/07/29 19:21:28 lehman stable $] +[\abx@lbxid $Id: swedish.lbx,v 1.7 2011/11/13 19:09:07 lehman stable $] -% Status: -% - Incomplete -% - Translations by native speakers -% % Changes: % 2009-03-02 Update by Per Starb\"ack % @@ -52,6 +48,7 @@ % \endgroup}% \protected\def\mkbibmascord{\mkbibordinal}% \protected\def\mkbibfemord{\mkbibordinal}% + \protected\def\mkbibneutord{\mkbibordinal}% \protected\def\mkbibdatelong#1#2#3{% \iffieldundef{#3} {} @@ -276,6 +273,9 @@ volumes = {{volymer}{vol\adddot}}, jourvol = {{\aa rg\aa ng}{\aa rg\adddot}}, jourser = {{serie}{ser\adddot}}, +% book = {{}{}}, % FIXME: missing +% part = {{}{}}, % FIXME: missing +% issue = {{}{}}, % FIXME: missing % Both "ny serie (N.S.)" and "ny f\"oljd (N.F.)" are common newseries = {{ny f\"oljd}{N.\,F\adddot}}, oldseries = {{gammal f\"oljd}{gammal f\"oljd}}, @@ -318,9 +318,10 @@ version = {{version}{version}}, url = {{webbadress}{URL}}, urlseen = {{senast h\"amtad}{h\"amtad}}, -% inpress = {{}{}}, % FIXME: missing % inpreparation = {{}{}}, % FIXME: missing % submitted = {{}{}}, % FIXME: missing +% forthcoming = {{}{}}, % FIXME: missing +% inpress = {{}{}}, % FIXME: missing citedas = {{h\"adanefter citerad som}{h\"adanefter cit\adddotspace som}}, % thiscite = {{}{}}, % FIXME: missing seenote = {{se not}{se not}}, @@ -358,9 +359,11 @@ december = {{december}{dec\adddot}}, langamerican = {{amerikanska}{amerikanska}}, % langbrazilian = {{}{}}, % FIXME: missing +% langcroatian = {{}{}}, % FIXME: missing langdanish = {{danska}{danska}}, % langdutch = {{}{}}, % FIXME: missing langenglish = {{engelska}{engelska}}, +% langfinnish = {{}{}}, % FIXME: missing langfrench = {{franska}{franska}}, langgerman = {{tyska}{tyska}}, langgreek = {{grekiska}{grekiska}}, @@ -368,13 +371,16 @@ langlatin = {{latin}{latin}}, langnorwegian = {{norska}{norska}}, % langportuguese = {{}{}}, % FIXME: missing +% langrussian = {{}{}}, % FIXME: missing langspanish = {{spanska}{spanska}}, langswedish = {{svenska}{svenska}}, fromamerican = {{fr\aa n amerikanska}{fr\aa n amerikanska}}, % frombrazilian = {{}{}}, % FIXME: missing +% fromcroatian = {{}{}}, % FIXME: missing fromdanish = {{fr\aa n danska}{fr\aa n danska}}, % fromdutch = {{}{}}, % FIXME: missing fromenglish = {{fr\aa n engelska}{fr\aa n engelska}}, +% fromfinnish = {{}{}}, % FIXME: missing fromfrench = {{fr\aa n franska}{fr\aa n franska}}, fromgerman = {{fr\aa n tyska}{fr\aa n tyska}}, fromgreek = {{fr\aa n grekiska}{fr\aa n grekiska}}, @@ -382,6 +388,7 @@ fromlatin = {{fr\aa n latin}{fr\aa n latin}}, fromnorwegian = {{fr\aa n norska}{fr\aa n norska}}, % fromportuguese = {{}{}}, % FIXME: missing +% fromrussian = {{}{}}, % FIXME: missing fromspanish = {{fr\aa n spanska}{fr\aa n spanska}}, fromswedish = {{fr\aa n svenska}{fr\aa n svenska}}, countryde = {{Tyskland}{DE}}, |