Re: [NTG-context] bold small caps

2010-12-12 Thread Wolfgang Schuster

Am 12.12.2010 um 00:12 schrieb Peter Münster:

 On Sat, Dec 11 2010, Florian Wobbe wrote:
 
 {\setff{smallcaps} SmallCaps {\bf BoldCaps}}
 
 Hello,
 
 Thanks! What's the difference between \sc and \setff{smallcaps}?

By default \sc switch to a different font like \it or \bf but now
with opentype fonts smallcaps are a part of many fonts which can
be enabled with the smcp feature.

 Could something like \def\sc{\setff{smallcaps}} in the preamble harm
 in any way?

I would change this to

\definefontfeature[smcp][mode=node,smcp=yes]

\unexpanded\def\sc{\addfs{smcp}}

 Depending on your answers, I would perhaps request to trigger
 \setff{smallcaps} by \sc in the core.

Can be a problem because we have font (e.g. Latin Modern) where
smallcaps are still in a separate file.

Wolfgang

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] empty page before chapter and part

2010-12-12 Thread Emanuele Sacco
Thanks, works perfectly.

ES

2010/12/11 Wolfgang Schuster schuster.wolfg...@googlemail.com:

 Am 11.12.2010 um 17:58 schrieb Emanuele Sacco:

 Hi all.
 With the following code  the second and eighth pages of the document
 are not empty as it would like.
 Thanks in advance

 

 \setuppapersize[A4][A4]

 \setuplayout
 [location=doublesided,
 header=5mm,
 headerdistance=15mm,
 footerdistance=0mm,
 textwidth=14cm]
 \setuppagenumbering
 [alternative=doublesided,
 location=marginedge,
 way=bytext,
 partnumber=no]


 \setupheadertexts[][part][chapter][]

 You can replace this block

 \setupbackgrounds[state=repeat]
 \setupbackgrounds[header][text][background=whatever]
 \defineoverlay[whatever][{\framed[width=\overlaywidth,height=\overlayheight,frame=off,bottomframe=on]{}}]
 \couplepage[chapter][before={\defineoverlay[whatever][]}]
 \setuphead[chapter][before={\pagetype[chapter]}]

 with

 \setupheader[text][after=\hrule] % \thinrule

 Now you can suppress the line on an empty page before the chapter start with

 \setuphead
  [chapter]
  [page={yes,header,right}]

 Wolfgang

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

 maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : http://foundry.supelec.fr/projects/contextrev/
 wiki     : http://contextgarden.net
 ___




-- 
Al mondo ci sono 10 tipi di persone: quelli che conoscono il sistema
binario e quelli che non lo conoscono.
___
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
___


[NTG-context] footnotes

2010-12-12 Thread Achim Jander

Hello!
Nearly one year ago I posted a question about alignment of 
footnote-numbers to the list. I then was occupied by other projects, so 
I now want to catch up and thank you for your replies.I am now again 
trying to make some work using Context. At first, I have to state that I 
am impressed about the advancement of Context. But I still have some 
problems with footnotes:
1. My annoying alignment problem. We now have headalign=flushright, that 
is the right direction, but not sufficient. What I additionally need is 
that the width of the number-box is determined by the broadest number on 
the page, ie I need to have

1
2
3
...
but on the other page:
~8
~9
10
of course the same with 99 and 100 and so on. In an ideal world, the 
indent of the footnote-text would also change, but for the moment I 
could live with an equal indent for all pages having only the alignment 
of the notes change.
I then did some research, read the mail-list etc. What I found on the 
list was a short message about \doifnoteonsamepageelse, I thougt it 
could be a starting-point. But trying the given example

\starttext

\dorecurse {100} {

test \footnote{\doifnoteonsamepageelse[footnote]{ibidem}{aaa}}

}

\stoptext
gave me 100 nice little notes, all containing aaa, which was not what I 
had expected... I then wanted to figure out a little more what was 
happening, tried to enable tracking with 
\enabletrackers[structure.notes], but could not find any of the expected 
messages in the log? What is going on?
Because this problem is a real show stopper for me, I hope you can help 
me getting a solution.



