blob: bba3026fc858ab45ff51bd8151a17e678206f981 (
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
|
% File: natbib.ins
% Copyright 2009 Patrick W. Daly
%
% This is the natbib installation file for extracting package and driver
% files from the original source file. Simply process it under
% TeX or LaTeX.
%
% This installation works with docstrip 2.4 or later.
\def\batchfile{natbib.ins}
\input docstrip
\preamble
=============================================
IMPORTANT NOTICE:
This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt; either
version 1 of the License, or any later version.
This is a generated file.
It may not be distributed without the original source file \inFileName.
Full documentation can be obtained by LaTeXing that original file.
Only a few abbreviated comments remain here to describe the usage.
=============================================
\endpreamble
\postamble
<<<<< End of generated file <<<<<<
\endpostamble
\keepsilent
\declarepreamble\refsheet
=============================================
IMPORTANT NOTICE:
This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt; either
version 1 of the License, or any later version.
This is a generated file.
It may not be distributed without the original source file \inFileName.
This is a Reference Sheet for natbib. It consists of excerpts from the
original source file.
For more details, LaTeX the source \inFileName.
==============================================
\endpreamble
\declarepostamble\refsheetq
End of Reference Sheet file
\endpostamble
\declarepreamble\driver
============================================
This is the driver file to produce the LaTeX documentation
from the original source file \inFileName.
Make changes to it as needed. (Never change the file \inFileName!)
============================================
\endpreamble
\declarepostamble\driverq
End of documentation driver file.
\endpostamble
\askforoverwritefalse
\generate{\file{natbib.sty}{\from{natbib.dtx}{package,all}}
\file{natnotes.tex}{\usepreamble\refsheet\usepostamble\refsheetq
\from{natbib.dtx}{notes}}
\file{natbib.ltx}{\usepreamble\driver\usepostamble\driverq
\from{natbib.dtx}{driver}}
}
\obeyspaces
\Msg{*********************************************}%
\Msg{* For documentation, process natbib.dtx *}%
\Msg{* or the driver file natbib.ltx *}%
\Msg{* For reference sheet, process natnotes.tex *}
\Msg{*********************************************}
|