Hello, I set the indentation of the first paragraph with \setupindenting, but "first" opcion does not work. \setupindenting[yes,medium,first] Does anyone know what happens? Thanks, 19cat
On 12/01/2014 03:55 PM, 19cat wrote:
Hello,
I set the indentation of the first paragraph with \setupindenting, but "first" opcion does not work. \setupindenting[yes,medium,first]
Does anyone know what happens?
Hi, could you paste a minimal sample or at least describe what you intend to achieve? Pablo -- http://www.ousia.tk
Sorry. This is a minimal sample. And first paragraph always is not indented. 19cat
El 01/12/2014, a les 6:00 p. m., Pablo Rodriguez
va escriure: On 12/01/2014 03:55 PM, 19cat wrote:
Hello,
I set the indentation of the first paragraph with \setupindenting, but "first" opcion does not work. \setupindenting[yes,medium,first]
Does anyone know what happens?
Hi,
could you paste a minimal sample or at least describe what you intend to achieve?
Pablo -- http://www.ousia.tk ___________________________________________________________________________________ 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 Mon, 1 Dec 2014, 19cat wrote:
Sorry.
This is a minimal sample. And first paragraph always is not indented.
You need to add \setuphead[chapter][indentnext={yes,first}] (or simply indentnext=yes) See: http://wiki.contextgarden.net/Indentation#Setting_up_indentation_after_an_en... Aditya
On 12/01/2014 08:05 PM, 19cat wrote:
Thank you,
Now, "first/next" parameter works.
But I must add same line for "section", "subsection", "subsubsection", ... :-(
\setupheads[indentnext=yes] will do the work. Pablo -- http://www.ousia.tk
This is what I was looking for.
I need read more, about ConText.
Thanks everyone
El 01/12/2014, a les 8:23 p.m., Pablo Rodriguez
On 12/01/2014 08:05 PM, 19cat wrote:
Thank you,
Now, "first/next" parameter works.
But I must add same line for "section", "subsection", "subsubsection", ... :-(
\setupheads[indentnext=yes] will do the work.
Pablo -- http://www.ousia.tk ___________________________________________________________________________________ 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 ___________________________________________________________________________________
I have another question, using this \setupheads solution. When I use \title and \subject the result of "first" and "next" options of \setupindenting are omitted. While in \chapter and \sections with \setupheads[indentnext={yes,first}] command, first paragraph indent is controled with "first/next" option in \setupindenting[yes,medium,next], in \title and \subject only change modifying indentnext to yes/no in \setuphead[subject]. Is this normal? Sample: \setupheads[indentnext={yes,first}] %\setuphead[subject][indentnext=no] % uncomment for indent in \subject \setupindenting[yes,medium,next] \starttext \chapter{Chapter} \section{Section} \input knuth \subject{Subject} \input knuth \stoptext 19cat
El 01/12/2014, a les 8:23 p. m., Pablo Rodriguez
va escriure: On 12/01/2014 08:05 PM, 19cat wrote:
Thank you,
Now, "first/next" parameter works.
But I must add same line for "section", "subsection", "subsubsection", ... :-(
\setupheads[indentnext=yes] will do the work.
Pablo -- http://www.ousia.tk ___________________________________________________________________________________ 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 ___________________________________________________________________________________
Am 02.12.2014 um 08:33 schrieb 19cat
: I have another question, using this \setupheads solution.
When I use \title and \subject the result of "first" and "next" options of \setupindenting are omitted.
While in \chapter and \sections with \setupheads[indentnext={yes,first}] command, first paragraph indent is controled with "first/next" option in \setupindenting[yes,medium,next], in \title and \subject only change modifying indentnext to yes/no in \setuphead[subject].
Is this normal?
The indentnext key accepts only the three values - yes, - no and - auto. Other values like your “yes,first” (which is here a single keyword with a comma in the name and not a list) are ignored by context. Wolfgang
Well, I understood that:
- indent first paragraph after heads is configured with "indentnext" of \setuphead .
- "first/next" option of \setupindenting refers only first paragraf of document before heads.
That is correct?
19cat
El 02/12/2014, a les 9:49 a.m., Wolfgang Schuster
Am 02.12.2014 um 08:33 schrieb 19cat
: I have another question, using this \setupheads solution.
When I use \title and \subject the result of "first" and "next" options of \setupindenting are omitted.
While in \chapter and \sections with \setupheads[indentnext={yes,first}] command, first paragraph indent is controled with "first/next" option in \setupindenting[yes,medium,next], in \title and \subject only change modifying indentnext to yes/no in \setuphead[subject].
Is this normal?
The indentnext key accepts only the three values
- yes, - no and - auto.
Other values like your “yes,first” (which is here a single keyword with a comma in the name and not a list) are ignored by context.
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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
On 12/02/2014 04:12 PM, 19cat wrote:
Well, I understood that: - indent first paragraph after heads is configured with "indentnext" of \setuphead . - "first/next" option of \setupindenting refers only first paragraf of document before heads.
That is correct?
Sorry for the delay in replying. Yes, indentnext indents next paragraph after element (not only used with heads). With trial and error, the next option from \setupindeting seems to indent the paragraphs other than the first. First indents all paragraphs, which seems to be the default behaviour. Just in case it helps, Pablo -- http://www.ousia.tk
Thanks,
I test it, with trial and error, from yours comments.
19cat
El 06/12/2014, a les 11:29 a.m., Pablo Rodriguez
On 12/02/2014 04:12 PM, 19cat wrote:
Well, I understood that: - indent first paragraph after heads is configured with "indentnext" of \setuphead . - "first/next" option of \setupindenting refers only first paragraf of document before heads.
That is correct?
Sorry for the delay in replying.
Yes, indentnext indents next paragraph after element (not only used with heads).
With trial and error, the next option from \setupindeting seems to indent the paragraphs other than the first. First indents all paragraphs, which seems to be the default behaviour.
Just in case it helps,
Pablo -- http://www.ousia.tk ___________________________________________________________________________________ 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 Sat, 6 Dec 2014, Pablo Rodriguez wrote:
With trial and error,
Was the explanation on the wiki not clear on this? http://wiki.contextgarden.net/Indentation
the next option from \setupindeting seems to indent the paragraphs other than the first. First indents all paragraphs, which seems to be the default behaviour.
Aditya
On Tue, 2 Dec 2014, Wolfgang Schuster wrote:
Am 02.12.2014 um 08:33 schrieb 19cat
: I have another question, using this \setupheads solution.
When I use \title and \subject the result of "first" and "next" options of \setupindenting are omitted.
While in \chapter and \sections with \setupheads[indentnext={yes,first}] command, first paragraph indent is controled with "first/next" option in \setupindenting[yes,medium,next], in \title and \subject only change modifying indentnext to yes/no in \setuphead[subject].
Is this normal?
The indentnext key accepts only the three values
- yes, - no and - auto.
Other values like your “yes,first” (which is here a single keyword with a comma in the name and not a list) are ignored by context.
Ah, of course. Sorry for giving the wrong info. Aditya
participants (4)
-
19cat
-
Aditya Mahajan
-
Pablo Rodriguez
-
Wolfgang Schuster