summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/velthuis/dev.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-06-17 22:31:18 +0000
committerKarl Berry <karl@freefriends.org>2006-06-17 22:31:18 +0000
commit18dd9efec69d7fe8cd3694a9562a6d0723ff4170 (patch)
tree0b231429bcdb21cd9a58ef44775c96143ee488ad /Master/texmf-dist/tex/latex/velthuis/dev.sty
parent474dad2c52fddc85c57b3f1a1f6f2802f0d2eb62 (diff)
new package name velthuis, updating/replacing devanagari
git-svn-id: svn://tug.org/texlive/trunk@1691 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/velthuis/dev.sty')
-rw-r--r--Master/texmf-dist/tex/latex/velthuis/dev.sty76
1 files changed, 76 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/velthuis/dev.sty b/Master/texmf-dist/tex/latex/velthuis/dev.sty
new file mode 100644
index 00000000000..592bf5d1dad
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/velthuis/dev.sty
@@ -0,0 +1,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.
+%