ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Help needed: texshow-web/command reference
       [not found] <mailman.486.1271003877.4277.ntg-context@ntg.nl>
@ 2010-04-11 17:13 ` Vyatcheslav Yatskovsky
  2010-04-11 17:23   ` Wolfgang Schuster
  2010-04-11 17:17 ` Where to put MP macro? Vyatcheslav Yatskovsky
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 13+ messages in thread
From: Vyatcheslav Yatskovsky @ 2010-04-11 17:13 UTC (permalink / raw)
  To: ntg-context

 > Help needed: texshow-web/command referenc

Gladly started with this, but two questions arose:

1) What is "the standard"? What formatting errors too look for? Should 
they be evident or subtle?

2) Should the description be added before removing Reference_Cleanup? 
Foe example, \but wiki page looks meaningless without the descrption.

http://wiki.contextgarden.net/Reference/en/but

-- 
Best Regards,
Vyatcheslav Yatskovsky
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

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


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

* Where to put MP macro?
       [not found] <mailman.486.1271003877.4277.ntg-context@ntg.nl>
  2010-04-11 17:13 ` Help needed: texshow-web/command reference Vyatcheslav Yatskovsky
@ 2010-04-11 17:17 ` Vyatcheslav Yatskovsky
  2010-04-11 17:44 ` Help needed: texshow-web/command reference Vyatcheslav Yatskovsky
  2010-04-11 18:16 ` Vyatcheslav Yatskovsky
  3 siblings, 0 replies; 13+ messages in thread
From: Vyatcheslav Yatskovsky @ 2010-04-11 17:17 UTC (permalink / raw)
  To: ntg-context

Hello,

Thanks to Taco, I have some progress in developing "guitar chord" command.

My current trouble is how to develop the "mark" MP macro and where to 
put it? Inside startuseMPgraphic?

\startuseMPgraphic{chordgrid}{e,B,G,D,A,E}
drawoptions(withpen pencircle scaled 0.4pt withcolor black) ;
draw hlingrid(0, 5, 1, 0.8cm, 1cm) ;
draw vlingrid(0, 4, 1, 1cm, 0.8cm) ;
draw mark(1,\MPvar{e});
draw mark(2,\MPvar{B});
draw mark(3,\MPvar{G});
draw mark(4,\MPvar{D});
draw mark(5,\MPvar{A});
draw mark(6,\MPvar{E});
\stopuseMPgraphic

\define[6]\Ch
{\dontleavehmode
\useMPgraphic{chordgrid}{e={#1},B={#2},G={#3},D={#4},A={#5},E={#6}}%
\hskip2mm}

\starttext
\Ch{1}{3}{1}{2}{1}{1}
\stoptext

-- 
Best Regards,
Vyatcheslav Yatskovsky
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

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


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

* Re: Help needed: texshow-web/command reference
  2010-04-11 17:13 ` Help needed: texshow-web/command reference Vyatcheslav Yatskovsky
@ 2010-04-11 17:23   ` Wolfgang Schuster
  0 siblings, 0 replies; 13+ messages in thread
From: Wolfgang Schuster @ 2010-04-11 17:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 11.04.10 19:13, schrieb Vyatcheslav Yatskovsky:
> 2) Should the description be added before removing Reference_Cleanup? 
> Foe example, \but wiki page looks meaningless without the descrption.
>
> http://wiki.contextgarden.net/Reference/en/but
ConTeXt has no \but command although i think there was one in the past.

\starttext
\show\but
\stoptext

gives

 > \but=undefined.
l.4 \show\but

but mult-en.tex contains

\setinterfacecommand{but}{but}

When you miss a description add one, that’s the meaning of a wiki.

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
___________________________________________________________________________________


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

* Re: Help needed: texshow-web/command reference
       [not found] <mailman.486.1271003877.4277.ntg-context@ntg.nl>
  2010-04-11 17:13 ` Help needed: texshow-web/command reference Vyatcheslav Yatskovsky
  2010-04-11 17:17 ` Where to put MP macro? Vyatcheslav Yatskovsky
@ 2010-04-11 17:44 ` Vyatcheslav Yatskovsky
  2010-04-11 18:16 ` Vyatcheslav Yatskovsky
  3 siblings, 0 replies; 13+ messages in thread
From: Vyatcheslav Yatskovsky @ 2010-04-11 17:44 UTC (permalink / raw)
  To: Willi Egger, ntg-context

Hi Willi and all NTG members,

I recently asked about if I can work off my annual NTG membership fee. 
Now I see great possibility for this.

I can take an obligation to clean up *all*

http://wiki.contextgarden.net/Category:Reference_Cleanup

concerning
http://archive.contextgarden.net/message/20100411.134521.3f2da72d.en.html

-- 
Best Regards,
Vyatcheslav Yatskovsky
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

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


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

* Re: Help needed: texshow-web/command reference
       [not found] <mailman.486.1271003877.4277.ntg-context@ntg.nl>
                   ` (2 preceding siblings ...)
  2010-04-11 17:44 ` Help needed: texshow-web/command reference Vyatcheslav Yatskovsky
@ 2010-04-11 18:16 ` Vyatcheslav Yatskovsky
  2010-04-11 18:23   ` Wolfgang Schuster
  3 siblings, 1 reply; 13+ messages in thread
From: Vyatcheslav Yatskovsky @ 2010-04-11 18:16 UTC (permalink / raw)
  To: ntg-context

Thank you for answer, Wolfgang.

> ConTeXt has no \but command although i think there was one in the past.

I'm afraid you are wrong. See updated wiki page:

http://wiki.contextgarden.net/Reference/en/but

P.S. What about to wikify \show command itself? Or it is not ConTeXt 
command?

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

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


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

* Re: Help needed: texshow-web/command reference
  2010-04-11 18:16 ` Vyatcheslav Yatskovsky
