summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/apacite/apacite.drv
blob: 383bcf7baa42c3f0eab5cbad0a46021d2f33b30b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
%%
%% This is file `apacite.drv',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% apacite.dtx  (with options: `driver')
%% 
%% This is a generated file.
%% 
%% Copyright (C) 1994-2007 Erik Meijer and any individual authors listed
%% elsewhere in this file.
%% 
%% This file is part of the `apacite' package.
%% -------------------------------------------
%% 
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3 of this license or (at your option) any later
%% version.  The latest version of this license is in:
%% 
%%    http://www.latex-project.org/lppl.txt
%% 
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%% 
%% The `apacite' package consists of the files apacite.dtx and
%% apacite.ins, and the following generated files:
%% apacite.sty, apacite.bst, apacitex.bst, apa5ex.bib,
%% apacite.drv, apacdoc.sty,
%% english.apc, dutch.apc,   finnish.apc,  german.apc, ngerman.apc,
%% greek.apc,   norsk.apc,   spanish.apc,  swedish.apc.
%% 
%% This work has the LPPL maintenance status `maintained'
%% 
%% The Current Maintainer of this work is Erik Meijer
%% 
%% This file may only be distributed together with a copy of the
%% source files of the apacite package, i.e., apacite.dtx and
%% apacite.ins. You may however distribute the apacite package without
%% the generated files.
%% 
%% You are allowed to make changes to this file, in order to generate
%% the user's manual with your preferred settings (e.g., to choose
%% whether or not to include the documented source code). Please
%% do not change apacite.dtx for this purpose.
%% 
\ProvidesFile{apacite.drv}
   [2007/09/03 v4.00 apacite documentation driver file]
\documentclass{ltxdoc}
%\documentclass[twoside]{ltxdoc}
%\documentclass[a4paper]{ltxdoc}
%\documentclass[twoside,a4paper]{ltxdoc}
%%
\usepackage{apacdoc}[2007/09/03]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 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}[2007/09/03]
%%
\raggedbottom
%%
%% To include the detailed explanation of the coding, comment out
%% the next line
\OnlyDescription
%%
%% To produce a command index: add the following line for one run,
%% then run  makeindex -s gind.ist apacite
%% and reprocess, with or without this line (much faster without)
% \EnableCrossrefs\CodelineIndex
%%
%% To produce a change history: add the following line for one run,
%% then run  makeindex -s gglo.ist -o apacite.gls apacite.glo
%% and reprocess, with or without this line (faster without)
% \RecordChanges
%%
\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}


\endinput
%%
%% End of file `apacite.drv'.