Difference between revisions of "WikiTeX music and schematics"
m |
(News: WikiTeX music working too (sort of)) |
||
Line 1: | Line 1: | ||
+ | <table class=document-code><tr><td> | ||
+ | ;WikiTeX also working | ||
+ | The music notation is probably the most impressive looking of the different wikitex classes. It doesn't seem to be working quite perfectly because all the examples with <tt>\relative</tt> don't seem to work, but here's an example of some random notes, followed by the WikiTeX markup used to produce them. | ||
+ | <table border=1 borderwidth=1 cellspacing=0 cellpadding=25><tr><td bgcolor=white> | ||
+ | <music>\notes { \time 3/4 a'' b' c'' <c' e' g'> r4 a16 d' e' f' bes <c' e' g'> <c' e' g> }</music> | ||
+ | <br><br> | ||
+ | <tt><music> | ||
+ | :\notes { \time 3/4 a'' b' c'' <c' e' g'> r4 a16 d' e' f' bes <c' e' g'> <c' e' g> } | ||
+ | </music></tt> | ||
+ | </table> | ||
+ | </table> | ||
+ | |||
<table class=document-code><tr><td> | <table class=document-code><tr><td> | ||
;WikiTeX schematics added! | ;WikiTeX schematics added! | ||
''Schem'' is wikitex's electronic circuit schematics class based on [http://www.geda.seul.org Geda]. It's very bloated and fat requiring not only [[w:LaTeX|LaTeX]] like all the others, but also requires a virtual frame buffer and the xwindow layer. They've disabled it on the [http://www.wikisophia.org WikiSophia] wiki where they demonstrate WikiTeX, probably because of its excessive bloat. Having circuits in the wiki is very cool though, so I've installed all the fatware anyway and got it working. It required apt-getting ''geda'', ''xvfb'' and ''x-window-system-core''. Here's an example, edit the page to see the ''schem'' source. | ''Schem'' is wikitex's electronic circuit schematics class based on [http://www.geda.seul.org Geda]. It's very bloated and fat requiring not only [[w:LaTeX|LaTeX]] like all the others, but also requires a virtual frame buffer and the xwindow layer. They've disabled it on the [http://www.wikisophia.org WikiSophia] wiki where they demonstrate WikiTeX, probably because of its excessive bloat. Having circuits in the wiki is very cool though, so I've installed all the fatware anyway and got it working. It required apt-getting ''geda'', ''xvfb'' and ''x-window-system-core''. Here's an example, edit the page to see the ''schem'' source. | ||
− | |||
− | |||
− | |||
<table border=1 borderwidth=1 cellspacing=0 cellpadding=25><tr><td bgcolor=white> | <table border=1 borderwidth=1 cellspacing=0 cellpadding=25><tr><td bgcolor=white> | ||
Line 130: | Line 139: | ||
</schem> | </schem> | ||
</table> | </table> | ||
+ | *[[Wikitex]] | ||
+ | *[http://wikisophia.org WikiSophia] | ||
+ | *[http://www.wikitex.org Wikitex.org] | ||
</table> | </table> |
Revision as of 08:28, 29 January 2007
The music notation is probably the most impressive looking of the different wikitex classes. It doesn't seem to be working quite perfectly because all the examples with \relative don't seem to work, but here's an example of some random notes, followed by the WikiTeX markup used to produce them.
|
Schem is wikitex's electronic circuit schematics class based on Geda. It's very bloated and fat requiring not only LaTeX like all the others, but also requires a virtual frame buffer and the xwindow layer. They've disabled it on the WikiSophia wiki where they demonstrate WikiTeX, probably because of its excessive bloat. Having circuits in the wiki is very cool though, so I've installed all the fatware anyway and got it working. It required apt-getting geda, xvfb and x-window-system-core. Here's an example, edit the page to see the schem source.
|