About the indent after a displayed formula
Dear all,
I found that if a paragraph is ended by a displayed formula, the first
line of the next paragraph will not indent. It is a feature or bug?
And how do I enable this indent?
The following is a very simple example. Please note the second
paragraph.
\setupindenting[medium, yes]
\starttext
This is a test file.
\startformula
x^2+y^2=1.
\stopformula
This is a test file.
This is a test file.
\stoptext
--
Longmin Wang
2007/12/19, Longmin Wang
Dear all,
I found that if a paragraph is ended by a displayed formula, the first line of the next paragraph will not indent. It is a feature or bug? And how do I enable this indent?
The following is a very simple example. Please note the second paragraph.
\setupindenting[medium, yes] \starttext This is a test file. \startformula x^2+y^2=1. \stopformula
This is a test file.
This is a test file. \stoptext
This is the normal behaviour in ConTeXt but you can change it. \setupformulae[indentnext=auto] % or yes Wolfgang
Thank you very much. It helps a lot. On Wed, Dec 19, 2007 at 06:05:38PM +0100, Wolfgang Schuster wrote:
2007/12/19, Longmin Wang
: Dear all,
I found that if a paragraph is ended by a displayed formula, the first line of the next paragraph will not indent. It is a feature or bug? And how do I enable this indent?
The following is a very simple example. Please note the second paragraph.
\setupindenting[medium, yes] \starttext This is a test file. \startformula x^2+y^2=1. \stopformula
This is a test file.
This is a test file. \stoptext
This is the normal behaviour in ConTeXt but you can change it.
\setupformulae[indentnext=auto] % or yes
Wolfgang ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
--
Longmin Wang
participants (2)
-
Longmin Wang
-
Wolfgang Schuster