2. The second, but not equal important problem is multicolum footnotes. 
It seems only to work with very short footnotes, in my example

\setupnote[footnote][n=2, columndistance=12pt]

\starttext

This is just for \footnote{note1} testing

This is just for \footnote{note1} testing

This is just for \footnote{note1} testing

This is just for \footnote{note1} testing

This is just for \footnote{This is a very long note which will cover 
multiple lines. This is a very long note which will cover multiple 
lines. This is a very long note which will cover multiple lines. This is 
a very long note which will cover multiple lines. This is a very long 
note which will cover multiple lines. This is a very long note which 
will cover multiple lines.} testing


This is just for \footnote{note1} testing

This is just for \footnote{note1} testing

This is just for \footnote{note1} testing

\stoptext
the long footnote 5 covers both columns.


3. At last I tried to set the footnotes in one paragraph, a layout 
sometimes used in our publications. As I found, the setup should be

\setupnote[footnote][n=0, location=text]

but trying it with the text of problem 2 i only got an Arithmetic overflow.


For clarification, I am using ConTeXt ver: 2010.12.10 15:15 MKIV fmt: 
2010.12.11 int: english/english



Thanks,
Achim



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


[NTG-context] New ConText Group

2010-12-12 Thread Willi Egger
Dear ConTeXt users!

We are proud to announce that the ConTeXt community has its own 
users-organisation. The new association is called ConTeXt Group and registered 
in France.
You can see the registration on: 
http://www.journal-officiel.gouv.fr/association/index.php?ACTION=RechercherJTY_WALDEC=W353009428.

The association will organize the ConTeXt meetings and will try to issue a 
printed magazine. 

Current board members are:
  President Arthur Reutenauer
  Treasurer Adelheid Grob
  Secretary Willi Egger
  Committee members: Jano Kula , John Haltiwanger, Mojca Miklavec, Thomas 
Schmitz

Shortly we will come up with more information. The temporary web-site is   
http://group.contextgarden.net/.


Happy ConTeXing!

Willi Egger
Secretary ConTeXt-Group
___
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
___


Re: [NTG-context] New ConText Group

2010-12-12 Thread luigi scarso
On Sun, Dec 12, 2010 at 12:31 PM, Willi Egger w.eg...@boede.nl wrote:
 Dear ConTeXt users!

 We are proud to announce that the ConTeXt community has its own 
 users-organisation. The new association is called ConTeXt Group and 
 registered in France.
 You can see the registration on: 
 http://www.journal-officiel.gouv.fr/association/index.php?ACTION=RechercherJTY_WALDEC=W353009428.

 The association will organize the ConTeXt meetings and will try to issue a 
 printed magazine.

 Current board members are:
  President Arthur Reutenauer
  Treasurer Adelheid Grob
  Secretary Willi Egger
  Committee members: Jano Kula , John Haltiwanger, Mojca Miklavec, Thomas 
 Schmitz

 Shortly we will come up with more information. The temporary web-site is   
 http://group.contextgarden.net/.


 Happy ConTeXing!

 Willi Egger
 Secretary ConTeXt-Group
good !


-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] installation on debian testing

2010-12-12 Thread Jonas Stein
Hi,

context in debian testing is quite old (2009) 

will that destroy my packagemanager or is 
it a good idea, to try this:

purge the installed context
as root run 
# checkinstall bash
then the commands of
http://wiki.contextgarden.net/ConTeXt_Minimals#System-wide_installation

-- 
Jonas Stein n...@jonasstein.de

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


[NTG-context] Fonts in MKII

2010-12-12 Thread Tom
I am confused about using fonts in MKII. Which documentation provides the
best explanation and most accurate of how to use fonts in MKII. I am
particularly interested in using fonts that are bundled in Tex-Live. I will
leave bringing in other fonts till later when I understand the basics.

Tom Benjey
717-258-9733 voice
717-243-0074 fax
Twitter: @TomBenjey





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


Re: [NTG-context] New ConText Group

