Menu

Cheat Sheet

Viki
2008-10-16
2013-04-17
  • Kevin Riekki

    Kevin Riekki - 2008-10-16

    I've been tinkering with this and think it's very handy!  Is there a cheat sheet on some of the syntax's to use.  I understand we're limited to our text box, but was curious to know how to get bold's underlines, or just color syntax.  I've looked at the doc and viki.vim's, but get kind of lost.

    Cheers
    DF

     
    • Tom Link

      Tom Link - 2008-10-16

      There is no direct support for bold and colored output. Physical styles are generally considered a bad thing.

      Anyway, you can attach style information to a text. You'd have to define this style in your css our deplate.sty file though.

      Example:
      Foo {text style=bold: bar} foo.

      Foo bar foo.
      #OPT: style=bold

      You could use #DefineParticle[1] to define some convenience markup.

      HTH

      [1] http://deplate.sourceforge.net/Regions.html#hd0010003002

       

Log in to post a comment.