ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* hyphenation patters for Ukrainian
       [not found] <mailman.10.1236618481.26306.ntg-context@ntg.nl>
@ 2009-03-09 23:06 ` Vyatcheslav Yatskovsky
  2009-03-10 18:39   ` Mojca Miklavec
  2009-03-09 23:34 ` A few minor questions Vyatcheslav Yatskovsky
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 17+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-03-09 23:06 UTC (permalink / raw)
  To: ntg-context

Hello,

What bout hyphenation patters for Ukrainian?
\language[ru] seems to work, but \language[ua] does not.

Best,
Vyatcheslav
___________________________________________________________________________________
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] 17+ messages in thread

* A few minor questions
       [not found] <mailman.10.1236618481.26306.ntg-context@ntg.nl>
  2009-03-09 23:06 ` hyphenation patters for Ukrainian Vyatcheslav Yatskovsky
@ 2009-03-09 23:34 ` Vyatcheslav Yatskovsky
  2009-03-10  8:41   ` Taco Hoekwater
  2009-03-09 23:51 ` font-win.tex Vyatcheslav Yatskovsky
  2009-03-10  0:13 ` My printer vs. Times New Roman Vyatcheslav Yatskovsky
  3 siblings, 1 reply; 17+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-03-09 23:34 UTC (permalink / raw)
  To: ntg-context

Hello,

1) I use \setupindenting[yes, big]. How to make the first paragraph 
(after the section title) to be indented too?

2) I made a command for abstracts (a few lines in the beginning of the 
paper, one paragraph only). Please, look at my definition, i'd like to 
know how to implement it in more elegant, ConTeXt way.
\define[1]\Abstract{
\startalignment[middle]
\switchtobodyfont[11pt]
{\it #1}
\stopalignment
\blank[big]}

Example usage:
\Abstract{Присвячено практичному застосуванню алгоритмів параметричної 
ідентифікації для визначення параметрів технологічного процесу 
гідроструйного різання}

Best regards,
Vyatcheslav
___________________________________________________________________________________
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] 17+ messages in thread

* font-win.tex
       [not found] <mailman.10.1236618481.26306.ntg-context@ntg.nl>
  2009-03-09 23:06 ` hyphenation patters for Ukrainian Vyatcheslav Yatskovsky
  2009-03-09 23:34 ` A few minor questions Vyatcheslav Yatskovsky
@ 2009-03-09 23:51 ` Vyatcheslav Yatskovsky
  2009-03-10  8:46   ` font-win.tex Taco Hoekwater
  2009-03-10  0:13 ` My printer vs. Times New Roman Vyatcheslav Yatskovsky
  3 siblings, 1 reply; 17+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-03-09 23:51 UTC (permalink / raw)
  To: ntg-context

Is there a script which can be called font-win.tex, which describes all 
OS-shipped fonts on Windows platform? If not, why? :o)

Best,
Vyatcheslav
___________________________________________________________________________________
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] 17+ messages in thread

* My printer vs. Times New Roman
       [not found] <mailman.10.1236618481.26306.ntg-context@ntg.nl>
                   ` (2 preceding siblings ...)
  2009-03-09 23:51 ` font-win.tex Vyatcheslav Yatskovsky
@ 2009-03-10  0:13 ` Vyatcheslav Yatskovsky
  2009-03-10  4:59   ` Michail Vidiassov
  3 siblings, 1 reply; 17+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-03-10  0:13 UTC (permalink / raw)
  To: ntg-context

Hello again,

Sorry for asking so many questions at a time, but i'm really intrigued.

I have Samsung ML-1615 laser printer. When I print an MS Word document 
typesetted in Times New Roman, the printer uses internal (hardware) font 
resource, and hardcopy is very smooth and nice. When I print a pdf 
generated by ConTexT, the same font becomes rasterized and looks a bit 
ragged on a paper.

Is there a way to instruct Acrobat and printer that I use authentic Time 
New Roman?

(The typescript I currently use is:
\starttypescript [serif] [timesnr]
\definefontsynonym [TimesNRRegular][file:times][features=default]
\definefontsynonym [TimesNRItalic][file:timesi][features=default]
\definefontsynonym [TimesNRBold][file:timesbd][features=default]
\stoptypescript

\starttypescript [serif] [timesnr]
\definefontsynonym [Serif][TimesNRRegular][features=default]
\definefontsynonym [SerifItalic][TimesNRItalic][features=default]
\definefontsynonym [SerifBold][TimesNRBold][features=default]
%\definefontsynonym [SansBoldItalic][][features=default]
%\definefontsynonym [SansBoldSlanted][SansBoldItalic][features=default]
%\definefontsynonym [SansCaps][Sans][features=smallcaps]
\definefontsynonym [SerifSlanted][SerifItalic][features=default]
\stoptypescript

\starttypescript [timesnr]
\definetypeface[timesnr][rm][serif][timesnr][default]
\stoptypescript
)

Best regards,
Vyatcheslav
___________________________________________________________________________________
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] 17+ messages in thread

* Re: My printer vs. Times New Roman
  2009-03-10  0:13 ` My printer vs. Times New Roman Vyatcheslav Yatskovsky
