mirror of https://github.com/texmacs/doc.git
Rename
This commit is contained in:
parent
29aa8e4db9
commit
16d6465135
|
@ -1,68 +0,0 @@
|
||||||
<TeXmacs|1.0.2.3>
|
|
||||||
|
|
||||||
<style|tmdoc>
|
|
||||||
|
|
||||||
<\body>
|
|
||||||
<expand|tmdoc-title|The Ghostscript viewer>
|
|
||||||
|
|
||||||
In order to display images <TeXmacs> relies on the
|
|
||||||
<hlink|<name|Ghostscript>|http://www.cs.wisc.edu/~ghost> program. This
|
|
||||||
program makes it possible to display postscripts graphics in X Window
|
|
||||||
applications. Other programs like <with|font family|tt|tiff2ps>, <with|font
|
|
||||||
family|tt|pnmtops>, <with|font family|tt|giftopnm>, etc. are used to
|
|
||||||
convert other image formats into postscript.
|
|
||||||
|
|
||||||
The <hlink|<name|Ghostview>|http://www.cs.wisc.edu/~ghost> program is a
|
|
||||||
popular postscript file viewer based on <name|Ghostscript>. It may be used
|
|
||||||
in combination with <TeXmacs> for previewing documents before you print
|
|
||||||
them.
|
|
||||||
|
|
||||||
<apply|tmdoc-copyright|1998--2002|Joris van der Hoeven>
|
|
||||||
|
|
||||||
<expand|tmdoc-license|Permission is granted to copy, distribute and/or
|
|
||||||
modify this document under the terms of the GNU Free Documentation License,
|
|
||||||
Version 1.1 or any later version published by the Free Software Foundation;
|
|
||||||
with no Invariant Sections, with no Front-Cover Texts, and with no
|
|
||||||
Back-Cover Texts. A copy of the license is included in the section entitled
|
|
||||||
"GNU Free Documentation License".>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
<\initial>
|
|
||||||
<\collection>
|
|
||||||
<associate|paragraph width|150mm>
|
|
||||||
<associate|odd page margin|30mm>
|
|
||||||
<associate|page right margin|30mm>
|
|
||||||
<associate|page top margin|30mm>
|
|
||||||
<associate|reduction page right margin|25mm>
|
|
||||||
<associate|page type|a4>
|
|
||||||
<associate|reduction page bottom margin|15mm>
|
|
||||||
<associate|even page margin|30mm>
|
|
||||||
<associate|reduction page left margin|25mm>
|
|
||||||
<associate|page bottom margin|30mm>
|
|
||||||
<associate|reduction page top margin|15mm>
|
|
||||||
<associate|language|english>
|
|
||||||
</collection>
|
|
||||||
</initial>
|
|
||||||
|
|
||||||
<\references>
|
|
||||||
<\collection>
|
|
||||||
<associate|giac|<tuple|1|?>>
|
|
||||||
<associate|yacas|<tuple|5|?>>
|
|
||||||
<associate|gtybalt|<tuple|1|?>>
|
|
||||||
<associate|qcl|<tuple|6|?>>
|
|
||||||
<associate|pari|<tuple|4|?>>
|
|
||||||
<associate|r|<tuple|6|?>>
|
|
||||||
<associate|toc-1|<tuple|1|?>>
|
|
||||||
<associate|maxima|<tuple|3|?>>
|
|
||||||
<associate|macaulay2|<tuple|2|?>>
|
|
||||||
<associate|toc-2|<tuple|2|?>>
|
|
||||||
<associate|toc-3|<tuple|3|?>>
|
|
||||||
<associate|toc-4|<tuple|4|?>>
|
|
||||||
<associate|toc-5|<tuple|5|?>>
|
|
||||||
<associate|octave|<tuple|5|?>>
|
|
||||||
<associate|toc-6|<tuple|6|?>>
|
|
||||||
<associate|toc-7|<tuple|7|?>>
|
|
||||||
<associate|toc-8|<tuple|8|?>>
|
|
||||||
<associate|toc-9|<tuple|9|?>>
|
|
||||||
</collection>
|
|
||||||
</references>
|
|
|
@ -1,86 +0,0 @@
|
||||||
<TeXmacs|1.0.2.3>
|
|
||||||
|
|
||||||
<style|tmdoc>
|
|
||||||
|
|
||||||
<\body>
|
|
||||||
<expand|tmdoc-title|The Guile/Scheme language>
|
|
||||||
|
|
||||||
<name|Guile>/<name|Scheme> is a full implementation of the object oriented
|
|
||||||
and <name|Lisp>-like programming language <name|Scheme>. It has special
|
|
||||||
support for linking external C or C++ programs. This provides a transparent
|
|
||||||
way to dynamically extend the language with fast new routines.
|
|
||||||
<name|Guile>/<name|Scheme> is intended to become the major extension
|
|
||||||
language for the <hlink|GNU project|http://www.gnu.org> and
|
|
||||||
<hlink|Gnome|http://www.gnome.org>.
|
|
||||||
|
|
||||||
In particular, all high-level <TeXmacs> editing routines have been
|
|
||||||
interfaced to <name|Guile>. These routines thereby are available to users
|
|
||||||
who can write extensions to the editor, without going into the C++ code of
|
|
||||||
<TeXmacs>. In the future, we also wish to implement a port to
|
|
||||||
<name|Guile-gtk>. This extension of <name|Guile> implements a graphical
|
|
||||||
user interface via gtk, which makes it possible to create menus, iconbars,
|
|
||||||
file selectors, etc. in a very simple way.
|
|
||||||
|
|
||||||
More information about <name|Guile> can be found at
|
|
||||||
|
|
||||||
<\itemize>
|
|
||||||
<item>The <name|Guile> <hlink|home page|http://www.gnu.org/software/guile>.
|
|
||||||
|
|
||||||
<item>The <name|Guile-gtk> <hlink|home
|
|
||||||
page|http://www.ping.de/sites/zagadka/guile-gtk>.
|
|
||||||
|
|
||||||
<item>Other <name|Guile> <hlink|projects|http://www.gnu.org/software/guile/gnu-guile-projects.html>.
|
|
||||||
|
|
||||||
<item><name|RedHat> <hlink|packages|http://at.rpmfind.net/opsys/linux/RPM/guile.html>
|
|
||||||
for easy installation of <name|Guile>.
|
|
||||||
</itemize>
|
|
||||||
|
|
||||||
<apply|tmdoc-copyright|1998--2002|Joris van der Hoeven>
|
|
||||||
|
|
||||||
<expand|tmdoc-license|Permission is granted to copy, distribute and/or
|
|
||||||
modify this document under the terms of the GNU Free Documentation License,
|
|
||||||
Version 1.1 or any later version published by the Free Software Foundation;
|
|
||||||
with no Invariant Sections, with no Front-Cover Texts, and with no
|
|
||||||
Back-Cover Texts. A copy of the license is included in the section entitled
|
|
||||||
"GNU Free Documentation License".>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
<\initial>
|
|
||||||
<\collection>
|
|
||||||
<associate|paragraph width|150mm>
|
|
||||||
<associate|odd page margin|30mm>
|
|
||||||
<associate|page right margin|30mm>
|
|
||||||
<associate|page top margin|30mm>
|
|
||||||
<associate|reduction page right margin|25mm>
|
|
||||||
<associate|page type|a4>
|
|
||||||
<associate|reduction page bottom margin|15mm>
|
|
||||||
<associate|even page margin|30mm>
|
|
||||||
<associate|reduction page left margin|25mm>
|
|
||||||
<associate|page bottom margin|30mm>
|
|
||||||
<associate|reduction page top margin|15mm>
|
|
||||||
<associate|language|english>
|
|
||||||
</collection>
|
|
||||||
</initial>
|
|
||||||
|
|
||||||
<\references>
|
|
||||||
<\collection>
|
|
||||||
<associate|giac|<tuple|1|?>>
|
|
||||||
<associate|yacas|<tuple|5|?>>
|
|
||||||
<associate|gtybalt|<tuple|1|?>>
|
|
||||||
<associate|qcl|<tuple|6|?>>
|
|
||||||
<associate|pari|<tuple|4|?>>
|
|
||||||
<associate|r|<tuple|6|?>>
|
|
||||||
<associate|toc-1|<tuple|1|?>>
|
|
||||||
<associate|maxima|<tuple|3|?>>
|
|
||||||
<associate|macaulay2|<tuple|2|?>>
|
|
||||||
<associate|toc-2|<tuple|2|?>>
|
|
||||||
<associate|toc-3|<tuple|3|?>>
|
|
||||||
<associate|toc-4|<tuple|4|?>>
|
|
||||||
<associate|toc-5|<tuple|5|?>>
|
|
||||||
<associate|octave|<tuple|5|?>>
|
|
||||||
<associate|toc-6|<tuple|6|?>>
|
|
||||||
<associate|toc-7|<tuple|7|?>>
|
|
||||||
<associate|toc-8|<tuple|8|?>>
|
|
||||||
<associate|toc-9|<tuple|9|?>>
|
|
||||||
</collection>
|
|
||||||
</references>
|
|
|
@ -1,29 +0,0 @@
|
||||||
<TeXmacs|1.0.6.10>
|
|
||||||
|
|
||||||
<style|tmdoc>
|
|
||||||
|
|
||||||
<\body>
|
|
||||||
<tmdoc-title|The Xfig drawing tool>
|
|
||||||
|
|
||||||
The <hlink|<name|Xfig>|http://www.xfig.org/> program can be used for
|
|
||||||
creating technical pictures, which may be included in <TeXmacs> documents.
|
|
||||||
A nice feature of <name|Xfig> is that you may include <LaTeX> formulas in
|
|
||||||
pictures. Furthermore, this feature may be used in combination with
|
|
||||||
<TeXmacs>, which will call <LaTeX> to transform the <LaTeX> formula into
|
|
||||||
postscript.
|
|
||||||
|
|
||||||
<tmdoc-copyright|1998--2002|Joris van der Hoeven>
|
|
||||||
|
|
||||||
<tmdoc-license|Permission is granted to copy, distribute and/or modify this
|
|
||||||
document under the terms of the GNU Free Documentation License, Version 1.1
|
|
||||||
or any later version published by the Free Software Foundation; with no
|
|
||||||
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
|
|
||||||
Texts. A copy of the license is included in the section entitled "GNU Free
|
|
||||||
Documentation License".>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
<\initial>
|
|
||||||
<\collection>
|
|
||||||
<associate|language|english>
|
|
||||||
</collection>
|
|
||||||
</initial>
|
|
Loading…
Reference in New Issue