summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/velthuis/dev.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/velthuis/dev.sty')
-rw-r--r--Master/texmf-dist/tex/latex/velthuis/dev.sty26
1 files changed, 20 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/velthuis/dev.sty b/Master/texmf-dist/tex/latex/velthuis/dev.sty
index 592bf5d1dad..ee53fe8133a 100644
--- a/Master/texmf-dist/tex/latex/velthuis/dev.sty
+++ b/Master/texmf-dist/tex/latex/velthuis/dev.sty
@@ -1,5 +1,5 @@
%
-% dev.sty v2.14
+% dev.sty v2.15
%
% LaTeX2e package for Devanagari for TeX system.
% Copyright (C) 1991-2003 University of Groningen, The Netherlands
@@ -7,8 +7,8 @@
% 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
+% 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.
@@ -27,7 +27,7 @@
% The Identification Part
% ~~~~~~~~~~~~~~~~~~~~~~~
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesFile{dev.sty}[2006/03/30 v2.14 LaTeX macros for Velthuis Devanagari]
+\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
@@ -50,10 +50,11 @@
\fi
%
%
-% Loading devanagari.sty
-% ~~~~~~~~~~~~~~~~~~~~~~
+% Loading devanagari.sty and dvngcite.sty
+% ~~~~~~~~~~~~~~~~~~~~~~-----------------
%
\RequirePackageWithOptions{devanagari}
+\RequirePackage{dvngcite}
%
% The end.
% ~~~~~~~~
@@ -64,6 +65,19 @@
% 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.
%