blob: ccb865e30956150052f5fb8377e1144d32646fcc (
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
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This is ASIZE11.CLO in text format
% size dependent corrections for arabart.cls and size11.clo
% for use with ArabTeX Version 3.04
% 29.11.1995
%
% Copyright (C) 1995 by Klaus Lagally
%
% reusing art12.sty of 14 Jan 1992
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ProvidesFile {asize11.clo}[1995/11/29 v1.00 11pt parameters for arabart]
% ****************************************
% * PAGE LAYOUT *
% ****************************************
\columnsep 20pt
\columnseprule .4pt
\headheight 18pt
% ****************************************
% * LISTS *
% ****************************************
% presently not changed
\iffalse
\leftmargini 2.5em
\leftmarginii 2.2em % > \labelsep + width of '(m)'
\leftmarginiii 1.87em % > \labelsep + width of 'vii.'
\leftmarginiv 1.7em % > \labelsep + width of 'M.'
\leftmarginv 1em
\leftmarginvi 1em
\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\endinput
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|