ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* (unknown)
@ 2001-03-20 14:46 Michel Bovani
  2001-03-20 17:01 ` Hans Hagen
  2001-03-20 20:47 ` ConTeXt on Mac? H. Ramm
  0 siblings, 2 replies; 21+ messages in thread
From: Michel Bovani @ 2001-03-20 14:46 UTC (permalink / raw)


Hi all,

I am new to this list, and to context also. So I apologize if my 
questions were already asked... (is there a FAQ or an archive list, 
btw?)

First as I am a mac-user, I made an enco-mac file (seems to work), 
and as I am also a french user I need to make double ponctuations ( 
";" "!" "?" ":" ) active in order to add a non breakable thin space 
before ";" "!" and "?" and a non breakable word space before ":" 
(that is the rule in french typography).

But of course I expect these characters dont remain active when 
coming back to an other language...

Any Idea ?
-- 
Michel Bovani


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

* Re:
  2001-03-20 14:46 (unknown) Michel Bovani
@ 2001-03-20 17:01 ` Hans Hagen
  2001-03-20 20:47 ` ConTeXt on Mac? H. Ramm
  1 sibling, 0 replies; 21+ messages in thread
From: Hans Hagen @ 2001-03-20 17:01 UTC (permalink / raw)
  Cc: ntg-context

At 03:46 PM 3/20/01 +0100, Michel Bovani wrote:
>Hi all,
>
>I am new to this list, and to context also. So I apologize if my 
>questions were already asked... (is there a FAQ or an archive list, 
>btw?)

www.pragma-ade.com -> a few links -> mail archive [nice archive]

>First as I am a mac-user, I made an enco-mac file (seems to work), 
>and as I am also a french user I need to make double ponctuations ( 
>";" "!" "?" ":" ) active in order to add a non breakable thin space 
>before ";" "!" and "?" and a non breakable word space before ":" 
>(that is the rule in french typography).

Hm. Can you explain this a bit more? Maybe there are better ways (|:| etc
or so); 

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


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

* ConTeXt on Mac?
  2001-03-20 14:46 (unknown) Michel Bovani
  2001-03-20 17:01 ` Hans Hagen
@ 2001-03-20 20:47 ` H. Ramm
  2001-03-20 21:56   ` Michel Bovani
  2001-03-21  8:51   ` Hans Hagen
  1 sibling, 2 replies; 21+ messages in thread
From: H. Ramm @ 2001-03-20 20:47 UTC (permalink / raw)


Michel Bovani schrieb:
>First as I am a mac-user, I made an enco-mac file (seems to work), 

\startenthusiasm
Hey, you managed to get ConTeXt work on MacOS?
\stopenthusiasm

How? With OzTeX, CMacTeX or TeXtures?
What about the Perl scripts?

I tried it once with the environment Alpha, OzTeX and MacPerl and had no
success.
I would be glad, if I hadn't to boot Linux PPC only to work with ConTeXt.

Would you please send me your enco-mac.tex ?

-- 
Grüßlis vom Hraban!
---
http://angerweit.tikon.ch/    http://www.drucktechniker2001.de/
http://www.planet-interkom.de/fiee.visuelle/formelsammlung.html


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

* Re: ConTeXt on Mac?
  2001-03-20 20:47 ` ConTeXt on Mac? H. Ramm
@ 2001-03-20 21:56   ` Michel Bovani
  2001-03-21  8:53     ` Hans Hagen
  2001-03-21  8:51   ` Hans Hagen
  1 sibling, 1 reply; 21+ messages in thread
From: Michel Bovani @ 2001-03-20 21:56 UTC (permalink / raw)


At 21:47 +0100 20/03/01, H. Ramm wrote:
>\startenthusiasm
>Hey, you managed to get ConTeXt work on MacOS?
>\stopenthusiasm

\startallegromanontroppo
I just install the context archive in a tds directory, built a 
cont-en format and test it with (very) simple demo files...
\stopallegromanontroppo

>How? With OzTeX, CMacTeX or TeXtures?

with CmacTeX which is a web2c distrib, have a pdfetex engine and 
support a \write18 command : I think it was the best challenger...
moreover : the future version 3.7 will run on macOSX (3.7beta already exists).

>What about the Perl scripts?

I had very bad experiences last year with mac perl and, as Hans says 
that use command line wad possible, I try it (I think that we can 
expect an unix port of perl that will run on mac OSX terminal 
anyway... also CMacTeX is Applescriptable, and may be it is an other 
way).

