ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [OT] Public Fonts for Minority Languages of Russia
@ 2011-01-05 18:57 luigi scarso
  2011-01-05 19:38 ` Vianney le Clément
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: luigi scarso @ 2011-01-05 18:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users

http://www.pro-linux.de/news/1/16560/freie-schrift-pt-serif-veroeffentlicht.html
http://www.paratype.com/public/

What do you think ?

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


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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-05 18:57 [OT] Public Fonts for Minority Languages of Russia luigi scarso
@ 2011-01-05 19:38 ` Vianney le Clément
  2011-01-05 20:24 ` Herbert Voss
  2011-01-05 20:43 ` Philipp Gesang
  2 siblings, 0 replies; 18+ messages in thread
From: Vianney le Clément @ 2011-01-05 19:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Jan 5, 2011 at 19:57, luigi scarso <luigi.scarso@gmail.com> wrote:
> http://www.pro-linux.de/news/1/16560/freie-schrift-pt-serif-veroeffentlicht.html
> http://www.paratype.com/public/
>
> What do you think ?

I've already used PT Sans for some documents. It's a really nice font
in my amateur opinion. However, I wasn't aware of the new PT Serif
font. I'll check that out later.

As a new year present, here is the typescript I use for PT Sans:

\starttypescriptcollection [ptsans]

\usetypescriptfile[type-optical]

\starttypescript [\s!sans] [ptsans]
   \definefontsynonym [PTSans-Regular]    [\s!name:ptsansregular]
[\s!features=\s!default]
   \definefontsynonym [PTSans-Italic]     [\s!name:ptsansitalic]
[\s!features=\s!default]
   \definefontsynonym [PTSans-Bold]       [\s!name:ptsansbold]
[\s!features=\s!default]
   \definefontsynonym [PTSans-BoldItalic] [\s!name:ptsansbolditalic]
[\s!features=\s!default]
   \definefontsynonym [PTSans-Caption]     [\s!name:ptsanscaption]
[\s!features=\s!default]
   \definefontsynonym [PTSans-CaptionBold] [\s!name:ptsanscaptionbold]
[\s!features=\s!default]
\stoptypescript

\starttypescript [\s!sans] [ptsans-narrow]
   \definefontsynonym [PTSans-Narrow]     [\s!name:ptsansnarrow]
[\s!features=\s!default]
   \definefontsynonym [PTSans-NarrowBold] [\s!name:ptsansnarrowbold]
[\s!features=\s!default]
\stoptypescript

\starttypescript [\s!sans] [ptsans]
   \setups[font:optical:sans]
   \definefontsynonym [SansRegular-Regular]    [PTSans-Regular]
[\s!features=\s!default]
   \definefontsynonym [SansRegular-Italic]     [PTSans-Italic]
[\s!features=\s!default]
   \definefontsynonym [SansRegular-Bold]       [PTSans-Bold]
[\s!features=\s!default]
   \definefontsynonym [SansRegular-BoldItalic] [PTSans-BoldItalic]
[\s!features=\s!default]
   \definefontsynonym [SansCaption-Regular]    [PTSans-Caption]
[\s!features=\s!default]
   \definefontsynonym [SansCaption-Bold]       [PTSans-CaptionBold]
[\s!features=\s!default]
\stoptypescript

\starttypescript [\s!sans] [ptsans-narrow]
   \setups[\s!font:\s!fallback:\s!sans]
   \definefontsynonym [\s!Sans]     [PTSans-Narrow]     [\s!features=\s!default]
   \definefontsynonym [\s!SansBold] [PTSans-NarrowBold] [\s!features=\s!default]
\stoptypescript

\starttypescript [ptsans]
    \definetypeface [ptsans] [ss] [\s!sans] [ptsans] [optical]
\stoptypescript

\starttypescript [ptsans-narrow]
    \definetypeface [ptsans-narrow] [ss] [\s!sans] [ptsans-narrow] [\s!default]
\stoptypescript

