Fonts & Character SetsGreek fonts won't work with Babel -Miktex2.8-Windows XP!

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
bit
Posts: 14
Joined: Wed Feb 11, 2009 1:07 am

Greek fonts won't work with Babel -Miktex2.8-Windows XP!

Post by bit »

Hello to everybody!

I am using latex for 1 year now typesetting english documents with latex in linux (texlive).

However, since my girlfriend started typesetting her thesis in Greek, many problems arose regarding using Greek fonts. (She uses Miktex2.8, TexMakerX, Windows XP)

Everything is o.k with the default Computer Modern font in Greek language, but when we try to load a different font from http://www.tug.dk/FontCatalogue/mathfonts.html, nothing is working.

None of the fonts -except kerkis- is working with Greek text! Neither GFSDIdot, or Artemisia, or Palatino, or Kurier!. When she compiles (latex) with either of those fonts, TexmakerX gives either: a) the message "Process ended normally" but latex still keeps loading the computer modern font in the end, or b) other Errors which I do not understand, for example "Corrupted NFSS tables" as you can see in some of the following lines of the log file:

Code: Select all

LaTeX Font Info: Try loading font information for LGR+kurier on input line 2
.
LaTeX Font Info: No file LGRkurier.fd. on input line 2.
LaTeX Font Warning: Font shape `LGR/kurier/m/n' undefined
(Font) using `LGR/cmr/m/n' instead on input line 2.
LaTeX Font Info: Try loading font information for LGR+cmr on input line 2.
("C:\Program Files\MiKTeX 2.8\tex\generic\babel\lgrcmr.fd"
File: lgrcmr.fd 2008/06/17 v2.3 Greek Computer Modern
)
LaTeX Font Info: Try loading font information for OT1+kurier on input line 6
.
("C:\Program Files\MiKTeX 2.8\tex\latex\kurier\ot1kurier.fd"
File: ot1kurier.fd 2005/10/03 v1.2 font definition file for OT1/kurier (MW)
)
! Corrupted NFSS tables.
wrong@fontshape ...message {Corrupted NFSS tables}
error@fontshape else let f...
l.6 \select@language{greek}
This error message was generated by an \errmessage
command, so I can't give any explicit help.
Pretend that you're Hercule Poirot: Examine all clues,
and deduce the truth by order and method.
LaTeX Font Warning: Font shape `LGR/kurier/m/n' undefined
(Font) using `LGR/cmr/m/n' instead on input line 6.
..
LaTeX Font Warning: Some font shapes were not available, defaults substituted.
Ans here is a sample source file produced this output:

Code: Select all

\documentclass[11pt,a4paper]{report}
\usepackage[english, greek]{babel}  %This one if you want Greek by default
\usepackage[utf8x]{inputenc}

\usepackage[T1]{fontenc}
\usepackage[math]{kurier}

%----------------------------------------------------
% Greek Keyboard Shortcuts
\newcommand {\gt}{\greektext} %Set the language from now on
\newcommand {\lt}{\latintext}
\newcommand {\tg}{\textgreek} %Next argument will be the language you set.
\newcommand {\tl}{\textlatin}
%----------------------------------------------------

\begin{document}

\gt Αυτό είναι κείμενο στα Ελληνικά. \\
\lt This is a text in English 

\end{document}
Any ideas of what might be wrong? What should I do in order to make greek fonts work? Should I enable or install something manually?

Thanks in advance,

Alex.

PS:
1. She does not want to use Xetex because she needs to work with a specific package (chemscheme), which does not work with Xetex.
2. Compared to my linux-Texlive (kile) engine, her whole latex system-engine is very unstable and heavy. Very often problems arise regarding various issues.
Would you suggest that maybe the cause of these font problems is an incomplete-problematic latex installation?
Last edited by bit on Wed May 05, 2010 12:16 am, edited 3 times in total.

Recommended reading 2024:

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

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

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Greek fonts won't work with Babel -Miktex2.8-Windows XP!

Post by frabjous »

Please follow board rules and post a proper, compiliable minimal working example, one that does not call other files we do not have access to, or includes dozens of lines that are not relevant to the problem.

Board Rules - read before posting

Avoidable mistakes
bit
Posts: 14
Joined: Wed Feb 11, 2009 1:07 am

Re: Greek fonts won't work with Babel -Miktex2.8-Windows XP!

Post by bit »

Sorry for the inconvenience, I 've edited my first message, hope this is better now.

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

Greek fonts won't work with Babel -Miktex2.8-Windows XP!

Post by localghost »

The problem can be reduced to the kurier font package. I suggest to contact the maintainer and submit exactly the sample file you introduced here. If you feed a search engine with the exact error message, you will get interesting results. There have been identical issues with other font packages in the past.


Best regards
Thorsten
bit
Posts: 14
Joined: Wed Feb 11, 2009 1:07 am

Greek fonts won't work with Babel -Miktex2.8-Windows XP!

Post by bit »

localghost wrote:The problem can be reduced to the kurier font package. I suggest to contact the maintainer
Hi Thorsten,

you mean to contact the maintainer of the kerkis package, if I get you right? Wow, to be honest, I didn't expect that the problem would be the fonts packages!

Thanks a lot, I will come back for feedback when I have any news.

Best Regards,
Alex
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Greek fonts won't work with Babel -Miktex2.8-Windows XP!

Post by localghost »

bit wrote:[...] you mean to contact the maintainer of the kerkis package, if I get you right? [...]
I don't see where the talk was of kerkis.
bit
Posts: 14
Joined: Wed Feb 11, 2009 1:07 am

Greek fonts won't work with Babel -Miktex2.8-Windows XP!

Post by bit »

I am sorry, I wanted to write "kurier". It was due to momentum. :).

Regards
Alex
Post Reply