Jump to content

Texinfo: Difference between revisions

From EDM2
m Reiknir moved page TexInfo to Texinfo
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
A text formatting and/or description language, its use is confined mostly to [[GNU]] software. Despite the name it is not a variation on [[TeX]] but a clone of the [[SCRIBE]] formatting language although it has gained some new features through the years.
A text formatting and/or description language, its use is confined mostly to GNU software. Despite the name it is not a variation on [[TeX]] but a clone of the SCRIBE formatting language although it has gained some new features through the years.


====Text editors with TeXinfo support====
==Tools==
* [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source - Current.
*texi2ipf ([[Marcus Gröber]]) - based on texi2roff, converts texinfo to IPF source
* [[jEdit]] - Java based editor - Texinfo syntax highlighting built in - Current.
*texi2ipf ([[Andreas Kaiser]]) - Texinfo to OS/2 *.IPF Converter
*Texinfo converting Tools Release 1.00 (1997-03-28)
 
;Text editors
* [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent.
* [[jEdit]] - Java based editor - Texinfo syntax highlighting built in


==Links==
==Links==
* [https://www.gnu.org/software/texinfo/ Official homepage]
* [https://www.gnu.org/software/texinfo/ Official homepage]


[[Category:Markup Languages]][[Category:File formats]]
[[Category:Markup Language]]

Latest revision as of 01:01, 15 June 2020

A text formatting and/or description language, its use is confined mostly to GNU software. Despite the name it is not a variation on TeX but a clone of the SCRIBE formatting language although it has gained some new features through the years.

Tools

  • texi2ipf (Marcus Gröber) - based on texi2roff, converts texinfo to IPF source
  • texi2ipf (Andreas Kaiser) - Texinfo to OS/2 *.IPF Converter
  • Texinfo converting Tools Release 1.00 (1997-03-28)
Text editors
  • FTE - Has support for syntax highlighting, code folding and syntax-aware autoindent.
  • jEdit - Java based editor - Texinfo syntax highlighting built in

Links