2010-12-12 Thread Vedran Miletić
2010/12/12 Willi Egger w.eg...@boede.nl

 Dear ConTeXt users!

 We are proud to announce that the ConTeXt community has its own
 users-organisation. The new association is called ConTeXt Group and
 registered in France.
 You can see the registration on:
 http://www.journal-officiel.gouv.fr/association/index.php?ACTION=RechercherJTY_WALDEC=W353009428
 .

 The association will organize the ConTeXt meetings and will try to issue a
 printed magazine.

 Current board members are:
  President Arthur Reutenauer
  Treasurer Adelheid Grob
  Secretary Willi Egger
  Committee members: Jano Kula , John Haltiwanger, Mojca Miklavec, Thomas
 Schmitz

 Shortly we will come up with more information. The temporary web-site is
 http://group.contextgarden.net/.


 Happy ConTeXing!

 Willi Egger
 Secretary ConTeXt-Group


Great!

Vedran Miletić
___
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
___


Re: [NTG-context] installation on debian testing

2010-12-12 Thread Vedran Miletić
2010/12/12 Jonas Stein n...@jonasstein.de

 Hi,

 context in debian testing is quite old (2009)

 will that destroy my packagemanager or is
 it a good idea, to try this:

 purge the installed context
 as root run
 # checkinstall bash
 then the commands of
 http://wiki.contextgarden.net/ConTeXt_Minimals#System-wide_installation


Yes. I have installed it that way in a computer that students use for
education, and it works. We don't use LaTeX there, so I can't say if there
is a conflict with it.

Regards,

Vedran Miletić
___
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
___


Re: [NTG-context] installation on debian testing

2010-12-12 Thread Marco Pessotto
Vedran Miletić riva...@gmail.com writes:

 2010/12/12 Jonas Stein n...@jonasstein.de

 Hi,

 context in debian testing is quite old (2009)

 will that destroy my packagemanager or is
 it a good idea, to try this:

 purge the installed context
 as root run
 # checkinstall bash
 then the commands of
 http://wiki.contextgarden.net/ConTeXt_Minimals#System-wide_installation

 Yes. I have installed it that way in a computer that students use for 
 education, and
 it works. We don't use LaTeX there, so I can't say if there is a conflict 
 with it.

 Regards,

 Vedran Miletić


If you follow the Minimals instructions you won't have problems, because
the installation is self-contained. I suggest you not to put the `source
$INSTALLDIR/tex/setuptex` command in .bashrc or .bash_login, to keep clean
the PATH. Instead put an alias in ~/.bashrc

alias activatecontext=source $HOME/usr/context/tex/setuptex

When you need to use context, execute `activatecontext` and use that
shell. If you use an integrated editor, start it from the shell where
you activate it. Do you want to use LaTeX or the old context shipped by
the distro? Start a fresh shell.

Maybe my explanation is still confused :-\, but I can elaborate further,
if needed.

-- 
Marco

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


Re: [NTG-context] footnotes

2010-12-12 Thread Achim Jander

Hi again,
it seems that i found the solution for problem 3:
\setupnote 
[footnote][paragraph=yes,numbercommand=,inbetween=\hskip.5em\vl\hskip.5em]


\setupdescriptions[footnote][display=no,location=serried,distance=.5em]

at least the first tests seem to work like a charm...


Greetings,
Achim




Am 12.12.2010 12:09, schrieb Achim Jander:

Hello!
Nearly one year ago I posted a question about alignment of 
footnote-numbers to the list. I then was occupied by other projects, 
so I now want to catch up and thank you for your replies.I am now 
again trying to make some work using Context. At first, I have to 
state that I am impressed about the advancement of Context. But I 
still have some problems with footnotes:
1. My annoying alignment problem. We now have headalign=flushright, 
that is the right direction, but not sufficient. What I additionally 
need is that the width of the number-box is determined by the broadest 
number on the page, ie I need to have

1
2
3
...
but on the other page:
~8
~9
10
of course the same with 99 and 100 and so on. In an ideal world, the 
indent of the footnote-text would also change, but for the moment I 
could live with an equal indent for all pages having only the 
alignment of the notes change.
I then did some research, read the mail-list etc. What I found on the 
list was a short message about \doifnoteonsamepageelse, I thougt it 
could be a starting-point. But trying the given example

\starttext

\dorecurse {100} {

test \footnote{\doifnoteonsamepageelse[footnote]{ibidem}{aaa}}

}

\stoptext
gave me 100 nice little notes, all containing aaa, which was not what 
I had expected... I then wanted to figure out a little more what was 
happening, tried to enable tracking with 
\enabletrackers[structure.notes], but could not find any of the 
expected messages in the log? What is going on?
Because this problem is a real show stopper for me, I hope you can 
help me getting a solution.



2. The second, but not equal important problem is multicolum 
footnotes. It seems only to work with very short footnotes, in my example

\setupnote[footnote][n=2, columndistance=12pt]

\starttext

This is just for \footnote{note1} testing

This is just for \footnote{note1} testing

This is just for \footnote{note1} testing

This is just for \footnote{note1} testing

This is just for \footnote{This is a very long note which will cover 
multiple lines. This is a very long note which will cover multiple 
lines. This is a very long note which will cover multiple lines. This 
is a very long note which will cover multiple lines. This is a very 
long note which will cover multiple lines. This is a very long note 
which will cover multiple lines.} testing


This is just for \footnote{note1} testing

This is just for \footnote{note1} testing

This is just for \footnote{note1} testing

\stoptext
the long footnote 5 covers both columns.


3. At last I tried to set the footnotes in one paragraph, a layout 
sometimes used in our publications. As I found, the setup should be

\setupnote[footnote][n=0, location=text]

but trying it with the text of problem 2 i only got an Arithmetic 
overflow.



For clarification, I am using ConTeXt ver: 2010.12.10 15:15 MKIV fmt: 
2010.12.11 int: english/english



Thanks,
Achim



___ 

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
___ 





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


Re: [NTG-context] New ConText Group

2010-12-12 Thread Alan BRASLAU
I want to join!

Alan

P.S.  Nicest typeface of any by-laws yet.


On Sunday 12 December 2010 12:31:55 Willi Egger wrote:
 Dear ConTeXt users!
 
 We are proud to announce that the ConTeXt community has its own
 users-organisation. The new association is called ConTeXt Group and
 registered in France. You can see the registration on:
 http://www.journal-officiel.gouv.fr/association/index.php?ACTION=Recherche
 rJTY_WALDEC=W353009428.
 
 The association will organize the ConTeXt meetings and will try to issue a
 printed magazine.
 
 Current board members are:
   President Arthur Reutenauer
   Treasurer Adelheid Grob
   Secretary Willi Egger
   Committee members: Jano Kula , John Haltiwanger, Mojca Miklavec, Thomas
 Schmitz
 
 Shortly we will come up with more information. The temporary web-site is  
 http://group.contextgarden.net/.
 
 
 Happy ConTeXing!
 
 Willi Egger
 Secretary ConTeXt-Group
 ___
  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
 ___
 
___
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
___


Re: [NTG-context] bold small caps

2010-12-12 Thread Marco
On 2010-12-12 Wolfgang Schuster schuster.wolfg...@googlemail.com wrote:

  Depending on your answers, I would perhaps request to trigger
  \setff{smallcaps} by \sc in the core.
 
 Can be a problem because we have font (e.g. Latin Modern) where
 smallcaps are still in a separate file.
So the user has to know in which fashion the small caps were created, as font
feature or in a seperate file. That's not very convenient. When the user
switches to another font it may break the document, since he has to change the
\setff{smallcaps} to \sc.

Maybe it is possible that the \sc macro can check if the font contains the
small caps as a feature. Is there a switch like
\doiffontfeatureexists{smcp}{...}? I have the following logic in mind:

1) Check if small caps are a font feature, if not
2) check if small caps are in a seperate font, if not
3) fake them.


Regards
Marco


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