\stoptypescriptcollection

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


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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-05 18:57 [OT] Public Fonts for Minority Languages of Russia luigi scarso
  2011-01-05 19:38 ` Vianney le Clément
@ 2011-01-05 20:24 ` Herbert Voss
  2011-01-05 20:43   ` Arthur Reutenauer
  2011-01-05 21:35   ` luigi scarso
  2011-01-05 20:43 ` Philipp Gesang
  2 siblings, 2 replies; 18+ messages in thread
From: Herbert Voss @ 2011-01-05 20:24 UTC (permalink / raw)
  To: ntg-context

Am 05.01.2011 19:57, schrieb luigi scarso:
> http://www.pro-linux.de/news/1/16560/freie-schrift-pt-serif-veroeffentlicht.html
> http://www.paratype.com/public/
> 
> What do you think ?

her is a list of the glyphs created by Volker

http://texnik.dante.de/misc/PTSerif.pdf

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


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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-05 18:57 [OT] Public Fonts for Minority Languages of Russia luigi scarso
  2011-01-05 19:38 ` Vianney le Clément
  2011-01-05 20:24 ` Herbert Voss
@ 2011-01-05 20:43 ` Philipp Gesang
  2 siblings, 0 replies; 18+ messages in thread
From: Philipp Gesang @ 2011-01-05 20:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1.1: Type: text/plain, Size: 1095 bytes --]

Hi Luigi,


On 2011-01-05 <19:57:35>, luigi scarso wrote:
> http://www.pro-linux.de/news/1/16560/freie-schrift-pt-serif-veroeffentlicht.html
> http://www.paratype.com/public/
> 
> What do you think ?

impressive coverage of contemporary alphabets, matching
sans/serif is nice too. The serif bold face is a bit too dark for
my taste, I wonder how it looks on paper. I append a typescript &
testfile.

Thanks for the link, Philipp


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

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

