hello thorsten,
what i am talking is about a class file.
i don't know how to create a MWE for class file.
But herewith i enclose a part of the coding which will help you to guess..
Code: Select all
\DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit}
\DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl}
\DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc}
\setlength{\lineskip}{1\p@}
\setlength{\normallineskip}{1\p@}
\renewcommand{\baselinestretch}{}
\setlength{\parskip}{\z@}
\setlength{\parindent}{15\p@}
\setlength{\smallskipamount}{3\p@ \@plus 1\p@ \@minus 1\p@}
\setlength{\medskipamount}{8\p@ \@plus 2\p@ \@minus 2\p@}
\setlength{\bigskipamount}{12\p@ \@plus 4\p@ \@minus 4\p@}
\postdisplaypenalty 0
\interlinepenalty 0
\@lowpenalty 51
\displaywidowpenalty 100
\@medpenalty 151
\@highpenalty 301
\brokenpenalty 10000
\clubpenalty 10000
\widowpenalty 10000
\predisplaypenalty 10000
\lefthyphenmin=3
\righthyphenmin=3
\setlength{\headheight}{8.13\p@}
\setlength{\topmargin}{39.55\p@}
\addtolength{\topmargin}{-1in}
\setlength{\topskip}{9\p@}
\setlength{\headsep}{28.3\p@}
\addtolength{\headsep}{-\topskip}
\setlength{\footskip}{30\p@}
\setlength{\maxdepth}{0.5\topskip}
\setlength{\textwidth}{6truein}
\setlength{\textheight}{41\baselineskip}
\addtolength{\textheight}{\topskip}
\setlength{\oddsidemargin}{48\p@}
\addtolength{\oddsidemargin}{-1in}
\setlength{\@tempdima}{\paperwidth}
\addtolength{\@tempdima}{-\textwidth}
\addtolength{\@tempdima}{-48\p@}
\setlength{\evensidemargin}{\@tempdima}
\addtolength{\evensidemargin}{-1in}
\setlength{\marginparsep}{24\p@}
\setlength{\marginparpush}{5\p@}
\setlength{\marginparwidth}{5pc}
\newcounter{chapter}
\newcounter{section}[chapter]
\newcounter{subsection}[section]
\newcounter{subsubsection}[subsection]
\newcounter{figure}[chapter]
\newcounter{table}[chapter]
\newcommand{\thepage}{\arabic{page}}
\renewcommand{\thechapter}{\arabic{chapter}}
\renewcommand{\thesection}{\thechapter.\arabic{section}}
\renewcommand{\thesubsection}{\thesection.\arabic{subsection}}
\renewcommand{\thesubsubsection}{\thesubsection.\arabic{subsubsection}}
\renewcommand{\theequation}{\thechapter.\arabic{equation}}
\newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}\cleardoublepage}}
\def\chapter{\clearpage\thispagestyle{plain}\global\@topnum\z@
\secdef\@chapter\@schapter}
\def\@chapter[#1]#2{%
\ifnum\c@secnumdepth>\m@ne
\refstepcounter{chapter}
\typeout{^^J{Chapter}\space\arabic{chapter}:}
\addcontentsline{toc}{chapter}{\protect\numberline{\thechapter}#1}
\else
\addcontentsline{toc}{chapter}{#1}
\fi
\chaptermark{#1}
\@makechapterhead{#2}
\@afterindentfalse
\@afterheading}
\def\@schapter#1{%
\thispagestyle{plain}
\chaptermark{#1}
\@makeschapterhead{#1}
\@afterindentfalse
\@afterheading}
\newbox\chapbox
\newdimen\chapdim
\font\chapnofont=hvb scaled 2200
when i try to use this finite.cls to my document. while executing it is saying that
"! Font \chapnofont=hvb scaled 2200 not loadable: Metric (TFM) file not found.
l.165 \font\chapnofont=hvb scaled 2200"
I think this is because of helvatica bold font which is not actually present in my system, i guess.
It was executing fine, if i replace "hvb" with other available ".tfm" files..
Regards,
Muthu