TeXmacs



This is a blog/wiki about TeXmacs. It aims to be a container for articles, snippets, comments, developer docs, proposals, user's pages, etc...

TeXmacs

Texmacs Chinese

  1. GNU TeXmacs is a free scientific text editor, which was both inspired by TeX and GNU Emacs. The editor allows you to write structured documents via a wysiwyg (what-you-see-is-what-you-get) and user friendly interface.
  2. In this demo, we show how to type your first scientific article using GNU TeXmacs.

You can find the source repository at github. Feel free to fork it. Contribution are welcome, please check the guidelines before.

TeXmacs is a text editing platform which is specialized for scientists. It is ideal for editing structured documents with different types of content. It has robust support for mathematical formulas and plots. It can also act as an interface to many external systems for computer algebra. GNU TeXmacs is a scientific word processor and typesetting component of the GNU Project.It was inspired by TeX and GNU Emacs, though it shares no code with those programs. TeXmacs does use TeX font.

TeXmacs

The list of all the articles in the website is here, also available as Atom feed.

Texmacs Tutorial

Collections

These articles contain collections of stuff, additions are welcome.

Miscellanea

Self-contained, one shot, material on various topics. Roughly, most recent articles on top.

Developers' notes

Contributing

Make a pull request to the source repository. Typically it should just be necessary to modify or add to only the .tm sources in the src/ directory and modify accordingly main.tm (this document). This template file can be used for new articles. The HTML files are then generated by one of the maintainers after the pull request is merged (hopefully this will be automated in the near future). Once the changes are pulled in they will become immediately publicly visible on the website. Detailed instructions are available here.