@ 2009-03-10  4:59   ` Michail Vidiassov
  2009-03-10 12:20     ` Henning Hraban Ramm
  0 siblings, 1 reply; 17+ messages in thread
From: Michail Vidiassov @ 2009-03-10  4:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear Vyatcheslav,

On Tue, 10 Mar 2009, Vyatcheslav Yatskovsky wrote:

> I have Samsung ML-1615 laser printer. When I print an MS Word document 
> typesetted in Times New Roman, the printer uses internal (hardware) font 
> resource, and hardcopy is very smooth and nice. When I print a pdf generated 
> by ConTexT, the same font becomes rasterized and looks a bit ragged on a 
> paper.

IMHO Samsung ML-1615 is a GDI printer, that relies on PC CPU to do most of 
the work. Thus the printer is unlikely to have any hardware fonts.

There may be settings in your PDF viewer to enable/disable the use of 
local fonts and something like "print text as graphics" - you may play 
with them. But in general PDF document/PDF viewer/Windows GDI printer driver 
combo may or may not work depending on the astrological conditions.

/* Offtopic
  Is "go and get a PostScript 3 printer or use GhostScript, both are dirt cheap"
  an answer backed by the collective wisdom of ConTeXt/LuaTeX/pdfTeX users? 
*/

           Sincerely, Michail
___________________________________________________________________________________
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] 17+ messages in thread

* Re: A few minor questions
  2009-03-09 23:34 ` A few minor questions Vyatcheslav Yatskovsky
@ 2009-03-10  8:41   ` Taco Hoekwater
  0 siblings, 0 replies; 17+ messages in thread
From: Taco Hoekwater @ 2009-03-10  8:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Vyatcheslav Yatskovsky wrote:
> Hello,
> 
> 1) I use \setupindenting[yes, big]. How to make the first paragraph
> (after the section title) to be indented too?

\setuphead[section][indentnext=yes]

> 2) I made a command for abstracts (a few lines in the beginning of the
> paper, one paragraph only). Please, look at my definition, i'd like to
> know how to implement it in more elegant, ConTeXt way.

\startsetups abstract:before
  \startalignment[middle]
  \switchtobodyfont[11pt]
  \bgroup\it
\stopsetups

\startsetups abstract:after
  \egroup
  \stopalignment
  \blank[big]
\stopsetups

\definestartstop
  [Abstract]
  [before=\directsetup{abstract:before},
   after=\directsetup{abstract:after}]

\startAbstract
...
\stopAbstract

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] 17+ messages in thread

* Re: font-win.tex
  2009-03-09 23:51 ` font-win.tex Vyatcheslav Yatskovsky
@ 2009-03-10  8:46   ` Taco Hoekwater
  2009-03-10 10:37     ` font-win.tex Wolfgang Schuster
  0 siblings, 1 reply; 17+ messages in thread
From: Taco Hoekwater @ 2009-03-10  8:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Vyatcheslav Yatskovsky wrote:
> Is there a script which can be called font-win.tex, which describes all
> OS-shipped fonts on Windows platform? If not, why? :o)

IIRC, every Windows platform ships with a slightly different list.

There are the 12 basic TimesNewRoman, Arial and Courier fonts, but
not all versions of those fonts have the same glyph repertoire.

For Hans, this would be a useful addition to mtx-fonts:

  mtxrun --script=fonts --list --tree=\$OSFONTDIR


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] 17+ messages in thread

* Re: font-win.tex
  2009-03-10  8:46   ` font-win.tex Taco Hoekwater
@ 2009-03-10 10:37     ` Wolfgang Schuster
  2009-03-10 10:58       ` font-win.tex Taco Hoekwater
  0 siblings, 1 reply; 17+ messages in thread
From: Wolfgang Schuster @ 2009-03-10 10:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 10.03.2009 um 09:46 schrieb Taco Hoekwater:

> Vyatcheslav Yatskovsky wrote:
>> Is there a script which can be called font-win.tex, which describes  
>> all
>> OS-shipped fonts on Windows platform? If not, why? :o)
>
> IIRC, every Windows platform ships with a slightly different list.
>
> There are the 12 basic TimesNewRoman, Arial and Courier fonts, but
> not all versions of those fonts have the same glyph repertoire.

That's not a reason why we can't ship typescript files for Windows
and Mac. We still have type-msw with typescripts for Verdana and
Arial and type-xtx with typescripts for the Mac (a lot of them
for XeTeX only).

