diff options
Diffstat (limited to 'Master/texmf-dist/source/bibtex/apacite/apacite.drv')
-rw-r--r-- | Master/texmf-dist/source/bibtex/apacite/apacite.drv | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/bibtex/apacite/apacite.drv b/Master/texmf-dist/source/bibtex/apacite/apacite.drv index 5ebef50f0df..399069fb3fa 100644 --- a/Master/texmf-dist/source/bibtex/apacite/apacite.drv +++ b/Master/texmf-dist/source/bibtex/apacite/apacite.drv @@ -48,13 +48,13 @@ %% do not change apacite.dtx for this purpose. %% \ProvidesFile{apacite.drv} - [2013/07/04 v6.02 apacite documentation driver file] + [2013/07/21 v6.03 apacite documentation driver file] \documentclass{ltxdoc} %\documentclass[twoside]{ltxdoc} %\documentclass[a4paper]{ltxdoc} %\documentclass[twoside,a4paper]{ltxdoc} %% -\usepackage{apacdoc}[2013/07/04 v6.02] +\usepackage{apacdoc}[2013/07/21 v6.03] %% The |\providecommand|s make sure we don't get an error during %% installation. %% Define document-specific macros that are not interesting for @@ -70,23 +70,12 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% LOADING OF PACKAGES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% The following line can be uncommented to test compatibility with TeX4ht. -%% \usepackage{tex4ht} -%% %% The following line is used for references to internet sources. %% It is not generally necessary for apacite, but used in the examples. \usepackage{url} %% -%% The following lines can be uncommented to test compatibility with -%% the mentioned other packages and test the language support of -%% apacite. -%% \usepackage[dvips,pagebackref]{hyperref} -%% \usepackage[pdftex,pagebackref]{hyperref} -%% \usepackage[english]{babel}% babel must be loaded before apacite -%% \usepackage{german} -%% %% Loading apacite with author index option. -\usepackage[ltxemindex,bibnewpage]{apacite}[2013/07/04 v6.02] +\usepackage[ltxemindex,bibnewpage]{apacite}[2013/07/21 v6.03] %% \raggedbottom %% @@ -104,12 +93,9 @@ %% and reprocess, with or without this line (faster without) % \RecordChanges %% -\DisableCrossrefs %May stay; zapped by \EnableCrossrefs -\CodelineNumbered %May stay +\DisableCrossrefs % May stay; zapped by \EnableCrossrefs +\CodelineNumbered % May stay %% -%% For getting something useful out of greek.apc in the documentation. -%%\IfFileExists{iso-8859-7.def}{% -%% \usepackage[iso-8859-7]{inputenc}}{} \begin{document} \DocInput{apacite.dtx} \end{document} |