Re: [NTG-context] Page breaks with \defineparagraphs possible?

2023-06-05 Thread Berend de Boer via ntg-context

Hi Wolfgang,


\definetabulate[bilingual][|pA{normal,verytolerant,stretch}|pA{normal,verytolerant,stretch}|]


One more on this actually: how can I influence the white space between
the columns? I tried to set distance, but that didn't do anything.

Setting p(4cm) or so, made the paragraphs smaller, but did not impact
the white space between the columns.

--
All the best,

Berend de Boer
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Page breaks with \defineparagraphs possible?

2023-06-05 Thread Berend de Boer via ntg-context

Hi Wolfgang,


You can use the tabulate environment to create parallel paragraphs.


Just one thing for others, this solution as the same problem as
paragraphs: \placeinitial won't work.

I.e. this:

   \setupinitial[text=#1]\placeinitial

inside the tabulate or paragraphs doesn't work (but here I simply use
a \hbox{\vbox{}\hfil\vbox{}} solution which works well enough I think,
as I only need this for the opening paragraph.

--
All the best,

Berend de Boer
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Page breaks with \defineparagraphs possible?

2023-06-05 Thread Berend de Boer via ntg-context

Hi Wolfgang,


You can use the tabulate environment to create parallel paragraphs.


Ah yes, that's working! Thank you so much!

One question on the pA{normal,verytolerant,stretch}: what does that do exactly?


From the manual I got that A only takes one key, what does specifying three 
keys mean?


--
All the best,

Berend de Boer
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] knuth

2023-06-04 Thread Berend de Boer via ntg-context

Hi Hans,


Probably some on this list already checked how well chatgpt answers
questions about domains one knows well and then probably noted that in
spite of impressive wording, one can run into quite incorrect answers.


I've been using it for ConTeXt, and to be honest, it works amazingly
well. It hallucinates sometimes, but it's such a time saver.

--
All the best,

Berend de Boer
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] Page breaks with \defineparagraphs possible?

2023-06-04 Thread Berend de Boer via ntg-context

Dear all,

I've noticed that \defineparagraphs does not break across pages. That
would be a huge page saver in my case. Do I have any options for page
breaking across a set of parallel paragraphs?

Initially I just had a \hbox{\vtop{#1}\hfil\vtop{#2}} but obviously
that doesn't break, so went for more ConTeXt style, but couldn't see a
good mechanism.


Example file where you can see the entire paragraphs thing is put on the next 
page.

==

\setuppapersize[A5]

\defineparagraphs[bilingual][n=2,tolerance=stretch,before=,after=,distance=\0.06\textwidth]
\setupparagraphs[bilingual][1][width=0.47\textwidth]
\setupparagraphs[bilingual][2][width=0.47\textwidth]

\starttext

\input tufte

\startbilingual
 \input tufte
 \nextbilingual
 \input knuth

\stopbilingual

\stoptext

==

--
All the best,

Berend de Boer
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] \doifelseoddpage not working as expected

2023-05-26 Thread Berend de Boer via ntg-context

Dear all,

I need something like \doifelseoddpage, but this does not work as
expected. See below example. You will notice that on page two you
still get the ODD text, with page number 1.

What's going on? Is there a proper way to detect what page I'm on?


Example:

\starttext

\dorecurse{70}{\doifelseoddpage{ODD \currentpage\par}{EVEN \currentpage\par}}

\stoptext


My system:

   context --version
   mtx-context | ConTeXt Process Management 1.04
   mtx-context |
   mtx-context | main context file: 
/home/berend/context/tex/texmf-context/tex/context/base/mkiv/context.mkiv
   mtx-context | current version: 2023.05.08 17:39
   mtx-context | main context file: 
/home/berend/context/tex/texmf-context/tex/context/base/mkxl/context.mkxl
   mtx-context | current version: 2023.05.08 17:39


--
All the best,

Berend de Boer
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Pretty print SQL broken? Or am I doing something wrong?

2009-06-24 Thread Berend de Boer
 Gerben == Gerben Wierda gerben.wie...@rna.nl writes:

 Gerben == Gerben Wierda gerben.wie...@rna.nl writes:
 
Gerben For 'SQL' I assume I should use 'sql'. When I do that,
Gerben exactly the same happens.
 
 I mean select instead of SELECT.

Hi Gerben,

Just following up publicly on the files you sent me, this works for me:

  \setuptyping[SQL][palet=colorpretty]
  \def\typeSQLfile{\typefile[SQL]}
  \starttext
  \typeSQLfile{test2.txt}
  \stoptext

So changes:

1. Don't define the typing, it's already.

2. use SQL, not sql.

3. Your SQL keywords must be lowercase not UPPERcase, else they won't
   get highlighted.

4. comments inside your SQL file trip up the parser, don't know why,
   but just leave them out.


-- 
Groetjes,

Berend.
___
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
___


Re: [NTG-context] Pretty print SQL broken? Or am I doing something wrong?

2009-06-11 Thread Berend de Boer
 Gerben == Gerben Wierda gerben.wie...@rna.nl writes:

Gerben For 'SQL' I assume I should use 'sql'. When I do that,
Gerben exactly the same happens.

I mean select instead of SELECT.

-- 
Groetjes,

Berend.
___
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
___


Re: [NTG-context] Pretty print SQL broken? Or am I doing something wrong?

2009-06-08 Thread Berend de Boer
 Gerben == Gerben Wierda gerben.wie...@rna.nl writes:

Gerben verb-sql.tex seems not to work correctly. Is it broken or
Gerben am I doing something wrong?

What if you use lowercase?

-- 
Cheers,

Berend.
___
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
___


[NTG-context] Additional arrows in flow chart

2008-12-06 Thread Berend de Boer
Hi All,

Is there a way to specify additional arrows in a flow chart? Some people
prefer to see a starting arrow (an arrow at the beginning of the line)
instead of only one at the end.

-- 
Cheers,

Berend de Boer
___
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
___


Re: [NTG-context] Getting the default pdf fonts working on texlive 2007

2007-11-11 Thread Berend de Boer
 Mojca == Mojca Miklavec [EMAIL PROTECTED] writes:

Mojca You are missing this line (in front of setupbodyfont) for
Mojca example:

Mojca \usetypescript[postscript][ec]
Mojca \setupbodyfont[postscript,11pt]

Mojca Does this work?

Unfortunately it doesn't.

  {/usr/local/texlive/2007/texmf-dist/fonts/enc/dvips/base/8r.enc}/usr/local/
  
texlive/2007/texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfb/usr/local/texlive
  /2007/texmf-dist/fonts/type1/urw/times/utmr8a.pfb

Still loads the urw files.


Mojca 8r are kind-of-not-supported any more, that's why files
Mojca might be missing.

Yes, but had to try everything :-)

