ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Can't find CFF table, not related to extension
@ 2009-02-24 15:59 Maurí­cio
  2009-02-24 16:47 ` Mehdi Omidali
  2009-02-24 16:53 ` luigi scarso
  0 siblings, 2 replies; 8+ messages in thread
From: Maurí­cio @ 2009-02-24 15:59 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't find CFF table, not related to extension
  2009-02-24 15:59 Can't find CFF table, not related to extension Maurí­cio
@ 2009-02-24 16:47 ` Mehdi Omidali
  2009-02-24 16:53 ` luigi scarso
  1 sibling, 0 replies; 8+ messages in thread
From: Mehdi Omidali @ 2009-02-24 16:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Make sure that there is no space in the font name.

On 2/24/09, Maurí­cio <briqueabraque@yahoo.com> 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!
> %%
>
> 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
> ___________________________________________________________________________________
>
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't find CFF table, not related to extension
  2009-02-24 15:59 Can't find CFF table, not related to extension Maurí­cio
  2009-02-24 16:47 ` Mehdi Omidali
@ 2009-02-24 16:53 ` luigi scarso
  2009-02-24 19:12   ` Taco Hoekwater
  1 sibling, 1 reply; 8+ messages in thread
From: luigi scarso @ 2009-02-24 16:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Feb 24, 2009 at 4:59 PM, Maurí­cio <briqueabraque@yahoo.com> 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!
> %%
try to  rename TITUSCBZ.TTF to TITUSCBZ.ttf

-- 
luigi
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't find CFF table, not related to extension
  2009-02-24 16:53 ` luigi scarso
@ 2009-02-24 19:12   ` Taco Hoekwater
  2009-02-24 20:42     ` Maurí­cio
  0 siblings, 1 reply; 8+ messages in thread
From: Taco Hoekwater @ 2009-02-24 19:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

luigi scarso wrote:
> On Tue, Feb 24, 2009 at 4:59 PM, Maurí­cio <briqueabraque@yahoo.com> 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!
>> %%
> 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


___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't find CFF table, not related to extension
  2009-02-24 19:12   ` Taco Hoekwater
@ 2009-02-24 20:42     ` Maurí­cio
  2009-02-24 20:54       ` Taco Hoekwater
                         ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Maurí­cio @ 2009-02-24 20:42 UTC (permalink / raw)
  To: ntg-context

>> 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
%%%

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't find CFF table, not related to extension
  2009-02-24 20:42     ` Maurí­cio
@ 2009-02-24 20:54       ` Taco Hoekwater
  2009-02-24 20:57       ` Wolfgang Schuster
  2009-02-24 21:04       ` luigi scarso
  2 siblings, 0 replies; 8+ messages in thread
From: Taco Hoekwater @ 2009-02-24 20:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't find CFF table, not related to extension
  2009-02-24 20:42     ` Maurí­cio
  2009-02-24 20:54       ` Taco Hoekwater
@ 2009-02-24 20:57       ` Wolfgang Schuster
  2009-02-24 21:04       ` luigi scarso
  2 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Schuster @ 2009-02-24 20:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 24.02.2009 um 21:42 schrieb Maurí cio:

> \definefontsynonym [myfont] [name:/home/mauricio/fontes/TITUSCBZ.ttf]

\definefontsynonym [myfont] [file:TITUSCBZ]

or

\definefontsynonym [myfont] [name:tituscyberbitbasic]

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't find CFF table, not related to extension
  2009-02-24 20:42     ` Maurí­cio
  2009-02-24 20:54       ` Taco Hoekwater
  2009-02-24 20:57       ` Wolfgang Schuster
@ 2009-02-24 21:04       ` luigi scarso
  2 siblings, 0 replies; 8+ messages in thread
From: luigi scarso @ 2009-02-24 21:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

\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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-02-24 21:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-24 15:59 Can't find CFF table, not related to extension Maurí­cio
2009-02-24 16:47 ` Mehdi Omidali
2009-02-24 16:53 ` luigi scarso
2009-02-24 19:12   ` Taco Hoekwater
2009-02-24 20:42     ` Maurí­cio
2009-02-24 20:54       ` Taco Hoekwater
2009-02-24 20:57       ` Wolfgang Schuster
2009-02-24 21:04       ` luigi scarso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).