]> www.ginac.de Git - ginac.git/blobdiff - doc/examples/ginac-examples.texi
New directory for GiNaC examples.
[ginac.git] / doc / examples / ginac-examples.texi
diff --git a/doc/examples/ginac-examples.texi b/doc/examples/ginac-examples.texi
new file mode 100644 (file)
index 0000000..200c81e
--- /dev/null
@@ -0,0 +1,33 @@
+\input texinfo  @c -*-texinfo-*-
+@c %**start of header
+@setfilename ginac-examples.info
+@settitle GiNaC Examples
+@afourpaper
+@c For `info' only.
+@paragraphindent 0
+@c For TeX only.
+@iftex
+@c I hate putting "@noindent" in front of every paragraph.
+@parindent=0pt
+@end iftex
+@c %**end of header
+@ifnottex
+@node Top
+@end ifnottex
+
+@finalout
+@c finalout prevents ugly black rectangles on overfull hbox lines
+
+@majorheading GiNaC Examples
+
+This is a collection of code examples using GiNaC.
+
+@contents
+
+@chapter Input / Output
+
+@section Archiving expressions @uref{archive1.cpp, (source)}
+
+Two expression are stored in an archive on the disk and are restored again.
+
+@bye