Hello, I've been trying to use Frutiger font cause it is required as font for my thesis. The LaTeX system I am using is a portable LaTeX version and the command line for the Frutiger font is:
Sure thing Thorsten, I will post my second question in LOF topic.
About my first question, the frutiger font, can you give me any hint or do you have any suggestion on why i cant get bold font even when i write \bf
MrRed wrote:[…] About my first question, the frutiger font, can you give me any hint or do you have any suggestion on why i cant get bold font even when i write \bf […]
I assume that you already have the right font metrics for use with (PDF)LaTeX because the package alone is useless. As far as I know Frutiger is a commercial font. Since I don't have it present (and I'm not going to buy it) I don't know what to do. You should try the LaTeX2e commands \textbf{…} or \bfseries instead of obsolete LaTeX2.09 syntax.
I tried \textbf{…} and \bfseries, didnt work out
what do you mean by "the right font metrics for use with (PDF)LaTeX" ?
thank you for your help!
Sincerely
Red
MrRed wrote:[…] what do you mean by "the right font metrics for use with (PDF)LaTeX" ? […]
PDFLaTeX needs special font files (e. g. *.afm, *.tfm, …). The package you mentioned in your initial post needs these files. If the needed files are incomplete, you might not obtain all series, families and shapes of the font. Check the log file for irregularities.
This is an interesting one. What exactly is your LaTeX system? You didn't specify that information, if I'm not mistaken. And as Thorsten says, you need those special font files for PDFLaTeX (and other processors, AFAIK) unless you intend to use XeLaTeX.
A look on Walter Schmidt's page could help, maybe you can use some of his files? But since I only know about this page and haven't used any of his files so far, I can't give you any more advice than that.
Well im using pdflatex+makeindex+bibtex and this is my code:
\documentclass[a4paper,12pt,oneside]{scrartcl}
\usepackage{vmargin}
\setpapersize{A4}
\setmargins{3.5cm}% left edge
{1.5cm}% top edge
{14.7cm}% text width
{23.42cm}% text hight
{14pt}% header hight
{1cm}% header distance
{0pt}% footer hight
{2cm}% footer distance
\usepackage{enumerate}
\usepackage{scrpage} %header and footer using the options for the KOMA script
\renewcommand{\headfont}{\footnotesize\sffamily} % font for the header
\renewcommand{\pnumfont}{\footnotesize\sffamily} % font for the pagenumbers
\defpagestyle{cb}{%
(\textwidth,0pt)% sets the border line above the header
{\pagemark\hfill\headmark\hfill}% doublesided, left page
{\hfill\headmark\hfill\pagemark}% doublesided, right page
{\hfill\headmark\hfill\pagemark}% onesided
(\textwidth,1pt)}% sets the border line below the header
%
{(\textwidth,1pt)% sets the border line above the footer
{{\it Master Thesis}\hfill Mr Red}% doublesided, left page
{Mr Red\hfill{\it Master Thesis}}% doublesided, right page
{Mr Red\hfill{\it Master Thesis}} % one sided printing
(\textwidth,0pt)% sets the border line below the footer
}
%********** Footnotes **********
\renewcommand{\footnoterule}{\rule{5cm}{0.2mm} \vspace{0.3cm}} %increases the distance of footnotes from the text
\deffootnote[1em]{1em}{1em}{\textsuperscript{\normalfont\thefootnotemark}} %some moe formattion on footnotes
\usepackage[numbers,sort,square]{natbib}
\pagestyle{plain} % on headers or footers on the first page
\usepackage{float}
\usepackage{graphicx}
\usepackage{sectsty}
\usepackage{natbib}
%frutiger font
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{frutiger}
[2007/04/02 v2.1 Style file for Linotype Frutiger]
\RequirePackage[T1]{fontenc}
\RequirePackage{textcomp}
\DeclareOption{lining}{\renewcommand*{\rmdefault}{lfrx}}
\DeclareOption{oldstyle}{\renewcommand*{\rmdefault}{lfrj}}
\ExecuteOptions{oldstyle}
\ProcessOptions\relax
%%
%% End of file 'frutiger.sty'
\begin{document}
\bibliographystyle{ieeetr}
blablablabla
\end{document}
can someone please tell me how can i get fonts (bold font) using the frutiger package, because until now I cant get any font doesnt matter which command i use (from \bf to \textbf to \bfseries)
I really appreciate your help
sincerely
Red