From aec1c1b77ee51b9359530d61cc7b8df2a37c7685 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Jan 2006 23:51:33 +0000 Subject: arabtex git-svn-id: svn://tug.org/texlive/trunk@673 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/arabtex/arabbook.cls | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/arabtex/arabbook.cls (limited to 'Master/texmf-dist/tex/latex/arabtex/arabbook.cls') 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 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -- cgit v1.2.3