blob: 592bf5d1dad4e747302ff9aded050a9a3700475b (
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
|
%
% dev.sty v2.14
%
% 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 <wagner@cesnet.cz>
% Revised : 30 March 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]
\ProvidesFile{dev.sty}[2006/03/30 v2.14 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
% ~~~~~~~~~~~~~~~~~~~~~~
%
\RequirePackageWithOptions{devanagari}
%
% The end.
% ~~~~~~~~
\endinput
% Here is the log file, created by RCS.
% $Log: dev.sty,v $
% 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.
%
|