-- 
Cheers,

Berend de Boer


smime.p7s
Description: S/MIME cryptographic signature
___
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
___


[NTG-context] Getting the default pdf fonts working on texlive 2007

2007-10-26 Thread Berend de Boer
}
fonts   : using map file: t5-base
{/usr/local/texlive/2007/texmf-dist/fonts/map/pdftex/context/t5-base.map}
fonts   : using map file: original-ams-base
{/usr/local/texlive/2007/texmf-dist/fonts/map/pdftex/context/original-ams-base.
map}
fonts   : using map file: original-ams-euler
{/usr/local/texlive/2007/texmf-dist/fonts/map/pdftex/context/original-ams-euler
.map}
fonts   : using map file: original-public-lm
{/usr/local/texlive/2007/texmf-dist/fonts/map/pdftex/context/original-public-lm
.map}
fonts   : using map file: 8r-urw-times


pdfTeX warning: pdftex (file 8r-urw-times.map): cannot open font map file
fonts   : using map file: original-youngryu-tx
{/usr/local/texlive/2007/texmf-dist/fonts/map/pdftex/context/original-youngryu-
tx.map}
fonts   : using map file: 8r-urw-helvetica


pdfTeX warning: pdftex (file 8r-urw-helvetica.map): cannot open font map file
fonts   : using map file: 8r-urw-courier


pdfTeX warning: pdftex (file 8r-urw-courier.map): cannot open font map file
fonts   : using map file: ec-urw-times


pdfTeX warning: pdftex (file ec-urw-times.map): cannot open font map file
[1.1]
systems : end file test at line 13
system  : cont-err loaded
(/usr/local/texlive/2007/texmf-dist/tex/context/base/cont-err.tex
systems : no file 'cont-sys.tex', using 'cont-sys.rme' instead
) ) 
Here is how much of TeX's memory you used:
 2410 strings out of 57405
 50161 string characters out of 535697
 4612009 words of memory out of 5540156
 42017 multiletter control sequences out of 1+5
 114738 words of font info for 100 fonts, out of 120 for 2000
 192 hyphenation exceptions out of 8191
 47i,18n,61p,288b,545s stack positions out of 5000i,500n,6000p,20b,5000s
{/usr/local/texlive/2007/texmf-dist/fonts/enc/dvips/base/8r.enc}/usr/local/
texlive/2007/texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfb/usr/local/texlive
/2007/texmf-dist/fonts/type1/urw/times/utmr8a.pfb
Output written on test.pdf (1 page, 13230 bytes).
PDF statistics:
 19 PDF objects out of 1000 (max. 8388607)
 12 compressed objects within 1 object stream
 0 named destinations out of 1000 (max. 131072)
 1 words of extra memory for PDF output out of 1 (max. 1000)
==

The warnings are a bit weird. I indeed don't have 8r-urw-times.map.

I hope someone can give me the incantations again...

- -- 
All the best,

Berend de Boer


PS: This email has been digitally signed if you wonder what the strange
characters are that your email client displays.
PGP public key: http://www.pobox.com/~berend/berend-public-key.txt
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFHIlRiIyuuaiRyjTYRArMfAJsFbyFr5jSoQmh8dROr9Em9wYE/fgCfSBO/
Sj/BRQuiPnZxnExodnJVSjg=
=D42S
-END PGP SIGNATURE-
___
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
___