[-- Attachment #1.1.2: type-paratype.mkiv --]
[-- Type: text/plain, Size: 5648 bytes --]

%D \module
%D   [       file=type-paratype,
%D        version=2011-01-05 21:39:54+0100,
%D          title=\CONTEXT\ Typescript Macros,
%D       subtitle=ParaType Free Fonts,
%D         author=Philipp Gesang,
%D           date=\currentdate,
%D      copyright=Philipp Gesang]

%C Get the ParaType free sans and serif fonts at
%C http://www.paratype.com/public/

%C Serif
%C PTF55F.ttf -> PTSerif-Regular
%C PTF56F.ttf -> PTSerif-Italic
%C PTF75F.ttf -> PTSerif-Bold
%C PTF76F.ttf -> PTSerif-BoldItalic

%C Sans
%C PTS55F.ttf -> PTSans-Regular
%C PTS56F.ttf -> PTSans-Italic
%C PTS75F.ttf -> PTSans-Bold
%C PTS76F.ttf -> PTSans-BoldItalic

%C Caption
%C PTZ55F.ttf -> PTSerif-Caption
%C PTZ56F.ttf -> PTSerif-CaptionItalic
%C PTC55F.ttf -> PTSans-Caption
%C PTC75F.ttf -> PTSans-CaptionBold

%C Narrow (Sans Only)
%C PTN57F.ttf -> PTSans-Narrow
%C PTN77F.ttf -> PTSans-NarrowBold

\starttypescriptcollection [paratype]

\starttypescript [\s!serif] [paratype]
  \definefontsynonym [ParatypeSerif-Regular]    [\s!name:PTSerif-Regular]    [\s!features=\s!default]
  \definefontsynonym [ParatypeSerif-Italic]     [\s!name:PTSerif-Italic]     [\s!features=\s!default]
  \definefontsynonym [ParatypeSerif-Bold]       [\s!name:PTSerif-Bold]       [\s!features=\s!default]
  \definefontsynonym [ParatypeSerif-BoldItalic] [\s!name:PTSerif-BoldItalic] [\s!features=\s!default]
\stoptypescript

\starttypescript [\s!sans] [paratype]
  \definefontsynonym [ParatypeSans-Regular]    [\s!name:PTSans-Regular]    [\s!features=\s!default]
  \definefontsynonym [ParatypeSans-Italic]     [\s!name:PTSans-Italic]     [\s!features=\s!default]
  \definefontsynonym [ParatypeSans-Bold]       [\s!name:PTSans-Bold]       [\s!features=\s!default]
  \definefontsynonym [ParatypeSans-BoldItalic] [\s!name:PTSans-BoldItalic] [\s!features=\s!default]
\stoptypescript

\starttypescript [\s!serif] [paratype]
  \setups[\s!font:\s!fallback:\s!serif]
  \definefontsynonym [\s!Serif]           [ParatypeSerif-Regular]    [\s!features=\s!default]
  \definefontsynonym [\s!SerifItalic]     [ParatypeSerif-Italic]     [\s!features=\s!default]
  \definefontsynonym [\s!SerifBold]       [ParatypeSerif-Bold]       [\s!features=\s!default]
  \definefontsynonym [\s!SerifBoldItalic] [ParatypeSerif-BoldItalic] [\s!features=\s!default]
\stoptypescript

\starttypescript [\s!sans] [paratype]
  \setups[\s!font:\s!fallback:\s!sans]
  \definefontsynonym [\s!Sans]           [ParatypeSans-Regular]    [\s!features=\s!default]
  \definefontsynonym [\s!SansItalic]     [ParatypeSans-Italic]     [\s!features=\s!default]
  \definefontsynonym [\s!SansBold]       [ParatypeSans-Bold]       [\s!features=\s!default]
  \definefontsynonym [\s!SansBoldItalic] [ParatypeSans-BoldItalic] [\s!features=\s!default]
\stoptypescript

\starttypescript [\s!serif] [paratype-caption]
  \definefontsynonym [ParatypeSerifCaption-Regular] [\s!name:PTSerif-Caption]       [\s!features=\s!default]
  \definefontsynonym [ParatypeSerifCaption-Italic]  [\s!name:PTSerif-CaptionItalic] [\s!features=\s!default]
\stoptypescript

\starttypescript [\s!sans] [paratype-caption]
  \definefontsynonym [ParatypeSansCaption-Regular] [\s!name:PTSans-Caption]     [\s!features=\s!default]
  \definefontsynonym [ParatypeSansCaption-Bold]    [\s!name:PTSans-CaptionBold] [\s!features=\s!default]
\stoptypescript

\starttypescript [\s!serif] [paratype-caption]
  \setups[\s!font:\s!fallback:\s!serif]
  \definefontsynonym [\s!Serif]       [ParatypeSerifCaption-Regular] [\s!features=\s!default]
  \definefontsynonym [\s!SerifItalic] [ParatypeSerifCaption-Italic]  [\s!features=\s!default]
\stoptypescript

\starttypescript [\s!sans] [paratype-caption]
  \setups[\s!font:\s!fallback:\s!sans]
  \definefontsynonym [\s!Sans]     [ParatypeSansCaption-Regular] [\s!features=\s!default]
  \definefontsynonym [\s!SansBold] [ParatypeSansCaption-Bold]    [\s!features=\s!default]
\stoptypescript

\starttypescript [\s!sans] [paratype-narrow]
  \definefontsynonym [ParatypeSansNarrow-Regular] [\s!name:PTSans-Narrow]     [\s!features=\s!default]
  \definefontsynonym [ParatypeSansNarrow-Bold]    [\s!name:PTSans-NarrowBold] [\s!features=\s!default]
\stoptypescript

\starttypescript [\s!sans] [paratype-narrow]
  \setups[\s!font:\s!fallback:\s!sans]
  \definefontsynonym [\s!Sans]     [ParatypeSansNarrow-Regular] [\s!features=\s!default]
  \definefontsynonym [\s!SansBold] [ParatypeSansNarrow-Bold]    [\s!features=\s!default]
\stoptypescript

\starttypescript [paratype]
  \definetypeface [paratype] [rm] [\s!serif] [paratype] [\s!default]
  \definetypeface [paratype] [ss] [\s!sans]  [paratype] [\s!default]
  \definetypeface [paratype] [tt] [\s!mono]  [modern]   [\s!default]
  \definetypeface [paratype] [mm] [\s!math]  [modern]   [\s!default]
  \quittypescriptscanning
\stoptypescript

\starttypescript [paratype-caption]
  \definetypeface [paratype-caption] [rm] [\s!serif] [paratype-caption] [\s!default]
  \definetypeface [paratype-caption] [ss] [\s!sans]  [paratype-caption] [\s!default]
  \definetypeface [paratype-caption] [tt] [\s!mono]  [modern]           [\s!default]
  \definetypeface [paratype-caption] [mm] [\s!math]  [modern]           [\s!default]
  \quittypescriptscanning
\stoptypescript

\starttypescript [paratype-narrow]
  \definetypeface [paratype-narrow] [rm] [\s!serif] [paratype]        [\s!default]
  \definetypeface [paratype-narrow] [ss] [\s!sans]  [paratype-narrow] [\s!default]
  \definetypeface [paratype-narrow] [tt] [\s!mono]  [modern]          [\s!default]
  \definetypeface [paratype-narrow] [mm] [\s!math]  [modern]          [\s!default]
  \quittypescriptscanning
\stoptypescript

\stoptypescriptcollection

[-- Attachment #1.1.3: fonttest.tex --]
[-- Type: text/x-tex, Size: 1880 bytes --]

\def\blindtext
 {В~ворота гостиницы губернского города NN въехала довольно
  красивая рессорная небольшая бричка, в~какой ездят холостяки:
  отставные подполковники, штабс-капитаны, помещики, имеющие
  около сотни душ крестьян, — словом, все те, которых называют
  господами средней руки.  В~бричке сидел господин, не красавец,
  но и~не дурной наружности, ни слишком толст, ни слишком тонок;
  нельзя сказать, чтобы стар, однако ж~и~не так чтобы слишком
  молод.}

\usetypescriptfile[type-paratype]

\usetypescript[paratype]
\usetypescript[paratype-caption]
\usetypescript[paratype-narrow]
\setupbodyfont[paratype,12pt]

\mainlanguage[ru] \setbreakpoints[compound]
\setuptolerance[horizontal,tolerant]

\definefontfeature[cpsp][default][cpsp=yes,mode=node]
\def\heading{\addff{cpsp}\WORD}
\setuphead[section][style=\heading]

\starttext

\section{Roman}
{\rm%
     {\blindtext}\endgraf
  {\it\blindtext}\endgraf
  {\bf\blindtext}\endgraf
  {\bi\blindtext}\endgraf
}

\section{Sans}
{\ss%
     {\blindtext}\endgraf
  {\it\blindtext}\endgraf
  {\bf\blindtext}\endgraf
  {\bi\blindtext}\endgraf
}

\section{Serif Caption}
{\setupbodyfont[paratype-caption,10pt]%
     {\blindtext}\endgraf
  {\it\blindtext}\endgraf
}

\section{Sans Caption}
{\setupbodyfont[paratype-caption,10pt] \ss%
     {\blindtext}\endgraf
  {\bf\blindtext}\endgraf
}

\section{Sans Narrow}
{\setupbodyfont[paratype-narrow,12pt] \ss%
     {\blindtext}\endgraf
  {\bf\blindtext}\endgraf
}

\stoptext


[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 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
___________________________________________________________________________________

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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-05 20:24 ` Herbert Voss
@ 2011-01-05 20:43   ` Arthur Reutenauer
  2011-01-05 20:57     ` Herbert Voss
  2011-01-05 21:35   ` luigi scarso
  1 sibling, 1 reply; 18+ messages in thread
From: Arthur Reutenauer @ 2011-01-05 20:43 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

> her is a list of the glyphs created by Volker
> 
> http://texnik.dante.de/misc/PTSerif.pdf

  ERROR 403: Forbidden.  Is it somehow intentional, or an oversight?

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


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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-05 20:43   ` Arthur Reutenauer
@ 2011-01-05 20:57     ` Herbert Voss
  2011-01-05 21:06       ` Arthur Reutenauer
  0 siblings, 1 reply; 18+ messages in thread
From: Herbert Voss @ 2011-01-05 20:57 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

Am 05.01.2011 21:43, schrieb Arthur Reutenauer:
>> her is a list of the glyphs created by Volker
>>
>> http://texnik.dante.de/misc/PTSerif.pdf
> 
>   ERROR 403: Forbidden.  Is it somehow intentional, or an oversight?

sigh ...
thanks, should go now

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


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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-05 20:57     ` Herbert Voss
@ 2011-01-05 21:06       ` Arthur Reutenauer
  0 siblings, 0 replies; 18+ messages in thread
From: Arthur Reutenauer @ 2011-01-05 21:06 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

> thanks, should go now

  Indeed.  Thanks!

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


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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-05 20:24 ` Herbert Voss
  2011-01-05 20:43   ` Arthur Reutenauer
@ 2011-01-05 21:35   ` luigi scarso
  2011-01-05 21:52     ` Khaled Hosny
  1 sibling, 1 reply; 18+ messages in thread
From: luigi scarso @ 2011-01-05 21:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2011/1/5 Herbert Voss <Herbert.Voss@fu-berlin.de>:
> Am 05.01.2011 19:57, schrieb luigi scarso:
>> http://www.pro-linux.de/news/1/16560/freie-schrift-pt-serif-veroeffentlicht.html
>> http://www.paratype.com/public/
>>
>> What do you think ?
>
> her is a list of the glyphs created by Volker
>
> http://texnik.dante.de/misc/PTSerif.pdf
"Fast Web View : Yes"
How did you done with mkiv ?
-- 
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-05 21:35   ` luigi scarso
@ 2011-01-05 21:52     ` Khaled Hosny
  2011-01-05 23:55       ` luigi scarso
  2011-01-06  6:25       ` Martin Schröder
  0 siblings, 2 replies; 18+ messages in thread
From: Khaled Hosny @ 2011-01-05 21:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Jan 05, 2011 at 10:35:46PM +0100, luigi scarso wrote:
> 2011/1/5 Herbert Voss <Herbert.Voss@fu-berlin.de>:
> > Am 05.01.2011 19:57, schrieb luigi scarso:
> >> http://www.pro-linux.de/news/1/16560/freie-schrift-pt-serif-veroeffentlicht.html
> >> http://www.paratype.com/public/
> >>
> >> What do you think ?
> >
> > her is a list of the glyphs created by Volker
> >
> > http://texnik.dante.de/misc/PTSerif.pdf
> "Fast Web View : Yes"
> How did you done with mkiv ?

pdfopt from GS?

Regards,
 Khaled

-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-05 21:52     ` Khaled Hosny
@ 2011-01-05 23:55       ` luigi scarso
  2011-01-06  6:26         ` Martin Schröder
  2011-01-06  9:24         ` Hans Hagen
  2011-01-06  6:25       ` Martin Schröder
  1 sibling, 2 replies; 18+ messages in thread
From: luigi scarso @ 2011-01-05 23:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Jan 5, 2011 at 10:52 PM, Khaled Hosny <khaledhosny@eglug.org> wrote:
>> > http://texnik.dante.de/misc/PTSerif.pdf
>> "Fast Web View : Yes"
>> How did you done with mkiv ?
>
> pdfopt from GS?
http://texnik.dante.de/misc/PTSerif.pdf
seems to be done with context directly, without postprocessing with ghostscript
-- 
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-05 21:52     ` Khaled Hosny
  2011-01-05 23:55       ` luigi scarso
@ 2011-01-06  6:25       ` Martin Schröder
  2011-01-08 13:09         ` Jano Kula
  2011-01-08 13:45         ` Khaled Hosny
  1 sibling, 2 replies; 18+ messages in thread
From: Martin Schröder @ 2011-01-06  6:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2011/1/5 Khaled Hosny <khaledhosny@eglug.org>:
> On Wed, Jan 05, 2011 at 10:35:46PM +0100, luigi scarso wrote:
>> "Fast Web View : Yes"
>> How did you done with mkiv ?
>
> pdfopt from GS?

qpdf is MUCH better...

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


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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-05 23:55       ` luigi scarso
@ 2011-01-06  6:26         ` Martin Schröder
  2011-01-06  9:24         ` Hans Hagen
  1 sibling, 0 replies; 18+ messages in thread
From: Martin Schröder @ 2011-01-06  6:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2011/1/6 luigi scarso <luigi.scarso@gmail.com>:
> http://texnik.dante.de/misc/PTSerif.pdf
> seems to be done with context directly, without postprocessing with ghostscript

luatex can not generate linearized pdf directly.

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


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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-05 23:55       ` luigi scarso
  2011-01-06  6:26         ` Martin Schröder
@ 2011-01-06  9:24         ` Hans Hagen
  2011-01-06  9:37           ` Martin Schröder
  1 sibling, 1 reply; 18+ messages in thread
From: Hans Hagen @ 2011-01-06  9:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 6-1-2011 12:55, luigi scarso wrote:
> On Wed, Jan 5, 2011 at 10:52 PM, Khaled Hosny<khaledhosny@eglug.org>  wrote:
>>>> http://texnik.dante.de/misc/PTSerif.pdf
>>> "Fast Web View : Yes"
>>> How did you done with mkiv ?
>>
>> pdfopt from GS?
> http://texnik.dante.de/misc/PTSerif.pdf
> seems to be done with context directly, without postprocessing with ghostscript

sure,

\usemodule[fnt-31]

\setupbodyfont[10pt]

\setuplayout
   [backspace=1cm,
    topspace=1cm,
    footer=1cm,
    header=0cm,
    height=middle,
    width=middle]

\starttext

\startluacode
     fonts.tracers.coverage {
         "file:PTF55F.ttf",
         "file:PTF56F.ttf",
         "file:PTF75F.ttf",
         "file:PTF76F.ttf",
         "file:PTZ55F.ttf",
         "file:PTZ56F.ttf",
     }
\stopluacode

\stoptext

I'll add s-fnt-31 to the next beta.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-06  9:24         ` Hans Hagen
@ 2011-01-06  9:37           ` Martin Schröder
  2011-01-06 10:23             ` Hans Hagen
  0 siblings, 1 reply; 18+ messages in thread
From: Martin Schröder @ 2011-01-06  9:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2011/1/6 Hans Hagen <pragma@wxs.nl>:
> \usemodule[fnt-31]

And what magic generates the linearized pdf?

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


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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-06  9:37           ` Martin Schröder
@ 2011-01-06 10:23             ` Hans Hagen
  0 siblings, 0 replies; 18+ messages in thread
From: Hans Hagen @ 2011-01-06 10:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 6-1-2011 10:37, Martin Schröder wrote:
> 2011/1/6 Hans Hagen<pragma@wxs.nl>:
>> \usemodule[fnt-31]
>
> And what magic generates the linearized pdf?


probably a "save as"

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-06  6:25       ` Martin Schröder
@ 2011-01-08 13:09         ` Jano Kula
  2011-01-08 13:45         ` Khaled Hosny
  1 sibling, 0 replies; 18+ messages in thread
From: Jano Kula @ 2011-01-08 13:09 UTC (permalink / raw)
  To: ntg-context

On 01/06/2011 07:25 AM, Martin Schröder wrote:
> 2011/1/5 Khaled Hosny<khaledhosny@eglug.org>:
>> On Wed, Jan 05, 2011 at 10:35:46PM +0100, luigi scarso wrote:
>>> "Fast Web View : Yes"
>>> How did you done with mkiv ?
>>
>> pdfopt from GS?
>
> qpdf is MUCH better...

Thanks, Martin, good tip.

Jano

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

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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-06  6:25       ` Martin Schröder
  2011-01-08 13:09         ` Jano Kula
@ 2011-01-08 13:45         ` Khaled Hosny
  2011-01-08 13:54           ` Martin Schröder
  1 sibling, 1 reply; 18+ messages in thread
From: Khaled Hosny @ 2011-01-08 13:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Jan 06, 2011 at 07:25:42AM +0100, Martin Schröder wrote:
> 2011/1/5 Khaled Hosny <khaledhosny@eglug.org>:
> > On Wed, Jan 05, 2011 at 10:35:46PM +0100, luigi scarso wrote:
> >> "Fast Web View : Yes"
> >> How did you done with mkiv ?
> >
> > pdfopt from GS?
> 
> qpdf is MUCH better...

I take your word on this, but out of curiosity, better in what sense?

Regards,
 Khaled

-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: [OT] Public Fonts for Minority Languages of Russia
  2011-01-08 13:45         ` Khaled Hosny
@ 2011-01-08 13:54           ` Martin Schröder
  0 siblings, 0 replies; 18+ messages in thread
From: Martin Schröder @ 2011-01-08 13:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2011/1/8 Khaled Hosny <khaledhosny@eglug.org>:
> On Thu, Jan 06, 2011 at 07:25:42AM +0100, Martin Schröder wrote:
>> qpdf is MUCH better...
>
> I take your word on this, but out of curiosity, better in what sense?

pdfopt is ghostscript, that is the pdf is fed into a PostScript RIP,
which spits out linearized pdf.

qpdf uses a pdf library and reorganizes the pdf so it is linearized.
So it "knows" more about pdf than gs, is much lighter (one binary and
one lib with together <1MB compared to ghostscript), much less can go
wrong (e.g. images are not changed) and IMHO the support for qpdf is
much better. :-)

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


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

end of thread, other threads:[~2011-01-08 13:54 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-05 18:57 [OT] Public Fonts for Minority Languages of Russia luigi scarso
2011-01-05 19:38 ` Vianney le Clément
2011-01-05 20:24 ` Herbert Voss
2011-01-05 20:43   ` Arthur Reutenauer
2011-01-05 20:57     ` Herbert Voss
2011-01-05 21:06       ` Arthur Reutenauer
2011-01-05 21:35   ` luigi scarso
2011-01-05 21:52     ` Khaled Hosny
2011-01-05 23:55       ` luigi scarso
2011-01-06  6:26         ` Martin Schröder
2011-01-06  9:24         ` Hans Hagen
2011-01-06  9:37           ` Martin Schröder
2011-01-06 10:23             ` Hans Hagen
2011-01-06  6:25       ` Martin Schröder
2011-01-08 13:09         ` Jano Kula
2011-01-08 13:45         ` Khaled Hosny
2011-01-08 13:54           ` Martin Schröder
2011-01-05 20:43 ` Philipp Gesang

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).