Problem with matematics (derivative and brackets combinations) + wrong pagenumbering
Hello ConTeXist. I type some math now. When I use the symbol derivative in combination with symbols brackets, so the result does not look too good. Compared to the result in LaTeX output is almost unusable. It is possible to achieve a better result? In addition, I noticed that the page numbering starts from number 2. Is it a bug or I wrong? Thanx Jaroslav Hajtmar Here is my example: % This is LuaTeX, Version beta-0.78.2 (TeX Live 2013/W32TeX) (rev 4771) % ConTeXt ver: 2014.01.30 22:19 MKIV beta fmt: 2014.1.30 int: english/english \starttext $\left(f\pm g\right)'= f'\pm g'$ \blank[big] $\left(f\cdot g\right)'= f'\cdot g + f\cdot g'$ \blank[big] \mathematics{\left(\frac{f}{g}\right)'=\frac{f'\cdot g - f\cdot g'}{g^2}}, $g\neq0$ \blank[big] \startformula \left(\frac{f}{g}\right)'=\frac{f'\cdot g - f\cdot g'}{g^2} \stopformula \blank[big] $\left(c\cdot f\right)'=c\cdot f'$ \blank[big] $\left[f\left(g\right)\right]'=f'(g)\cdot g'$ \blank[big] \stoptext
You should use ^\prime instead of '.
Jannik Voges
Am 05.02.2014 um 00:07 schrieb Jaroslav Hajtmar
Hello ConTeXist.
I type some math now. When I use the symbol derivative in combination with symbols brackets, so the result does not look too good. Compared to the result in LaTeX output is almost unusable. It is possible to achieve a better result?
In addition, I noticed that the page numbering starts from number 2. Is it a bug or I wrong?
Thanx Jaroslav Hajtmar
Here is my example:
% This is LuaTeX, Version beta-0.78.2 (TeX Live 2013/W32TeX) (rev 4771) % ConTeXt ver: 2014.01.30 22:19 MKIV beta fmt: 2014.1.30 int: english/english
\starttext
$\left(f\pm g\right)'= f'\pm g'$
\blank[big]
$\left(f\cdot g\right)'= f'\cdot g + f\cdot g'$
\blank[big]
\mathematics{\left(\frac{f}{g}\right)'=\frac{f'\cdot g - f\cdot g'}{g^2}}, $g\neq0$
\blank[big]
\startformula \left(\frac{f}{g}\right)'=\frac{f'\cdot g - f\cdot g'}{g^2} \stopformula
\blank[big]
$\left(c\cdot f\right)'=c\cdot f'$
\blank[big]
$\left[f\left(g\right)\right]'=f'(g)\cdot g'$
\blank[big]
\stoptext
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
Hello Jannik. Thanx. I know about ^\prime but this is the same as ^{'}. In this case is derivative symbol too higher - but emergency it can of course use. Use ^{'} or ^{\ prime} in LaTeX leads to equally poor results (too higher). Apparently to terms with the fact that it simply will not probably be better :-) ... In addition, I noticed that the broken line is too short (and it needs to be extended with spaces.). Thanks Jroslav Hajtmar Dne 5.2.2014 1:41, Jannik Voges napsal(a):
You should use ^\prime instead of '.
Jannik Voges
Am 05.02.2014 um 00:07 schrieb Jaroslav Hajtmar
: Hello ConTeXist.
I type some math now. When I use the symbol derivative in combination with symbols brackets, so the result does not look too good. Compared to the result in LaTeX output is almost unusable. It is possible to achieve a better result?
In addition, I noticed that the page numbering starts from number 2. Is it a bug or I wrong?
Thanx Jaroslav Hajtmar
Here is my example:
% This is LuaTeX, Version beta-0.78.2 (TeX Live 2013/W32TeX) (rev 4771) % ConTeXt ver: 2014.01.30 22:19 MKIV beta fmt: 2014.1.30 int: english/english
\starttext
$\left(f\pm g\right)'= f'\pm g'$
\blank[big]
$\left(f\cdot g\right)'= f'\cdot g + f\cdot g'$
\blank[big]
\mathematics{\left(\frac{f}{g}\right)'=\frac{f'\cdot g - f\cdot g'}{g^2}}, $g\neq0$
\blank[big]
\startformula \left(\frac{f}{g}\right)'=\frac{f'\cdot g - f\cdot g'}{g^2} \stopformula
\blank[big]
$\left(c\cdot f\right)'=c\cdot f'$
\blank[big]
$\left[f\left(g\right)\right]'=f'(g)\cdot g'$
\blank[big]
\stoptext
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
On Wed, 5 Feb 2014 01:58:44 +0100
Jaroslav Hajtmar
I know about ^\prime but this is the same as ^{'}.
Not to be confused with ´ (prime)! U+2032 ′ U+0027 ' U+2019 ’ U+02BC ʼ etc. Windows (Word) is really "bad" in substituting the "right single quotation mark" for the ASCII (typewriter) apostrophe (U+0027). This is probably because some people in the unicode world decided that this be the "preferred" character to use for apostrophe (for some strange reason). Alan
Thanx Alan for the explanation. I tried use all of symbols ie U+2032 ′, U+0027 ' , U+2019 ’ and U+02BC ʼ. Visual results with using of U+2032 ′, U+0027 ' and U+02BC ʼ are the same as with symbol apostrophe ' (\prime) ... i.e. bad appearance (very low or very high with ^ symbol). Using of U+2019 ’ get error. Jaroslav Hajtmar Dne 5.2.2014 12:30, Alan BRASLAU napsal(a):
On Wed, 5 Feb 2014 01:58:44 +0100 Jaroslav Hajtmar
wrote: I know about ^\prime but this is the same as ^{'}. Not to be confused with ´ (prime)! U+2032 ′ U+0027 ' U+2019 ’ U+02BC ʼ etc.
Windows (Word) is really "bad" in substituting the "right single quotation mark" for the ASCII (typewriter) apostrophe (U+0027). This is probably because some people in the unicode world decided that this be the "preferred" character to use for apostrophe (for some strange reason).
Alan
participants (3)
-
Alan BRASLAU
-
Jannik Voges
-
Jaroslav Hajtmar