diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:51:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:51:33 +0000 |
commit | aec1c1b77ee51b9359530d61cc7b8df2a37c7685 (patch) | |
tree | 8b5e1e20b56e0abf130e7da219468e197cde8725 /Master/texmf-dist/tex/latex/arabtex/arabbook.cls | |
parent | e1c54083e49986785dd4d24e891b89e0772a4de1 (diff) |
arabtex
git-svn-id: svn://tug.org/texlive/trunk@673 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/arabtex/arabbook.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/arabtex/arabbook.cls | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/arabtex/arabbook.cls b/Master/texmf-dist/tex/latex/arabtex/arabbook.cls new file mode 100644 index 00000000000..45b3b9e0cd8 --- /dev/null +++ b/Master/texmf-dist/tex/latex/arabtex/arabbook.cls @@ -0,0 +1,23 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% arabbook.cls +% ArabTeX extension +% Arabic version of book.cls +% for use with ArabTeX Version 3.04 +% +% Copyright (C) 1995 by Klaus Lagally +% 21.05.96 +% +% reusing arabrep.cls of 18 May 1996 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\NeedsTeXFormat {LaTeX2e}[1995/06/01] +\ProvidesClass {arabbook}[1996/05/21 v0.01 arabic book format] + +\DeclareOption* {\PassOptionsToClass {\CurrentOption}{arabrep}} +\ProcessOptions +\LoadClass [book]{arabrep}[1996/05/18] % load the Arabic report class + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% end of file arabbook.cls +\endinput +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |