ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* fonts
@ 2002-02-24 18:19 Frans Goddijn
  2002-02-24 20:29 ` fonts Bill McClain
  2002-02-24 21:34 ` fonts W. Egger
  0 siblings, 2 replies; 90+ messages in thread
From: Frans Goddijn @ 2002-02-24 18:19 UTC (permalink / raw)


Hello,

Encouraged by the example on the help-page I moved on and tried this, but
the only thing coming out was Computer Modern. I took the Times lines from
my previous (working) setup where the font definitions were spread over
files like font-fg.tex and fg.map

I'll move on in the help pages, now on to the texfont.pl explanations. Maybe
those will kickstart my setup...

regards, Frans

%% a file called testtim.tex with this in it:
\steluitvoerin[pdftex]

\usetypescriptfile[type-times]
\usetypescript[Times]

\starttekst

Dit is Times roman, {\bf bold}, {\it italic}, {\bi bold-italic},
{\tfa groter} en {\tfx kleiner}

\stoptekst
%% end of testtim.tex

%% start of type-fgtimes.tex
\usetypescriptfile[type-buy]

\starttypescript [serif] [times]  [texnansi]
   \usetypescript[serif][fallback]
   \definefilesynonym [Times-Roman]         [tnr2]   [encoding=texnansi]
   \definefilesynonym [Times-Italic]        [tnri2]  [encoding=texnansi]
   \definefilesynonym [Times-Bold]          [tnrb2]  [encoding=texnansi]
   \definefilesynonym [Times-BoldItalic]    [tnrbi2] [encoding=texnansi]
   \definefilesynonym [Times-RomanSC]       [tnrexp2]
\stoptypescript

\starttypescript [serif] [times]  [name]
   \definefilesynonym [Serif][Times-Roman]
   \definefilesynonym [SerifBold][Times-Bold]
   \definefilesynonym [SerifItalic][Times-Italic]
   \definefilesynonym [SerifBoldItalic][Times-BoldItalic]
   \definefilesynonym [SerifSC][Times-RomanSC]
\stoptypescript

\starttypescript [Times]
  \definetypeface [MyTimes] [rm] [serif] [times] [default]
[encoding=texnansi]
\stoptypescript

%% end of type-fgtimes.tex


^ permalink raw reply	[flat|nested] 90+ messages in thread
* fonts
@ 2016-10-06  7:49 Hans Hagen
  0 siblings, 0 replies; 90+ messages in thread
From: Hans Hagen @ 2016-10-06  7:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

At the last context meeting it was decided that he groups will support 
the upcoming stages of the tex gyre font project. The work is done by 
the polish font gurus and so far they have been funded by the user 
groups. However, this time not all groups join in, while still 
substantial funding is needed for this stage that will run for several 
years.

For a while there is already an entry for the project on:

https://www.tug.org/donate/dev.html

If you use the free math fonts you might consider donating there. After 
all, we depend on these fonts and there is still work to do: adding 
symbols to text fonts, a bold (heavy) companion for titling, a sans for 
titling, a monospaced math font for editing and manuals, completion, 
etc. The font folks have always delivered so donations will be well 
spent. ConTeXt has always been the first to use these fonts and I sort 
of assume that we will get these additions done as well, as it will make 
our live so much easier.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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] 90+ messages in thread
* fonts
@ 2016-02-15 15:56 Hans Hagen
  0 siblings, 0 replies; 90+ messages in thread
From: Hans Hagen @ 2016-02-15 15:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

finaly a chinese font with hand drawn matching latin shapes

http://www.roman946.de/laowaisung.php

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | 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] 90+ messages in thread
* fonts
@ 2012-05-08 17:07 Hans Hagen
  2012-05-09 11:34 ` fonts Otared Kavian
  0 siblings, 1 reply; 90+ messages in thread
From: Hans Hagen @ 2012-05-08 17:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

A nice candidate for wikification:

\setupbodyfont[dejavu]

\setupbodyfontenvironment
   [default]
   [smallsized=1.25,
    mediumsized=1.5,
    largesized=2.0]

\definefontsize[smallsized]
\definefontsize[mediumsized]
\definefontsize[largesized]

\starttext

\setuphead[chapter]   [style=\bflargesized]
\setuphead[section]   [style=\bfmediumsized]
\setuphead[subsection][style=\bfsmallsized]

\chapter   {Whatever $x-1$}
\section   {Whatever $x-1$}
\subsection{Whatever $x-1$}

\input ward

\stoptext


-- 

-----------------------------------------------------------------
                                           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] 90+ messages in thread
* fonts
@ 2011-08-26 10:36 Hans van der Meer
  2011-08-26 10:54 ` fonts Peter Rolf
  2011-08-26 11:33 ` fonts Hans Hagen
  0 siblings, 2 replies; 90+ messages in thread
From: Hans van der Meer @ 2011-08-26 10:36 UTC (permalink / raw)
  To: NTG ConTeXt

[-- Attachment #1: Type: text/plain, Size: 1388 bytes --]

I guess I am missing something in my font handling here, but do not know what.

Hans van der Meer

This is the minimal example:
\def\fontname{antykwa}
\setupbodyfont[\fontname]
\starttext
Requested font = \fontname.\crlf
\showbodyfont
\stoptext

This is my setup with respect to fonts:
context/tex/texmf-fonts (link to /usr/local/textlive/2011/texmf-dist/fonts

Executed: mtxrun --script fonts --reload
Executed: mtxrun --script fonts --list --name antykwa
giving as output:
antykwatorunskaregular   antykwatorunskaregular   AntykwaTorunska-Regular.otf

Below is the output of the minimal example. Mark that \showbodyfont names modern, not antykwa. I get the same result with other fonts mentioned in "fonts in context" page 69-71 as preloaded typescripts! 

For example calling typeface cambria it even gives an error:
! Math error: parameter \Umathquad\displaystyle is not set.

system          > tex > error on line 6 in file test.tex: Math error: parameter \Umathquad\displaystyle is not set ...

1     \def\fontname{cambria}
2     \setupbodyfont[\fontname]
3     \starttext
4     Requested font = \fontname.\crlf
5     \showbodyfont
6 >>  \stoptext
7     

\doshowbodyfont ...mr \languageparameter \c!text $
                                                  \quad }\vrule }\cr \noalig...
<to be read again> 
                   \stoptext 




[-- Attachment #2: test.pdf --]
[-- Type: application/pdf, Size: 45971 bytes --]

[-- Attachment #3: 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 90+ messages in thread
* Fonts
@ 2010-09-10  8:11 Cecil Westerhof
  2010-09-10 14:50 ` Fonts Wolfgang Schuster
  2010-09-10 19:54 ` Fonts Peter Schorsch
  0 siblings, 2 replies; 90+ messages in thread
From: Cecil Westerhof @ 2010-09-10  8:11 UTC (permalink / raw)
  To: NTG ConTeXt mailing list

Is there a list of the standard fonts to use? I found:
  serif
  regular
  roman
  sans
  support
  sansserif
  mono
  type
  teletype
  handwritten
  cmr
  mm
  rm

But none of them I find very pleasing. (And handwritten looks
different as the name suggest.) How can I find out which fonts I can
use?

-- 
Cecil Westerhof
M CLDWesterhof@gmail.com

O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

Please do not send me Microsoft Office/Apple iWork documents.
Send OpenDocument instead! http://fsf.org/campaigns/opendocument/
___________________________________________________________________________________
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] 90+ messages in thread
* fonts
@ 2009-09-18 11:52 Jörg Hagmann
  2009-09-18 11:58 ` fonts luigi scarso
  0 siblings, 1 reply; 90+ messages in thread
From: Jörg Hagmann @ 2009-09-18 11:52 UTC (permalink / raw)
  To: ntg-context

The fonts (linlibertine and gentium) I installed (and which worked) on 
my ubuntu minimals don't work any more. I can't see any difference 
between the appropriate files on my mac (where they work) and the linux 
machine. Maybe somebody can point out the problem based on the message 
below -- I would prefer not to get reacquainted with the font mess (no 
time).
I updated the minimals and remade formats. I am using mkII.

The message is:

systems         : end file pdfs at line 72
system          : cont-err loaded
(/home/tetrao/newcontext/tex/texmf-context/tex/context/base/cont-err.tex
systems         : no file 'cont-sys.tex', using 'cont-sys.rme' instead
) 
){/home/tetrao/newcontext/tex/texmf/fonts/enc/dvips/base/8r.enc}{/home/tetrao
/newcontext/tex/texmf/fonts/enc/dvips/lm/lm-ec.enc}{/home/tetrao/newcontext/tex
/texmf/fonts/enc/dvips/base/texnansi.enc}</home/tetrao/newcontext/tex/texmf-loc
al/fonts/truetype/public/libertine/libertine-It.ttf>

pdfTeX warning: pdftex: no GlyphToUnicode entry has been inserted yet!
</home/tetrao/newcontext/tex/texmf-local/fonts/truetype/public/libertine/libert
ine-Bd.ttf></home/tetrao/newcontext/tex/texmf-local/fonts/truetype/public/liber
tine/libertine-Re.ttf></home/tetrao/newcontext/tex/texmf-local/fonts/type1/publ
ic/cb/grmn1000.pfb></home/tetrao/newcontext/tex/texmf/fonts/type1/public/lm/lmr
o10.pfb></home/tetrao/newcontext/tex/texmf/fonts/type1/public/pxfonts/pxsy.pfb>
</home/tetrao/newcontext/tex/texmf/fonts/type1/public/pxfonts/rpxmi.pfb></home/
tetrao/newcontext/tex/texmf/fonts/type1/public/pxfonts/rpxr.pfb>
!pdfTeX error: pdftex (file uplr8a.pfb): cannot open Type 1 font file 
for readi
ng
 ==> Fatal error occurred, no output PDF file produced!
TeXExec | runtime: 2.115894

Thanks, Jörg
___________________________________________________________________________________
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] 90+ messages in thread
* fonts
@ 2005-12-10 18:14 Alan Bowen
  2005-12-12 10:55 ` fonts Hans Hagen
  0 siblings, 1 reply; 90+ messages in thread
From: Alan Bowen @ 2005-12-10 18:14 UTC (permalink / raw)



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

Hraban—

 > I'm finally updating my typescripts and font packages for ConTeXt,  
see
 > http://www.fiee.net/texnique/?menu=0-1-4&lang=en

Should the apostrophe-steinem and the bitstream-vera files include  
map files (apostrophe-steinem.map, bitstream-vera.map) too?

I  get
	Warning: pdfetex (file qx-bitstream-vera.map): cannot open font map  
file
and then complaints about not being able to create a long list of  
bitmap fonts, when I try to compile your vera-test.tex.

Alan


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

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

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 90+ messages in thread
* fonts
@ 2005-12-07 13:55 Hans Hagen
  2005-12-07 14:41 ` fonts Thomas A. Schmitz
  2005-12-07 20:09 ` fonts Henning Hraban Ramm
  0 siblings, 2 replies; 90+ messages in thread
From: Hans Hagen @ 2005-12-07 13:55 UTC (permalink / raw)


Hi,

This one could be a nice testcase / installation exercise

  http://www.fontshop.com/features/free.cfm?utm_source=ff37&utm_medium=email

Hans

^ permalink raw reply	[flat|nested] 90+ messages in thread
* fonts
@ 2002-02-24 18:48 Frans Goddijn
  2002-02-24 20:37 ` fonts Bill McClain
  0 siblings, 1 reply; 90+ messages in thread
