On Sun, Apr 18, 2010 at 5:55 PM, Sajang Yang <sajang.yang at gmail.com> wrote:
> 0. First of all, I would like to say "Thank you." for the great introduction
> document.
You're welcome, I'm glad that you find it useful.
> 1. Missing backslashes hinders the display of curly braces.
> The current minimal-maxima.tex : line 726~727
> \item A set is specified within curly braces ${ }$ like this:
> ${a, b, c, \ldots}$ where the set elements are $a, b, c, \ldots$.
> Preferred modification :
> \item A set is specified within curly braces $\{ \}$ like this:
> $\{a, b, c, \ldots\}$ where the set elements are $a, b, c, \ldots$.
Thanks for pointing it out, I have made this correction.
> 2. Two single quotes comes with one double quote
> The current minimal-maxima.tex : line 327
> \item Two single quotes $''a$ causes an extra evaluation at the time the
> expression $a$ is parsed.
> How about putting a space in between them? like below :
> \item Two single quotes $'\ 'a$ causes an extra evaluation at the time the
> expression $a$ is parsed.
Hmm, that doesn't seem like a good idea. When the user types
in the quote-quote, there cannot be a space between them.
I don't want to cause confusion.
> 3. How can I post my translation on Maxima project?
You can send an email to our webmaster, Alexey Beshenov, al at beshenov.ru.
You can attach your document or send a link.
Thanks for your interest in Maxima!
best
Robert Dodier