Fonts & Character Setsdownloading hvb.tfm

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

downloading hvb.tfm

Post by dmuthu_cse »

hi friends,

can you please tell me, from where can i download hvb.tfm & hv.tfm to my windows latex.

I mean the the downloading link.

I've been stuck up with error

Code: Select all

Font \chapnofont=hvb scaled 2200 not loadable: Metric (TFM) file not found.
I trust that the hvb font should be loaded to by computer to tfm\bh folder, as i am using windows.

Thanks in advance.

Regards,
Muthu

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

downloading hvb.tfm

Post by localghost »

Please explain what you are aiming at by means of a small, complete and compilable example (MWE).


Best regards
Thorsten
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

downloading hvb.tfm

Post by dmuthu_cse »

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
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

downloading hvb.tfm

Post by localghost »

The results of a search engine tell me that it might have something to do with Y&Y.
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

Re: downloading hvb.tfm

Post by dmuthu_cse »

Hello thorsten,

that is correct.. i can download tfm fonts from there..

Much useful..

Thanks and regards,
Muthu
Post Reply