I think it makes sense to provide two new files type-win for fonts
included in Windows Vista and type-mac for Mac OS (are .dfont fonts
working in LuaTeX 0.40).

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] 17+ messages in thread

* Re: font-win.tex
  2009-03-10 10:37     ` font-win.tex Wolfgang Schuster
@ 2009-03-10 10:58       ` Taco Hoekwater
  2009-03-10 11:32         ` font-win.tex Wolfgang Schuster
  2009-03-10 12:06         ` font-win.tex Michail Vidiassov
  0 siblings, 2 replies; 17+ messages in thread
From: Taco Hoekwater @ 2009-03-10 10:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Wolfgang Schuster wrote:
> type-mac for Mac OS (are .dfont fonts working in LuaTeX 0.40).

That would be nice, but I am not sure I will get around to implementing
it (besides time constraints, it is never easy to develop for a platform
one doesn't actually have). It would be nice if there was a volunteer

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] 17+ messages in thread

* Re: font-win.tex
  2009-03-10 10:58       ` font-win.tex Taco Hoekwater
@ 2009-03-10 11:32         ` Wolfgang Schuster
  2009-03-10 11:34           ` font-win.tex Taco Hoekwater
  2009-03-10 12:06         ` font-win.tex Michail Vidiassov
  1 sibling, 1 reply; 17+ messages in thread
From: Wolfgang Schuster @ 2009-03-10 11:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 10.03.2009 um 11:58 schrieb Taco Hoekwater:

>> type-mac for Mac OS (are .dfont fonts working in LuaTeX 0.40).
>
> That would be nice, but I am not sure I will get around to  
> implementing
> it (besides time constraints, it is never easy to develop for a  
> platform
> one doesn't actually have). It would be nice if there was a volunteer

I thought this because you mentioned it in the announcement for 0.31.0
(as point on your todo list).

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] 17+ messages in thread

* Re: font-win.tex
  2009-03-10 11:32         ` font-win.tex Wolfgang Schuster
@ 2009-03-10 11:34           ` Taco Hoekwater
  0 siblings, 0 replies; 17+ messages in thread
From: Taco Hoekwater @ 2009-03-10 11:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Wolfgang Schuster wrote:
> 
> Am 10.03.2009 um 11:58 schrieb Taco Hoekwater:
> 
>>> type-mac for Mac OS (are .dfont fonts working in LuaTeX 0.40).
>>
>> That would be nice, but I am not sure I will get around to implementing
>> it (besides time constraints, it is never easy to develop for a platform
>> one doesn't actually have). It would be nice if there was a volunteer
> 
> I thought this because you mentioned it in the announcement for 0.31.0
> (as point on your todo list).

I know, I know. Foot in mouth etc.
___________________________________________________________________________________
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] 17+ messages in thread

* Re: font-win.tex
  2009-03-10 10:58       ` font-win.tex Taco Hoekwater
  2009-03-10 11:32         ` font-win.tex Wolfgang Schuster
@ 2009-03-10 12:06         ` Michail Vidiassov
  2009-03-10 12:32           ` font-win.tex Taco Hoekwater
  1 sibling, 1 reply; 17+ messages in thread
From: Michail Vidiassov @ 2009-03-10 12:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear Taco and All,

Taco Hoekwater wrote:
>> type-mac for Mac OS (are .dfont fonts working in LuaTeX 0.40).
>
> That would be nice, but I am not sure I will get around to implementing
> it (besides time constraints, it is never easy to develop for a platform
> one doesn't actually have).

BTW, how the multiplatformity is handled now?

Is there a "regular multiplatform build farm"?

Do developers use remote access to computers with platforms
they do not have at home (if no - due to lack of hardware or interest)?

And what are the platforms blessed to be owned by developers?

                       Sincerely, Michail

___________________________________________________________________________________
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] 17+ messages in thread

* Re: My printer vs. Times New Roman
  2009-03-10  4:59   ` Michail Vidiassov
@ 2009-03-10 12:20     ` Henning Hraban Ramm
  0 siblings, 0 replies; 17+ messages in thread
From: Henning Hraban Ramm @ 2009-03-10 12:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Am 2009-03-10 um 05:59 schrieb Michail Vidiassov:
> /* Offtopic
> Is "go and get a PostScript 3 printer or use GhostScript, both are  
> dirt cheap"
> an answer backed by the collective wisdom of ConTeXt/LuaTeX/pdfTeX  
> users? */


In my experience "no" regarding PS3 printers being cheap.

And there are sometimes printing problems with Adobe Acrobat/Reader as  
well as with GhostScript and GS-based applications, regardless of the  
source of the PDF, on some printers - even those that claim to contain  
genuine PostScript interpreters.


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)