Here is what I do :

Get the context archive and install it in the tds tree.

set up pdfoutput in cont-sys.rme and copy it to cont-sys.tex

extending pdftex.cnf to huge values (as for context in texlive5 texmf.cnf)

setting memory allocated to pdfetex tool to 30Mo.

Generate the format :

execute pdfetex -ini -efmt=cont-en *cont-en.ini

move cont-en.efmt to cmactex/texformats

Now I can run context by calling pdfetex and selecting the cont-en 
format file in the format menu...

>Would you please send me your enco-mac.tex ?

ftp://gutenberg.eu.org/pub/gut/MAC/context/contrib/enco-mac.tex.sit.bin

Please note that file should go in a context/local directory.
-- 
Michel Bovani


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

* Re: ConTeXt on Mac?
  2001-03-20 20:47 ` ConTeXt on Mac? H. Ramm
  2001-03-20 21:56   ` Michel Bovani
@ 2001-03-21  8:51   ` Hans Hagen
  2001-03-22 14:56     ` H. Ramm
  1 sibling, 1 reply; 21+ messages in thread
From: Hans Hagen @ 2001-03-21  8:51 UTC (permalink / raw)
  Cc: ntg-context

At 09:47 PM 3/20/01 +0100, H. Ramm wrote:
>Michel Bovani schrieb:
>>First as I am a mac-user, I made an enco-mac file (seems to work), 
>
>\startenthusiasm
>Hey, you managed to get ConTeXt work on MacOS?
>\stopenthusiasm
>
>How? With OzTeX, CMacTeX or TeXtures?
>What about the Perl scripts?
>
>I tried it once with the environment Alpha, OzTeX and MacPerl and had no
>success.
>I would be glad, if I hadn't to boot Linux PPC only to work with ConTeXt.
>
>Would you please send me your enco-mac.tex ?

please use the beta for this, and adapt enco-mac to suit the named glyphs
and regimes; probably it will be just an input filter

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


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

* Re: ConTeXt on Mac?
  2001-03-20 21:56   ` Michel Bovani
@ 2001-03-21  8:53     ` Hans Hagen
  0 siblings, 0 replies; 21+ messages in thread
From: Hans Hagen @ 2001-03-21  8:53 UTC (permalink / raw)
  Cc: H. Ramm, ntg-context

At 10:56 PM 3/20/01 +0100, Michel Bovani wrote:
>At 21:47 +0100 20/03/01, H. Ramm wrote:
>>\startenthusiasm
>>Hey, you managed to get ConTeXt work on MacOS?
>>\stopenthusiasm
>
>\startallegromanontroppo
>I just install the context archive in a tds directory, built a 
>cont-en format and test it with (very) simple demo files...
>\stopallegromanontroppo

If the both of you write a nice summary of this, it can go into the
installation manual; i can also add a mac specific section to texexec.rme
if needed. 

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


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

* Re: ConTeXt on Mac?
  2001-03-21  8:51   ` Hans Hagen
@ 2001-03-22 14:56     ` H. Ramm
  0 siblings, 0 replies; 21+ messages in thread
From: H. Ramm @ 2001-03-22 14:56 UTC (permalink / raw)


Hans Hagen schrieb:
>please use the beta for this, and adapt enco-mac to suit the named glyphs
>and regimes; probably it will be just an input filter

You're right: We need only an input regime like the 'applemac' encoding
for LaTeX's inputenc.
-- 
Grüßlis vom Hraban!
---
http://angerweit.tikon.ch/    http://www.drucktechniker2001.de/
http://www.planet-interkom.de/fiee.visuelle/formelsammlung.html


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

* (unknown)
@ 2002-07-23 19:12 Jochen Dietrich
  0 siblings, 0 replies; 21+ messages in thread
From: Jochen Dietrich @ 2002-07-23 19:12 UTC (permalink / raw)


Hi

how can i get the figures/tables numbered "by section", but without
the prefixed section number? ("Fig. 1" not "Fig. 12.1")

Jochen Dietrich
-- 


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

* (unknown)
@ 2002-06-23 16:30 Idris S Hamid
  0 siblings, 0 replies; 21+ messages in thread
From: Idris S Hamid @ 2002-06-23 16:30 UTC (permalink / raw)


Dear gang,

