Kile

集成 LaTeX 编辑环境。(Integrated LaTeX Editing Environment)

  • Owner: KDE/kile
  • Platform: BSD, Linux, Mac, Windows
  • License:: GNU General Public License v2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Kile

Kile 是 KDE 提供的用户友好的 TeX/LaTeX 编辑器。 Kile 可用于许多体系结构和操作系统,例如 PC、Mac 和 BSD,包括 Linux 和 Microsoft Windows。

特性

Kile 的主要特点是:

  • 一键编辑,转换和查看您的文档。
  • 自动完成(La)TeX 命令
  • 模板和向导使启动新文档的工作量很小。
  • 轻松插入许多标准标签和符号,并提供定义(任意数量)用户定义标签的选项。
  • 反向和正向搜索:在 DVI 查看器中单击并跳至编辑器中的相应 LaTeX 行,或从编辑器跳至查看器中的相应页面。
  • 查找章节很容易,Kile 会在文档中构造所有章节的列表等。 您可以使用列表跳至相应的部分。
  • 收集属于项目的文档。
  • 使用项目时轻松插入引文和参考文献。
  • 灵活、智能的构建系统,可编译您的 LaTeX 文档。
  • 快速预览,预览文档的选定部分。
  • 轻松访问各种帮助资源。
  • 高级编辑命令。

使用

要使用 Kile,您(显然)需要一些外部程序。

以下列表分为基本用法,高级用法和其他用法。

基本:

TeXLive LaTeX 发行版,其中将添加以下程序:

  • Tex/LaTeX
  • PDFLaTeX
  • XeLaTeX
  • ConTeXt
  • BibTeX
  • MakeIndex

高级:

  • ImageMagick,DVIPNG(用于底部预览)

默认情况下,Kile 附带以下程序的预定义工具设置:

  • Tar/Zip/GZip/BZip2(存档)
  • DBLaTeX(DocBook 到 LaTeX)
  • Metapost 和 Asymptote
  • LaTeX2html(从 LaTeX 到 Web)
  • Tex4ht(从 LaTeX 到 Web)
  • Xindy(MakeIndex 替换)
  • Lilypond(音乐排版)
  • Konqueror/Firefox(查看 HTML)
  • KBibTeX,KBib,JabRef,PyBliographer,GBib(查看 BibTeX 文件)


Main metrics

Overview
Name With OwnerKDE/kile
Primary LanguageC++
Program languageCMake (Language Count: 8)
PlatformBSD, Linux, Mac, Windows
License:GNU General Public License v2.0
所有者活动
Created At2015-09-18 13:31:50
Pushed At2025-04-17 01:36:33
Last Commit At2025-04-17 01:36:28
Release Count33
Last Release Namev3.0b4 (Posted on 2024-03-17 09:32:10)
First Release Namev1.5.1 (Posted on 2003-05-02 18:58:46)
用户参与
Stargazers Count93
Watchers Count5
Fork Count14
Commits Count3.8k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Dear User/Packager,

this Readme is targeted toward users who want to build Kile from source or plan to create binary packages on Linux systems

(1) Checking dependencies

You will need recent versions of

  • a C++ compiler that supports lambda expressions (like GCC 6.x)
  • CMake
  • Qt 5 (and corresponding development packages if installed from binary packages)
  • KDE Frameworks 5 (and corresponding development packages if installed from binary packages)
  • Okular 5 (and corresponding development packages if installed from binary packages)

(2) Building Kile from source on Linux systems

It is recommended to create a special directory which will contain the Kile executable and related files. In that way
it is easier to upgrade Kile. We assume in the following that the directory $HOME/kile-install is used for that purpose.
If you do not want to use a separate directory, you can also install Kile into the local KDE directory for your user,
which is named $HOME/.kde usually. The different steps for compiling Kile are now as follows:

  • Extract the source code with "tar xjf kile-.tar.bz2"
  • Create a "kile-build" directory somewhere for an out-of-source build.
  • Enter the "kile-build" directory and call CMake with:
    " cmake -DCMAKE_INSTALL_PREFIX=$HOME/kile-install -DCMAKE_BUILD_TYPE="Debug" "
  • Type "make -j 2" to compile the package.
  • Type "make install -j 2" to install the programs, data files and documentation.
  • Type "XDG_DATA_DIRS=$HOME/kile-install/:$XDG_DATA_DIRS $HOME/kile-install/bin/kile" to run Kile

(3) Using Kile

To use Kile you (obviously) need some external programs.
The following list is divided into basic, advanced and additional usage.

Basic:

  • TeXLive LaTeX distribution, which will add, among others, the following programs:
    • Tex/LaTeX
    • PDFLaTeX
    • XeLaTeX
    • ConTeXt
    • BibTeX
    • MakeIndex

Advanced:

  • ImageMagick, DVIPNG (for the bottom bar preview)

By default Kile ships with pre-defined tool settings for following programs:

  • Tar/Zip/GZip/BZip2 (Archive)
  • DBLaTeX (Docbook to LaTeX)
  • Metapost and Asymptote
  • LaTeX2html (LaTeX to Web)
  • Tex4ht (LaTeX to Web)
  • Xindy (MakeIndex replacement)
  • Lilypond (Music Typesetting)
  • Konqueror/Firefox (Viewing HTML)
  • KBibTeX, KBib, JabRef, PyBliographer, GBib (View BibTeX files)

If you have any questions, please don't hesitate to contact us via kile-devel@lists.sourceforge.net.

The Kile development team