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

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

Thread overview: 6+ 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

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