Kile

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

  • 所有者: KDE/kile
  • 平台: BSD, Linux, Mac, Windows
  • 許可證: GNU General Public License v2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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 文件)


概覽

名稱與所有者KDE/kile
主編程語言C++
編程語言CMake (語言數: 9)
平台BSD, Linux, Mac, Windows
許可證GNU General Public License v2.0
發布數33
最新版本名稱v3.0b4 (發布於 2024-03-17 09:32:10)
第一版名稱v1.5.1 (發布於 2003-05-02 18:58:46)
創建於2015-09-18 13:31:50
推送於2024-05-12 17:13:02
最后一次提交2024-05-12 17:12:58
星數80
關注者數5
派生數15
提交數3.7k
已啟用問題?
問題數0
打開的問題數0
拉請求數0
打開的拉請求數0
關閉的拉請求數2
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

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

去到頂部