宏包(正文编辑前)

正文输入前需要加入宏包“\usepackage{CJK}”,如下代码:

\documentclass[journal]{IEEEtran}
\usepackage{CJK}
\begin{document}

整段缩进

整段缩进效果图:
前后两段是一般段落效果——首行缩进,中间那段是整段缩进的效果


整段缩进段落的代码如下:

\begin{itemize}
\item[]
This is the indentation of the whole paragraph. I typed so many words to show you the indentation of the whole paragraph. This method will indent the whole paragraph.
\end{itemize}

列表符号不缩进,段落缩进

“列表符号不缩进,段落缩进”效果图:
前后两段是一般段落效果——首行缩进,中间那段是“列表符号不缩进,段落缩进”的效果


“列表符号不缩进,段落缩进”效果图的代码如下:

\begin{itemize}
\item[1)]
This is the indentation of the whole paragraph. I typed so many words to show you the indentation of the whole paragraph. This method will indent the whole paragraph.
\end{itemize}

\item[1)]中可以修改成自己需要的符号,例如“+”,“-”等等,或者不添加设置成\item,则默认输出原点序号,效果如下:
“+”效果:

“+”代码:

\begin{itemize}
\item[+]
This is the indentation of the whole paragraph. I typed so many words to show you the indentation of the whole paragraph. This method will indent the whole paragraph.
\end{itemize}

“ - ”效果:

“ - ”代码:

\begin{itemize}
\item[-]
This is the indentation of the whole paragraph. I typed so many words to show you the indentation of the whole paragraph. This method will indent the whole paragraph.
\end{itemize}

原点效果:

原点代码:

\begin{itemize}
\item
This is the indentation of the whole paragraph. I typed so many words to show you the indentation of the whole paragraph. This method will indent the whole paragraph.
\end{itemize}

文章完成之后要end,输入代码:

\end{document}

文章的总体代码如下:

\documentclass[journal]{IEEEtran}
\usepackage{CJK}
\begin{document}
\begin{itemize}\item[1)]
This is the indentation of the whole paragraph. I typed so many words to show you the indentation of the whole paragraph. This method will indent the whole paragraph.
\end{itemize}
\end{document}

效果:

Latex悬挂缩进——整段缩进or列表符号不缩进,段落缩进相关推荐

  1. WPS整段缩进(类似代码格式)

    WPS整段缩进(类似代码格式) 面对问题:一段文字中只有第一行缩进,后面的都不缩进,无法形成类代码格式. 解决:选中段落,右击,点"项目符号和编号",随便选一个格式(除了" ...

  2. Latex 另起一段缩进,解决空白问题

    Latex 另起一段缩进,解决空白问题 1.一般的方法:两次回车,直接空两行就可以了 2.遇到格式问题,可用以下方法解决 a. 用mathtype生成空格的tex代码:{\rm{ }} b.加入换行符 ...

  3. 【python-docx】文本操作(段落、run、标题、首行缩进、段前段后、多倍行距、对齐方式)

    1.概念 块级元素(block-level) 是指作为一个整体的元素,典型的是段落(paragraph). 行内元素(inline) ,你可以把它理解为一部分块级元素,即一个块级元素包含一个或多个行内 ...

  4. html怎么弄br文字首行缩进,每段首行缩进2个字符如何设置CSS

    段落前面空两个字的距离,不要再使用空格了,用CSS实现段落首缩进两个字符.应该使用首行缩进text-indent.text-indent可以使得容器内首行缩进一定单位.比如中文段落一般每段前空两个汉字 ...

  5. 计算机大小段对齐,高会《职称计算机》Word 2007:段落缩进和对齐方式

    备考高级会计师考试除了要有学习的决心之外,大家还要有坚持的信心,跟紧小编的步伐,脚踏实地的进行备考,相信大家一定会获得成功. 段落缩进和对齐方式 段落的缩进包括首行缩进.左缩进.右缩进和悬挂缩进.在水 ...

  6. CSDN博客如何在有序序列中缩进代码段或图片

    今天没写什么新的内容,主要是调整了博客分类.博客标题格式.博客摘要等内容,一时兴起决定分享一下如何在有序序列中缩进代码段或图片. 先看一看不会缩进代码段的效果: 歪比巴卜 歪比巴卜 歪比歪比 歪比歪比 ...

  7. Eclipse ADT 使用空格替代Tab键缩进整块整块代码

    已经设置单行缩进使用space替代Tab,但是使用Tab缩进整块代码,Eclipse还是使用Tab,真是抓狂,这个可是个很常用的功能啊,特别是在你ctr-c, ctr-v的时候. 忍受了很久,今天把所 ...

  8. LaTeX 段落:段落缩进、段落间距、行距

    原  文:Paragraph formatting 译  者:Xovee 翻译时间:2021年8月12日 LaTeX 段落 LaTeX 默认的段落是比较容易阅读的.当然,有时候你也需要一种不同的段落样 ...

  9. markdown python整段话_(7)python少儿编程之基础语法(二)

    五.缩进 程序是有层次关系的 比如我们判断一个结果为是的时候要干什么 而干什么这个内容就要写在判断语句下 而python 约定4个空格缩进 为一个层次关系 我先写一个简单的语句 看不懂 没关系 理解这 ...

最新文章

  1. 职称计算机证是继续教育的内容吗,豆腐网教你一分钟弄懂继续教育学时认定表及上传注意事项~...
  2. 在ASP.NET MVC使用JavaScriptResult
  3. LeetCode OJ - Copy List with Random Pointer
  4. lua实现多继承-方式1
  5. Oracle内部错误:ORA-07445[kcflfi()+466] [INT_DIVIDE_BY_ZERO]一例
  6. js滚动条下拉一定值_JS逆向 | 无限Debugger之淘大象
  7. 启动Eclipse中Tomcat遇见的错误一
  8. Eclipse导入类库【Java】
  9. Word中两端对齐、分散对齐的区别
  10. 找不到可安装的isam怎么解决_安装系统找不到硬盘怎么办
  11. 智能一代云平台(二):一些事儿!
  12. 【转载】使用Lucene.NET实现数据检索功能
  13. 2012年中国系统架构师大会 即将开幕
  14. FreeBSD 6.0架设管理与应用-第七章 系统安全
  15. 微信小程序调出选择好友聊天窗口
  16. 4.6 数值分析: P阶收敛的迭代法
  17. 宏观经济模型代码来源 :MMB库
  18. jquery实现多选框
  19. 凌晨 3 点不回家:成年人的世界不是他们说的那样子
  20. unity 打安卓包 华为手机图片被压扁

热门文章

  1. (Caffe)基本类Blob,Layer,Net(一)
  2. Android Studio 无法安装apk到小米手机问题解决
  3. spd供应链是啥?为啥医用物资管理会运用?
  4. chkdsk命令参数介绍
  5. 2019-6-1 第一套试卷中的生词(01)
  6. 3点钟无眠区块链社区讨论成果汇总
  7. 关于NDB和VOR的选择
  8. 官方教程 Redshift 04 渲染参数
  9. 男人30岁以前应该做的23件事
  10. 中职计算机专业选修课程,对中职计算机专业课程改革的思考