当下软件园 / 汇聚当下最新最酷的软件下载站!
当下软件园

您的位置: 首页 > 应用软件 > 编程工具 > TeXstudio(latex编辑器) V2.10.6 官方免费版

    TeXstudio是一款latex编辑器。他为用户提供了现代化的比如交互式的拼写检查,代码折叠和语法高亮,支持各种公式符号、物理、化学、数学等等。用户可以用他进行扩展文本导航、代码自动完成,可以让你轻松管理和检测LaTeX文档。

TeXstudio

    TeXstudio是写LaTeX文档的集成环境。这一软件是让写LaTeX代码尽可能的方便和舒适。因此TeXstudio有许多不错的功能,如语法高亮,集成浏览器,语法检查​​和各种辅助功能。

latex编辑器

TeXstudio说明:

  第一个文档
  打开WinEdt,建立一个新文档,将以下内容复制进入文档中,保存,保存类型选择为UTF-8。
  \documentclass{article}
  \begin{document}
  hello, world
  \end{document}
  然后在WinEdt的工具栏中找到编译按钮(在垃圾桶和字母B中间),在下拉菜单中选择XeLaTeX,并点击编译。 (这里请注意一下我之前一直笔误写的XeTeX,给大家带来困扰深感歉意)
  如果顺利的话,我们就可以顺利生成出第一个pdf文件,点击工具栏中的放大镜按钮就可以快速打开生成的pdf文件。
  标题、作者和注释
  建立一个新文档,将以下内容复制进入文档中,保存,保存类型选择为UTF-8,编译并观察现象。
  \documentclass{article}
  \author{My Name}
  \title{The Title}
  \begin{document}
  \maketitle
  hello, world % This is comment
  \end{document}
  %为本行右边所有内容被注释掉,在生成的pdf中不会显示。
  块注释也有专门的语句,不过更方便的方式是选中一块区域点鼠标右键,点comment
  .章节和段落
  建立一个新文档,将以下内容复制进入文档中,保存,保存类型选择为UTF-8,编译并观察现象。
  \documentclass{article}
  \title{Hello World}
  \begin{document}
  \maketitle
  \section{Hello China} China is in East Asia.
  \subsection{Hello Beijing} Beijing is the capital of China.
  \subsubsection{Hello Dongcheng District}
  \paragraph{Tian'anmen Square}is in the center of Beijing
  \subparagraph{Chairman Mao} is in the center of Tian'anmen Square
  \subsection{Hello Guangzhou}
  \paragraph{Sun Yat-sen University} is the best university in Guangzhou.
  \end{document}

软件特别说明

标签: latex编辑器

其他版本下载
网友评论
回顶部 去下载

关于本站|下载帮助|下载声明|软件发布|联系我们

Copyright © 2005-2024 www.downxia.com.All rights reserved.

浙ICP备2024132706号-1 浙公网安备33038102330474号