zoukankan      html  css  js  c++  java
  • 如何修改latex标题,作者以及正文的间距

    以IEEEtran.cls为例

    针对conf

    % can be negative -0.25em

    def@IEEEauthorblockconfadjspace{-0.15em}  % 调节title和author的间距

    % formats the Title, authors names, affiliations and special paper notice
    % THIS IS A CONTROLLED SPACING COMMAND! Do not allow blank lines or unintentional
    % spaces to enter the definition - use % at the end of each line
    def@maketitle{ ewpage
    groupparvskipIEEEtitletopspacevskipIEEEtitletopspaceextracentering%
    ifCLASSOPTIONtechnote% technotes, V1.8a abstract and index terms are not treated differently for compsoc technotes
    {fserieslarge@IEEEcompsoconly{Largesffamily}@titlepar}vskip 1.3em{lineskip .5em@IEEEcompsoconly{largesffamily}@author
    @IEEEspecialpapernoticepar} elax
    else% not a technote
    vskip0.2em{HugeifCLASSOPTIONtransmagfseriesLARGEfi@IEEEcompsoconly{sffamily}@IEEEcompsocconfonly{ ormalfont ormalsizevskip 2@IEEEnormalsizeunitybaselineskip
    fseriesLarge}@IEEEcompsocnotconfonly{vskip 0.75@IEEEnormalsizeunitybaselineskip}@titlepar} elax
    @IEEEcompsocnotconfonly{vskip 0.5@IEEEnormalsizeunitybaselineskip}vskip 0empar       % 1.0em    这个可以调节标题与正文的间距
    % V1.6 handle author differently if in conference mode
    ifCLASSOPTIONconference%
    {@IEEEspecialpapernoticembox{}vskip@IEEEauthorblockconfadjspace%
    mbox{}hfillegin{@IEEEauthorhalign}@authorend{@IEEEauthorhalign}hfillmbox{}par} elax
    else% peerreviewca, peerreview or journal
    ifCLASSOPTIONpeerreviewca
    % peerreviewca handles author names just like conference mode
    {@IEEEcompsoconly{sffamily}@IEEEspecialpapernoticembox{}vskip@IEEEauthorblockconfadjspace%
    mbox{}hfillegin{@IEEEauthorhalign}@authorend{@IEEEauthorhalign}hfillmbox{}par
    {@IEEEcompsoconly{vskip 1.5em elax
    @IEEEtitleabstractindextextbox{@IEEEtitleabstractindextext}par oindenthfill
    IEEEcompsocdiamondlinehfillhbox{}par}}} elax
    else% journal, peerreview or transmag
    ifCLASSOPTIONtransmag
    % transmag also handles author names just like conference mode
    % it also uses @IEEEtitleabstractindextex, but with one line less
    % space above, and one more below
    {@IEEEspecialpapernoticembox{}vskip@IEEEauthorblockconfadjspace%
    mbox{}hfillegin{@IEEEauthorhalign}@authorend{@IEEEauthorhalign}hfillmbox{}par
    {vspace{0.5aselineskip} elax@IEEEtitleabstractindextextbox{@IEEEtitleabstractindextext}vspace{-1aselineskip}par}} elax
    else% journal or peerreview
    {lineskip.5em@IEEEcompsoconly{sffamily}sublargesize@author@IEEEspecialpapernoticepar
    {@IEEEcompsoconly{vskip 1.5em elax
    @IEEEtitleabstractindextextbox{@IEEEtitleabstractindextext}par oindenthfill
    IEEEcompsocdiamondlinehfillhbox{}par}}} elax
    fi
    fi
    fi
    fiparaddvspace{0.5aselineskip}egroup}

  • 相关阅读:
    WebApi 生成接口文档
    MVC POST 嵌套格式的数据到Controller
    使用ABP框架的项目找不到system.web.http的解决办法
    SQLServer使用XML拆分以逗号分隔的字符串
    webapi使用swagger出现“Cannot read property 'parameters' of null”
    部署到IIS后出现ORA-12560的解决办法
    【ORACLE】“System.Exception: System.Data.OracleClient 需要 Oracle 客户端软件 version 8.1.7 或更高版本。”解决办法
    Go安装和简单配置开发环境
    怎么安装Jupyter Notebook主题皮肤并设置教程
    如何修改Anaconda中Jupyter Notebook默认工作路径(保存文件路径)
  • 原文地址:https://www.cnblogs.com/lemonQ/p/11845314.html
Copyright © 2011-2022 走看看