Is there a Context way of stamping a greyed <Draft> on each page of a 
document, like the TUG preprints? 

Best wishes
Idris

-- 
Dr. Idris S Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80526


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

* (unknown)
@ 2002-06-20 20:04 Idris S Hamid
  0 siblings, 0 replies; 21+ messages in thread
From: Idris S Hamid @ 2002-06-20 20:04 UTC (permalink / raw)


Dear gang,

What is the best way in ConTeXt to define a word so that is does not 
hyphenate. E.g., 

\def\SAN{\hbox{{A\d{s}-\d{S}an\={a}`ah}}}

\SAN{} this is a test

\bye

does not work; it creates an unwanted line break (anyone know why?)

Best wishes
Idris

-- 
Dr. Idris S Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80526


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

* (unknown)
@ 2001-08-16 13:40 Arun Mangalam
  0 siblings, 0 replies; 21+ messages in thread
From: Arun Mangalam @ 2001-08-16 13:40 UTC (permalink / raw)


Hello all,

I am trying to create a simple flowchart:

\usemodule[chart]
\startFLOWchart[cells]
     \startFLOWcell
         \name       {first}
         \location        {1,1}
         \shape      {singledocument}
         \text       {not really a document}
     \stopFLOWcell
\stopFLOWchart
\FLOWchart[cells]

When I process the tex file w/ "texexec --verbose --pdf test.tex", I 
have to press return once and enter '\end' manually. Is this correct? Is 
there something I need to fix? Thank you for any help.

BTW, this ConTeXt is installed on a MacOSX system by a package used by 
the latest TeXShop.

The following is the output with my two comments where I have to press 
enter or '\end':

  TeXExec 2.5 - ConTeXt / PRAGMA ADE 1997-2001

      locating ini file : found by kpsewhich
                reading : 
/usr/local/teTeX/share/texmf/context/config/texexec.ini
                setting : 'TeXShell' to 'tetex' for 'all'
                setting : 'UsedInterfaces' to 'en' for 'all'
                setting : 'UserInterface' to 'en' for 'all'
                setting : 'TeXExecutable' to 'tex' for 'all'
                setting : 'MpExecutable' to 'mpost' for 'all'
                setting : 'MpToTeXExecutable' to 'mpto' for 'all'
                setting : 'DviToMpExecutable' to 'dvitomp' for 'all'
                setting : 'UsedInterfaces' to 'en' for 'tetex'
                setting : 'UserInterface' to 'en' for 'tetex'
                setting : 'TeXExecutable' to 'pdfetex' for 'tetex'

           used setting : TeXShell = tetex
           used setting : SetupPath =
           used setting : UserInterface = en
           used setting : UsedInterfaces = en
           used setting : TeXFontsPath = .
           used setting : MpExecutable = mpost
           used setting : MpToTeXExecutable = mpto
           used setting : DviToMpExecutable = dvitomp
           used setting : TeXProgramPath =
           used setting : TeXFormatPath =
           used setting : ConTeXtPath =
           used setting : TeXScriptsPath =
           used setting : TeXExecutable = pdfetex
           used setting : TeXVirginFlag = -ini
           used setting : TeXBatchFlag = -int=batchmode
           used setting : MpBatchFlag = -int=batchmode
           used setting : TeXPassString =
           used setting : TeXFormatFlag =
           used setting : MpFormatFlag =
           used setting : MpVirginFlag = -ini
           used setting : MpPassString =
           used setting : MpFormat = metafun
           used setting : FmtLanguage =
           used setting : FmtBodyFont =
           used setting : FmtResponse =
           used setting : TcXPath =

       locating fmtutil : found
             executable : pdfetex
                 format : cont-en
              inputfile : test
                 output : pdftex
              interface : en
                options : verbose
           current mode : all
                TeX run : 1

pdfetex -progname=context   \&cont-en test.tex

This is pdfeTeX, Version 3.14159-14h-released-20010417-2.1 (Web2C 
7.3.3.1)
entering extended mode
(./test.tex{/usr/local/teTeX/share/texmf.local/pdftex/config/pdftex.cfg}

ConTeXt  ver: 2001.2.27  fmt: 2001.8.13  int: english  mes: english

language       : language en is active
system         : cont-new loaded
(/usr/local/teTeX/share/texmf/tex/context/base/cont-new.tex
systems        : beware: some patches loaded from cont-new.tex!
)
system         : cont-old loaded
(/usr/local/teTeX/share/texmf/tex/context/base/cont-old.tex
loading        : Context Old Macros
)
system         : cont-fil loaded
(/usr/local/teTeX/share/texmf/tex/context/base/cont-fil.tex
loading        : Context File Synonyms
)
system         : cont-sys loaded
(/usr/local/teTeX/share/texmf/tex/context/base/cont-sys.tex)
bodyfont       : 12pt rm is loaded
language       : patterns 2-en-2 2-uk-2 2-de-2 2-fr-2 2-nl-2 loaded
specials       : tex,postscript,rokicki loaded
system         : test.top loaded
(./test.top
specials       : tex,postscript,rokicki is reset
specials       : loading definition file tpd
(/usr/local/teTeX/share/texmf/tex/context/base/spec-tpd.tex <unprotect 2>
specials       : loading definition file fdf
(/usr/local/teTeX/share/texmf/tex/context/base/spec-fdf.tex <unprotect 3>
<unprotect 4> <protect 4> <protect 3>)
specials       : fdf loaded
<unprotect 3> <protect 3> <protect 2>)
specials       : fdf,tpd loaded
) (./test.tuo) (./test.tuo) (./test.tuo) (./test.tuo) (./test.tuo) 
(./test.tuo)
(./test.tuo) (./test.tuo) (./test.tuo) (./test.tuo)
system         : macros of module chart loaded
(/usr/local/teTeX/share/texmf/tex/context/base/m-chart.tex) <test-
flw-1.tmp>)
*
%%%% I HAVE TO PRESS RETURN HERE
(./test-flw-1.tmp) (./test-flw-1.tmp) (./test-flw-1.tmp)
Randomizer initialized to 675713551.This is MetaPost, Version 0.641 
(Web2C 7.3.1)
(test-mpgraph.mp (/usr/local/teTeX/share/texmf/metapost/context/mp-
char.mp)
[1] )
1 output file written: test-mpgraph.1
Transcript written on test-mpgraph.log.
  [MP to PDF test-mpgraph.1]
(./test-mpgraph.1) (./test-mpgraph.mpd) (./test-flw-1.tmp) (./test-
flw-1.tmp)
(Please type a command or say `\end')
*
%%%% I HAVE TO ENTER \end HERE
(./test.tuo)
layout         : calculating backgrounds
[1.1{/usr/local/teTeX/share/texmf/dvips/config/pdftex.map}{/usr/local/teTeX/
sha
re/texmf.os/dvips/config/Ttbbold.map}]
systems        : end file test at line 0
</usr/local/teTeX/share/texmf/fonts/type1/bluesky/cm/cmr12.pfb>
Output written on test.pdf (1 page, 5451 bytes).
Transcript written on test.log.

               run time : 11 seconds
   sorting and checking : running texutil

  TeXUtil 7.3 - ConTeXt / PRAGMA ADE 1992-2000

                 action : processing commands, lists and registers
                 option : sorting IJ under Y
                 option : converting high ASCII values
             input file : test.tui
            output file : test.tuo
        passed commands : 5
          remapped keys : 0
       register entries : 0 -> 0 entries 0 references
        synonym entries : 1 -> 1 entries
         embedded files : 1
           b/e error in : test


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

* (unknown)
@ 2000-11-24  7:32 Haseloff, Lutz
  0 siblings, 0 replies; 21+ messages in thread
From: Haseloff, Lutz @ 2000-11-24  7:32 UTC (permalink / raw)


Hi all,

is the \starttabulate\stoptabulate environment
limited to 16 columns?

Greetings

Lutz


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

* (unknown)
@ 2000-09-30  9:40 Hans Hagen
  0 siblings, 0 replies; 21+ messages in thread
From: Hans Hagen @ 2000-09-30  9:40 UTC (permalink / raw)


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

Hi All,

Attached you find an example of pdftex's impressive protruding character
capabilities. I'm still experimenting with the right values, as well as
with the high level layer around the low level primitives. 

Since protruding is font design specific, it's part of the filename spec.
This functionality is present in the latest beta release. 

Hans 

[-- Attachment #2: protrude.zip --]
[-- Type: application/zip, Size: 22717 bytes --]

[-- Attachment #3: Type: text/plain, Size: 370 bytes --]

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

* (unknown)
@ 2000-06-06  1:00 Hans Hagen
  0 siblings, 0 replies; 21+ messages in thread
From: Hans Hagen @ 2000-06-06  1:00 UTC (permalink / raw)


Since there were some problems reported, I uploaded better zips to : 

  http://www.pragma-ade.nl/samples.htm

So, whoever want to do Han The Thanh a favor, is invited to (re)try 

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

* (unknown)
@ 2000-05-30 15:49 Hans Hagen
  0 siblings, 0 replies; 21+ messages in thread
From: Hans Hagen @ 2000-05-30 15:49 UTC (permalink / raw)


This is a question for USA users: 

Is there anyone interested in a job in seattle which has to do with tex and
especially context? Basic knowledge of pdftex and context is a pre. 

Those interested can answer me in private: pragma@wxs.nl.  

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

* (unknown)
  2000-02-14 22:26 (unknown) pragma
@ 2000-02-20 12:30 ` Roef Ragas
  0 siblings, 0 replies; 21+ messages in thread
From: Roef Ragas @ 2000-02-20 12:30 UTC (permalink / raw)


Een klein probleem waar ik de oorzaak niet van vinden kan: in statuten
komt het volgende voor:
-----------------------------------------
\stelkorpsin[ber,pos]

\stelpapierformaatin[a4]
\steltaalin[nl]
\stelnummeringin[plaats={hoofd,inmarge}]

\versie[concept]

\starttekst 
\startstandaardopmaak 
\regelmidden{STATUTEN NFAG} 
\regelmidden{19 Feb 2000} 
\stopstandaardopmaak 

\paragraaf{ALGEMENE VERGADERING}
\startopsomming[m,opelkaar]
\som Aan de algemene vergadering komen in de vereniging alle bevoegdheden toe, die niet door de wet of de
statuten aan het bestuur zijn opgedragen.
\som Jaarlijks, uiterlijk zes maanden na het afloop van het verenigingsjaar, wordt een algemene vergadering
gehouden, de jaarvergadering.
\som In de jaarvergadering komen onder meer aan de orde:
	\startopsomming[a,opelkaar]
		\som het jaarverslag en de rekening en de verantwoording als bedoeld in artikel
		\in[verantwoording] ;
		\som de voorziening in eventuele vacatures in het bestuur;
		\som het vaststellen van de begroting voor het lopende of komende verenigingsjaar;
		\som voorstellen van het bestuur of de leden, aangekondigd bij de oproeping voor de
		vergadering.
	\stopopsomming
\som Andere vergaderingen worden gehouden zo dikwijls als het bestuur dit wenselijk acht.
\som Voorts is het bestuur op schriftelijk verzoek van tenminste twee leden gezamenlijk gehouden tot het bijeenroepen van een algemene vergadering binnen vier weken na indiening van het verzoek. Indien aan het
verzoek binnen veertien dagen geen gevolg is gegeven, kunnen de verzoekers zelf een algemene vergadering bijeenroepen, overeenkomsting artikel \in[oproepav] van deze statuten
\stopopsomming

%\volledigeindex 

\stoptekst

-------------------------------

Deze passage geeft alleen geen enkele probleem op, maar als ervoor en
erachter andere paragrafen staan, krijg ik steeds deze foutmelding:

paragraaf      : 13 ALGEMENE VERGADERING
[5.4
! Undefined control sequence.
<write> ...oupedcommand {\os }{}{4}.\@@opsymbool2
                                                  .\groupedcommand {\os }{}{3}}
<inserted text>
                }\endwrite
\actualshipout ... \box \postponedcontent \box 0}}
                                                  \else \message {[\ifarrang...

\myshipout ...ut {\thisisrealpage {\realfolio }#1}
                                                  \fi \gotonextrealpage \nap...

\dofinaloutput ...pagebody #1#2\setpagecounters }}
                                                  \fi \the \everyaftershipou...

\finaloutput ...ifgeselecteerd \dofinaloutput #1#2
                                                  \else \donofinaloutput #1#...
...
l.170 \som A
            ndere vergaderingen worden gehouden zo dikwijls als het bestuur ...

?                 

---

Wie weet wat hier mankeert?

-- 
Roef Ragas

Amsterdam ~ The Netherlands
http://people.a2000.nl/rragas
R.Ragas@hot.a2000.nl


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

* (unknown)
@ 2000-02-14 22:32 pragma
  0 siblings, 0 replies; 21+ messages in thread
From: pragma @ 2000-02-14 22:32 UTC (permalink / raw)


> how can I give a colored background to a single row of a
table?
>\background or \startbackground appear not to work -- because
of
>grouping complications, I guess.

There is a chapter on that in the dutch manual (around page
310); the english chapter on tables is being translated right
now. 

\starttable[|c|c|c|c|]
\CL[green]\FR
\VL aa \VL bb \VL cc \VL dd \VL\FR
\VL aa \VL bb \VL cc \VL dd \VL\MR
\VL aa \VL bb \VL cc \VL dd \VL\MR
\VL aa \VL bb \VL cc \VL dd \VL\LR
\stoptable

More advanced stuff is coming (i'm working on that now) like
arbitrary backgrounds, overlapping backgrounds etc. That will be
the better mechanism, working in both tables and tabulate, 

Hans


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

* (unknown)
@ 2000-02-14 22:26 pragma
  2000-02-20 12:30 ` (unknown) Roef Ragas
  0 siblings, 1 reply; 21+ messages in thread
From: pragma @ 2000-02-14 22:26 UTC (permalink / raw)


Concerning fonts (2 questions): 

I suppose taco knows more about this. Are you sure the ss is in
the font? Are you also sure that the font is in ec encoding? If
the glyphs are there and the encoding matches, things should go
ok. 

For those characters, try: texnansi, ec or il2. 

(Fonts is one the most complex things in tex, since one should
match input encoding with internal and font encoding). 

Hans


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

* (unknown)
@ 2000-01-05 13:14 Hans Hagen
  0 siblings, 0 replies; 21+ messages in thread
From: Hans Hagen @ 2000-01-05 13:14 UTC (permalink / raw)


I uploaded english chapter 7, 8 and 9 (thanks to david arnold for his super
fast proofreading). Keep in mind that detailed info on parameters will go
into the qrc docs. 

download -> beta -> manual 

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

* (unknown)
@ 1999-11-13 14:46 Berend de Boer
  0 siblings, 0 replies; 21+ messages in thread
From: Berend de Boer @ 1999-11-13 14:46 UTC (permalink / raw)


Hallo Hans,

(the following msg is in dutch because it concerns dutch hyphenate rules)

Als ik dutch96.pat gebruik, wordt er inderdaad anders afgebroken. Echter, de
volgende regel:

Bij woordafbreking vervalt het trema: ruïne wordt ru·ine.

wordt niet gehandhaaft (bijv. 'financi"eren'). Is dit een bug? Je steekt
toch heel wat op van zo'n ntg dag.

Groetjes,

Berend. (-:


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

* (unknown)
@ 1999-11-12 15:05 Hans Hagen
  0 siblings, 0 replies; 21+ messages in thread
From: Hans Hagen @ 1999-11-12 15:05 UTC (permalink / raw)


Hi All, 

This weekend, four members of the context support team are at the ntg future group conference in enschede. This means that some emails will get answered with a delay. To minimalize the risk, we will travel in two cars -)

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

end of thread, other threads:[~2002-07-23 19:12 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-20 14:46 (unknown) Michel Bovani
2001-03-20 17:01 ` Hans Hagen
2001-03-20 20:47 ` ConTeXt on Mac? H. Ramm
2001-03-20 21:56   ` Michel Bovani
2001-03-21  8:53     ` Hans Hagen
2001-03-21  8:51   ` Hans Hagen
2001-03-22 14:56     ` H. Ramm
  -- strict thread matches above, loose matches on Subject: below --
2002-07-23 19:12 (unknown) Jochen Dietrich
2002-06-23 16:30 (unknown) Idris S Hamid
2002-06-20 20:04 (unknown) Idris S Hamid
2001-08-16 13:40 (unknown) Arun Mangalam
2000-11-24  7:32 (unknown) Haseloff, Lutz
2000-09-30  9:40 (unknown) Hans Hagen
2000-06-06  1:00 (unknown) Hans Hagen
2000-05-30 15:49 (unknown) Hans Hagen
2000-02-14 22:32 (unknown) pragma
2000-02-14 22:26 (unknown) pragma
2000-02-20 12:30 ` (unknown) Roef Ragas
2000-01-05 13:14 (unknown) Hans Hagen
1999-11-13 14:46 (unknown) Berend de Boer
1999-11-12 15:05 (unknown) Hans Hagen

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