ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem with matematics (derivative and brackets combinations) + wrong pagenumbering
@ 2014-02-04 23:07 Jaroslav Hajtmar
  2014-02-05  0:41 ` Jannik Voges
  0 siblings, 1 reply; 5+ messages in thread
From: Jaroslav Hajtmar @ 2014-02-04 23:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with matematics (derivative and brackets combinations) + wrong pagenumbering
  2014-02-04 23:07 Problem with matematics (derivative and brackets combinations) + wrong pagenumbering Jaroslav Hajtmar
@ 2014-02-05  0:41 ` Jannik Voges
  2014-02-05  0:58   ` Jaroslav Hajtmar
  0 siblings, 1 reply; 5+ messages in thread
From: Jannik Voges @ 2014-02-05  0:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

You should use ^\prime instead of '.


Jannik Voges

Am 05.02.2014 um 00:07 schrieb Jaroslav Hajtmar <hajtmar@gyza.cz>:

> 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with matematics (derivative and brackets combinations) + wrong pagenumbering
  2014-02-05  0:41 ` Jannik Voges
@ 2014-02-05  0:58   ` Jaroslav Hajtmar
  2014-02-05 11:30     ` Alan BRASLAU
  0 siblings, 1 reply; 5+ messages in thread
From: Jaroslav Hajtmar @ 2014-02-05  0:58 UTC (permalink / raw)
  To: ntg-context

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 <hajtmar@gyza.cz>:
>
>> 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
> ___________________________________________________________________________________
>

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with matematics (derivative and brackets combinations) + wrong pagenumbering
  2014-02-05  0:58   ` Jaroslav Hajtmar
@ 2014-02-05 11:30     ` Alan BRASLAU
  2014-02-05 11:50       ` Jaroslav Hajtmar
  0 siblings, 1 reply; 5+ messages in thread
From: Alan BRASLAU @ 2014-02-05 11:30 UTC (permalink / raw)
  To: hajtmar, mailing list for ConTeXt users

On Wed, 5 Feb 2014 01:58:44 +0100
Jaroslav Hajtmar <hajtmar@gyza.cz> 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
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with matematics (derivative and brackets combinations) + wrong pagenumbering
  2014-02-05 11:30     ` Alan BRASLAU
@ 2014-02-05 11:50       ` Jaroslav Hajtmar
  0 siblings, 0 replies; 5+ messages in thread
From: Jaroslav Hajtmar @ 2014-02-05 11:50 UTC (permalink / raw)
  To: Alan BRASLAU; +Cc: mailing list for ConTeXt users

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 <hajtmar@gyza.cz> 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
>

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-05 11:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-04 23:07 Problem with matematics (derivative and brackets combinations) + wrong pagenumbering Jaroslav Hajtmar
2014-02-05  0:41 ` Jannik Voges
2014-02-05  0:58   ` Jaroslav Hajtmar
2014-02-05 11:30     ` Alan BRASLAU
2014-02-05 11:50       ` Jaroslav Hajtmar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).