Difference between revisions of "WikiTeX music and schematics"
m |
m |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{legacy}} | ||
+ | <table class=document-code><tr><td> | ||
+ | ;WikiTeX music 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. Documentation and tutorials for writing WikiTex music are available from [http://www.lilypond.org/doc/v2.10/Documentation/ www.Lilypond.org]. | ||
+ | <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> | ||
+ | </td></tr></table> | ||
+ | </td></tr></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 83: | Line 93: | ||
refdes=R3 | refdes=R3 | ||
T 6400 85700 5 10 1 1 0 0 1 | T 6400 85700 5 10 1 1 0 0 1 | ||
− | value= | + | value=4.7K |
T 6800 85800 5 10 0 1 0 0 1 | T 6800 85800 5 10 0 1 0 0 1 | ||
footprint=Rpot-0 | footprint=Rpot-0 | ||
Line 129: | Line 139: | ||
N 10000 86100 10000 84700 4 | N 10000 86100 10000 84700 4 | ||
</schem> | </schem> | ||
− | </table> | + | </td></tr></table> |
− | </table> | + | </td></tr></table> |
+ | *[[Wikitex]] | ||
+ | *[http://wikisophia.org WikiSophia] | ||
+ | *[http://www.wikitex.org Wikitex.org] |
Latest revision as of 22:38, 18 November 2014
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. Documentation and tutorials for writing WikiTex music are available from www.Lilypond.org.
|
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.
|