[-- Attachment #1.2: Signierter Teil der Nachricht --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: font-win.tex
  2009-03-10 12:06         ` font-win.tex Michail Vidiassov
@ 2009-03-10 12:32           ` Taco Hoekwater
  0 siblings, 0 replies; 17+ messages in thread
From: Taco Hoekwater @ 2009-03-10 12:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Michail Vidiassov wrote:
> Dear Taco and All,
> 
> Taco Hoekwater wrote:
>>> type-mac for Mac OS (are .dfont fonts working in LuaTeX 0.40).
>> That would be nice, but I am not sure I will get around to implementing
>> it (besides time constraints, it is never easy to develop for a platform
>> one doesn't actually have).
> 
> BTW, how the multiplatformity is handled now?
> 
> Is there a "regular multiplatform build farm"?

In a way. Luatex runs piggyback on the context garden distribution.

   http://wiki.contextgarden.net/ConTeXt_Minimals#Supported_platforms

(although that page may be a little bit outdated)

Also, once a year we sync with texlive (that adds the somewhat
outlandish AIX and hpux, as well as OpenBSD on i386).

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] 17+ messages in thread

* Re: hyphenation patters for Ukrainian
  2009-03-09 23:06 ` hyphenation patters for Ukrainian Vyatcheslav Yatskovsky
@ 2009-03-10 18:39   ` Mojca Miklavec
  0 siblings, 0 replies; 17+ messages in thread
From: Mojca Miklavec @ 2009-03-10 18:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Mar 10, 2009 at 00:06, Vyatcheslav Yatskovsky wrote:
> Hello,
>
> What bout hyphenation patters for Ukrainian?
> \language[ru] seems to work, but \language[ua] does not.

There is one issue that needs to be fixed first - the ??? needs to be
replaced with proper language code:
    mtx-patterns.lua:    { "??",  "hyph-uk.tex",            "ukrainian" },
Then, Hans needs to rerun the script to generate patterns and then you
need to resolve the language synonym problem. Ukrainian should have
been uk, not ua.

Mojca
___________________________________________________________________________________
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] 17+ messages in thread

* Re: font-win.tex
  2009-03-10 11:37 ` font-win.tex Vyatcheslav Yatskovsky
@ 2009-03-10 11:52   ` Wolfgang Schuster
  0 siblings, 0 replies; 17+ messages in thread
From: Wolfgang Schuster @ 2009-03-10 11:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 10.03.2009 um 12:37 schrieb Vyatcheslav Yatskovsky:

>> It would be nice if there was a volunteer
> I'm the one, but for Windows XP at the moment. Then I will add Vista  
> fonts. IMHO, the previous versions of Windows are not worth to  
> consider.

I can provide typescripts for the new Vista Cxxx fonts.

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] 17+ messages in thread

* Re: font-win.tex
       [not found] <mailman.1.1236682802.1885.ntg-context@ntg.nl>
@ 2009-03-10 11:37 ` Vyatcheslav Yatskovsky
  2009-03-10 11:52   ` font-win.tex Wolfgang Schuster
  0 siblings, 1 reply; 17+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-03-10 11:37 UTC (permalink / raw)
  To: ntg-context

> It would be nice if there was a volunteer
I'm the one, but for Windows XP at the moment. Then I will add Vista fonts. IMHO, the previous versions of Windows are not worth to consider.

Vyatcheslav

___________________________________________________________________________________
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] 17+ messages in thread

end of thread, other threads:[~2009-03-10 18:39 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.10.1236618481.26306.ntg-context@ntg.nl>
2009-03-09 23:06 ` hyphenation patters for Ukrainian Vyatcheslav Yatskovsky
2009-03-10 18:39   ` Mojca Miklavec
2009-03-09 23:34 ` A few minor questions Vyatcheslav Yatskovsky
2009-03-10  8:41   ` Taco Hoekwater
2009-03-09 23:51 ` font-win.tex Vyatcheslav Yatskovsky
2009-03-10  8:46   ` font-win.tex Taco Hoekwater
2009-03-10 10:37     ` font-win.tex Wolfgang Schuster
2009-03-10 10:58       ` font-win.tex Taco Hoekwater
2009-03-10 11:32         ` font-win.tex Wolfgang Schuster
2009-03-10 11:34           ` font-win.tex Taco Hoekwater
2009-03-10 12:06         ` font-win.tex Michail Vidiassov
2009-03-10 12:32           ` font-win.tex Taco Hoekwater
2009-03-10  0:13 ` My printer vs. Times New Roman Vyatcheslav Yatskovsky
2009-03-10  4:59   ` Michail Vidiassov
2009-03-10 12:20     ` Henning Hraban Ramm
     [not found] <mailman.1.1236682802.1885.ntg-context@ntg.nl>
2009-03-10 11:37 ` font-win.tex Vyatcheslav Yatskovsky
2009-03-10 11:52   ` font-win.tex Wolfgang Schuster

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