diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-19 22:26:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-19 22:26:07 +0000 |
commit | 413c087ced3433049aab7d00f093b1ee05d1a1b8 (patch) | |
tree | 11b55ff793729e94d051451a4e623682ddf4a02a /Master/texmf-dist/doc/latex/biblatex-gost | |
parent | 0a7b8bdcbe02e88c759c901d8eafdc575d3984a7 (diff) |
biblatex-gost (19jul16)
git-svn-id: svn://tug.org/texlive/trunk@41730 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-gost')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-gost/README | 56 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-gost/README.md | 59 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.bib | 116 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.pdf | bin | 620546 -> 619485 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.tex | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost.pdf | bin | 242901 -> 245312 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost.tex | 170 |
7 files changed, 230 insertions, 176 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-gost/README b/Master/texmf-dist/doc/latex/biblatex-gost/README deleted file mode 100644 index 09307923628..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-gost/README +++ /dev/null @@ -1,56 +0,0 @@ -This package is a collection of biblatex bibliography and citation styles -to format bibliography according to Russian standard GOST 7.0.5-2008. -For documentation and release notes please refer to biblatex-gost.pdf. -The documentation is mainly in Russian. Formatting examples for various -bibliography entries may be found in biblatex-gost-examples.pdf. - -To use the current version of the package you will need biblatex 3.3/biber 2.4 -or later. Using the styles is not different from using any other biblatex styles, -please refer to the biblatex documentation. - -For feedbacks and bug reports please use the project page -http://sourceforge.net/projects/biblatexgost -or e-mail me at the address in documentation. - -Installation ------------- - -The package is a part of major TeX distributions and can be installed -automatically. For manual installation use one of the methods below. - -METHOD 1 - - Download the file - - http://mirror.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-gost.zip - - Unpack the content of the 'tex' directory to - - <TEXMFLOCAL>/tex/latex/biblatex-gost/ - - and the content of the 'doc' directory to - - <TEXMFLOCAL>/doc/latex/biblatex-gost/ - - Refresh the file hash tables. - -METHOD 2 - - Download the file biblatex-gost-<version>.tds.zip from - - http://sourceforge.net/projects/biblatexgost/files/ - - Unpack the archive into your <TEXMFLOCAL> tree. - Refresh the file hash tables. - -License information -------------------- - -Permission is granted to copy, distribute and/or modify this software under -the terms of the LaTeX Project Public License, version 1.3c or any later -version (http://mirror.ctan.org/macros/latex/base/lppl.txt). -This software is provided 'as is', without warranty of any kind, either -expressed or implied, including, but not limited to, the implied warranties -of merchantability and fitness for a particular purpose. - -This package is maintained. The current maintainer is Oleg Domanov.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/biblatex-gost/README.md b/Master/texmf-dist/doc/latex/biblatex-gost/README.md new file mode 100644 index 00000000000..a7fff74e562 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-gost/README.md @@ -0,0 +1,59 @@ +This package is a collection of +[Biblatex](https://github.com/plk/biblatex) bibliography and citation +styles to format bibliography according to Russian standard GOST +7.0.5-2008. For documentation and release notes please refer to +biblatex-gost.pdf. The documentation is mainly in Russian. Formatting +examples for various bibliography entries may be found in +biblatex-gost-examples.pdf. + +Using the styles is not different from using any other biblatex styles, +please refer to the biblatex documentation. + +Current and previous releases as well as the development version can +be found on the Sourceforge project page +http://sourceforge.net/projects/biblatexgost. The source code location +is https://github.com/odomanov/biblatex-gost. Please use this page for feedbacks +and bug reports/ + +# License information # + +Permission is granted to copy, distribute and/or modify this software under +the terms of the LaTeX Project Public License, version 1.3c or any later +version (http://mirror.ctan.org/macros/latex/base/lppl.txt). +This software is provided 'as is', without warranty of any kind, either +expressed or implied, including, but not limited to, the implied warranties +of merchantability and fitness for a particular purpose. + +This package is maintained. The current maintainer is Oleg Domanov. + +# Installation # + +The package is a part of major TeX distributions and can be installed +automatically. For manual installation use one of the methods below. + +### Method 1 ### + +Download the file + + http://mirror.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-gost.zip + +Unpack the content of the `tex` directory to + + <TEXMFLOCAL>/tex/latex/biblatex-gost/ + +and the content of the `doc` directory to + + <TEXMFLOCAL>/doc/latex/biblatex-gost/ + +Refresh the file hash tables. + +### Method 2 ### + +Download the file `biblatex-gost-<version>.tds.zip` from + + http://sourceforge.net/projects/biblatexgost/files/ + +Unpack the archive into your `<TEXMFLOCAL>` tree. Refresh the file +hash tables. + + diff --git a/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.bib b/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.bib index b69c025ceab..bf2b6bea71c 100644 --- a/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.bib +++ b/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.bib @@ -6345,27 +6345,27 @@ langid = {russian}, } @PATENT{patent2h, - heading = {Заявка 1095735 Рос. федерация, МПК\ensuremath{^7} B 64 G 1/00}, - author = {Тернер, Э. В.}, - authortype = {США}, - title = {Одноразовая ракета-носитель}, - media = {text}, - _type = {patreq}, - _number = {1095735}, - _location = {countryru}, - _ipc = {МПК\ensuremath{^7} B 64 G 1/00}, - holder = {{заявитель Спейс Системз/Лорал, инк.}}, - credits = {патент. поверенный Егорова Г. Б.}, - reqnumber = {2000108705/28}, - date = {2000-04-07}, - publdate = {2001-03-10}, - publication = {Бюл. № 7 (I ч.)\midsentence}, - prdate = {1999-04-09}, - prnumber = {09/289, 037}, - prcountry = {countryus}, - pagetotal = {5 с.~: ил.}, - language = {russian}, - langid = {russian}, + heading = {Заявка 1095735 Рос. федерация, МПК\ensuremath{^7} B 64 G 1/00}, + author = {Тернер, Э. В.}, + authorcountry ={США}, + title = {Одноразовая ракета-носитель}, + media = {text}, + _type = {patreq}, + _number = {1095735}, + _location = {countryru}, + _ipc = {МПК\ensuremath{^7} B 64 G 1/00}, + holder = {{заявитель Спейс Системз/Лорал, инк.}}, + credits = {патент. поверенный Егорова Г. Б.}, + requestnumber ={2000108705/28}, + date = {2000-04-07}, + publicationdate ={2001-03-10}, + publication = {Бюл. № 7 (I ч.)\midsentence}, + prioritydate = {1999-04-09}, + prioritynumber ={09/289, 037}, + prioritycountry ={countryus}, + pagetotal = {5 с.~: ил.}, + language = {russian}, + langid = {russian}, } @PATENT{patent3h, heading = {А.\,с. 1007970 СССР, МКИ\ensuremath{^3} В 25.1 15/00}, @@ -6405,46 +6405,46 @@ } @PATENT{patent2, - _heading = {Заявка 1095735 Рос. федерация}, - author = {Тернер, Э. В.}, - authortype = {США}, - title = {Одноразовая ракета-носитель}, - media = {text}, - type = {patreq}, - number = {1095735}, - location = {countryru}, - ipc = {МПК\ensuremath{^7} B 64 G 1/00}, - holder = {{заявитель Спейс Системз/Лорал, инк.}}, - credits = {патент. поверенный Егорова Г. Б.}, - reqnumber = {2000108705/28}, - date = {2000-04-07}, - publdate = {2001-03-10}, - publication = {Бюл. № 7 (I ч.)\midsentence}, - prdate = {1999-04-09}, - prnumber = {09/289, 037}, - prcountry = {countryus}, - pagetotal = {5 с.~: ил.}, - language = {russian}, - langid = {russian}, + _heading = {Заявка 1095735 Рос. федерация}, + author = {Тернер, Э. В.}, + authorcountry ={США}, + title = {Одноразовая ракета-носитель}, + media = {text}, + type = {patreq}, + number = {1095735}, + location = {countryru}, + ipc = {МПК\ensuremath{^7} B 64 G 1/00}, + holder = {{заявитель Спейс Системз/Лорал, инк.}}, + credits = {патент. поверенный Егорова Г. Б.}, + requestnumber ={2000108705/28}, + date = {2000-04-07}, + publicationdate ={2001-03-10}, + publication = {Бюл. № 7 (I ч.)\midsentence}, + prioritydate = {1999-04-09}, + prioritynumber ={09/289, 037}, + prioritycountry ={countryus}, + pagetotal = {5 с.~: ил.}, + language = {russian}, + langid = {russian}, } @PATENT{patent3, - _heading = {А.\,с. 1007970 СССР}, - author = {В. С. Ваулин and В. Г. Кемайкин}, - authortype = {СССР}, - title = {Устройство для захвата неориентированных деталей типа валов}, - media = {text}, - type = {invcert}, - number = {1007970}, - location = {countryussr}, - ipc = {МКИ\ensuremath{^3} В 25.1 15/00}, - reqnumber = {3360585/25-08}, - date = {1981-11-23}, - publication = {Бюл. № 12}, - publdate = {1983-03-30}, - pagetotal = {2 с.~: ил.}, - language = {russian}, - langid = {russian}, + _heading = {А.\,с. 1007970 СССР}, + author = {В. С. Ваулин and В. Г. Кемайкин}, + authorcountry ={СССР}, + title = {Устройство для захвата неориентированных деталей типа валов}, + media = {text}, + type = {invcert}, + number = 1007970, + location = {countryussr}, + ipc = {МКИ\ensuremath{^3} В 25.1 15/00}, + reqnumber = {3360585/25-08}, + date = {1981-11-23}, + publication = {Бюл. № 12}, + publdate = {1983-03-30}, + pagetotal = {2 с.~: ил.}, + language = {russian}, + langid = {russian}, } @REFERENCE{standard1h, heading = {ГОСТ Р 51771---2001}, diff --git a/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.pdf b/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.pdf Binary files differindex b1d2242869e..4cbe4c2cebf 100644 --- a/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.tex b/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.tex index 791a29beec5..c9f63e7dea5 100644 --- a/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.tex +++ b/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost-examples.tex @@ -91,3 +91,8 @@ I hope this is not going to confuse the reader too much. \section{Bibliography database\label{bibfile}} \VerbatimInput[fontsize=\small,codes={\catcode`\-=11},commandchars=\@\[\]]{biblatex-gost-examples.bib} \end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: diff --git a/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost.pdf b/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost.pdf Binary files differindex 2feee5157ee..d79196c3c17 100644 --- a/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost.tex b/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost.tex index 052dff43297..ea03c46a0c5 100644 --- a/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost.tex +++ b/Master/texmf-dist/doc/latex/biblatex-gost/biblatex-gost.tex @@ -3,7 +3,7 @@ \pdfgentounicode=1 %(cmap) \documentclass[10pt,a4paper,headings=small,numbers=enddot,english,russian]{ltxdockit} \usepackage[vscale=0.8,hdivide={0.2\paperwidth,*,0.1\paperwidth}]{geometry} -\usepackage[T2A]{fontenc} +\usepackage[T1,T2A]{fontenc} \usepackage[utf8]{inputenc} \usepackage{btxdockit} \usepackage{babel} @@ -22,6 +22,8 @@ bibstyle=gost-standard, \usepackage{paratype} \usepackage{wrapfig} +\lstset{keepspaces=true} + \hypersetup{unicode=true} \newcommand*{\biber}{Biber\xspace} @@ -30,6 +32,7 @@ bibstyle=gost-standard, \newcommand*{\biblatexctan}{http://mirror.ctan.org/macros/latex/contrib/biblatex/} \newcommand*{\biblatexgost}{Biblatex-GOST\xspace} \newcommand*{\biblatexgosthome}{http://sourceforge.net/projects/biblatexgost/} +\newcommand*{\biblatexgostcode}{https://github.com/odomanov/biblatex-gost/} \newcommand*{\biblatexgostctan} {http://mirror.ctan.org/macros/latex/contrib/biblatex-contrib/biblatex-gost/} @@ -133,20 +136,22 @@ bibstyle=gost-standard, \section{Введение} \label{sec:int} -Пакет \biblatexgost{}\fnurl{http://sourceforge.net/projects/biblatexgost/} представляет - собой набор стилей для - \biblatex{}\unspace\fnurl{http://mirror.ctan.org/macros/latex/contrib/biblatex/} - и предназначен для оформления библиографических ссылок в соответствии с требованиями - ГОСТа 7.0.5---2008 - (а также 7.1---2003, 7.80---2000, 7.82---2001 и др., см. подробнее \secref{sec:whatfor}). -Пакет будет полезен прежде всего в - гуманитарных дисциплинах с высокими требованиями к оформлению библиографии, многие из - которых \bibtex не в состоянии удовлетворить (это касается в первую очередь многоязычных - библиографий, а также библиографических ссылок в сносках, использования Ibid., Op. cit. и - т.\,д.). - -На SourceForge можно найти небольшую вики с советами: -\url{https://sourceforge.net/p/biblatexgost/wiki/}. +Пакет \biblatexgost{}\footnote{Сайт проекта: + \url{http://sourceforge.net/projects/biblatexgost/}. Исходный код: + \url{https://github.com/odomanov/biblatex-gost}.} представляет собой +набор стилей для +\biblatex{}\unspace\fnurl{http://mirror.ctan.org/macros/latex/contrib/biblatex/} +и предназначен для оформления библиографических ссылок в соответствии +с требованиями ГОСТа 7.0.5---2008 (а также 7.1---2003, 7.80---2000, +7.82---2001 и др., см. подробнее \secref{sec:whatfor}). +Пакет будет полезен прежде всего в гуманитарных дисциплинах с высокими +требованиями к оформлению библиографии, многие из которых \bibtex не в +состоянии удовлетворить (это касается в первую очередь многоязычных +библиографий, а также библиографических ссылок в сносках, +использования Ibid., Op. cit. и т.\,д.). + +На GitHub можно найти небольшую вики с советами: +\url{https://github.com/odomanov/biblatex-gost/wiki/}. \subsection{Лицензия} \label{sec:lic} @@ -187,7 +192,7 @@ maintained. точки зрения совместимости с предыдущими версиями. Более полный список изменений см. в \Apxref{apx:changelog}. -\subsubsection*{Версия 1.6} +\subsubsection*{Версии 1.7, 1.6} \begin{trivlist} \item Нет критических изменений. @@ -1104,9 +1109,6 @@ introduction & вступительная статья \prm{кого} & всту \subsection{Тома, книги, части, выпуски} \label{sec:volsparts} -Издание может разделяться на физически отдельные части, которые могут называться по-разному. \biblatexgost поддерживает деление на тома, книги, части и выпуски. -Соответствующие им поля базы данных показаны в \tabref{tab:volsparts}. - \begin{wraptable}{r}{0pt} %\begin{table}[htbp] \tablesetup @@ -1129,6 +1131,9 @@ introduction & вступительная статья \prm{кого} & всту %\end{table} \end{wraptable} +Издание может разделяться на физически отдельные части, которые могут называться по-разному. \biblatexgost поддерживает деление на тома, книги, части и выпуски. +Соответствующие им поля базы данных показаны в \tabref{tab:volsparts}. + Если эти поля являются целыми числами, то они выводятся в виде: \enquote{В 5 т.}, \enquote{В 4 вып.} и т.\,д. В противном случае, они выводятся как есть: \enquote{В 5-и томах (6-и кн.)} и т.\,д. Строковые значения при занесении в базу данных следует @@ -1197,7 +1202,7 @@ volsorder = {pbi}, ... } -@COLLECTION{coll, +@COLLECTION{coll3, crossref = {coll}, title = {|Сказки Центральной Африки|}, volume = {3}, @@ -1294,22 +1299,29 @@ volsorder = {pbi}, Код Международной патентной классификации (МПК) или Международной классификации изобретений (МКИ). -\fielditem{reqnumber}{literal} +\fielditem{authorcountry}{literal} + +Страна автора патента. + +\fielditem{requestnumber}{literal} Регистрационный номер заявки на патентный документ. -\fielditem{publdate}{date}\noitemspace% +\fielditem{publicationdate}{date}\noitemspace% \fielditem{publication}{literal} Дата публикации и сведения об официальном издании, в котором опубликованы сведения о патентном документе. -\fielditem{prdate}{date}\noitemspace% -\fielditem{prnumber}{literal}\noitemspace% -\fielditem{prcountry}{literal} +\fielditem{prioritydate}{date}\noitemspace% +\fielditem{prioritynumber}{literal}\noitemspace% +\fielditem{prioritycountry}{literal} Сведения о конвенционном приоритете: дата подачи заявки, номер и название страны конвенционного приоритета. +Вместо названия страны можно использовать локализованные +идентификаторы, такие как \texttt{countryussr} или \texttt{countryfr} +"--- см.~примеры. \end{fieldlist} @@ -1319,29 +1331,56 @@ volsorder = {pbi}, Поле \bibfield{type} может иметь значения \opt{patent}, \opt{patreq} и \opt{invcert}, соответствующие патенту, заявке и авторскому свидетельству. -Пример оформление патента под заглавием (без заголовка): +\pagebreak[2] + +Для совместимости с предыдущими версиями часть полей имеет +альтернативные имена, приведённые в~\tabref{tab:patent-fields}. + +% \begin{wraptable}{r}{0pt} +\begin{table}[htb] +% \begingroup + \tablesetup + \centering + \begin{tabularx}{.6\textwidth}{@{}V{.3\textwidth}@{}V{.3\textwidth}@{}} + \toprule + \multicolumn{1}{@{}H}{Имя} & + \multicolumn{1}{@{}H}{Альтернативное имя} \\ + \cmidrule(r){1-1}\cmidrule{2-2} + authorcountry & authortype \\ + requestnumber & reqnumber \\ + publicationdate & publdate \\ + prioritydate & prdate \\ + prioritynumber & prnumber \\ + prioritycountry & prcountry \\ + \bottomrule + \end{tabularx} + \caption{Альтернативные имена полей для патентов\label{tab:patent-fields}} +% \endgroup +\end{table} +% \end{wraptable} +Пример оформление патента под заглавием (без заголовка): \begin{lstlisting}[style=bibtex,escapechar=|] @PATENT{patent2, - author = {|Тернер, Э. В.|}, - authortype = {|США|}, - title = {|Одноразовая ракета-носитель|}, - media = {text}, - type = {patreq}, - number = {1095735}, - location = {countryru}, - ipc = {|МПК|\ensuremath{^7} B 64 G 1/00}, - holder = {{|заявитель Спейс Системз/Лорал, инк.|}}, - credits = {|патент. поверенный Егорова Г. Б.|}, - reqnumber = {2000108705/28}, - date = {2000-04-07}, - publdate = {2001-03-10}, - publication = {|Бюл. № 7 (I ч.)|\midsentence}, - prdate = {1999-04-09}, - prnumber = {09/289, 037}, - prcountry = {countryus}, - pagetotal = {|5 с.~: ил.|}, - langid = {russian}, + author = {|Тернер, Э. В.|}, + authorcountry = {|США|}, + title = {|Одноразовая ракета-носитель|}, + media = {text}, + type = {patreq}, + number = {1095735}, + location = {countryru}, + ipc = {|МПК|\ensuremath{^7} B 64 G 1/00}, + holder = {{|заявитель Спейс Системз/Лорал, инк.|}}, + credits = {|патент. поверенный Егорова Г. Б.|}, + requestnumber = {2000108705/28}, + date = {2000-04-07}, + publicationdate = {2001-03-10}, + publication = {|Бюл. № 7 (I ч.)|\midsentence}, + prioritydate = {1999-04-09}, + prioritynumber = {09/289, 037}, + prioritycountry = {countryus}, + pagetotal = {|5 с.~: ил.|}, + langid = {russian}, } \end{lstlisting} @@ -1351,22 +1390,22 @@ volsorder = {pbi}, \begin{lstlisting}[style=bibtex,escapechar=|] @PATENT{patent2, - heading = {|Заявка 1095735 Рос. федерация, МПК|\ensuremath{^7} B 64 G 1/00}, - author = {|Тернер, Э. В.|}, - authortype = {|США|}, - title = {|Одноразовая ракета-носитель|}, - media = {text}, - holder = {{|заявитель Спейс Системз/Лорал, инк.|}}, - credits = {|патент. поверенный Егорова Г. Б.|}, - reqnumber = {2000108705/28}, - date = {2000-04-07}, - publdate = {2001-03-10}, - publication = {|Бюл. № 7 (I ч.)|\midsentence}, - prdate = {1999-04-09}, - prnumber = {09/289, 037}, - prcountry = {countryus}, - pagetotal = {|5 с.~: ил.|}, - langid = {russian}, + heading = {|Заявка 1095735 Рос. федерация, МПК|\ensuremath{^7} B 64 G 1/00}, + author = {|Тернер, Э. В.|}, + authorcountry = {|США|}, + title = {|Одноразовая ракета-носитель|}, + media = {text}, + holder = {{|заявитель Спейс Системз/Лорал, инк.|}}, + credits = {|патент. поверенный Егорова Г. Б.|}, + requestnumber = {2000108705/28}, + date = {2000-04-07}, + publicationdate = {2001-03-10}, + publication = {|Бюл. № 7 (I ч.)|\midsentence}, + prioritydate = {1999-04-09}, + prioritynumber = {09/289, 037}, + prioritycountry = {countryus}, + pagetotal = {|5 с.~: ил.|}, + langid = {russian}, } \end{lstlisting} @@ -1894,7 +1933,7 @@ gost-inline & false & true \\ \begin{itemize} \item Пакет при сортировке помещает латинские буквы перед кириллическими. О возможных способах обхода см.: -\url{https://sourceforge.net/p/biblatexgost/wiki/}. +\url{https://github.com/odomanov/biblatex-gost/wiki/}. % Это связано с ограничениями % модуля Unicode::Collate языка Perl, на котором написан \biber (не реализовано правило @@ -2166,6 +2205,13 @@ pageref & + & + & + & + & + & + & + & + \begin{changelog} + \begin{release}{1.7}{18-07-2016} + \item Добавлены альтернативные имена полей для патентов.\see{sec:patent} + \item Исправлена ошибка в выводе \texttt{bookcredits}. + \item Исходный код перенесён на \texttt{github}. Добавлены ссылки на + него.\see{sec:int} + \end{release} + \begin{release}{1.6}{05-04-2016} \item Исправлены ошибки в модели данных (не влияли на вывод). \item Исправлена ошибка при выводе повторных (сокращённых) ссылок в |