Latex algorithm2e 的一些使用

时间:2017-02-11 15:33:30   收藏:0   阅读:2689

如何写出if elseif else end

\uIf{if condition}{
something if \;
}
\uElseIf{elseif condition}{
something elseif \;
}
\Else{
something else \;
}

 

原文:http://www.cnblogs.com/lzynuaa/p/6389144.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!