[NTG-context] Treating underscore as a normal character

2007-02-06 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi All,

In computer code underscores are used frequently. Until recently sticking

  \catcode`\_=12

somewhere at the top did work, but it has become harder. More stuff
seems to reset this, so I know have to stick it just above \starttext.

But that doesn't help in all cases.

I get this for example:

- --
structure   : begin of sectionblock appendices
(./eposix-classes.tuo
! Missing $ inserted.
inserted text 
$
to be read again 
   _
argument STDC_
BASE
\Eclass #1-#1
  
\listtextcommand #1-\begstrut #1
 \endstrut 
\doattributes ...sname [EMAIL PROTECTED] \endcsname \fi {#4
  }\dostopattributes 
...
l.24 ...class {STDC_BASE}}{3--0-1-1-0-0-0-0--5}{6}
- --


And when I look at line 24 in eposix-classes.tuo I see:

\listentry{section}{2}{A.1}{Short form of \Eclass 
{STDC_BASE}}{3--0-1-1-0-0-0-0--5}{6}


Is there a method to fix this to avoid typing \_ all the time? I just
want a global switch that says _ is perfectly ok. Only inside $ it
should be treated as something special.

- -- 
All the best,

Berend de Boer


PS: This email has been digitally signed if you wonder what the strange
characters are that your outdated email client displays.
PGP public key: http://www.pobox.com/~berend/berend-public-key.txt
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFFyPXuIyuuaiRyjTYRAs8KAKDU+kx9Jxjn3MCDWxSdfV66qxrhbwCeLBTh
6RHeWoUsWxmx8gynpltwqiA=
=Q54c
-END PGP SIGNATURE-

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


Re: [NTG-context] Treating underscore as a normal character

2007-02-06 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Hans == Hans Hagen [EMAIL PROTECTED] writes:

Hans \defineactivecharacter _ {\mathortext{_}{\_}} text_text
Hans $a^2$

Hi Hans,

Thanks, but it is not sufficient. I finally narrowed it down to a
\placelist.


Here is a very short example:

- --
\def\MyHead#1#2%
  {\setupframed[frame=off]
   \framed[width=\hsize,offset=overlay]
 {\placesidebyside
{\doifmodeelse{*sectionnumber}%
   
{\framed[width=.6\hsize,offset=1em,strut=no,align=right,background=screen,backgroundscreen=0.4]
  {In this chapter: \blank
\placelist
  [section]
  [criterium=chapter,
   style=boldslanted,
   align=right,
   interaction=all,
   symbol=1,
   width=1em,
   pagenumber=no,
   before=,
   after=]}}%
   {\framed[width=.6\hsize]{}} % dummy
}%
{\framed
   [width=.4\hsize,offset=1em,strut=no,align=left]
   {{\bsd #1\par\leftskip=0pt plus1fil #2%
}

\setuphead
  [chapter]
  [command=\MyHead]

\defineactivecharacter _ {\mathortext{_}{\_}}

\starttext

\chapter{Short (flat) listing of Standard C classes}

\section{STDC_BASE}

\stoptext
- --


Result:

- --
(./test.tuo
! Missing $ inserted.
inserted text 
$
to be read again 
   _
argument STDC_
BASE
\listtextcommand #1-\begstrut #1
 \endstrut 
\doattributes ...sname [EMAIL PROTECTED] \endcsname \fi {#4
  }\dostopattributes 
argument ...ont \limitatedlistentry {STDC_BASE}}
  \egroup \ifdim \wd 4=\zero...
...
- --


I suppose you know the trick to fix this? If you look at test.tuo you
will see this line:

\listentry{section}{2}{1.1}{STDC_BASE}{2--0-1-1-0-0-0-0--1}{1}


That's the culprit, should have been written as STDC\_BASE I assume.

- -- 
All the best,

Berend de Boer


PS: This email has been digitally signed if you wonder what the strange
characters are that your outdated email client displays.
PGP public key: http://www.pobox.com/~berend/berend-public-key.txt
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFFyTF/IyuuaiRyjTYRAmTJAKCw50VzN8ppOSeLiuOiLSVUV5luXgCdF8cZ
mpyQnVAZfN2ogsUUKaAkiJM=
=awTD
-END PGP SIGNATURE-

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


[NTG-context] Palet option in setuptyping not working

2007-01-10 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi All,

(I've repeated this post, because I didn't see any answers. Sample
file included, you can easily check if I'm wrong or right).


It seems user palets don't work (anymore?), just downloaded the new
version but still has the same problem as the version I used before
(aug 2006).

Sample file:

- --
% interface=en

\setupbodyfont
  [postscript,16pt]

\setupcolors
  [state=start]

\setupalign
  [hyphenated]

\definepalet
  [MYcolorpretty]
  [prettyone=colorprettyone,
   prettytwo=colorprettytwo,
   prettythree=colorprettythree,
   prettyfour=colorprettyfour]

\setuptyping
  [TEX]
  [palet=MYcolorpretty]

\starttext

\startTEX
\this \is \a \test
\stopTEX

\stoptext
- --

As you will see, there are no colors anymore.

My tex and context versions:

  This is pdfeTeXk, Version 3.141592-1.20a-2.2 (Web2C 7.5.3) (format=cont-en 
2007.1.4)  4 JAN 2007 20:14
entering extended mode
  ConTeXt  ver: 2007.01.02 13:44 MK II  fmt: 2007.1.4  int: english/english

- -- 
Live long and prosper,

Berend de Boer


PS: This email has been digitally signed if you wonder what the strange
characters are that your outdated email client displays.
PGP public key: http://www.pobox.com/~berend/berend-public-key.txt
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFFpUqYIyuuaiRyjTYRAlccAKCNjxWNXOJd3Z7I9XiYr3rRB5VQTQCfdgEJ
AImWg4IZYM9fkXuFIM9TIjY=
=gaQu
-END PGP SIGNATURE-

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


[NTG-context] palet option in typing not working

2007-01-03 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi All (especially Hans :-) ),

It seems user palets don't work (anymore?), just downloaded the new
version but still has the same problem as the version I used before
(aug 2006).

Sample file:

- --
% interface=en

\setupbodyfont
  [postscript,16pt]

\setupcolors
  [state=start]

\setupalign
  [hyphenated]

\definepalet
  [MYcolorpretty]
  [prettyone=colorprettyone,
   prettytwo=colorprettytwo,
   prettythree=colorprettythree,
   prettyfour=colorprettyfour]

\setuptyping
  [TEX]
  [palet=MYcolorpretty]

\starttext

\startTEX
\this \is \a \test
\stopTEX

\stoptext
- --

As you will see, there are no colors anymore.

My tex and context versions:

  This is pdfeTeXk, Version 3.141592-1.20a-2.2 (Web2C 7.5.3) (format=cont-en 
2007.1.4)  4 JAN 2007 20:14
entering extended mode
  ConTeXt  ver: 2007.01.02 13:44 MK II  fmt: 2007.1.4  int: english/english

- -- 
Live long and prosper,

Berend de Boer


PS: This email has been digitally signed if you wonder what the strange
characters are that your outdated email client displays.
PGP public key: http://www.pobox.com/~berend/berend-public-key.txt
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFFnKnoIyuuaiRyjTYRAv+VAJ0VIYai3VEQ+dJAAz2QSWFXJYXwLwCg6Pcx
rA6PYx8/DeeCsLHXjLMGwdU=
=8DU/
-END PGP SIGNATURE-

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


Re: [NTG-context] Enable hyphenation or how to check it is enabled

2006-08-18 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Taco == Taco Hoekwater [EMAIL PROTECTED] writes:

 It looks like they get loaded when I generate the format:
 
 language : no patterns en for en (n=1,e=ec,m=ec)
 (lang-en.pat,ukhyph.tex )

Taco On this line, context says it looked for lang-en.pat and
Taco ukhyph.tex but could find neither. The lack of ukhyph.tex is
Taco not an issue, but lang-en.pat should be here:

Ah, that was the golden pointer. I finally found out I still had a
cont-usr.tex in /usr/TeX/texmf-var/tex/context/config/.

After removing that, everything works perfectly again!

- -- 
Live long and prosper,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFE5kSbIyuuaiRyjTYRAnwsAKCAEyx1GFvKCtdVnzH7Fq/XVuwC7gCg1YvG
fOHgoQR+o8lyHz08MOgitik=
=UWys
-END PGP SIGNATURE-

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


Re: [NTG-context] Enable hyphenation or how to check it is enabled

2006-08-17 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Hans == Hans Hagen [EMAIL PROTECTED] writes:

Hans what does context report with respect to loaded patterns ...

Nothing (but it does report things like this when making the format file).


Hans if you run an old version it may be that there ar eno us
Hans patterens (there were tex live's with name changes, aliases
Hans etc unknown to context etc)

Yes, have read that, but that's why ConTeXt includes the patterns
right? So it should work with the new version, but it seems it
doesn't.

Can I explicitly load the patterns?

- -- 
All the best,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFE5AhZIyuuaiRyjTYRAvwFAJ49+T84xmK6jZUl9P3j4FhjcIJLXACeMlYF
YJ28e2LDkGFlJ3ToBIoxL7E=
=BFtn
-END PGP SIGNATURE-

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


Re: [NTG-context] Enable hyphenation or how to check it is enabled

2006-08-17 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Hans == Hans Hagen [EMAIL PROTECTED] writes:

Hans can you check if you have a file called 'aliases' in one of
Hans your tex roots? if so, wipe if out,

Nope.

Any other thing I could check or upgrade? Did my test file produce
hyphens on your system?

Here my test file again:

- -
% interface=en

\starttext

\hyphenatedword{transformational} \hyphenatedword{transformational}
\hyphenatedword{transformational} \hyphenatedword{transformational}
\hyphenatedword{transformational} \hyphenatedword{transformational}
\hyphenatedword{transformational} \hyphenatedword{transformational}

\stoptext
- -

- -- 
Live long and prosper,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFE5DCkIyuuaiRyjTYRAspUAKDveCDl0yqZidotDF8ljY+whKVEwwCgs0Yq
z5wQcnTWaFBUKhIEwRVY78Q=
=xxEW
-END PGP SIGNATURE-

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


Re: [NTG-context] Enable hyphenation or how to check it is enabled

2006-08-16 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Thomas == Thomas A Schmitz [EMAIL PROTECTED] writes:

Thomas I have this at an earlier stage. Later, there's a message
Thomas that the patterns get loaded:

Thomas language : patterns en for en loaded (n=22,e=ec,m=ec)
Thomas 
(/usr/local/teTeX/share/texmf.local/tex/context/patterns/lang-us.pat)
Thomas 
(/usr/local/teTeX/share/texmf.local/tex/context/patterns/lang-us.hyp)
Thomas language : patterns uk for uk loaded (n=23,e=ec,m=ec)
Thomas 
(/usr/local/teTeX/share/texmf.local/tex/context/patterns/lang-uk.pat)
Thomas 
(/usr/local/teTeX/share/texmf.local/tex/context/patterns/lang-uk.hyp)
Thomas language : patterns us for us loaded (n=24,e=ec,m=ec)
Thomas 
(/usr/local/teTeX/share/texmf.local/tex/context/patterns/lang-us.pat)
Thomas 
(/usr/local/teTeX/share/texmf.local/tex/context/patterns/lang-us.hyp)
Thomas language : patterns agr for agr loaded (n=25,e=agr,m=agr)
Thomas 
(/usr/local/teTeX/share/texmf.local/tex/context/patterns/lang-agr.pat)
Thomas 
(/usr/local/teTeX/share/texmf.local/tex/context/patterns/lang-agr.hyp)

Thomas and so on.

Thomas Do you have these messages as well? Otherwise: no patterns
Thomas == no hyphenation.

None at all when compiling my .tex file

- -- 
All the best,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFE4/80IyuuaiRyjTYRAtg3AJ4jI7iFpG0EdJSlWSiIgbhXt2krXwCaAvro
Bc/8UJL6pviWhQt7wYm8p70=
=0ONU
-END PGP SIGNATURE-

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


[NTG-context] Enable hyphenation or how to check it is enabled

2006-08-15 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi All,

I've a weird problem: it just looks like hyphenation is disabled for
my English documents, at least I don't see hyphenation happening at
all. Do I have to enable it explicitly?

This is some US english text. I've specified:

  \language[us]

at the top of my file.

I'm using the latest ConTeXt, 2006-08-08.


It looks like they get loaded when I generate the format:

language: no patterns en for en (n=1,e=ec,m=ec) (lang-en.pat,ukhyph.tex
)
language: hyphenations en for en loaded (n=1,e=ec,m=ec)
(/usr/TeX/texmf/tex/context/patterns/lang-us.hyp))
language: patterns en for en loaded (n=1,e=*,m=*)
language: hyphenations en for en loaded (n=1,e=*,m=*)
language: no patterns uk for uk (n=2,e=ec,m=ec) (lang-uk.pat,ukhyph.tex
)
language: hyphenations uk for uk loaded (n=2,e=ec,m=ec)


I've tried to specify

  \setupalign
[hyphenated]

but that does not seem to help.

Any test I can run to see that hyphenation is actually enabled?

- -- 
All the best,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFE4ieUIyuuaiRyjTYRAkFwAJ0QYn4VnHW2T1H0QxHVAcCHXWJE4QCcCz3e
qVB8X/MCve7ZeKnQY4zjh24=
=vrqm
-END PGP SIGNATURE-

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


Re: [NTG-context] Enable hyphenation or how to check it is enabled

2006-08-15 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Thomas == Thomas A Schmitz [EMAIL PROTECTED] writes:

Thomas Easiest test would be to try some long and weird words
Thomas with \hyphenatedword{transformational}

Thomas in your source. If you get proper hyphens there, the
Thomas problem must lie elsewhere.

I tried this:

\starttext

\hyphenatedword{transformational} \hyphenatedword{transformational}
\hyphenatedword{transformational} \hyphenatedword{transformational}
\hyphenatedword{transformational} \hyphenatedword{transformational}
\hyphenatedword{transformational} \hyphenatedword{transformational}

\stoptext


Overfull message, but no hyphens.

- -- 
All the best,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFE4nx4IyuuaiRyjTYRAhfjAKDpVtVu5WYGc4RyUOyMxXhriTEbvACeJTXV
rMsVFrwylEU9s9ztVmQ+Lmc=
=9KLZ
-END PGP SIGNATURE-

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


Re: [NTG-context] \pagefigure does not increment page number

2006-05-25 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Aditya Mahajan [EMAIL PROTECTED] writes:


 I do not know anything about pagefigure. However, looking at its code
 the following should increment pagenumbers.

Thanks for the tip, and it works!

- -- 
Live long and prosper,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFEdlxYIyuuaiRyjTYRAvX2AKDoiSuiL/5g/+lKA8oqVoUNlNfzZACfYDMT
vqF5sbi17e3EbBxlgejLqG8=
=tDvJ
-END PGP SIGNATURE-

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


[NTG-context] \pagefigure does not increment page number

2006-05-22 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello All (probably Hans :-) ),

\pagefigure does increment the page number. It doesn't place a page
number, I can understand that. But why does it not increment the page
number? Is that by design?

I'm using the context release of 27 April 2006. Or should I upgrade?

- -- 
Live long and prosper,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFEcmlLIyuuaiRyjTYRAlT2AKCMz5HY/GP69VZTMrvHTdpA5zxGfACgg+SK
g7buT++bxNyaoyoElIUYAPs=
=xP8u
-END PGP SIGNATURE-

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


Re: [NTG-context] Natural tables, rulethickness

2006-03-05 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Patrick Gundlach [EMAIL PROTECTED] writes:

 but I wish (feature request) something like

 \toprule
 \bTR  \eTR 
 \midrule
 \bTR  \eTR 
 \bTR  \eTR 
 \bTR  \eTR 
 \bottomrule

 or together with \setupTABLE.

Something like:

\def\midrule{% assume we're in a bTABLE
  \bTR[rulethickness=0.8pt,height=\rulethickness,bottomframe=on]\eTR}

might work.

Basically the idea is to insert a very small row with only the rule.

- -- 
Live long and prosper,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFEC4oEIyuuaiRyjTYRAtSsAKDSUM9jwXojPSonpg3gK+9C1BcJAgCgoKsz
8Y7zTK8OsACPDlDYict/VYc=
=rdDU
-END PGP SIGNATURE-

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


Re: [NTG-context] Arggh, Nimbus font instead of original Adobe

2006-02-23 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Taco Hoekwater [EMAIL PROTECTED] writes:

 It was a core feature I used: the ability to create small PDF files
 with better looking fonts than the Nimbus ones.

 Out of curiousity: what *does* you previewer show in the 'fonts'
 dialog?

Acrobat Reader 7.0 on Linux:

  Helvetica
Type: Type 1
Encoding: Custom
Actual Font: Adobe Sans MM
Actual Font Type: Type 1

File size: 3999 bytes.

- -- 
Live long and prosper,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFD/linIyuuaiRyjTYRAurQAJ0TlZEgFffixV4sPns06kpdXkN6GgCgvFwe
CiZ+mzyImsGdtEt41y0KJqw=
=QDOx
-END PGP SIGNATURE-

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


Re: [NTG-context] Arggh, Nimbus font instead of original Adobe

2006-02-22 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Adam Lindsay [EMAIL PROTECTED] writes:

 Now, can you take it out for an extended spin/test? I'd like to be able 
 to package it up in a way that (potentially) allows others to use
 it.

I already did. Works perfectly for every document.


 Or: Hans, Taco: is this feature best left as a dangerous curve, best 
 left to specific users who need it?

It was a core feature I used: the ability to create small PDF files
with better looking fonts than the Nimbus ones.

- -- 
Live long and prosper,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFD/KCTIyuuaiRyjTYRAqXKAKCUl+d3PE6R6D5SccPVadkCvSx7+gCgvWYl
kgFpLuEVXBM0f9JRAzj6caw=
=jNsM
-END PGP SIGNATURE-

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


Re: [NTG-context] Arggh, Nimbus font instead of original Adobe

2006-02-20 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Adam Lindsay [EMAIL PROTECTED] writes:

 Read the previous email messages.

Ah, you included a map file, had overlooked that with my first quick
test. Wanted to try the suggestion of Taco when I would have more
time, but you already did the work. Sorry I missed that, and that
works!!

- -- 
Live long and prosper,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFD+Y3PIyuuaiRyjTYRAprTAKDVbbYf6s82Fe/hWtzPQfjUd+I1uwCgoFXW
byuNeUxT4Bsr3B9oI7hil00=
=wkco
-END PGP SIGNATURE-

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


[NTG-context] Arggh, Nimbus font instead of original Adobe

2006-02-18 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello All,

I'm again hit by the disapperance of the Adoboe default fonts. When I
create a PDF document, I get the Nimbus (urw) fonts, instead of the
Adobe.

Sample doc:

=
\setupbodyfont
  [pos,ss,11pt]

\starttext

\subject{Test}

Of correct font.

\stoptext
=


.log file of pdfetex:

subject : - Test
fonts   : using map file: original-base
fonts   : using map file: ec-public-lm
fonts   : using map file: ec-base
fonts   : using map file: original-adobe-euro
fonts   : using map file: 8r-base
fonts   : using map file: 8r-urw-times
fonts   : using map file: original-youngryu-tx
fonts   : using map file: 8r-urw-helvetica
fonts   : using map file: 8r-urw-courier
[1.1{/usr/TeX/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{/usr/TeX/texmf/font
s/map/pdftex/context/original-base.map}{/usr/TeX/texmf/fonts/map/pdftex/context
/ec-public-lm.map}{/usr/TeX/texmf/fonts/map/pdftex/context/ec-base.map}{/usr/Te
X/texmf/fonts/map/pdftex/context/original-adobe-euro.map}{/usr/TeX/texmf/fonts/
map/pdftex/context/8r-base.map}
Warning: pdfetex (file 8r-urw-times.map): cannot open font map file
{/usr/TeX/texmf/fonts/map/pdftex/context/original-youngryu-tx.map}
Warning: pdfetex (file 8r-urw-helvetica.map): cannot open font map file

Warning: pdfetex (file 8r-urw-courier.map): cannot open font map file
]
systems : end file test at line 10
 ){/usr/TeX/texmf-dist/fonts/enc/dvips/base/8r.enc}/usr/TeX/texmf-dist/fonts/t
ype1/urw/helvetic/uhvr8a.pfb
Output written on test.pdf (1 page, 8668 bytes).


updmap --edit gives:

  LW35 ADOBEkb
  pdftexDownloadBase14 false


I'm using the latest context. Perhaps some relevant quotes from my
cont-sys.tex:

\setupencoding[\s!default=8r] % or ec, if you prefer
\usetypescript[berry][\defaultencoding]


- -- 
All the best,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFD9ugIIyuuaiRyjTYRAsn0AKCvHfsDaJZVXPIcIURZSkpUvM7AaQCg1Gus
4aPXXRdK4R1Td60jVqbL5a0=
=9+SA
-END PGP SIGNATURE-

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


Re: [NTG-context] Arggh, Nimbus font instead of original Adobe

2006-02-18 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Adam Lindsay [EMAIL PROTECTED] writes:

 However, if you're independent or otherwise control everybody's
 viewer, try this:

Unfortunately, this doesn't work.

- -- 
Live long and prosper,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFD9wmxIyuuaiRyjTYRAvGfAKCooL18JoEq11n+z2Q6tcmR3CxKhACgwpve
RxXZEJrC7WevqLBYjnRQxe4=
=zpv8
-END PGP SIGNATURE-

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


[NTG-context] Using Adobe built-in fonts with latest context + texlive 204

2005-09-12 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello All,

I just upgraded my entire TeX system. There are no traces of old files
anymore, everything is brandnew. I installed texlive 2004 (because I
had it on a DVD, thanks NTG!).

I got the latest ConText (Aug 31).

The first thing I had to do was to setup the proper encoding. For
example I had to specify this:

  \setupencoding[\s!default=8r] % or ec, if you prefer
  \usetypescript[berry][\defaultencoding]

or ec encoding, works as well. It didn't work out of the box
unfortunately.

But this seems to get me the URW fonts, not the greatest fonts. It
seems the latest tex has something like updmap, whatever that
is. Using updmap --edit I changed the LW35 setting to ADOBEkb and now
I get the built-in fonts I believe. Is that correct?

But I still got complaints about this one:

  Warning: pdfetex (file ptmbi8a.pfb): cannot open Type 1 font file for reading
  Warning: pdfetex (file ptmri8a.pfb): cannot open Type 1 font file for reading
  Warning: pdfetex (file ptmr8a.pfb): cannot open Type 1 font file for reading
  Warning: pdfetex (file ptmb8a.pfb): cannot open Type 1 font file for reading

But document displays fine BTW.

I fixed that by changing another setting: setting pdftexDownloadBase14
to false.

But I'm a bit confused here. I thought Adobe had made those fonts
freely available, so shouldn't they be in my tex installation? Or is
this still an encoding issue, and should I use a different encoding in
order for pdfetex to find these four missing font files??

- -- 
Live long and prosper,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFDJhUNIyuuaiRyjTYRAqHNAKDDNtQ8BqyXrpUAix0Dr1it7YBMTgCdGmHX
/IgEDy4JJta6dO/v/y7z/vo=
=5l6+
-END PGP SIGNATURE-

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


Re: [NTG-context] LaTeX2ConTeXt.tex can't compiled

2004-11-22 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

VnPenguin [EMAIL PROTECTED] writes:

  ! Font \*12ptrmtf*=utmr8t at 12.0pt not loadable: Metric (TFM) file
  not found.
 
 This looks like a fairly basic error. You don't seem to have the
 metric files for postscript fonts, so it looks your installation
 is not complete.

 Could you tell me where I could found TFM files for this fonts ?

There is a document on the context website that explains how to
do font stuff with context (sorry to busy right now to look it
up). The tool is called texfont I believe.

- -- 
Regards,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFBoaTkIyuuaiRyjTYRAjmqAJ9KmkkFPzSC7EpTSeEIaZ/QMHV65ACgjB3v
Mh2VdbhH9HngdHq/4eo0k1I=
=tevW
-END PGP SIGNATURE-

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] LaTeX2ConTeXt.tex can't compiled

2004-11-18 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

VnPenguin [EMAIL PROTECTED] writes:

 ! Font \*12ptrmtf*=utmr8t at 12.0pt not loadable: Metric (TFM) file
 not found.

This looks like a fairly basic error. You don't seem to have the
metric files for postscript fonts, so it looks your installation
is not complete.

I guess this document doesn't compile either:

- --
\setupbodyfont[ber,pos]

\starttext

hello.

\stoptext
- --

For now, just comment out the setupbodyfont in screen.tex or
paper.tex. You will use the standard TeX fonts, not the postscript
fonts.

- -- 
Regards,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFBnPWxIyuuaiRyjTYRAsf3AKCBM0RXWn9djf2RqZ6VNS/LdWeaeQCgpcAW
kGuF7tkzfq4jyKQ52nvilu8=
=xhXn
-END PGP SIGNATURE-

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt in auctex

2004-04-19 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thomas A.Schmitz [EMAIL PROTECTED] writes:

 this is VERY good news for those of us who use Emacs with ConTeXt, and
 I'm very much looking forward to using it! My question, thought,
 before I start: how does your ConTeXt support behave in relation to
 the modules Patrick has already integrated into AUCTEX? Do the two
 packages integrate, or are they mutually exclusive?

I built on Patrick's excellent work. So just enhanced it with some of
the stuff I had in my other mode.

- -- 
Live long and prosper,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFAhJVfIyuuaiRyjTYRAl5tAJ4s2O6w13KKpF76Zypzuqt/FvOmCgCg02QH
ftat+5pXpNTWz6UXfwzN24w=
=Bbis
-END PGP SIGNATURE-

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \fillinrules with backgroundcolor

2004-01-29 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hans Hagen [EMAIL PROTECTED] writes:

This is the effect I like to see:

   Name: [   ]
   Address: []
   [ ]

Where [...] is a colored back ground.

 \definetextbackground[berend][state=start,location=text]

OK, just use tabulate instead of fillinrules. Thanks Hans!

- -- 
Live long and prosper,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFAGNIvIyuuaiRyjTYRAk5LAJsHA8BAjyribtcAK6FVJeFiPXY14QCfU6o8
8DKXLB3N2LRIHde3juJDGbk=
=tH1C
-END PGP SIGNATURE-

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] \fillinrules with backgroundcolor

2004-01-26 Thread Berend de Boer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello All,

Does anyone know if it is possible to have fillinrules with a
background color? It would be even better if I didn't have the rule,
just a gray background for example.

This is the effect I like to see:

  Name: [   ]
  Address: []
  [ ]

Where [...] is a colored back ground.

Example:

\starttext
\fillinrules[n=1,width=broad]{Name}
\fillinrules[n=2,width=broad]{Address}
\stoptext

- -- 
Live long and prosper,

Berend de Boer
(PGP public key: http://www.pobox.com/~berend/berend-public-key.txt)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFAFMwlIyuuaiRyjTYRAnH0AJ4uBjSCK9V49sTzleVICgfKsvhqzACfQBj4
WDqfzuSOEpgi7R9f8wS2bJI=
=NMfg
-END PGP SIGNATURE-

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Broken links in LaTeX2ConTeXt guide fixed

2003-07-19 Thread Berend de Boer
Gerben Wierda [EMAIL PROTECTED] writes:

 That link was dead. But this one worked:

 http://www.berenddeboer.net/tex/LaTeX2ConTeXt.pdf

Oops, typo it should have been:

 http://www.pobox.com/~berend/tex/LaTeX2ConTeXt.pdf

(without the t after latex).

And it is indeed the same version: www.pobox.com/~berend is an alias
that should resolve to my current site.

-- 
Live long and prosper,

Berend de Boer
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Updated ConTeXt emacs mode

2003-07-18 Thread Berend de Boer
Hello All,

I've updated the context Emacs mode. Download it from:

  http://www.pobox.com/~berend/emacs/context.el

I don't think there is anything really new, just some changes perhaps
so it works more properly with Emacs 21.2.1 what I happen to use now.

-- 
Live long and prosper,

Berend de Boer
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Sample letter layout, replacement for NTG briefstyle

2003-07-02 Thread Berend de Boer
Frank [EMAIL PROTECTED] writes:

 I currently use the Dutch NTG letter style with LaTeX, which I would
 like to replace with a ConTeXt based system. Even though LaTeX works
 fine, I think that I can better spend my time on learning ConTeXt as
 this will not limit me so much in future projects.

 So I was wondering if any ConTeXt users have already created a layout
 file to write letters, with the appropriate placement of the Address,
 logo's, folding stripes, etc.. If not than I would like to solicit
 some pointers on how to do two things:

 1. place a logo at an exact XY position on the paper

 2. exact placement of the address block (as this needs to fit with
 standard envelope windows).

Here an example (in dutch). Include it like this:

==
\input berendbrief.tex

\starttekst
Yada\crlf
Street\crlf
City\crlf

{\bf Subject}

Dear Whatever,

Test ...
\stoptekst



berendbrief.tex
Description: ConTeXt letter style

-- 
Live long and prosper,

Berend de Boer