blob: ee53fe8133a7ebe6def4c3b818c86063fa311f8f (
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
|
%
% dev.sty v2.15
%
% LaTeX2e package for Devanagari for TeX system.
% Copyright (C) 1991-2003 University of Groningen, The Netherlands
%
% Author : Dominik Wujastyk <d.wujastyk@ucl.ac.uk>
% Maintainer : Anshuman Pandey <apandey@u.washington.edu>
% Kevin Carmody <i@kevincarmody.com>
% Zdenek Wagner <zdenek.wagner@gmail.com>
% Revised : 15 November 2006
%
% This is an old package kept just for compatibility reasons. Use
% devanagari.sty in new documents.
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation.
%
% This program is distributed in the hope that it will be useful,
% but without any warranty; without even the implied warranty of
% merchantability or fitness for a particular purpose. See the
% GNU General Public License for more details.
%
% =========================================================================
%
% The Identification Part
% ~~~~~~~~~~~~~~~~~~~~~~~
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{dev}[2008/03/09 v2.15 LaTeX macros for Velthuis Devanagari]
%
% Error message for someone running LaTeX 2.09: Checks for definition of
% \documentclass; it exists in LaTeX2e, but not in LaTeX 2.09
%
\@ifundefined{documentclass}
{\@latexerr{This "dev" style option may only be used with LaTeX2e.^^J
Use "dev209.sty" instead.}\@eha
\endinput}{}
%
% Error message for someone running LaTeX2e in 2.09 compatibility mode:
%
\if@compatibility
\PackageError{dev}{%
This `dev' package is only for use with LaTeX2e.\MessageBreak
If you absolutely must use LaTeX 2.09 compatibility mode,\MessageBreak
you could try using the older `dev209.sty' file instead,\MessageBreak
but the results are not predictable}{You will not
get any further with this approach.
Just press "X" and quit now.}
\fi
%
%
% Loading devanagari.sty and dvngcite.sty
% ~~~~~~~~~~~~~~~~~~~~~~-----------------
%
\RequirePackageWithOptions{devanagari}
\RequirePackage{dvngcite}
%
% The end.
% ~~~~~~~~
\endinput
% Here is the log file, created by RCS.
% $Log: dev.sty,v $
% Revision 1.7 2008-03-09 15:58:00 icebearsoft
% Citation macros moved to a separate package. Switch \ifdnmode implemented. Email address corrected.
%
% Revision 1.6 2006/12/27 17:46:05 icebearsoft
% Definition \def\DevnagVersion{...} written to the beginning of the second
% line if the first line starts with %& in order to preserve
% %& -translate-file=...
%
% Error and warning messages written to stderr instead of stdout
%
% Revision 1.5 2006/11/16 10:18:18 icebearsoft
% Packages identified by \ProvidesPackage
%
% Revision 1.4 2006/03/31 10:25:05 icebearsoft
% Change of the comment.
%
% Revision 1.3 2006/03/31 09:53:50 icebearsoft
% As suggested by TeX Live developers, dev.sty was renamed to devanagari.sty
% and dev.sty just loads devanagari.sty for compatibility with old documents.
%
% Manual is updated accordingly. Moreover, new features of the preprocessor
% are mentioned and an example of using custom LaTeX command si given.
%
|