zoukankan      html  css  js  c++  java
  • Latex 自定义命令:用于一些特殊单词的显示

    usepackage{xspace}
    
    ewcommand{ie}{{emph{i.e.}},xspace}
    
    ewcommand{viz}{{emph{viz.}},xspace}
    
    ewcommand{eg}{{emph{e.g.}},xspace}
    
    ewcommand{etc}{etc.}
    
    ewcommand{etal}{{emph{et al.}}}
    
    ewcommand{GH}{{sc GitHub}xspace}
    
    ewcommand{Tvis}{{sc Travis CI}xspace}
    
    ewcommand{Tvi}{{sc Travis}xspace}
    
    ewcommand{CB}{{sc CloudBees}xspace}
    
    ewcommand{CCI}{{sc CircleCI}xspace}
    
    ewcommand{DO}{{sc DevOps}xspace}
    
    ewcommand{Perc}{{sc Perceval}xspace}
    
    ewcommand{GLab}{{sc GrimoireLab}xspace}
    
    ewcommand{GHT}{{sc GHTorrent}xspace}
    
    ewcommand{TT}{{sc TravisTorrent}xspace}
    
    ewcommand{CI}{{$mathcal{CI}$}xspace}
    
    ewcommand{	dd}{{$mathcal{TDD}$}xspace}
    
    ewcommand{CI}{{$m{mathcal{CI}}$}xspace}
    
    ewcommand{PR}{{$mathcal{PR}$}xspace}
    
    ewcommand{PRs}{{$mathcal{PR}$s}xspace}
    
    ewcommandhead[1]{
    oindent{underline{f{#1}}:}}
    
    ewcommand{mypara}[1]{vspace{4 mm} 
    oindent{underline {f #1} vspace{2mm}}}
    
    

  • 相关阅读:
    将Excel嵌入你的.Net程序
    调用资源文件
    Socket Error# Description
    LPCTSTR 和其它
    linux send and recv详解
    stdafx.h的作用
    setsocketopt() usage
    openfire源码入门级分析
    openfire分析
    关于xmpp
  • 原文地址:https://www.cnblogs.com/juking/p/7874933.html
Copyright © 2011-2022 走看看