zoukankan      html  css  js  c++  java
  • Meta Post

    $ equire{color} equire{enclose}$
    写博客的一些技巧和工具。

    MathJax 支持 ewcommand 但不支持 ewcommand*

    To use the following three macros it is necessary to equire{color} first.

    colorbox : box with a background color
    colorbox{<color>}{<text>}
    colorbox{yellow}{text} $colorbox{yellow}{text}$
    colorbox{yellow}{$a^2+b^2=c^2$} $colorbox{yellow}{$a^2+b^2=c^2$}$
    Notice that the box is a bit too high when the content is pure text.

    fbox : framed box
    fbox{text} $fbox{text}$
    fbox{$a^2+b^2=c^2$} $fbox{$a^2+b^2=c^2$}$
    Again the box is a bit too high when the content is pure text.

    fcolorbox: a box with both a frame color and a background color.
    fcolorbox{<frame color>}{<background color>}{<text>}
    fcolorbox{red}{blue}{text} $fcolorbox{red}{blue}{text}$
    fcolorbox{red}{blue}{$a^2+b^2=c^2$} $fcolorbox{red}{blue}{$a^2+b^2=c^2$}$

    To use the enclose macro you have to equire{enclose} first.
    enclose{roundedbox}{a^2+b^2 = c^2} $enclose{roundedbox}{a^2+b^2 = c^2}$

    References

    https://chemistry.meta.stackexchange.com/q/3540

  • 相关阅读:
    vs c++配置opencv(1)
    vs2013搭建团队版本控制 TFS、SVN
    robomongo
    Node log4js
    node.async.auto
    p2.js物理引擎学习
    pomelo
    Node.mongoose
    Node.Buffer
    Node安装及搭建简单HTTP服务器
  • 原文地址:https://www.cnblogs.com/Patt/p/11854714.html
Copyright © 2011-2022 走看看