@ 2010-04-11 18:23   ` Wolfgang Schuster
  0 siblings, 0 replies; 13+ messages in thread
From: Wolfgang Schuster @ 2010-04-11 18:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 11.04.10 20:16, schrieb Vyatcheslav Yatskovsky:
> Thank you for answer, Wolfgang.
>
>> ConTeXt has no \but command although i think there was one in the past.
> I'm afraid you are wrong. See updated wiki page:
>
> http://wiki.contextgarden.net/Reference/en/but
It's also available for itemize:

\startitemize
\but [content] ...
\stopitemize

I should include \let in my search next time.
> P.S. What about to wikify \show command itself? Or it is not ConTeXt 
> command?
It's a TeX primitive.

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
___________________________________________________________________________________


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

* Re: Help needed: texshow-web/command reference
  2010-04-12  8:42 ` richard.stephens
@ 2010-04-12 11:50   ` Patrick Gundlach
  0 siblings, 0 replies; 13+ messages in thread
From: Patrick Gundlach @ 2010-04-12 11:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> 
> This is fantastic news, and it looks great! Thanks Patrick. 

You're welcome! Lots of people have encouraged me to do so, so any input is welcome!

> 
> If the 'volunteers' are REALLY keen they could also change examples so that they have the following form: 
> 
> <context source="yes" text="yields"> 
>  Some example code for the command in question. 
> </context> 
> 
> which then outputs both the raw code and the formatted output separated by the word "yields". It makes examples so much more useful. 

This is a great suggestion! There are still approx. 50% of the commands to be checked, so if anyone on the lists has one or two spare minutes, again, the page is at

http://wiki.contextgarden.net/Category:Reference_Cleanup

Patrick

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

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


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

* Re: Help needed: texshow-web/command reference
       [not found] <mailman.484.1270994517.4277.ntg-context@ntg.nl>
@ 2010-04-12  8:42 ` richard.stephens
  2010-04-12 11:50   ` Patrick Gundlach
  0 siblings, 1 reply; 13+ messages in thread
From: richard.stephens @ 2010-04-12  8:42 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/html, Size: 2917 bytes --]

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

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

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

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

* Re: Help needed: texshow-web/command reference
  2010-04-11 19:37 ` Vyatcheslav Yatskovsky
@ 2010-04-11 20:07   ` Henning Hraban Ramm
  0 siblings, 0 replies; 13+ messages in thread
From: Henning Hraban Ramm @ 2010-04-11 20:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 2010-04-11 um 21:37 schrieb Vyatcheslav Yatskovsky:
> Don't understand how to use it. Without \definerreference there is  
> no difference form ordinary \item, but \definerreference gives an  
> error.
>
> \setupinteraction
> [state=start]
> %\definerreference[content][] %gives error
> \starttext
> \startitemize
> \but [content] ...
> \stopitemize

Did you try \definereference ? ;-)




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

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

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


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

* Re: Help needed: texshow-web/command reference
       [not found] <mailman.488.1271014453.4277.ntg-context@ntg.nl>
@ 2010-04-11 19:37 ` Vyatcheslav Yatskovsky
  2010-04-11 20:07   ` Henning Hraban Ramm
  0 siblings, 1 reply; 13+ messages in thread
From: Vyatcheslav Yatskovsky @ 2010-04-11 19:37 UTC (permalink / raw)
  To: ntg-context

On 11.04.2010 22:34, ntg-context-request@ntg.nl wrote:
>> Thank you for answer, Wolfgang.
>>
>>> ConTeXt has no \but command although i think there was one in the past.
>> I'm afraid you are wrong. See updated wiki page:
>>
>> http://wiki.contextgarden.net/Reference/en/but
> It's also available for itemize:
>
> \startitemize
> \but [content] ...
> \stopitemize

Don't understand how to use it. Without \definerreference there is no 
difference form ordinary \item, but \definerreference gives an error.

\setupinteraction
[state=start]
%\definerreference[content][] %gives error
\starttext
\startitemize
\but [content] ...
\stopitemize

-- 
Best Regards,
Vyatcheslav Yatskovsky
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

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


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

* Re: Help needed: texshow-web/command reference
  2010-04-11 13:45 Patrick Gundlach
  2010-04-11 15:33 ` Taco Hoekwater
