From d92811dabcfd3092cffd077002691e1a137e2487 Mon Sep 17 00:00:00 2001 From: geekpi Date: Thu, 17 Feb 2022 08:46:55 +0800 Subject: [PATCH] translated --- ...tive Cross-Platform LaTeX Editor by KDE.md | 123 ------------------ ...tive Cross-Platform LaTeX Editor by KDE.md | 123 ++++++++++++++++++ 2 files changed, 123 insertions(+), 123 deletions(-) delete mode 100644 sources/tech/20220215 Kile- An Interactive Cross-Platform LaTeX Editor by KDE.md create mode 100644 translated/tech/20220215 Kile- An Interactive Cross-Platform LaTeX Editor by KDE.md diff --git a/sources/tech/20220215 Kile- An Interactive Cross-Platform LaTeX Editor by KDE.md b/sources/tech/20220215 Kile- An Interactive Cross-Platform LaTeX Editor by KDE.md deleted file mode 100644 index 42c33fbcd3..0000000000 --- a/sources/tech/20220215 Kile- An Interactive Cross-Platform LaTeX Editor by KDE.md +++ /dev/null @@ -1,123 +0,0 @@ -[#]: subject: "Kile: An Interactive Cross-Platform LaTeX Editor by KDE" -[#]: via: "https://itsfoss.com/kile/" -[#]: author: "Ankush Das https://itsfoss.com/author/ankush/" -[#]: collector: "lujun9972" -[#]: translator: "geekpi" -[#]: reviewer: " " -[#]: publisher: " " -[#]: url: " " - -Kile: An Interactive Cross-Platform LaTeX Editor by KDE -====== - -_**Brief: Kile is one of the best LaTeX editors available for Linux, by KDE. What does it offer? Let us take a look.**_ - -You can use a TeX/LaTeX editor for a variety of documents. Not just limited to scientific research, you can also add your code, start writing a book (academic/creative), or draft articles. - -An interactive solution with the option for preview, and several features, should come in handy if you regularly work with LaTeX documents. - -Kile is one such option by KDE, available for Linux and other platforms. In fact, it is one of the [best LaTeX editors available for Linux][1], which we decided to highlight separately. - -### An Open-Source Integrated LaTeX Editor - -![][2] - -Kile may not be the most popular option, but it certainly stands out for what it offers. - -It may not be the perfect fit if you are looking for a simple LaTeX Editor. However, it does its best to present you with a user-friendly experience while guiding you from the start. - -Let me highlight some features below. - -### Features of Kile - -![][3] - -As I mentioned, Kile is a feature-rich LaTeX editor. It could be overwhelming if you are new to TeX/LaTeX documents, but it is still worth exploring. - -The key features include: - - * Setup wizard to easily start using LaTeX editor. - * Available templates to save time for the document outline. - * Auto-completion of LaTeX commands. - * Compile and preview your document in a single click without leaving the window. - * Hundreds of preset modes to define the type of document (JSON, R Documentation, VHDL, HTML, etc.) - * Log viewer - * Ability to convert documents . - * PDF Wizard tool to add/remove and convert PDF files. - * Inverse and Forward search feature. - * Create projects to organize a collection of documents. - * Plenty of LaTeX options to add the required commands without typing anything (like creating a bullet list, adding a math function, etc.) - * Easy to navigate through chapters or sections. - * Navigate through the entire document using the small preview (if the document is too large to scroll) - - - -![][4] - -In addition to these, you can configure the appearance, tweak the keyboard shortcuts, find various encoding support, and more. - -Furthermore, the presence of setup wizards (and other wizards within the app) makes the user experience a breeze. - -For instance, here’s how it looks when you first launch the app: - -![][5] - -It will check for any configuration issues and help you ensure a seamless experience. - -![][6] - -Once the setup is complete, it will quickly prompt you with the available templates to get you started: - -![][7] - -So, the guided setup and all the aforementioned features should make up for an excellent LaTeX editing experience. - -### Install Kile in Linux - -You should find Kile in the default Linux repositories and the software center. For KDE, you should see it listed in Discover. - -Unfortunately, it does not offer a Flatpak or a Snap package. So, you will have to rely on the standard packages available from repos. - -In case you rely on the terminal (Ubuntu-based), you can install it by typing: - -``` - - sudo apt install kile - -``` - -For Windows users, you can find it listed in the [Microsoft Store][8]. - -If you are curious, you can go through the [source code][9] or visit the official site. - -[Kile][10] - -### Wrapping Up - -As a LaTeX user, you should find all the options useful for a productive editing experience. If you are new to TeX/LaTeX documents, you can still use it with templates, quick functions, auto-completion features to make the experience easy. - -What is your favorite LaTeX document editor? Feel free to let me know in the comments below. - --------------------------------------------------------------------------------- - -via: https://itsfoss.com/kile/ - -作者:[Ankush Das][a] -选题:[lujun9972][b] -译者:[译者ID](https://github.com/译者ID) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 - -[a]: https://itsfoss.com/author/ankush/ -[b]: https://github.com/lujun9972 -[1]: https://itsfoss.com/latex-editors-linux/ -[2]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/02/kile-latex-editor.png?resize=800%2C450&ssl=1 -[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/02/kile-latex.png?resize=800%2C534&ssl=1 -[4]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/02/kile-settings.png?resize=732%2C588&ssl=1 -[5]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/02/kile-setup.png?resize=800%2C682&ssl=1 -[6]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/02/kile-setup-1.png?resize=800%2C757&ssl=1 -[7]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/02/kile-templates.png?resize=800%2C652&ssl=1 -[8]: https://www.microsoft.com/en-in/p/kile/9pmbng78pfk3?rtc=1&activetab=pivot:overviewtab -[9]: https://invent.kde.org/office/kile -[10]: https://apps.kde.org/kile/ diff --git a/translated/tech/20220215 Kile- An Interactive Cross-Platform LaTeX Editor by KDE.md b/translated/tech/20220215 Kile- An Interactive Cross-Platform LaTeX Editor by KDE.md new file mode 100644 index 0000000000..adbfddf958 --- /dev/null +++ b/translated/tech/20220215 Kile- An Interactive Cross-Platform LaTeX Editor by KDE.md @@ -0,0 +1,123 @@ +[#]: subject: "Kile: An Interactive Cross-Platform LaTeX Editor by KDE" +[#]: via: "https://itsfoss.com/kile/" +[#]: author: "Ankush Das https://itsfoss.com/author/ankush/" +[#]: collector: "lujun9972" +[#]: translator: "geekpi" +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " + +Kile:KDE 中的交互式跨平台 LaTeX 编辑器 +====== + +_**简介:Kile 是 KDE 公司为 Linux 提供的最好的 LaTeX 编辑器之一。它能提供什么?让我们来看一看。**_ + +你可以用 TeX/LaTeX 编辑器处理各种文件。不仅仅限于科学研究,你还可以添加你的代码,开始写书(学术/创作),或者起草文章。 + +如果你经常处理 LaTeX 文档,一个具有预览选项和若干功能的交互式解决方案应该会很方便。 + +Kile 是 KDE 的一个这样的选择,可用于 Linux 和其他平台。事实上,它是[可用于 Linux 的最佳 LaTeX 编辑器][1]之一,我们决定单独介绍它。 + +### 一个开源的集成 LaTeX 编辑器 + +![][2] + +Kile 可能不是最受欢迎的选择,但它确实因其提供的东西而脱颖而出。 + +如果你正在寻找一个简单的 LaTeX 编辑器,它可能不是完美的选择。然而,它尽力为你提供友好的体验,同时从一开始就为你提供指导。 + +让我强调以下一些特点。 + +### Kile 的特点 + +![][3] + +正如我提到的,Kile 是一个功能丰富的 LaTeX 编辑器。如果你是 TeX/LaTeX 文档的新手,它可能会让你不知所措,但它仍然值得探索。 + +其主要特性包括: + + * 设置向导可以轻松开始使用 LaTeX 编辑器。 + * 可用的模板可以节省文件大纲的时间。 + * 自动完成 LaTeX 命令。 + * 在不离开窗口的情况下,一键编译和预览你的文档。 + * 上百种预设模式来定义文档的类型(JSON、R 文档、VHDL、HTML 等)。 + * 日志查看器。 + * 转换文档的能力。 + * PDF 向导工具来添加/删除和转换 PDF 文件。 + * 反向和正向搜索功能。 + * 创建项目来组织文件的集合。 + * 大量的 LaTeX 选项,无需键入任何东西即可添加所需的命令(如创建一个列表,添加一个数学函数等)。 + * 易于在各章或各节中导航。 + * 使用小窗口预览浏览整个文件(如果文件太大,无法滚动)。 + + + +![][4] + +除了这些,你还可以配置外观,调整键盘快捷键,找到各种编码支持等。 + +此外,设置向导(以及应用内的其他向导)的存在使用户体验变得轻而易举。 + +例如,以下是你第一次启动该应用时: + +![][5] + +它将检查任何配置问题,帮助你确保无缝体验。 + +![][6] + +设置完成后,它将迅速提示你可用的模板,让你开始: + +![][7] + +因此,指导性的设置和上述所有的功能应该构成一个出色的 LaTeX 编辑体验。 + +### 在 Linux 中安装 Kile + +你应该在默认的 Linux 仓库和软件中心找到 Kile。对于 KDE,你应该看到它被列在 Discover 中。 + +不幸的是,它不提供 Flatpak 或 Snap 包。所以,你将不得不依靠从仓库中获得的标准软件包。 + +如果你依赖终端(基于 Ubuntu),你可以输入以下命令安装: + +``` + + sudo apt install kile + +``` + +对于Windows用户,你可以在[微软商店][8]中找到它。 + +如果你感到好奇,你可以查看[源代码][9]或访问官方网站。 + +[Kile][10] + +### 总结 + +作为一个 LaTeX 用户,你应该发现所有的选项对高效的编辑经体验都很有用。如果你是 TeX/LaTeX 文档的新手,你仍然可以使用它的模板、快速函数、自动完成功能,使体验变得简单。 + +你最喜欢的 LaTeX 文档编辑器是什么?欢迎在下面的评论中告诉我。 + +-------------------------------------------------------------------------------- + +via: https://itsfoss.com/kile/ + +作者:[Ankush Das][a] +选题:[lujun9972][b] +译者:[geekpi](https://github.com/geekpi) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://itsfoss.com/author/ankush/ +[b]: https://github.com/lujun9972 +[1]: https://itsfoss.com/latex-editors-linux/ +[2]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/02/kile-latex-editor.png?resize=800%2C450&ssl=1 +[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/02/kile-latex.png?resize=800%2C534&ssl=1 +[4]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/02/kile-settings.png?resize=732%2C588&ssl=1 +[5]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/02/kile-setup.png?resize=800%2C682&ssl=1 +[6]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/02/kile-setup-1.png?resize=800%2C757&ssl=1 +[7]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2022/02/kile-templates.png?resize=800%2C652&ssl=1 +[8]: https://www.microsoft.com/en-in/p/kile/9pmbng78pfk3?rtc=1&activetab=pivot:overviewtab +[9]: https://invent.kde.org/office/kile +[10]: https://apps.kde.org/kile/