From: Frans Goddijn @ 2002-02-24 18:48 UTC (permalink / raw)


Hello,

I moved on to texfont.pl and did this:

perl
c:\TeXLive\texmf-var\context\perltk\texfont.pl --fontroot=c:/TeXLive/texmf-v
ar --sourcepath=c:/tmp --vendor=adobe --collection=times --makepath --instal
l

first, I made sure the afm/pfb files were in c:\temp

I got very many "bad command or file name" errors, for instance after
"extending map file:
c:\TeXLive\texmf-var\pdftex\config\texnansi-adobe-times.map

and I got a .tex file called texnansi-adobe-times.tex which gave very many
errors. I can post the log file here but I wa sunable to "caprure" the many
errors in the results of texfont.pl. There was no log file written and if I
did >0.log than this file was 0 bytes long.

Well, I at least qualified for trying it myself first. Now I'm done.

Regards!

Frans


^ permalink raw reply	[flat|nested] 90+ messages in thread
* Re: fonts
@ 2002-01-25  9:30 Hans Hagen
  0 siblings, 0 replies; 90+ messages in thread
From: Hans Hagen @ 2002-01-25  9:30 UTC (permalink / raw)
  Cc: ntg-context

At 10:37 AM 1/25/2002 +0100, you wrote:
>On Thu, 24 Jan 2002 17:23:30 +0100
>"Hans Hagen" <pragma@wxs.nl> wrote:
>
> > [i wonder, are we the only ones using those fonts; must be a pretty old 
> bug]
>
>Perhaps you are the only ones trying to install these fonts under Win32? ;)

then i wonder, how will mac users be affected bij the lf -> cr differences 
between <10 and osX

Hans

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                                   fall-back web server: 
www.pragma-pod.nl
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 90+ messages in thread
[parent not found: <200201211912.UAA01593@smail.let.uu.nl>]
[parent not found: <200201161954.UAA10086@smail.let.uu.nl>]
[parent not found: <200201161847.TAA09341@smail.let.uu.nl>]
* fonts
@ 2000-11-24  8:13 Hans Hagen
  0 siblings, 0 replies; 90+ messages in thread
From: Hans Hagen @ 2000-11-24  8:13 UTC (permalink / raw)


Hi, 

There is a macro qualified as experimental called "\switchstyleonly" that
can be used like: 

  \bf \switchstyleonly\ss

where \ss is an argument to \switchstyleonly. This macro is defined in
font-ini

However, the following alternative is more comnforming the interface 

\unprotect 

\definecomplexorsimple\switchstyleonly

\def\simpleswitchstyleonly#1%
  {\complexswitchstyleonly[\strippedcsname#1]}

\def\complexswitchstyleonly[#1]% final version
  {\let\savedfontalternative=\fontalternative
   \getvalue{\getvalue{\@shortstyle@#1}}%
   \getvalue{\savedfontalternative}}

\protect 

You can put this in cont-new.tex and use it as: 

{\bf text \switchstyleonly\ss text}            % dirty but [] save
{\bf text \switchstyleonly[ss]text}
{\sl text \switchstyleonly[sansserif]text}

This may solve the problems with switching to ss in bold discussed earlier.
I must admit that i never used it and had forgotten about this command -)  

Hans
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 90+ messages in thread
* re: fonts
@ 2000-06-11 23:24 Hans Hagen
  2000-06-19 13:14 ` fonts Hraban
  0 siblings, 1 reply; 90+ messages in thread
From: Hans Hagen @ 2000-06-11 23:24 UTC (permalink / raw)


At 08:58 PM 6/10/2000 +0200, you wrote:

>Sorry, I must further go on your nerves...

No nerves left anyway -) 

>Now I've \setupbodyfont[ber,pos,ppl,10pt] in my test document.
>pdfetex claims "Font pplr8r" not found", that must be a Palatino-

>Does it make sense to change it in some of this map files?
>(Sorry, I don't understand what these file really do -- 
>I thought, ConTeXt wouldn't use dvips if output is pdf.)

but pdftex needs map files too

>BTW: phvr8r (Helvetica?) is also not found, and if I process
>an large file (my book project), then there're just more...

You should add the lines: 

pplb8r  Palatino-Bold                          <pplb8a.pfb  8r.enc
pplbi8r Palatino-BoldItalic                    <pplbi8a.pfb 8r.enc
pplbo8r Palatino-Bold ".167 SlantFont"         <pplb8a.pfb  8r.enc
pplbu8r Palatino-BoldItalic "-.1763 SlantFont" <pplb8a.pfb  8r.enc
pplr8r  Palatino-Roman                         <pplr8a.pfb  8r.enc
pplri8r Palatino-Italic                        <pplri8a.pfb 8r.enc
pplro8r Palatino-Roman  ".167 SlantFont"       <pplr8a.pfb  8r.enc
pplru8r Palatino-Italic " -.1763 SlantFont"    <pplr8a.pfb  8r.enc

to a file calles pdftex.map or whatever.map, 

and add 

  +map whatever.map 

to pdftex.cfg. 

The map files go into pdftex/config

[more on this in the pdftex manual at our site]

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 90+ messages in thread
* fonts
@ 2000-02-15 19:22 pragma
  0 siblings, 0 replies; 90+ messages in thread
From: pragma @ 2000-02-15 19:22 UTC (permalink / raw)


Hi all, 

Somehow I cannot duplicate the \SS problem here. I uploaded a
new version which has the {} added and a few bugs fixed (that
probably went unnoticed -). 

When I'm back, I'll look into the details (like extensions
needed for the math module). 

Hans 


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

end of thread, other threads:[~2016-10-06  7:49 UTC | newest]

Thread overview: 90+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-24 18:19 fonts Frans Goddijn
2002-02-24 20:29 ` fonts Bill McClain
2002-02-24 20:55   ` fonts Frans Goddijn
2002-02-25 13:19     ` fonts Hans Hagen
2002-02-24 21:34 ` fonts W. Egger
  -- strict thread matches above, loose matches on Subject: below --
2016-10-06  7:49 fonts Hans Hagen
2016-02-15 15:56 fonts Hans Hagen
2012-05-08 17:07 fonts Hans Hagen
2012-05-09 11:34 ` fonts Otared Kavian
2012-05-09 14:23   ` fonts Hans Hagen
2012-05-09 20:22   ` fonts Wolfgang Schuster
2011-08-26 10:36 fonts Hans van der Meer
2011-08-26 10:54 ` fonts Peter Rolf
2011-08-26 11:01   ` fonts Hans van der Meer
2011-08-26 11:36     ` fonts Peter Rolf
2011-08-26 11:58       ` fonts Hans van der Meer
2011-08-26 12:12         ` fonts Peter Rolf
2011-08-26 12:55           ` fonts Hans van der Meer
2011-08-26 13:14             ` fonts Taco Hoekwater
2011-08-26 13:43               ` fonts Hans van der Meer
2011-08-26 14:33                 ` fonts Peter Rolf
2011-08-26 14:34                 ` fonts Taco Hoekwater
2011-08-26 14:57                   ` fonts Hans van der Meer
2011-08-26 15:09                     ` fonts Wolfgang Schuster
2011-08-26 15:18                       ` fonts Hans van der Meer
2011-08-26 15:56                         ` fonts Hans Hagen
2011-08-26 15:14                     ` fonts Taco Hoekwater
2011-08-26 11:33 ` fonts Hans Hagen
2010-09-10  8:11 Fonts Cecil Westerhof
2010-09-10 14:50 ` Fonts Wolfgang Schuster
2010-09-10 19:54 ` Fonts Peter Schorsch
2010-09-10 20:57   ` Fonts Andreas Harder
2010-09-10 21:14     ` Fonts Hans Hagen
2010-09-10 23:03       ` Fonts Peter Schorsch
2010-09-21 21:27   ` Fonts John Culleton
2010-09-21 21:34     ` Fonts Khaled Hosny
2010-09-21 21:43     ` Fonts Henning Hraban Ramm
2010-09-21 22:17       ` Fonts John Culleton
2010-09-21 22:27         ` Fonts Arthur Reutenauer
2010-09-21 22:37         ` Fonts Khaled Hosny
2010-09-22 13:25           ` Fonts John Culleton
2010-09-22 13:27             ` Fonts Alan BRASLAU
2010-09-22 16:22               ` Fonts John Culleton
2010-09-22 16:34                 ` Fonts Khaled Hosny
2010-09-22 21:38                   ` Fonts Henning Hraban Ramm
2010-09-22 22:18                     ` Fonts Hans Hagen
2010-09-22 16:07             ` Fonts Khaled Hosny
2010-09-22  7:29         ` Fonts luigi scarso
2009-09-18 11:52 fonts Jörg Hagmann
2009-09-18 11:58 ` fonts luigi scarso
2009-09-18 12:25   ` fonts Jörg Hagmann
2005-12-10 18:14 fonts Alan Bowen
2005-12-12 10:55 ` fonts Hans Hagen
2005-12-12 11:02   ` fonts Henning Hraban Ramm
2005-12-12 12:44     ` fonts Adam Lindsay
2005-12-12 14:40       ` fonts Henning Hraban Ramm
2005-12-12 18:55     ` fonts Henning Hraban Ramm
2005-12-07 13:55 fonts Hans Hagen
2005-12-07 14:41 ` fonts Thomas A. Schmitz
2005-12-07 14:47   ` fonts Taco Hoekwater
2005-12-07 17:09     ` fonts Thomas A. Schmitz
2005-12-07 20:09 ` fonts Henning Hraban Ramm
2005-12-08  8:39   ` fonts Taco Hoekwater
2005-12-08 17:17     ` fonts Henning Hraban Ramm
2005-12-08 18:01       ` fonts Adam Lindsay
2005-12-08 22:02         ` fonts Henning Hraban Ramm
2005-12-08 23:08           ` fonts Adam Lindsay
2005-12-08 23:10             ` fonts Steve Peter
2005-12-09 22:51             ` fonts Henning Hraban Ramm
2005-12-10 13:32             ` fonts Henning Hraban Ramm
2005-12-10 19:23               ` fonts VnPenguin
2005-12-19  8:06         ` fonts Joachim Trinkwitz
2005-12-19  9:56           ` fonts Hans Hagen
2005-12-20 21:24           ` fonts Henning Hraban Ramm
2005-12-20 22:15             ` fonts Hans Hagen
2002-02-24 18:48 fonts Frans Goddijn
2002-02-24 20:37 ` fonts Bill McClain
2002-02-24 20:49   ` fonts Frans Goddijn
2002-01-25  9:30 fonts Hans Hagen
     [not found] <200201211912.UAA01593@smail.let.uu.nl>
2002-01-22 10:15 ` fonts Hans Hagen
2002-01-22 19:00   ` fonts Henning Hraban Ramm
2002-01-23  8:29     ` fonts Hans Hagen
2002-01-24 16:23     ` fonts Hans Hagen
2002-01-25  9:37       ` fonts Taco Hoekwater
     [not found] <200201161954.UAA10086@smail.let.uu.nl>
2002-01-19 22:52 ` fonts Hans Hagen
     [not found] <200201161847.TAA09341@smail.let.uu.nl>
2002-01-19 22:50 ` fonts Hans Hagen
2000-11-24  8:13 fonts Hans Hagen
2000-06-11 23:24 fonts Hans Hagen
2000-06-19 13:14 ` fonts Hraban
2000-02-15 19:22 fonts pragma

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