操作 LaTeX 和 TeXstudio 布置文档
LaTeX 是一个处事于高质量排版的。凡是用于大量的技能和科学文档的排版。不外,你也可以行使 LaTex 排版各类情势的文档。西席可以编辑他们的测验和解说纲要,门生可以展示他们的论文和陈诉。这篇文章让你实行行使 TeXstudio。TeXstudio 是一个便于编辑 LaTeX 文档的软件。 启动 TeXstudio假如你行使的是 Fedora Workstation,请启动软件打点,然后输入 TeXstudio 以搜刮该应用措施。然后选择安装并添加 TeXstudio 到你的体系。你可以从软件打点中启动这个措施,可能像以往一样在概览中启动这个软件。 可能,假如你行使终端,请输入 texstudio。假如未安装该软件包,体系将提醒你安装它。键入 y 开始安装。 $ texstudio bash: texstudio: command not found... Installpackage'texstudio' to provide command 'texstudio'?[N/y] y 你的第一份文档LaTeX 呼吁凡是以反斜杠 开头,呼吁参数用大括号 {} 括起来。起首声明 documentclass 的范例。这个例子向你展示了该文档的类是一篇文章。 然后,在声明 documentclass 之后,用 begin 和 end 标志文档的开始和竣事。在这些呼吁之间,写一段相同以下的内容: documentclass{article} begin{document} TheFedoraProjectis a project sponsored by RedHat primarily to co-ordinate the development of the Linux-based Fedora operating system, operating with the vision that the project "creates a world where free culture is welcoming and widespread, collaboration is commonplace, and people control their content and devices".TheFedoraProject was founded on 22September2003whenRedHat decided to splitRedHatLinux into RedHatEnterpriseLinux(RHEL)and a community-based operating system,Fedora. (编辑:湖南网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |