6

I m trying to compile file using TeXworks. I use fithesis class because its pre-set class by my university for creating documents.

\documentclass[12pt,oneside,final]{fithesis}  
\usepackage[latin2] {inputenc}
\usepackage[T1] {fontenc}
\usepackage{csquot}
\usepackage{mflogo}


\thesistitle{Utoky pomocou fragmentacie IPv6} 
\thesissubtitle{Bakalarska praca}  
\thesisstudent{Michal Gasparovic}    
\thesisfaculty{fi}  
\thesisyear{jar 2014}  
\thesisadvisor{doc. RNDr. Eva Hladka, Ph.D.} 
\thesislang{sk}                 



\begin{document}  
\FrontMatter  
\ThesisTitlePage  

\begin{ThesisDeclaration}  
\DeclarationText  
\AdvisorName  
\end{ThesisDeclaration}  

\begin{ThesisThanks}  
Dakujem ti Brona.
\end{ThesisThanks}

\end{document}

Every time try to compile and error like this occur.

Trying to make PK font fi-logo at 514 DPI... Running miktex-makemf.exe... miktex-makemf: The fi-logo source file could not be found.

Running ttf2pk.exe... miktex-makepk: PK font fi-logo could not be created.

!pdfTeX error: pdflatex.EXE (file fi-logo): Font fi-logo at 514 not found ==> Fatal error occurred, no output PDF file produced! texify: pdflatex failed for some reason (see log file).

I have been trying to update FNDB for many times. My updmap.cfg contains Map mdbch.map line and i even tried to run initexmf --mkmaps as an admin but no difference.

Adam Liter
  • 12,567
Michal
  • 61

2 Answers2

5

Find fi-logo.mf (https://github.com/liskin/fithesis), copy it to fonts/source and update the FNDB.

Ulrike Fischer
  • 327,261
2

Copy fi-logo.mf to C:\Program Files (x86)\MiKTeX 2.9\fonts\source\

Open Settings in C:\ProgramData\Microsoft\Windows\Start Menu\Programs\MiKTeX 2.9\Maintenance (Admin)

General tab -> Refresh FNDB

Logo should now compile properly.