• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D21-Oct-2019221 95

Makefile.inH A D27-Jan-202029.5 KiB930822

READMEH A D22-Jan-20195.8 KiB145133

extract_categories.shH A D21-Oct-20192.1 KiB8265

extract_categories1.awkH A D22-Jan-2019772 2117

extract_categories1.sedH A D22-Jan-2019454 87

include-maxima.de.texiH A D21-Oct-201926 KiB937741

manual.cssH A D22-Jan-20191.6 KiB10188

maxima-index.lispH A D30-Dec-2019266.8 KiB3,1343,129

maxima.infoH A D30-Dec-201949.4 KiB1,9811,975

maxima.info-1H A D30-Dec-2019294.8 KiB7,9696,236

maxima.info-2H A D30-Dec-2019304.4 KiB7,5465,940

maxima.info-3H A D30-Dec-2019289.4 KiB7,3965,850

maxima.info-4H A D30-Dec-2019316.7 KiB7,7766,153

maxima.info-5H A D30-Dec-2019261.3 KiB6,5055,112

maxima.info-6H A D30-Dec-2019291.9 KiB7,6985,887

maxima.info-7H A D30-Dec-2019308.4 KiB8,8096,738

maxima.info-8H A D30-Dec-2019309.4 KiB7,8846,026

maxima.texiH A D21-Oct-2019135 97

texi2html.initH A D22-Jan-201969 21

texinfo.texH A D21-Oct-2019315.5 KiB10,0809,328

README

1This directory contains an attempt to translate the Maxima Manual into German.
2It is not only a translation, but it is an attempt to reorganize the Maxima
3Manual. The following table shows the differences between the English and the
4German manual.
5
6Changes are marked with "->". There are the following entries:
7
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
11
12
13English Maxima Manual                  German Maxima Manual
14--------------------------------------------------------------------------------
15Introduction                           Einfuehrung in Maxima
16
17Bug 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
24
25Help                                   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
35
36Command 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--------------------------------------------------------------------------------
104
105
106Operators
107Expressions
108Simplification
109Plotting
110Input and Output
111Floating Point
112Contexts
113Polynomials
114Constants
115Logarithms
116Trigonometric
117Special Functions
118Elliptic Functions
119Limits
120Differentiation
121Integration
122Equations
123Differential Equations
124Numerical
125Arrays
126Matrices and Linear Algebra
127Affine
128itensor
129ctensor
130atensor
131Series
132Number Theory
133Symmetries
134Groups
135Runtime Enviroment
136Miscellaneous
137Rules and Patterns
138Lists
139Sets
140Function Definition
141Programm Flow
142Debugging
143
144
145