Re: [NTG-context] Saveable PDF-Files for Adobe Reader

2010-12-12 Thread luigi scarso
2010/12/11 Procházka Lukáš l...@pontex.cz:
 ... As highlighting and adding comments/hand drawings are concerned, I can
 recommend [free] pdfXChange Viewer.

 http://www.tracker-software.com/product/pdf-xchange-viewer

 Lukas
It seems to work also under linux with Wine.
-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Referencing bug

2010-12-12 Thread Willi Egger
Hi Hans,

Today I tried to makeup some text, wherein I need the referencing mechanism. It 
looks likely that the whole referencing mechanism is out of service

Please refer to the attached test file.

Kind regards

Willi



test-reference.tex
Description: Binary data
 ___
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
___


Re: [NTG-context] bold small caps

2010-12-12 Thread Wolfgang Schuster

Am 12.12.2010 um 16:22 schrieb Marco:

 On 2010-12-12 Wolfgang Schuster schuster.wolfg...@googlemail.com wrote:
 
 Depending on your answers, I would perhaps request to trigger
 \setff{smallcaps} by \sc in the core.
 
 Can be a problem because we have font (e.g. Latin Modern) where
 smallcaps are still in a separate file.
 So the user has to know in which fashion the small caps were created, as font
 feature or in a seperate file. That's not very convenient. When the user
 switches to another font it may break the document, since he has to change the
 \setff{smallcaps} to \sc.
 
 Maybe it is possible that the \sc macro can check if the font contains the
 small caps as a feature. Is there a switch like
 \doiffontfeatureexists{smcp}{...}? I have the following logic in mind:
 
 1) Check if small caps are a font feature, if not
 2) check if small caps are in a seperate font, if not
 3) fake them.

\startluacode
function commands.doifelsecurrentfonthasfeature(name)
local f = fonts.identifiers[font.current()]
f = f and f.shared
f = f and f.otfdata
f = f and f.luatex
f = f and f.features
commands.doifelse(f and (f.gpos[name] or f.gsub[name]))
end
\stopluacode