@ 2010-04-11 15:52 ` Hans Hagen
  1 sibling, 0 replies; 13+ messages in thread
From: Hans Hagen @ 2010-04-11 15:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Patrick Gundlach

On 11-4-2010 3:45, Patrick Gundlach wrote:
> Hi all,
>
> the garden maintainers have moved the command reference from texshow-web (http://texshow.contextgarde.net) to the wiki, below the page
>
> http://wiki.contextgarden.net/Category:Reference/en
>
> This means, everybody can update the command reference now! Hooray!

very nice

> The contents has been transferred automatically, but this process can lead to some unwanted formatting errors. To find these errors, we need your help:
>
> Everybody: please pick one random command from
>
> http://wiki.contextgarden.net/Category:Reference_Cleanup
>
> and make if this looks ok. If you are finished, please remove the first two lines from that page and save it.

good plan!

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.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

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


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

* Re: Help needed: texshow-web/command reference
  2010-04-11 13:45 Patrick Gundlach
@ 2010-04-11 15:33 ` Taco Hoekwater
  2010-04-11 15:52 ` Hans Hagen
  1 sibling, 0 replies; 13+ messages in thread
From: Taco Hoekwater @ 2010-04-11 15:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Patrick Gundlach wrote:
> 
> 
> Thanks for your help!

A great big thank you! to you!

Best wishes,
Taco
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

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


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

* Help needed: texshow-web/command reference
@ 2010-04-11 13:45 Patrick Gundlach
  2010-04-11 15:33 ` Taco Hoekwater
  2010-04-11 15:52 ` Hans Hagen
  0 siblings, 2 replies; 13+ messages in thread
From: Patrick Gundlach @ 2010-04-11 13:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all,

the garden maintainers have moved the command reference from texshow-web (http://texshow.contextgarde.net) to the wiki, below the page

http://wiki.contextgarden.net/Category:Reference/en

This means, everybody can update the command reference now! Hooray!

The contents has been transferred automatically, but this process can lead to some unwanted formatting errors. To find these errors, we need your help:

Everybody: please pick one random command from 

http://wiki.contextgarden.net/Category:Reference_Cleanup

and make if this looks ok. If you are finished, please remove the first two lines from that page and save it.

If everybody from this list helps with _one_ command, we are quickly done with checking the new reference!


Thanks for your help!

Patrick (for the garden maintainers)

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

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


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

end of thread, other threads:[~2010-04-12 11:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.486.1271003877.4277.ntg-context@ntg.nl>
2010-04-11 17:13 ` Help needed: texshow-web/command reference Vyatcheslav Yatskovsky
2010-04-11 17:23   ` Wolfgang Schuster
2010-04-11 17:17 ` Where to put MP macro? Vyatcheslav Yatskovsky
2010-04-11 17:44 ` Help needed: texshow-web/command reference Vyatcheslav Yatskovsky
2010-04-11 18:16 ` Vyatcheslav Yatskovsky
2010-04-11 18:23   ` Wolfgang Schuster
     [not found] <mailman.484.1270994517.4277.ntg-context@ntg.nl>
2010-04-12  8:42 ` richard.stephens
2010-04-12 11:50   ` Patrick Gundlach
     [not found] <mailman.488.1271014453.4277.ntg-context@ntg.nl>
2010-04-11 19:37 ` Vyatcheslav Yatskovsky
2010-04-11 20:07   ` Henning Hraban Ramm
2010-04-11 13:45 Patrick Gundlach
2010-04-11 15:33 ` Taco Hoekwater
2010-04-11 15:52 ` 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).