ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Thad Heltemes <theltemes@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Newbie, question about fonts
Date: Fri, 19 Jun 2015 14:33:11 -0500	[thread overview]
Message-ID: <CAHU6HU9YP2NBiZqSoGNoLEWf7k9W5NT6nfJ9TKvHgx2HmCUXKQ@mail.gmail.com> (raw)
In-Reply-To: <E37A875D-B6B2-448D-94EF-DB275E5ADA58@mac.com>


[-- Attachment #1.1: Type: text/plain, Size: 3975 bytes --]

Try this:

\definefontfamily[ijcv-fonts][sans][ITCFranklinGothicStd][tf=file:ITCFranklinGothicStd-BkCp.otf,
it=file:ITCFranklinGothicStd-BkCpIt.otf,
bf=file:ITCFranklinGothicStd-DmCp.otf,
bi=file: ITCFranklinGothicStd-DmCpIt.otf]

On Fri, Jun 19, 2015 at 2:18 PM, Florian Rudt <frudt@mac.com> wrote:

> Dear List,
>
> at first: thanks a lot for TeX and ConTeXt.
>
> I am really new to CoTeXt, TeX and LaTex, sorry. I come from the other
> side, from the DTP-side (the dark side). I have been working for more than
> 20 years in the graphics and prepess business with the mouse (only at the
> beginning some weeks playing with Linotype Series 300 and Linosetting and
> one day Berthold's ProfiPage).
>
> I managed to redo a simple old job with context: the book block of a
> novel, incl. front matter and fonts from my own library. Even the first
> results were amazingly beautiful.
>
> Now I want to redesign an academic journal (the International Journal of
> Conflict and Violence, www.ijcv.org) that I currently set with tango
> (something like Scribus or InDesign). I have got most of my font working
> with ConTeXt, but this time I failed. I can not get the ITC Franklin Gothic
> working.
>
> My installation is ConTeXt standalone on linux mint. I installed the
> otf-fonts by copying them into the directory
> ~/context/tex/texmf-fonts/opentype/FranklinGothic/ . Then I run "mtxrun
> --generate" in the terminal.
>
> "mtxrun --script fonts --list --all --pattern=*franklin*" gives:
>
> itcfranklingothicstd             itcfranklingothicstddmcp
>  ITCFranklinGothicStd-DmCp.otf
> itcfranklingothicstdbkcp         itcfranklingothicstdbkcp
>  ITCFranklinGothicStd-BkCp.otf
> itcfranklingothicstdbkcpit       itcfranklingothicstdbkcpit
>  ITCFranklinGothicStd-BkCpIt.otf
> itcfranklingothicstdbold         itcfranklingothicstddmcp
>  ITCFranklinGothicStd-DmCp.otf
> itcfranklingothicstdbolditalic   itcfranklingothicstddmcpit
>  ITCFranklinGothicStd-DmCpIt.otf
> itcfranklingothicstddemi         itcfranklingothicstddmcp
>  ITCFranklinGothicStd-DmCp.otf
> itcfranklingothicstddmcp         itcfranklingothicstddmcp
>  ITCFranklinGothicStd-DmCp.otf
> itcfranklingothicstddmcpit       itcfranklingothicstddmcpit
>  ITCFranklinGothicStd-DmCpIt.otf
> itcfranklingothicstditalic       itcfranklingothicstdbkcpit
>  ITCFranklinGothicStd-BkCpIt.otf
> itcfranklingothicstdnormal       itcfranklingothicstdbkcpit
>  ITCFranklinGothicStd-BkCpIt.otf
> itcfranklingothicstdregular      itcfranklingothicstdbkcp
>  ITCFranklinGothicStd-BkCp.otf
>
> I thought that all font styles are available (but I only need Book
> Compressed, Book Compressed Italic, Demi Compressed, and Demi Compressed
> Italic).
>
> So, this is my not working example:
>
> %fonts for ijcv
> \setupbodyfontenvironment[default][em=italic]
> %
> \definefontfamily [ijcv-fonts] [serif] [Minion Pro]
> \definefontfamily [ijcv-fonts] [sans] [itcfranklingothicstd]
> %
> \definefontfeature [default] [default] [onum=yes]
> %
> \setupbodyfont[ijcv-fonts, 10.25pt]
> \setupinterlinespace[4.75mm]
> %
> \starttext
> Minion Pro 1234567890
>
> \ss{ITC Franklin Gothic Book Compressed}
> \stoptext
>
> The problem is the fontname: [itcfranklingothicstd] doesn't work and I
> tried [ITC Franklin Gothic Std] and a lot of other spellings. I succeded
> with a lot of other fonts with this approach.
>
> What could I have done wrong?
>
> Thanks in advance
>
> Florian
>
>
> ___________________________________________________________________________________
> 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  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>



-- 
Thad Heltemes, Ph.D.

http://theltemes.net

[-- Attachment #1.2: Type: text/html, Size: 5245 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2015-06-19 19:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-19 19:18 Florian Rudt
2015-06-19 19:33 ` Thad Heltemes [this message]
2015-06-19 19:43   ` Florian Rudt
  -- strict thread matches above, loose matches on Subject: below --
2005-03-13 23:45 Re: newbie " Ciro A. Soto
2005-03-14  9:47 ` Patrick Gundlach
2005-03-11 13:29 Ciro A. Soto
2005-03-13 20:07 ` Patrick Gundlach
2005-03-11  0:08 Ciro A. Soto
2005-03-11  6:53 ` luigi.scarso
2005-03-11  8:41 ` Patrick Gundlach
2005-03-11 16:56 ` Gary

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAHU6HU9YP2NBiZqSoGNoLEWf7k9W5NT6nfJ9TKvHgx2HmCUXKQ@mail.gmail.com \
    --to=theltemes@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).