diff options
Diffstat (limited to 'icite.dtx')
-rw-r--r-- | icite.dtx | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -188,7 +188,7 @@ Running "make install" installs the files in the local TeX tree. | |||
188 | %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] | 188 | %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] |
189 | %<package>\ProvidesPackage{icite} | 189 | %<package>\ProvidesPackage{icite} |
190 | %<*package> | 190 | %<*package> |
191 | [2019/03/07 v1.00 Make Indices locorum citatorum] | 191 | [2019/03/12 v1.1 Make Indices locorum citatorum] |
192 | %</package> | 192 | %</package> |
193 | %<*driver> | 193 | %<*driver> |
194 | \documentclass{ltxdoc} | 194 | \documentclass{ltxdoc} |
@@ -416,7 +416,7 @@ Running "make install" installs the files in the local TeX tree. | |||
416 | %</driver> | 416 | %</driver> |
417 | % \fi | 417 | % \fi |
418 | % | 418 | % |
419 | % \CheckSum{0} | 419 | % \CheckSum{316} |
420 | % | 420 | % |
421 | % \CharacterTable | 421 | % \CharacterTable |
422 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z | 422 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z |
@@ -475,7 +475,7 @@ Running "make install" installs the files in the local TeX tree. | |||
475 | % \icitetableofcontents | 475 | % \icitetableofcontents |
476 | % \normalsize | 476 | % \normalsize |
477 | % | 477 | % |
478 | %\changes{v1.00}{2019/03/07}{First public release} | 478 | % \changes{v1.00}{2019/03/07}{First public release} |
479 | % | 479 | % |
480 | % \begin{abstract} | 480 | % \begin{abstract} |
481 | % \package{icite} is designed to produce from \hologo{BibTeX} or | 481 | % \package{icite} is designed to produce from \hologo{BibTeX} or |
@@ -599,6 +599,7 @@ Running "make install" installs the files in the local TeX tree. | |||
599 | % passages cited indexed in a separate index named |loccit|. | 599 | % passages cited indexed in a separate index named |loccit|. |
600 | % | 600 | % |
601 | % \DescribeOption{nobibengine}\NEWfeature{v1.1} | 601 | % \DescribeOption{nobibengine}\NEWfeature{v1.1} |
602 | % \changes{v1.1}{2019/03/12}{New global option \texttt{nobibengine}}% | ||
602 | % |nobibengine|$=$|true|\verb+|+|false|\hfill% | 603 | % |nobibengine|$=$|true|\verb+|+|false|\hfill% |
603 | % \tcboxverb{Default: not set}\\ | 604 | % \tcboxverb{Default: not set}\\ |
604 | % This named argument does not need a value as it defaults to |true| | 605 | % This named argument does not need a value as it defaults to |true| |
@@ -629,7 +630,7 @@ Running "make install" installs the files in the local TeX tree. | |||
629 | % passages in a separate index named 'loccit': | 630 | % passages in a separate index named 'loccit': |
630 | \usepackage[citecmd=autocite, defaultindex]{icite} | 631 | \usepackage[citecmd=autocite, defaultindex]{icite} |
631 | % note that the .bib file must be stripped of its extension: | 632 | % note that the .bib file must be stripped of its extension: |
632 | \usebib{bibliography} % that is: load bibliography.bib | 633 | \bibinput{bibliography} % that is: load bibliography.bib |
633 | \end{code} | 634 | \end{code} |
634 | % \iffalse | 635 | % \iffalse |
635 | %</example> | 636 | %</example> |
@@ -736,7 +737,7 @@ Running "make install" installs the files in the local TeX tree. | |||
736 | % passages in a separate index named 'loccit': | 737 | % passages in a separate index named 'loccit': |
737 | \usepackage[citecmd=autocite, defaultindex]{icite} | 738 | \usepackage[citecmd=autocite, defaultindex]{icite} |
738 | % load bibliography.bib | 739 | % load bibliography.bib |
739 | \usebib{bibliography} | 740 | \bibinput{bibliography} |
740 | 741 | ||
741 | % load biblatex (with oxnotes, \autocite acts as \footcite) | 742 | % load biblatex (with oxnotes, \autocite acts as \footcite) |
742 | \usepackage[style=oxnotes]{biblatex} | 743 | \usepackage[style=oxnotes]{biblatex} |