diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-03 22:43:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-03 22:43:02 +0000 |
commit | 01b003297fdb3212b399d3a7421eefe0f15e3157 (patch) | |
tree | 50c41447d3ba7ba43ad9e0ed07dbdf0056dd2840 /Master/texmf-dist/doc | |
parent | 8eee6a8899b57558d5d83d6e0064c16ee287be7d (diff) |
biblatex-iso690
git-svn-id: svn://tug.org/texlive/trunk@52629 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-iso690/biblatex-iso690.pdf | bin | 166874 -> 167673 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-iso690/biblatex-iso690.tex | 42 |
2 files changed, 34 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-iso690/biblatex-iso690.pdf b/Master/texmf-dist/doc/latex/biblatex-iso690/biblatex-iso690.pdf Binary files differindex c165500314e..99bf7c4a520 100644 --- a/Master/texmf-dist/doc/latex/biblatex-iso690/biblatex-iso690.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-iso690/biblatex-iso690.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-iso690/biblatex-iso690.tex b/Master/texmf-dist/doc/latex/biblatex-iso690/biblatex-iso690.tex index 3ec1ca4d9bc..1ff35be97a1 100644 --- a/Master/texmf-dist/doc/latex/biblatex-iso690/biblatex-iso690.tex +++ b/Master/texmf-dist/doc/latex/biblatex-iso690/biblatex-iso690.tex @@ -23,6 +23,7 @@ ,sortlocale=cs_CZ ,bibencoding=UTF8 ,spacecolon=false + % ,isbn=false %,block=ragged ]{biblatex} @@ -34,7 +35,7 @@ url={https://github.com/michal-h21/biblatex-iso690}, author={Michal Hoftich}, email={michal.h21@gmail.com}, - revision={0.3.2}, + revision={0.3.3}, date={\today}} \hypersetup{% @@ -124,7 +125,7 @@ The international standard ISO 690 prescribes exactly 3 methods of citation. However, based on the user input, this package contains more of them. -\subsubsection{Official methods} +\subsubsection{Standardized methods} \begin{description} \item[iso-authoryear] name and date system, so-called Harvard style @@ -134,7 +135,7 @@ more of them. There is also one more system of running notes, which is not implemented yet. -\subsubsection{Unofficial methods} +\subsubsection{Non-standardized methods} \begin{description} \item[iso-alphabetic] alphabetic system @@ -149,9 +150,9 @@ Frequently used package options are \begin{description} \item[style] style to be used for bibliographic references and citations. -Four possibilities are available, \t|iso-authoryear| commonly known as -“Harvard system”, \t|iso-numeric| as a numeric system, \t|iso-alphabetic| -and \t|iso-authortitle|. +Four possibilities are available for the \t|biblatex-iso690| package, +\t|iso-authoryear| commonly known as “Harvard system”, \t|iso-numeric| as a +numeric system, \t|iso-alphabetic| and \t|iso-authortitle|. \item[backend] backend program for generating bibliographic entries. \biber is the default one for the \biblatex package, providing a large variety @@ -161,7 +162,8 @@ are far behind the possibilities of \biber. \biber is the recommended backend. \item[autolang] controls which language environment is used. The most significant value is \t|other|, which supports printing localization terms in the language of the resource or language specific hyphenation. -Default value is \t|none|, which disables this feature. +Default value for \biblatex package is \t|none|, which disables this feature. +Default value for \t|biblatex-iso690| package is \t|other|. \item[sortlocale] responsible for sorting the bibliography according to the entered \t|locale| identifier. It should usually be set to one using the @@ -198,6 +200,18 @@ encoding of the \t|tex| file. \textit{availability and access} is possible by setting the option to \t|false|. Otherwise it will be printed in the \textit{notes} section. Default value is \t|true|. + + \item[doi] enable or disable printing of the DOI number. Default value is + \t|true|. + + \item[isbn] enable or disable printing of the ISBN, ISSN and other standard + identifiers. Default value is \t|true|. + + \item[eprint] enable or disable printing of the eprint field. Default value + is \t|true|. + + \item[url] enable or disable printing of the URL. Default value is \t|true|. + \end{description} @@ -507,7 +521,19 @@ in a reference. The field \t|library| serves for this purpose. \begin{changelog} -\begin{release}{0.3.2}{2016-04-25} +\begin{release}{0.3.3}{2019-10-30} +\item Doc better wording +\item Enable multilingual references by default +\item Added isbn, doi, url and eprint options for blocking corresponding fields +\item Printing out (the same) editors also in the consecutive entries -- + get rid of the dash as default (\t|iso-authoryear| style) +\item Removed deprecated \biblatex\ options +\item Changed URL address for DOI records +\item Clean up of indentation and spacing in the source code +\item Renamed \t|editor| macro to \t|incollection-editor| +\end{release} + +\begin{release}{0.3.2}{2017-04-25} \item Synchronized \t|iso-numeric| bibliography environment with original \t|numeric| style \item Added support for alphabetic bibliographic style (\t|iso-alphabetic|) \item Incompatible change: \t|thesisinfolast| package option changed to \t|thesisinfoinnotes| |