基于WinEdt

\documentclass[a4paper,11pt]{article}
\usepackage{latexsym}
%使得Latex支持中文
\usepackage{CJK}
\begin{CJK*}{GBK}{song}
\author{Lx}
\title{Minilatex}
\frenchspacing
\pagestyle{empty}
%使总的文本文档增加一个厘米
\addtolength{\hoffset}{-0.5cm}
\addtolength{\textwidth}{1cm}
\pagenumbering{roman}
%一点五倍的行距
\linespread{1.5}
\markright{The first Latex file!}
\begin{document}
\maketitle
\tableofcontents
\section{start}Small is beautiful.\begin{displaymath}\mathop{\mathrm{corr}}(X,Y)=\frac{\displaystyle\sum_{i=1}^n(x_i-\overline x)(y_i-\overline y)}{\displaystyle\biggl[\sum_{i=1}^n(x_i-\overline x)^2\sum_{i=1}^n(y_i-\overline y)^2\biggr]^{1/2}}\end{displaymath}
\section{End}The\hspace{1.5cm} file is going to end here.Even though there are still many things that needs to be added.We will finish this next time,so sorry for all of you.\ldots{} and here it ends.
\thanks{\newline Thanke you all!}
\\the newline is here start.
\newpage
\section{The word start here!}
%\pagebreak换页we need more thing to added.\nopagebreak You can not end this page here anymore.If you want to study robot,you need to learn many subjects such as physics electronics maths mechanics computer science and so on.As we can see this is not a easy subject.so one can not find this subject in colledge as an major for bachelors.The should be a new graph here.Let's make it here.%参考文献的引用Part1~\cite{pa} has.\begin{thebibliography}{99}\bibitem{pa}H.~Part1:\emph{German Tex},TUGboat Vol.~9,No~1('88)\end{thebibliography}\indent\par%\bigskip%设置垂直距离\vspace{0.5cm}%设置一部分的斜体,花括号用来组建一个个组,begin,end,花括号,设置命令的作用域。\begin{itshape} The new paragraph is going to happen\end{itshape} here.{\LARGE Let's {\small go}.This} is not too bad.We make it.\begin{tiny}Things usually just looks like to be hard,\end{tiny}{\Huge But} \begin{normalsize}if you are ready to deal with it,\end{normalsize}It's usually to be just so so.Never stop yourself to do interesting thins.Overcome\footnote{Overcoming} all the difficulties in the life,Make your world,Her world to be better.\subsubsection{New environment}\marginpar[right]{\emph{Game will over here since we know something to handle this}}This new subsubsection has great meaning\ldotsH\^otel\\\`0 ?`%黑点列表环境\begin{itemize}\item The first item of an itemize\item The second item of an itemize\end{itemize}%编号列表环境\begin{enumerate}\item[1]The first item of an itemize.%加黑 斜体\item[2]\textbf The \bfseries second \textit item \itshape of an \textrm itemize.\rmfamily\end{enumerate}%带关键词标识的列表环境\begin{description}\item[first]  The first item of an itemize.\item[second] The second item of an item of an itemize.\end{description}%文本盒子\makebox[10cm][c]{ There is a text box here.}\\\fbox{What doesn't kill you,Make you stringer}\fbox{中文排版}
\end{CJK*}
\end{document}

Latex文本文档的排版相关推荐

  1. bat 删除文件_利用电脑文本文档建立一个简单方便的删除文件的小程序

    删除文不需要的文件或者资料,是日常工作中必定会遇到了. 各种的杀毒软件或者防护软件都具备删除文件的功能,例如360.腾讯电脑管家.这些操作起来其实也不是太麻烦! 不过呢!今天来和大家分享一个更简单的方 ...

  2. 从TXT文本文档向Sql Server中批量导入数据

    因为工作的需要,近期在做数据的分析和数据的迁移.在做数据迁移的时候需要将原有的数据导入到新建的数据库中.本来这个单纯的数据导入导出是没有什么问题的,但是客户原有的数据全部都是存在.dat文件中的.所以 ...

  3. windows右键没有显示“文本文档”的解决办法(建议用方法二)

    很多时候,我们要使用记事本的话,都是通过右键---新建文本文档来实现.但是,当系统设置不当,有时候右键的新建菜单里就没有新建文本文档这一项.下面就讲讲怎么恢复右键的新建菜单,让新建文本文档重新出现 工 ...

  4. io流文本文档的快速读取

    package com.ute.action; import java.io.File; import java.io.FileNotFoundException; import java.io.Fi ...

  5. linux编辑文档windows,1.9vim编辑器linux内核的底层文本编辑器,跟windows系统上的文本文档类似,大部分用这个工具进行文本的编辑,这个工具的操作方式基本上用不到鼠标,多是...

    1.9vim编辑器 linux内核的底层文本编辑器,跟windows系统上的文本文档类似,大部分用这个工具进行文本的编辑,这个工具的操作方式基本上用不到鼠标,多是用命令去操作 这个工具分为三种模式:命 ...

  6. 字典与文本文档的转换

    1.将字典写入文本文档 dic = { 'andy':{ 'age': 23, 'city': 'beijing', 'skill': 'python' }, 'william': { 'age': ...

  7. 文本文档TXT每行开头结尾加内容批处理代码

    文本文档TXT每行开头结尾加内容批处理代码 读A.TXT ,每行开头加:HTMLBodytxt = HTMLBodytxt + chr(10) aaaaaaaa 结尾加:bbbbbbbb 处理后的文档 ...

  8. vs 如何将源文件转换成可执行文件_如何将手机便签转换成word文本文档

    如何将手机便签转换成word文本文档?实际上,很多手机自带的便签,虽然可以将单条便签内容,以文字或者图片的形式分享到xxx云文档,但却很少有支持直接转换成Word文档的.一般情况下,他们需要将手机便签 ...

  9. 新建文本文档好玩的代码_(03)用什么工具写ASP源代码?

    有很多工具可以书写ASP源代码,我使用Windows自带的记事本来编写ASP源代码.下面做一下简要介绍. 一. ASP源代码文件的格式 1. ASP源代码文件是以.asp为后缀命名的文本文件,如ind ...

最新文章

  1. angular绑定数据_Angular中的数据绑定说明
  2. 图形卷积神经网络有多强大?一文让你熟练掌握GCN
  3. java with关键字_[Java教程]javascript 里面 with 关键字
  4. shell下利用运算方式编写倒计时脚本
  5. Java判断文件夹是否存在,不存在则新建
  6. 怎么把html背景图片,css如何设置背景图片?
  7. 使用Maven+Nexus+Jenkins+Svn+Tomcat+Sonar搭建持续集成环境(一)
  8. WindowsApi 解压缩文件
  9. 数据上传需要什么硬件_搭建云服务器需要什么硬件配置
  10. 【肌电信号】基于带通滤波肌电信号处理含Matlab源码
  11. ubnt ER-4添加PON stick模块替换光猫实战
  12. Thingsboard hierachy widget 和同一个dashboard不同数据的联动控制
  13. 126邮箱如何绑定qq邮箱服务器,ecshop使用企业邮箱、qq邮箱和126邮箱如何设置SMTP验证发送邮件...
  14. .net mysql 博客_asp.net搭建博客,使用BlogEngine.NET+MySql搭建博客
  15. 计算机考研是属于工学呢还是理学呀,计算机考研是属于工学呢还是理学
  16. 联想笔记本电脑开机黑屏可能是什么原因
  17. Wormhole流程搭建测试踩坑总结(二)
  18. 安装 AWS Load Balancer Controller 附加组件
  19. 互联网数字营销广告管理平台应用
  20. 基于android的健身管理APP系统-计算机毕业设计

热门文章

  1. Codeforces Round #518 (Div. 2): D. Array Without Local Maximums(DP)
  2. bzoj 4765: 普通计算姬(分块+树状数组)
  3. matlab 纹理映射
  4. python绘图 条形图 直方图 饼图 箱型图 误差图 多图绘制 图表注释 三维图形
  5. matlab2c使用c++实现matlab函数系列教程-sortrows函数
  6. c++实现Matlab矩阵Matrix类(实矩阵Matrix、复矩阵CMatrix)
  7. 四分之一波长阻抗变换器
  8. codeblocks报错Process terminated with status -1073741510 (0 minute(s), 3 second(s))
  9. 一次失败的做题经历(HDU2112)
  10. hdu4857 拓扑排序