Kile (edytor tekstu)
![]() Logo programu | |
![]() | |
Autor | Społeczność |
---|---|
Aktualna wersja stabilna | 2.1.3 (23 września 2012) [±] |
System operacyjny | POSIX |
Rodzaj | Edytor |
Licencja | GPL |
Strona internetowa |
Kile – graficzny edytor tekstu przeznaczony do redagowania dokumentów w formacie TeX/LaTeX. Program można uruchomić na platformach takich, jak Linux, OS X, Windows oraz BSD. Cechy programu to:
- Kompilacja i konwersja pomiędzy formatami dokumentów.
- Automatyczne dopełnianie poleceń systemu (La)TeX.
- Wstępne wzorce i kreatory nowego dokumentu.
- Wbudowana przeglądarka plików DVI.
- Automatyczne tworzenie drzewa struktury dokumentu.
- Możliwość łączenia kilku dokumentów w projekt.
Zobacz też
Linki zewnętrzne
Media użyte na tej stronie
I created it by myself using TeTex, Ghostscript, Sketch and Inkscape, working in Linux. If you want to create it, too, follow these steps:
- create the following LaTeX source:
\documentclass[a4paper,12pt]{article} \begin{document} \begin{huge} \TeX \end{huge} \end{document}
and save it under tex_logo.tex
- compile the PDF version running
pdflatex tex_logo.tex
- create the Postscript version using
pdf2ps tex_logo.pdf
- now you have to convert the Postscript version into the SVG format. If you have Sketch installed, you can create your own script following the guidelines in this guide. After you have created the script, simply run:
ps2svg.sh tex_logo.ps
- now you have your SVG version to post-process to obtain the image.