博客
关于我
美赛latex写作相关
阅读量:260 次
发布时间:2019-03-01

本文共 748 字,大约阅读时间需要 2 分钟。

一、引用宏与页面元素

在每个模板中都包含标准化的引用宏,页面顶部和底部的页眉页脚及页码已预设,无需额外操作。

二、数学符号使用

  • 行内公式使用$符号包围,数学块需前加转义字符\

  • 常用数学符号包括:

    • 指数:^
    • 下标:_
    • 平方根:\sqrt[n]{}
    • 水平线:\overline
    • 下划线:\underline
    • 大括号:{...}
    • 水平线段:\overbrace、\underbrace
    • 向量:\vec、\overrightarrow、\overleftarrow
    • 分数:\frac、\frac{...}{...}
    • 积分:\int
    • 求和:\sum
    • 乘积:\prod

    三、论文格式与排版指南

  • 文档结构
    • 使用\begin{XXX}...\end{XXX}表示段落,XXX替换为段落数字(如abstract表示摘要)
    • 使用\newpage插入新页面
    • 使用\setcounter{page}{1}设置页码计数器
    • 使用\section{XXX}定义段落,\subsection{XXX}定义子段落
    1. 文本格式
      • 使用\indent进行缩进
      • 使用\换行,\par换行(带首行缩进)
      • 使用\bf加粗文本
      • 使用{...}包裹代码或语句
      • 使用$...$表示行内数学公式
      • 使用\url{...}插入超链接
      1. 插图与表格
        • 插图使用\centerline{\includegraphics[height=X.Xcm]{图片名.后缀名}},图片需存放在figures目录下
        • 插图下方可添加文字说明
        • 表格使用\begin{table}...\end{table}插入,详细格式可用\begin{tabular}{...}控制
        • 表格居中使用\centering,设置单元格边框及颜色使用\hline、\rowcolor[gray]{0.9}

    转载地址:http://fyvx.baihongyu.com/

    你可能感兴趣的文章
    No fallbackFactory instance of type class com.ruoyi---SpringCloud Alibaba_若依微服务框架改造---工作笔记005
    查看>>
    No module named cv2
    查看>>
    No module named tensorboard.main在安装tensorboardX的时候遇到的问题
    查看>>
    No qualifying bean of type XXX found for dependency XXX.
    查看>>
    No resource identifier found for attribute 'srcCompat' in package的解决办法
    查看>>
    Node.js 文件系统的各种用法和常见场景
    查看>>
    node.js 配置首页打开页面
    查看>>
    node.js+react写的一个登录注册 demo测试
    查看>>
    Node.js安装与配置指南:轻松启航您的JavaScript服务器之旅
    查看>>
    nodejs libararies
    查看>>
    nodejs-mime类型
    查看>>
    nodejs中Express 路由统一设置缓存的小技巧
    查看>>
    Node入门之创建第一个HelloNode
    查看>>
    NotImplementedError: Cannot copy out of meta tensor; no data! Please use torch.nn.Module.to_empty()
    查看>>
    npm run build 失败Compiler server unexpectedly exited with code: null and signal: SIGBUS
    查看>>
    npm WARN deprecated core-js@2.6.12 core-js@<3.3 is no longer maintained and not recommended for usa
    查看>>
    npm和yarn的使用对比
    查看>>
    npm报错unable to access ‘https://github.com/sohee-lee7/Squire.git/‘
    查看>>
    npm的问题:config global `--global`, `--local` are deprecated. Use `--location=global` instead 的解决办法
    查看>>
    NR,NF,FNR
    查看>>