]> www.ginac.de Git - ginac.git/blob - doc/examples/ginac-examples.texi
200c81e7a79f72cc3c1320052971acb1e265e483
[ginac.git] / doc / examples / ginac-examples.texi
1 \input texinfo  @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename ginac-examples.info
4 @settitle GiNaC Examples
5 @afourpaper
6 @c For `info' only.
7 @paragraphindent 0
8 @c For TeX only.
9 @iftex
10 @c I hate putting "@noindent" in front of every paragraph.
11 @parindent=0pt
12 @end iftex
13 @c %**end of header
14 @ifnottex
15 @node Top
16 @end ifnottex
17
18 @finalout
19 @c finalout prevents ugly black rectangles on overfull hbox lines
20
21 @majorheading GiNaC Examples
22
23 This is a collection of code examples using GiNaC.
24
25 @contents
26
27 @chapter Input / Output
28
29 @section Archiving expressions @uref{archive1.cpp, (source)}
30
31 Two expression are stored in an archive on the disk and are restored again.
32
33 @bye