Merge branch 'rtoy-wrap-option-args'
[maxima.git] / doc / info / de / README
blobd156b7d0b894b946ca83d8788916e065fd2d9d08
1 This directory contains an attempt to translate the Maxima Manual into German.
2 It is not only a translation, but it is an attempt to reorganize the Maxima 
3 Manual. The following table shows the differences between the English and the 
4 German manual.
6 Changes are marked with "->". There are the following entries:
8 "-> NEW:"  the entry is a new chapter in the German translation
9 "-> FROM:" the entry has been moved from a different chapter
10 "-> TO:"   the entry has been moved to a different chapter
13 English Maxima Manual                  German Maxima Manual
14 --------------------------------------------------------------------------------
15 Introduction                           Einfuehrung in Maxima
17 Bug Detection and Reporting            Programmfehler
18   -> NEW: INTRODUCTION ...               Einfuehrung in Programmfehler
19   -> NEW: FUNCTIONS AND VAR...           Funktionen und Variablen für Program...
20   run_testsuite                            run_testsuite
21   testsuite_files                          testsuite_files
22   bug_report                               bug_report
23   build_info                               build_info
25 Help                                   Hilfe
26   Lisp and Maxima                        -> TO: PROGRAM FlOW
27   Garbage Collection                     -> TO: PROGRAM FLOW
28   Documentation                          Dokumentation
29   Functions and Variables for Help       Funktionen und Variablen der Hilfe
30     apropos                                apropos
31     demo                                   demo
32     desribe                                describe
33     example                                example
34     manual_demo                            manual_demo
36 Command Line                           Kommandozeile
37   Introduction to Command Line           Einfuehrung in die Kommandozeile
38     '                                    -> TO: EVALUATION (NEW)
39     ''                                   -> TO: EVALUATION (NEW)
40   Functions and Variables for Coma...    Funktionen und Variablen der Kommand...
41     -> FROM: INPUT AND OUTPUT              __
42     -> FROM: INPUT AND OUTPUT              _
43     -> FROM: INPUT AND OUTPUT              %
44     -> FROM: INPUT AND OUTPUT              %%
45     -> FROM: INPUT AND OUTPUT              %th
46     -> FROM: INPUT AND OUTPUT              ?
47     -> FROM: INPUT AND OUTPUT              ??
48     -> FROM: INPUT AND OUTPUT              inchar
49     -> FROM: MISCELLANEOUS OPTIONS         infolists
50     alias                                  -> TO: EXPRESSIONS
51     debugmode                              -> TO: DEBUGGING
52     ev                                     -> TO: EVALUATION (NEW)
53     eval                                   -> TO: EVALUATION (NEW)
54     evflag                                 -> TO: EVALUATION (NEW)
55     evfun                                  -> TO: EVALUATION (NEW)
56     infeval                                -> TO: EVALUATION (NEW)
57     kill                                   kill
58     labels                                 labels
59     -> FROM: INPUT AND OUTPUT              linechar
60     linenum                                linenum
61     myoptions                              myoptions
62     nolabels                               nolabels
63     optionset                              optionset
64     -> FROM: INPUT AND OUTPUT              outchar
65     playback                               playback
66     printprops                             -> TO: MAXIMA DATABASE (NEW)
67     prompt                                 prompt
68     quit                                   quit
69     remfunction                            -> TO: FUNCTION DEFINITION
70     reset                                  reset
71     NEW UNDOCUMENTED                       reset_verbosely
72     showtime                               showtime
73     -> FROM: INPUT AND OUTPUT              system
74     to_lisp                                to_lisp
75     values                                 values
76   -> NEW: FUNCTIONS AND VARIABLES ...    Funktionen und Variablen der Ausgabe
77     -> FROM: INPUT AND OUTPUT              %edispflag
78     -> FROM: INPUT AND OUTPUT              absboxchar
79     -> FROM: INPUT AND OUTPUT              disp
80     -> FROM: EXPRESSIONS                   dispform
81     -> FROM: INPUT AND OUTPUT              display
82     -> FROM: INPUT AND OUTPUT              display2d
83     -> FROM: INPUT AND OUTPUT              display_format_internal
84     -> FROM: INPUT AND OUTPUT              dispterms
85     -> FROM: INPUT AND OUTPUT              expt
86     -> FROM: MATRICES AND LINEAR ALGEBRA   ncexpt
87     -> FROM: INPUT AND OUTPUT              exptdispflag
88     -> FROM: INPUT AND OUTPUT              grind
89     -> FROM: INPUT AND OUTPUT              ibase
90     -> FROM: INPUT AND OUTPUT              ldisp
91     -> FROM: INPUT AND OUTPUT              ldisplay
92     -> FROM: INPUT AND OUTPUT              linel
93     -> FROM: INPUT AND OUTPUT              lispdisp
94     -> FROM: SIMPLIFICATION                negsumdispflag
95     -> FROM: INPUT AND OUTPUT              obase
96     -> FROM: INPUT AND OUTPUT              pfeformat
97     -> FROM: INPUT AND OUTPUT              print
98     -> FROM: INPUT AND OUTPUT              read
99     -> FROM: INPUT AND OUTPUT              readonly
100     -> FROM: OPERATORS                     sqrtdispflag
101     -> FROM: INPUT AND OUTPUT              stardisp
102     -> FROM: INPUT AND OUTPUT              ttyoff
103 --------------------------------------------------------------------------------
106 Operators
107 Expressions
108 Simplification
109 Plotting
110 Input and Output
111 Floating Point
112 Contexts
113 Polynomials
114 Constants
115 Logarithms
116 Trigonometric
117 Special Functions
118 Elliptic Functions
119 Limits
120 Differentiation
121 Integration
122 Equations
123 Differential Equations
124 Numerical
125 Arrays
126 Matrices and Linear Algebra
127 Affine
128 itensor
129 ctensor
130 atensor
131 Series
132 Number Theory
133 Symmetries
134 Groups
135 Runtime Environment
136 Miscellaneous
137 Rules and Patterns
138 Lists
139 Sets
140 Function Definition
141 Programm Flow
142 Debugging