"Fossies" - the Fresh Open Source Software Archive 
Member "statist-1.4.2/doc/mydefs.sty" (31 May 2003, 1791 Bytes) of package /linux/privat/old/statist-1.4.2.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) TeX and LaTeX source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 % Standard definitions
2 \typeout{Stylefile `mydefs.sty' from April 7th, 1994, adapted only for programm.tex of statist by Bernhard Reiter (18.8.1998)}
3
4 \oddsidemargin 9mm
5 \textwidth 142mm
6
7 \addtolength{\topmargin}{-10mm}
8 \textheight 220mm
9
10 \newcommand{\el}{\par\vspace{\baselineskip}}
11 \newcommand{\fsize}{\small}
12 \newcommand{\mc}[3]{\multicolumn{#1}{#2}{#3}}
13 \renewcommand{\textfraction}{0.0}
14 \renewcommand{\topfraction}{0.9}
15 \renewcommand{\bottomfraction}{0.0}
16 \renewcommand{\floatpagefraction}{0.9}
17
18 \newif\iffullpic \fullpictrue
19 \newcommand{\ifpicture}[2]{\iffullpic #1\else #2 \fi}
20 \fullpicfalse
21
22 %% not used in programm.tex, it just confuses modern LaTeX2e s
23 %
24 % \chardef\atcode=\catcode`\@
25 % \catcode`\@=11 % \makeatletter
26 % \ifcase \@ptsize %
27 % % \typeout{Hello 10pt}%
28 % \newfont{\bfit}{cmbxti10 scaled 1000}%
29 % \newfont{\lbfit}{cmbxti10 scaled 1095}%
30 % \newfont{\Lbfit}{cmbxti10 scaled 1200}%
31 % \newfont{\LAbfit}{cmbxti10 scaled 1440}%
32 % \or %
33 % % \typeout{Hello 11pt}%
34 % \newfont{\bfit}{cmbxti10 scaled 1095}%
35 % \newfont{\lbfit}{cmbxti10 scaled 1200}%
36 % \newfont{\Lbfit}{cmbxti10 scaled 1440}%
37 % \newfont{\LAbfit}{cmbxti10 scaled 1728}%
38 % \or %
39 % % \typeout{Hello 12pt}%
40 % \newfont{\bfit}{cmbxti10 scaled 1020}%
41 % \newfont{\lbfit}{cmbxti10 scaled 1440}%
42 % \newfont{\Lbfit}{cmbxti10 scaled 1728}%
43 % \newfont{\LAbfit}{cmbxti10 scaled 2074}%
44 % \fi%
45 % \catcode`\@=\atcode % return to previous catcode
46
47 \newif\if@german \@germanfalse \def\ds@german{\@germantrue}
48 \@options
49
50 \if@german
51 % \typeout{Hallo, German Style geladen}
52 \renewcommand{\figurename}{\fsize \bf Abb.}
53 \renewcommand{\tablename}{\fsize \bf Tab.}
54 \else
55 % \typeout{Hello, English mode!}
56 \renewcommand{\figurename}{\fsize \bf Fig.}
57 \renewcommand{\tablename}{\fsize \bf Table}
58 \fi
59
60 %END
61