Hi, I get this error with a font I just downloaded. It's my first attempt at using a font not provided with context minimals: %% !luaTeX error (file /home/mauricio/fontes/TITUSCBZ.TTF): can't find table `CFF ' ==> Fatal error occurred, no output PDF file produced! %% I found a thread on the mailing list discussing this, but the problem seems to have been solved by changing the extension to .TTF, but my file was already TTF when I first saw it. Thanks for your help, Maurício
Make sure that there is no space in the font name.
On 2/24/09, Maurício
Hi,
I get this error with a font I just downloaded. It's my first attempt at using a font not provided with context minimals:
%% !luaTeX error (file /home/mauricio/fontes/TITUSCBZ.TTF): can't find table `CFF ' ==> Fatal error occurred, no output PDF file produced! %%
I found a thread on the mailing list discussing this, but the problem seems to have been solved by changing the extension to .TTF, but my file was already TTF when I first saw it.
Thanks for your help, Maurício
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
Hi,
I get this error with a font I just downloaded. It's my first attempt at using a font not provided with context minimals:
%% !luaTeX error (file /home/mauricio/fontes/TITUSCBZ.TTF): can't find table `CFF ' ==> Fatal error occurred, no output PDF file produced! %%
On Tue, Feb 24, 2009 at 4:59 PM, Maurício
luigi scarso wrote:
Hi,
I get this error with a font I just downloaded. It's my first attempt at using a font not provided with context minimals:
%% !luaTeX error (file /home/mauricio/fontes/TITUSCBZ.TTF): can't find table `CFF ' ==> Fatal error occurred, no output PDF file produced! %%
On Tue, Feb 24, 2009 at 4:59 PM, Maurício
wrote: try to rename TITUSCBZ.TTF to TITUSCBZ.ttf
That is my advice as well. If that doesn't work, then I would like a small test file and a pointer to the font, please. Best wishes, Taco
try to rename TITUSCBZ.TTF to TITUSCBZ.ttf
If that doesn't work, then I would like a small test file and a pointer to the font, please.
Here are the sites where I finded about this font and then downloaded it: http://en.wikipedia.org/wiki/TITUS_Cyberbit_Basic http://titus.fkidg1.uni-frankfurt.de/unicode/tituut.asp This is the error message: !luaTeX error (file /home/mauricio/fontes/TITUSCBZ.ttf): can't find table `CFF ' ==> Fatal error occurred, no output PDF file produced! ConTeXt version: MtxRun | current version: 2008.11.10 21:40 And below is my small test file. (Just a note: I had to delete TITUSCBZ.* files under 'fonts/otf' in texmf-cache in order to ConTeXt look for the downcased .ttf file name instead of complaining not to be able to find the .TTF original name.) Best, Maurício %%% \enableregime[utf] \mainlanguage[en] \definefontsynonym [myfont] [name:/home/mauricio/fontes/TITUSCBZ.ttf] \definefont [tudo] [myfont at 25pt] \starttext \tudo Here is my text. \stoptext %%%
Maurício wrote:
try to rename TITUSCBZ.TTF to TITUSCBZ.ttf
If that doesn't work, then I would like a small test file and a pointer to the font, please.
Here are the sites where I finded about this font and then downloaded it:
http://en.wikipedia.org/wiki/TITUS_Cyberbit_Basic http://titus.fkidg1.uni-frankfurt.de/unicode/tituut.asp
This is the error message:
!luaTeX error (file /home/mauricio/fontes/TITUSCBZ.ttf): can't find table `CFF ' ==> Fatal error occurred, no output PDF file produced!
ConTeXt version:
MtxRun | current version: 2008.11.10 21:40
Works perfectly for me, using \definefontsynonym [myfont] [file:tituscbz.ttf] Versions: This is LuaTeX, Version snapshot-0.35.0 (titus.tex ConTeXt ver: 2009.02.23 19:43 MKIV fmt: 2009.2.23 int:english/english Best wishes, Taco
\enableregime[utf] \mainlanguage[en] \definefontsynonym [myfont] [file:TITUSCBZ.TTF] \definefont [tudo] [myfont at 25pt] \starttext \tudo Here is my text. \stoptext works ok here . -- luigi
participants (5)
-
luigi scarso
-
Maurício
-
Mehdi Omidali
-
Taco Hoekwater
-
Wolfgang Schuster