\def\doifelsecurrentfonthasfeature#1%
  {\ctxlua{commands.doifelsecurrentfonthasfeature(#1)}}

\let\normalsc\sc
\definefontfeature[smcp][smcp=yes]
\definefontfeature[latn][script=latn]

\unexpanded\def\sc{\doifelsecurrentfonthasfeature{smcp}{\addfs{smcp}}\normalsc}

\starttext

\tf text \sc text

\switchtobodyfont[cambria]\addfs{latn} % cambria needs the latin script for 
smallcaps

\tf text \addfs{smcp} text

\switchtobodyfont[modern]

\tf text \sc text

\stoptext

Wolfgang

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Issues with cross reference

2010-12-12 Thread Hans Hagen

On 11-12-2010 1:58, views63 wrote:

Hi all,

cross reference  is not worked  in latest beta (MkIV)

example:

\starttext

\placeformula[f]
\startformula
{\bf d}(t)=(1-t)^2{\bf b}_{0,0}+2(1-t)t\Big[\frac{1}{2}{\bf
b}_{0,1}+\frac{1}{2}{\bf b}_{1,0}\Big]+t^2{\bf b}_{1,1}.
\stopformula

see (\in[f])

\stoptext


it took me a while to figure out that I had rename a low level function 
wrongly .. fixed asap



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


Re: [NTG-context] Proposal for math mappings

2010-12-12 Thread Procházka Lukáš

Hello, thanks for the deeper explanation -

On Sat, 11 Dec 2010 17:28:55 +0100, Aditya Mahajan adit...@umich.edu wrote:


I agree that digits, upper and lower case latin and greek does not capture
all mathematic characters for which such mappings are needed. Similar
mappings might also be needed for some symbols like nabla (are there other
such symbols?). These can also be added as a key like

 nabla={normal,italic}

or

 nabla={bold,normal}


I came to work with some similar operators in differential geometry, so as I 
remember or I can find:

grad (also horizontally flipped greek Delta)
div (looking like normal greek Delta)
curl, rot - the same as div (but in R3 space, whilst div is for R1)
Laplace operator

Lukas



Aditya



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


Re: [NTG-context] New ConText Group

2010-12-12 Thread Aditya Mahajan

On Sun, 12 Dec 2010, Willi Egger wrote:


We are proud to announce that the ConTeXt community has its own 
users-organisation. The new association is called ConTeXt Group and registered 
in France.
You can see the registration on: 
http://www.journal-officiel.gouv.fr/association/index.php?ACTION=RechercherJTY_WALDEC=W353009428.


Great!

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


Re: [NTG-context] metafun: formatting numbers

2010-12-12 Thread Hans Hagen

On 12-12-2010 12:49, Peter Münster wrote:

Hello,

Formatting numbers seems to be buggy:

\starttext
\startMPcode
drawoptions(withpen pencircle scaled .25pt withcolor .5white) ;
draw hlingrid (0, 20, 1, 20cm, 10cm) ;
fmt_pictures := false ; % use TeX as formatting engine
draw hlintext.lft(0, 20, 1, 20cm, @3e) ;
\stopMPcode
\stoptext

See also page 381 of latest metafun-s.pdf.


in mp-grid you can change:


def do_initialize_numbers =
  if not numbers_initialized :
init_numbers ( textext.raw($-$)  ,
   textext.raw($1$)  ,
   textext.raw(${\times}10$) ,
   textext.raw(${}^-$)   ,
   textext.raw(${}^2$)   ) ;
if unknown _trial_run_ :
  numbers_initialized := true ;
else :
  % no reset, otherwise textexts get out of sync
  % slows down graphics a bit but not much
fi ;
  fi ;
enddef ;

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


Re: [NTG-context] Re; TABLE help

2010-12-12 Thread barney schwartz
Wolfgang and others,

Thanks for the recode but,

I still need the TABLEs to be continued after splitting and NOT to be
numbered as 1.1, 1.2, 1.3.

they need to be 1.1, 1.1(cont.), 1.1(cont), etc.

ideas? Please

barney

see attached file


Chap5.tex
Description: TeX document
___
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
___


[NTG-context] How about a forum

2010-12-12 Thread Achim Jander

Hi everybody,
I am trying to get into Context again. The documentation seems to be 
somewhat better than one year ago (my last attempt) but still very 
suboptimal. Many information (as well on Contextgarden as on Pragma) is 
outdated, for example, the xml document on Pragma is dated 2001, the 
first document on the context wiki does not mention mkiv (ok, at least 
now there is a hint that something should be done about that). For a 
newbie like me, the best chance of information seems to be the 
mailing-list, where one can find a lot of gems.
After spending this cold and snowy sunday afternoon with the 
mailing-list (and i got no further than to september 2010) I am 
wondering why there ist no forum for Context. I spend a lot of time 
getting into new themes, and I always like the functions of forums.
I think in a forum the acces to the relavant information could be very 
quicklier than in a Mailing-List - which is in my opinion a relict of 
the information possibilities of the 1990 (last century, only a minute 
away from the middle ages :-).
Dont get me wrong, I like the unbelievable support which is done on the 
mailing-list, but i think today there could be more efficient possibilities.

Any suggestions on that?
Thanks,
Achim

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


[NTG-context] New version of Asana Math

2010-12-12 Thread Florian Wobbe
Hi,

I just stumbled over a new version (000.931) of Asana Math here:
http://openfontlibrary.org/content/asyropoulos/334/Asana-Math.otf

Both CTAN and http://minimals.contextgarden.net/current/fonts/extra/Asana-Math/ 
still have v000.928.

Florian

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


Re: [NTG-context] How about a forum

2010-12-12 Thread Hans Hagen

On 12-12-2010 7:11, Achim Jander wrote:


outdated, for example, the xml document on Pragma is dated 2001, the


fyi:

http://www.pragma-ade.com/general/manuals/xml-mkiv.pdf

is not that old and describes mkiv xml support

the 2001 doc describes mkii xml support and not much has changed with 
that (so no reason to update a manual)


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] How about a forum

2010-12-12 Thread Alan BRASLAU
I'm around since prehistoric times, before internet, before wifi, before 
TeX...

So, what is the difference between a forum and threads on a mailing list? 
After all, the mailing list is archived (like a forum) and is searchable. In 
fact, a google search on typesetting keywords often comes-up with the ConTeXt 
mailing list - evidence of its activity!

I do not like/use forums, as they require going to some web site and choosing 
a category, often badly structured, and thus opaque. Would a ConTeXt forum 
present any advantages over the mailing list?

Alan


On Sunday 12 December 2010 19:11:09 Achim Jander wrote:
 Hi everybody,
 I am trying to get into Context again. The documentation seems to be
 somewhat better than one year ago (my last attempt) but still very
 suboptimal. Many information (as well on Contextgarden as on Pragma) is
 outdated, for example, the xml document on Pragma is dated 2001, the
 first document on the context wiki does not mention mkiv (ok, at least
 now there is a hint that something should be done about that). For a
 newbie like me, the best chance of information seems to be the
 mailing-list, where one can find a lot of gems.
 After spending this cold and snowy sunday afternoon with the
 mailing-list (and i got no further than to september 2010) I am
 wondering why there ist no forum for Context. I spend a lot of time
 getting into new themes, and I always like the functions of forums.
 I think in a forum the acces to the relavant information could be very
 quicklier than in a Mailing-List - which is in my opinion a relict of
 the information possibilities of the 1990 (last century, only a minute
 away from the middle ages :-).
 Dont get me wrong, I like the unbelievable support which is done on the
 mailing-list, but i think today there could be more efficient
 possibilities. Any suggestions on that?
 Thanks,
 Achim
___
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
___


Re: [NTG-context] How about a forum

2010-12-12 Thread Peter Münster
On Sun, Dec 12 2010, Achim Jander wrote:

 Dont get me wrong, I like the unbelievable support which is done on
 the mailing-list, but i think today there could be more efficient
 possibilities.

I think, the efficiency of mailing-list or forum depends on the tools you use.
For me, a mailing-list is much more efficient, because I can use my favorite
tools (editor, MUA, mail-filter, search-tools, spell-checker, etc.). For a
forum, I would depend on the web-browser (less efficient for me).

The other question is:
Forum _and_ mailing-list or forum _instead_ of mailing-list?

In the first case, you could divide users and developers perhaps
into 2 groups, only some of them would monitor both, list _and_ forum.

The second case is probably not an option.

See also the related thread about a German ConTeXt Initiative:
http://www.ntg.nl/pipermail/ntg-context/2010/047755.html
I don't know, if this forum still exists.

Peter

-- 
Contact information: http://pmrb.free.fr/contact/
___
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
___


Re: [NTG-context] How about a forum

2010-12-12 Thread Wolfgang Schuster

Am 12.12.2010 um 20:02 schrieb Peter Münster:

 See also the related thread about a German ConTeXt Initiative:
 http://www.ntg.nl/pipermail/ntg-context/2010/047755.html
 I don't know, if this forum still exists.

It does exist but nothing happened there since two months.

Mojca set up another official forum [1] but it’s dead since the beginning.
If there is interest on a forum people can use this.

[1] http://community.contextgarden.net/

Wolfgang

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] bold small caps

2010-12-12 Thread Peter Münster
On Sun, Dec 12 2010, Wolfgang Schuster wrote:
 
 \unexpanded\def\sc{\doifelsecurrentfonthasfeature{smcp}{\addfs{smcp}}\normalsc}

Nice!  Hans, what about integration into the core?
Thanks Wolfgang!
Peter

-- 
Contact information: http://pmrb.free.fr/contact/
___
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
___


Re: [NTG-context] New ConText Group

2010-12-12 Thread Jelle Huisman

On 12/12/10 06:31, Willi Egger wrote:

Dear ConTeXt users!

We are proud to announce that the ConTeXt community has its own 
users-organisation. The new association is called ConTeXt Group and registered 
in France.



Great!

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


Re: [NTG-context] How about a forum

2010-12-12 Thread Johannes Graumann
Try the mailing list as carried by gmane.org

Joh

Achim Jander wrote:

 Hi everybody,
 I am trying to get into Context again. The documentation seems to be
 somewhat better than one year ago (my last attempt) but still very
 suboptimal. Many information (as well on Contextgarden as on Pragma) is
 outdated, for example, the xml document on Pragma is dated 2001, the
 first document on the context wiki does not mention mkiv (ok, at least
 now there is a hint that something should be done about that). For a
 newbie like me, the best chance of information seems to be the
 mailing-list, where one can find a lot of gems.
 After spending this cold and snowy sunday afternoon with the
 mailing-list (and i got no further than to september 2010) I am
 wondering why there ist no forum for Context. I spend a lot of time
 getting into new themes, and I always like the functions of forums.
 I think in a forum the acces to the relavant information could be very
 quicklier than in a Mailing-List - which is in my opinion a relict of
 the information possibilities of the 1990 (last century, only a minute
 away from the middle ages :-).
 Dont get me wrong, I like the unbelievable support which is done on the
 mailing-list, but i think today there could be more efficient
 possibilities. Any suggestions on that?
 Thanks,
 Achim
 
 
___
 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
 
___


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


[NTG-context] winter cleanup in the wiki

2010-12-12 Thread Jonas Stein
Hi,

there are (were) many duplicate installation pages in the
wiki.

I merged some and deleted a lot duplicate stuff. 
The work is not finished yet. 

i created a new category in the wiki:
http://wiki.contextgarden.net/Category:deleteme

These articles are merged to others and no longer needed.

Is the part about Configuration files still up to date? 
http://wiki.contextgarden.net/Installation_hints

Its last edited in 2008 and links to manuals from 2001 and 2003.

Kind regards,

-- 
Jonas Stein n...@jonasstein.de

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


Re: [NTG-context] How about a forum

2010-12-12 Thread Aditya Mahajan

On Sun, 12 Dec 2010, Achim Jander wrote:

Dont get me wrong, I like the unbelievable support which is done on the 
mailing-list, but i think today there could be more efficient possibilities.

Any suggestions on that?


You can try tex.stackexchange.com, a stack stack-overflow-like site 
dedicated to TeX. There are a few ConTeXt related posts there. I find it 
good for small questions, but it does not allow you to attach files, so it 
is limiting.


Moreover, the support on any forum or mailing list is only as good as its 
members. The good thing about the context mailing list is that the ConTeXt 
developers and power users read it, and reply to questions. Unless the 
same happens for online forums, they will have limited utility.


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


Re: [NTG-context] Issues with cross reference

2010-12-12 Thread views63
Thank you. It works well now.

--
Best regards,

Huang Ze

2010/12/13 Hans Hagen pra...@wxs.nl:
 On 11-12-2010 1:58, views63 wrote:

 Hi all,

 cross reference  is not worked  in latest beta (MkIV)

 example:

 \starttext

 \placeformula[f]
 \startformula
 {\bf d}(t)=(1-t)^2{\bf b}_{0,0}+2(1-t)t\Big[\frac{1}{2}{\bf
 b}_{0,1}+\frac{1}{2}{\bf b}_{1,0}\Big]+t^2{\bf b}_{1,1}.
 \stopformula

 see (\in[f])

 \stoptext

 it took me a while to figure out that I had rename a low level function
 wrongly .. fixed asap


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


[NTG-context] How to us hvdm-exm.tex

2010-12-12 Thread Jason Stein
Hello everyone.

I am new to ConTeXt, but a frequent LaTeX user. I have got ConTeXt to
compile simple text documents, and want to try to use the hvdm-exm.tex
package (or module?) from http://tlcontrib.metatex.org/ When I try to load
it with \usemodule I get the error
module hvdm-exm not found
I am using TeX Live 2010 on Mac OS X 10.6.4. Any thoughts?

Jason T. Stein, B. Sc. (1998), B. Ed. (2002)
___
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
___