[NTG-context] Indentation in headings

2024-09-14 Thread Kirill Davidov
Greetings, As per Russian GOST standards, numbered section headings are flush left and start with the paragraph indent. Is there a proper way to indent a section heading? The code simulates what I want visually, but it unfortunately causes the heading to poke out into the margins. That can be trou

Re: [NTG-context] Indentation inside \framed won't go away

2021-10-21 Thread Ramkumar KB via ntg-context
FV / Massi / Hans, Thank you so much for the valuable tips. I will find a suitable place in the Wiki and add this information / nugget. best regards, Ramkumar On Thu, Oct 21, 2021 at 5:10 PM Hans Hagen wrote: > On 10/21/2021 10:32 AM, Ramkumar KB via ntg-context wrote: > > Hello, > > > > I ha

Re: [NTG-context] Indentation inside \framed won't go away

2021-10-21 Thread Hans Hagen via ntg-context
On 10/21/2021 10:32 AM, Ramkumar KB via ntg-context wrote: Hello, I have this nagging issue of indentation (in the 1st line) showing up inside \framed in spite of all the commands to skip indentation (see attached PDF). It appears that *\setupindenting[no]* is not playing any role here and

Re: [NTG-context] Indentation inside \framed won't go away

2021-10-21 Thread mf via ntg-context
\definepapersize[a4-portrait][A4][A4] \setuppapersize[a4-portrait] \setuplayout[topspace=10mm,backspace=15mm,header=50pt,footer=50pt,textwidth=165mm,height=middle,width=middle] \starttext \offset[x=\dimexpr11mm\relax,y=\dimexpr23mm\relax] {\framed[frame=on,offset=none,align=flushleft] {% per

Re: [NTG-context] Indentation inside \framed won't go away

2021-10-21 Thread fv leung via ntg-context
I use \removeunwantedspaces in this case. Ramkumar KB via ntg-context 於 2021年10月21日 週四 下午4:32寫道: > Hello, > > I have this nagging issue of indentation (in the 1st line) showing up > inside \framed in spite of all the commands to skip indentation (see > attached PDF). > > It appears that *\setu

[NTG-context] Indentation inside \framed won't go away

2021-10-21 Thread Ramkumar KB via ntg-context
Hello, I have this nagging issue of indentation (in the 1st line) showing up inside \framed in spite of all the commands to skip indentation (see attached PDF). It appears that *\setupindenting[no]* is not playing any role here and some other parameter is overriding this. Any tips would be appr

Re: [NTG-context] Indentation after \placefigure

2020-11-10 Thread Sylvain Hubert
On Tue, 10 Nov 2020 at 18:05, Aditya Mahajan wrote: > On Tue, 10 Nov 2020, mf wrote: > > > Il 10/11/20 09:42, Sylvain Hubert ha scritto: > > > Dear List, > > > > > > Does anyone know how to indent the paragraph beneath \placefigure in > the > > > following example? > > > > > > \indenting[2em

Re: [NTG-context] Indentation after \placefigure

2020-11-10 Thread Aditya Mahajan
On Tue, 10 Nov 2020, mf wrote: > Il 10/11/20 09:42, Sylvain Hubert ha scritto: > > Dear List, > > > > Does anyone know how to indent the paragraph beneath \placefigure in the > > following example? > > > >     \indenting[2em] > >     \setupindenting[yes] > > > >     \starttext > > > >    

Re: [NTG-context] Indentation after \placefigure

2020-11-10 Thread Sylvain Hubert
On Tue, 10 Nov 2020 at 10:05, mf wrote: > Il 10/11/20 09:42, Sylvain Hubert ha scritto: > > Dear List, > > > > Does anyone know how to indent the paragraph beneath \placefigure in the > > following example? > > > > \indenting[2em] > > \setupindenting[yes] > > > > \starttext > > > >

Re: [NTG-context] Indentation after \placefigure

2020-11-10 Thread mf
Il 10/11/20 09:42, Sylvain Hubert ha scritto: Dear List, Does anyone know how to indent the paragraph beneath \placefigure in the following example?     \indenting[2em]     \setupindenting[yes]     \starttext     \dorecurse{50}{a b c }     \placefigure[here,none][indentnext=yes]{}{  

[NTG-context] Indentation after \placefigure

2020-11-10 Thread Sylvain Hubert
Dear List, Does anyone know how to indent the paragraph beneath \placefigure in the following example? \indenting[2em] \setupindenting[yes] \starttext \dorecurse{50}{a b c } \placefigure[here,none][indentnext=yes]{}{ \startMPcode draw fullcircle scaled 1cm; \sto

Re: [NTG-context] indentation of item separators

2020-11-09 Thread Sylvain Hubert
On Mon, 9 Nov 2020 at 20:35, Pablo Rodriguez wrote: > On 11/9/20 8:09 PM, Sylvain Hubert wrote: > > Dear List, > > > > In the following example, what is indented is the text instead of the > > numbers. > > [...] > > Does anyone know how to indent the whole item group altogether? > > Hi Sylvain, >

Re: [NTG-context] indentation of item separators

2020-11-09 Thread Pablo Rodriguez
On 11/9/20 8:09 PM, Sylvain Hubert wrote: > Dear List, > > In the following example, what is indented is the text instead of the > numbers. > [...] > Does anyone know how to indent the whole item group altogether? Hi Sylvain, margin is the option here, not indenting. You can see the difference:

[NTG-context] indentation of item separators

2020-11-09 Thread Sylvain Hubert
Dear List, In the following example, what is indented is the text instead of the numbers. \starttext \startitemize[n, packed][indenting=2em] \item abc \item def \item ghi \stopitemize \stoptext Does anyone know how to indent the whole item group altogether? Thanks!

Re: [NTG-context] Indentation problem inside enumeration

2020-01-02 Thread Mikael P. Sundqvist
On Tue, Dec 17, 2019 at 8:39 AM Mikael P. Sundqvist wrote: > Hi! > > I've met a strange problem with indentation in consecutive enumerations. > It seems to me that if > > 1) the first enumeration uses indentnext=no > AND > 2) the next enumeration uses a background > > then the second(?) paragraph

[NTG-context] Indentation problem inside enumeration

2019-12-16 Thread Mikael P. Sundqvist
Hi! I've met a strange problem with indentation in consecutive enumerations. It seems to me that if 1) the first enumeration uses indentnext=no AND 2) the next enumeration uses a background then the second(?) paragraph of the second enumeration is not indented. Here is a small example (see what

[NTG-context] Indentation in multiline footnote

2019-10-05 Thread Javier Villate
Hello, This is my first post. I want to get indented paragraphs in the footnotes that contain several paragraphs. I now have indented paragraphs with this setting: \setupnotation [footnote] [alternative=left, hang=1, indentnext=yes] Thanks. Javier _

Re: [NTG-context] Indentation after formula

2016-09-14 Thread Hans Åberg
> On 14 Sep 2016, at 15:43, Wolfgang Schuster > wrote: > >> Hans Åberg 14. September 2016 um 15:39 >> >> OK. Thanks. >> >> There is both \setupformulas and \setupformula. Are they the same? > Yes. Great. :-) __

Re: [NTG-context] Indentation after formula

2016-09-14 Thread Wolfgang Schuster
Hans Åberg 14. September 2016 um 15:39 OK. Thanks. There is both \setupformulas and \setupformula. Are they the same? Yes. Wolfgang ___ If your question is of interest to others as well,

Re: [NTG-context] Indentation after formula

2016-09-14 Thread Hans Åberg
> On 14 Sep 2016, at 15:24, Wolfgang Schuster > wrote: > >> Hans Åberg 14. September 2016 um 15:20 >> Looks like a bug: >> >> If there is no text immediately following a formula, the following paragraph >> is not treated as such, but as the text following it. > \setupformula[indentnext=auto]

Re: [NTG-context] Indentation after formula

2016-09-14 Thread Wolfgang Schuster
Hans Åberg 14. September 2016 um 15:20 Looks like a bug: If there is no text immediately following a formula, the following paragraph is not treated as such, but as the text following it. \setupformula[indentnext=auto] Wolfgang __

[NTG-context] Indentation after formula

2016-09-14 Thread Hans Åberg
Looks like a bug: If there is no text immediately following a formula, the following paragraph is not treated as such, but as the text following it. \setupbodyfont[xits,10pt] \setupmathematics[integral=nolimits, lcgreek=normal, default=normal] \setupindenting[yes,medium,next] \starttext For

Re: [NTG-context] Indentation after margin float with caption

2016-09-07 Thread Aditya Mahajan
On Tue, 6 Sep 2016, Mikael P. Sundqvist wrote: \unprotect \def\page_one_place_float_auto {\page_one_place_float_otherwise\nonoindentation} \def\page_one_place_float_bottom {\page_one_place_float_otherwise\nonoindentation} \def\page_one_place_float_margin {\page_margin_blocks_process_float\nonoin

Re: [NTG-context] Indentation after margin float with caption

2016-09-06 Thread Aditya Mahajan
On Tue, 6 Sep 2016, Wolfgang Schuster wrote: Mikael P. Sundqvist 6. September 2016 um 21:07 Dear all, since I got no answer here I cross posted on stackexchange (see http://tex.stackexchange.com/q/328147/52406). Now, I got a solution to this from Aditya. It seem

Re: [NTG-context] Indentation after margin float with caption

2016-09-06 Thread Wolfgang Schuster
Mikael P. Sundqvist 6. September 2016 um 21:07 Dear all, since I got no answer here I cross posted on stackexchange (see http://tex.stackexchange.com/q/328147/52406). Now, I got a solution to this from Aditya. It seems that it is not yet clear to me (or Aditya, as far a

Re: [NTG-context] Indentation after margin float with caption

2016-09-06 Thread Mikael P. Sundqvist
On Fri, Sep 2, 2016 at 9:47 AM, Mikael P. Sundqvist wrote: > Dear list, > > is it possible to have a margin figure with caption, and automatically > have the next paragraph indented? Look at the example below (pdf > result attached). If I add the none argument to the float, then the > next paragra

[NTG-context] Indentation after margin float with caption

2016-09-02 Thread Mikael P. Sundqvist
Dear list, is it possible to have a margin figure with caption, and automatically have the next paragraph indented? Look at the example below (pdf result attached). If I add the none argument to the float, then the next paragraph is indented. Otherwise not. Is it a bug or a feature? Best regards,

Re: [NTG-context] Indentation within footnotes

2015-03-16 Thread Pablo Rodriguez
03/15/2015 10:37 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: > On Sun, 15 Mar 2015 15:07:57 -0600, Pablo Rodriguez wrote: > >> I’m not sure whether this is clearer to me. It seems that your approach >> enables indenting by setting vertical space in paragraphs. >> I may be missing something, si

Re: [NTG-context] Indentation within footnotes

2015-03-15 Thread Wolfgang Schuster
> Am 15.03.2015 um 22:58 schrieb Idris Samawi Hamid ادريس سماوي حامد > : > > On Sun, 15 Mar 2015 15:43:47 -0600, Wolfgang Schuster > mailto:schuster.wolfg...@gmail.com>> wrote: > >> >>> Am 15.03.2015 um 19:19 schrieb Idris Samawi Hamid ادريس سماوي حامد >>> : >>> >>> Hi Pablo, >>> >>> On Su

Re: [NTG-context] Indentation within footnotes

2015-03-15 Thread Idris Samawi Hamid ادريس سماوي حامد
On Sun, 15 Mar 2015 15:43:47 -0600, Wolfgang Schuster wrote: Am 15.03.2015 um 19:19 schrieb Idris Samawi Hamid ادريس سماوي حامد : Hi Pablo, On Sun, 15 Mar 2015 11:24:47 -0600, Pablo Rodriguez wrote: Changing indenting to {yes, next} only the third paragraph in the footnote is inde

Re: [NTG-context] Indentation within footnotes

2015-03-15 Thread Wolfgang Schuster
> Am 15.03.2015 um 19:19 schrieb Idris Samawi Hamid ادريس سماوي حامد > : > > Hi Pablo, > > On Sun, 15 Mar 2015 11:24:47 -0600, Pablo Rodriguez wrote: > >> Changing indenting to {yes, next} only the third >> paragraph in the footnote is indented. > > My guess is that the first "next" is alrea

Re: [NTG-context] Indentation within footnotes

2015-03-15 Thread Idris Samawi Hamid ادريس سماوي حامد
On Sun, 15 Mar 2015 15:07:57 -0600, Pablo Rodriguez wrote: I’m not sure whether this is clearer to me. It seems that your approach enables indenting by setting vertical space in paragraphs. I may be missing something, since I’d bet that the setups for notes approach is clearer. Didn't mean to

Re: [NTG-context] Indentation within footnotes

2015-03-15 Thread Alan BRASLAU
> > And I still suspect Wolfgang is just Hans in disguise :D > > It is Hans in his Superman disguise , :D. The ConTeXt meetings are a great opportunity to ask BOTH Hans and Wolfgang everything that you might have wanted to know about ConTeXt (and were afraid to ask on the mailing list). Alan _

Re: [NTG-context] Indentation within footnotes

2015-03-15 Thread Pablo Rodriguez
On 03/15/2015 07:36 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: > On Sun, 15 Mar 2015 10:29:25 -0600, Pablo Rodriguez wrote: >> On 03/15/2015 03:16 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: >>> [...] >>> will give me what I want. But can anyone explain why *both* commands are >>> needed? To

Re: [NTG-context] Indentation within footnotes

2015-03-15 Thread Idris Samawi Hamid ادريس سماوي حامد
Hi Pablo, On Sun, 15 Mar 2015 10:29:25 -0600, Pablo Rodriguez wrote: On 03/15/2015 03:16 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: [...] \setupnotation[footnote][indenting=yes,next] \setupfootnotedefinition[before={\setupindenting[big,yes]}] will give me what I want. But can anyone expl

Re: [NTG-context] Indentation within footnotes

2015-03-15 Thread Idris Samawi Hamid ادريس سماوي حامد
Hi Pablo, On Sun, 15 Mar 2015 11:24:47 -0600, Pablo Rodriguez wrote: Changing indenting to {yes, next} only the third paragraph in the footnote is indented. My guess is that the first "next" is already hardwired into the footnote mechanism. If you remove the "next" it should work. So this

Re: [NTG-context] Indentation within footnotes

2015-03-15 Thread Pablo Rodriguez
On 03/15/2015 05:55 PM, Wolfgang Schuster wrote: >> Am 15.03.2015 um 14:42 schrieb Idris Samawi Hamid ادريس سماوي حامد: >> >> Dear gang, >> >> In the attached example: For a given footnote I would like for the >> first line of each paragraph after paragraph one to be indented. What do >> I need to

Re: [NTG-context] Indentation within footnotes

2015-03-15 Thread Wolfgang Schuster
> Am 15.03.2015 um 14:42 schrieb Idris Samawi Hamid ادريس سماوي حامد > : > > Dear gang, > > In the attached example: For a given footnote I would like for the first line > of each paragraph after paragraph one to be indented. What do I need to do to > get this right? Thanks in advance, and >

Re: [NTG-context] Indentation within footnotes

2015-03-15 Thread Pablo Rodriguez
On 03/15/2015 03:16 PM, Idris Samawi Hamid ادريس سماوي حامد wrote: > [...] > \setupnotation[footnote][indenting=yes,next] > \setupfootnotedefinition[before={\setupindenting[big,yes]}] > > will give me what I want. But can anyone explain why *both* commands are > needed? Toggling these two comman

Re: [NTG-context] Indentation within footnotes

2015-03-15 Thread Idris Samawi Hamid ادريس سماوي حامد
On Sun, 15 Mar 2015 07:42:11 -0600, Idris Samawi Hamid ادريس سماوي حامد wrote: Dear gang, In the attached example: For a given footnote I would like for the first line of each paragraph after paragraph one to be indented. What do I need to do to get this right? Thanks in advance, and Best w

[NTG-context] Indentation within footnotes

2015-03-15 Thread Idris Samawi Hamid ادريس سماوي حامد
Dear gang, In the attached example: For a given footnote I would like for the first line of each paragraph after paragraph one to be indented. What do I need to do to get this right? Thanks in advance, and Best wishes Idris \setupindenting[big,yes] \setupheads[indentnext=no] \

Re: [NTG-context] Indentation inside environment

2015-01-31 Thread Fabrice
Hi Wolfgang, It is very clear, as usual. Thank you again, Fabrice ___ 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/list

Re: [NTG-context] Indentation inside environment

2015-01-30 Thread Wolfgang Schuster
> Am 30.01.2015 um 19:56 schrieb Fabrice : > > Hi Wolfgang, > For the first option, it's ok, thank you. > Can you clarify for the second option? Something like (untested): \defineenumeration[FirstLevel][numberconversion=A,alternative=top] \starttext \startFirstLevel \startitemize[n]

Re: [NTG-context] Indentation inside environment

2015-01-30 Thread Fabrice
Hi Wolfgang, For the first option, it's ok, thank you. Can you clarify for the second option? Best regards, Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : n

Re: [NTG-context] Indentation inside environment

2015-01-30 Thread Wolfgang Schuster
> Am 30.01.2015 um 12:59 schrieb Fabrice Couvreur : > > Hi, > I would have no indentation for the text (ward) > thank you, > Fabrice > > \starttext > \startitemize[A][stopper={.},style=bold] > \iem \item > \blank[big] > \input ward > \startitemize[n][stopper={.},style=bold] > \ite

[NTG-context] Indentation inside environment

2015-01-30 Thread Fabrice Couvreur
Hi, I would have no indentation for the text (ward) thank you, Fabrice \starttext \startitemize[A][stopper={.},style=bold] \iem \blank[big] \input ward \startitemize[n][stopper={.},style=bold] \item \item \item \stopitemize \item \blank[big] \input ward \startitemize[n][stopper={.},style=bold] \it

Re: [NTG-context] Indentation in floats

2013-06-03 Thread Marco Patzer
On 2013–06–03 Wolfgang Schuster wrote: > > how to disable indentation inside floats without using \noindenting > > each time? > > […] > > There is no key for \setupfloat the disable the indentation because floats > are only > a container for other objects, e.g. figures or tables. For text objects

Re: [NTG-context] Indentation in floats

2013-06-03 Thread Wolfgang Schuster
Am 03.06.2013 um 16:59 schrieb Marco Patzer : > Hi, > > how to disable indentation inside floats without using \noindenting > each time? > > \setupindenting [yes, medium] > \starttext > \input ward > > \startplacefigure > foo\par bar > \stopplacefigure > > \startplacefigure > alpha\par beta

[NTG-context] Indentation in floats

2013-06-03 Thread Marco Patzer
Hi, how to disable indentation inside floats without using \noindenting each time? \setupindenting [yes, medium] \starttext \input ward \startplacefigure foo\par bar \stopplacefigure \startplacefigure alpha\par beta \stopplacefigure \startplacefigure \noindenting a manual\par\tex{noind

Re: [NTG-context] Indentation in TOC

2013-02-04 Thread Devendra Ghate
On 02/05/2013 01:47 AM, Wolfgang Schuster wrote: Am 04.02.2013 um 21:11 schrieb Devendra Ghate : Hello, I am trying to indent my section/subsection etc. progressively. I am using *numbercommand* and added *hspace* before the numbers. But the section title is not moved to the right along wit

Re: [NTG-context] Indentation in TOC

2013-02-04 Thread Wolfgang Schuster
Am 04.02.2013 um 21:11 schrieb Devendra Ghate : > Hello, > > I am trying to indent my section/subsection etc. progressively. I am using > *numbercommand* > and added *hspace* before the numbers. But the section title is not moved to > the right along with > the section number and overlaps with

[NTG-context] Indentation in TOC

2013-02-04 Thread Devendra Ghate
Hello, I am trying to indent my section/subsection etc. progressively. I am using *numbercommand* and added *hspace* before the numbers. But the section title is not moved to the right along with the section number and overlaps with it. I tried adding *loffset=2cm* (since all the options of *\

Re: [NTG-context] Indentation for beginner

2012-05-03 Thread hwitloc
Marco, thank you for kindly showing me how to do the resume section : itemize format that I needed in a very clear way. The example you provided works very well. I appreciate your help. Regards, hwitloc Marco wrote: > On 2012-05-02 hwit...@gmail.com wrote: > > > %Whereas I wa

Re: [NTG-context] Indentation the other way? SOLVED

2012-01-10 Thread Verhaag, G.C.H.M.
On 01/10/2012 12:14 PM, Aditya Mahajan wrote: On Jan 10, 2012, at 4:48 AM, "Verhaag, G.C.H.M." wrote: Hi ConTeXt User's, I'm wondering whether it is possible to indent ALL lines in a paragraph EXCEPT the very FIRST one, using the current indentation features of ConTeXt? Choose a n

Re: [NTG-context] Indentation the other way?

2012-01-10 Thread Aditya Mahajan
On Jan 10, 2012, at 4:48 AM, "Verhaag, G.C.H.M." wrote: > Hi ConTeXt User's, > > I'm wondering whether it is possible to indent ALL lines in a paragraph > EXCEPT the very FIRST one, using the current indentation features of ConTeXt? Choose a negative value for indentation. Aditya ___

[NTG-context] Indentation the other way?

2012-01-10 Thread Verhaag, G.C.H.M.
Hi ConTeXt User's, I'm wondering whether it is possible to indent ALL lines in a paragraph EXCEPT the very FIRST one, using the current indentation features of ConTeXt? Regards, Gerard Verhaag P.S. Currently using: ConTeXt ver: 2011.12.23 09:52 MKIV fmt: 2011.12.27 int: english/english

Re: [NTG-context] Indentation as in itemize

2011-08-06 Thread Wolfgang Schuster
Am 06.08.2011 um 14:59 schrieb Cecil Westerhof: > You can also make an extra column only for the bullet. > > Will not work in my case. Sometimes there is placed something without a > bullet. I could then merge the two columns, but that would even be more ugly > as the current solution. I thou

Re: [NTG-context] Indentation as in itemize

2011-08-06 Thread Cecil Westerhof
2011/8/6 Wolfgang Schuster > > When you use itemize text is neatly put under each-other. > > > I have the folowing in a macro: >> > \bTR \RowWorkTable{}{\bullet\space #1} \eTR >> > >> > When text is overflowing to the following line, the text starts under >> the bullet. I would like it to sta

Re: [NTG-context] Indentation as in itemize

2011-08-06 Thread Wolfgang Schuster
Am 06.08.2011 um 11:50 schrieb Cecil Westerhof: > 2011/8/5 Wolfgang Schuster > > Am 05.08.2011 um 09:02 schrieb Cecil Westerhof: > > > When you use itemize text is neatly put under each-other. > > I have the folowing in a macro: > > \bTR \RowWorkTable{}{\bullet\space #1} \eTR > > > > When

Re: [NTG-context] Indentation as in itemize

2011-08-06 Thread Cecil Westerhof
2011/8/5 Wolfgang Schuster > > Am 05.08.2011 um 09:02 schrieb Cecil Westerhof: > > > When you use itemize text is neatly put under each-other. > > I have the folowing in a macro: > > \bTR \RowWorkTable{}{\bullet\space #1} \eTR > > > > When text is overflowing to the following line, the text s

Re: [NTG-context] Indentation as in itemize

2011-08-05 Thread Wolfgang Schuster
Am 05.08.2011 um 09:02 schrieb Cecil Westerhof: > When you use itemize text is neatly put under each-other. > I have the folowing in a macro: > \bTR \RowWorkTable{}{\bullet\space #1} \eTR > > When text is overflowing to the following line, the text starts under the > bullet. I would like it

[NTG-context] Indentation as in itemize

2011-08-05 Thread Cecil Westerhof
When you use itemize text is neatly put under each-other. I have the folowing in a macro: \bTR \RowWorkTable{}{\bullet\space #1} \eTR When text is overflowing to the following line, the text starts under the bullet. I would like it to start under the character after the space, just like in ite

[NTG-context] Indentation

2009-11-28 Thread commb07
\startnarrower[left] \stopnarrower that was quick, thank you! just what i was looking for but couldn´t find. tobias ___ If your question is of interest to others as well, please add an entry to the Wiki! mai

Re: [NTG-context] Indentation

2009-11-27 Thread Taco Hoekwater
comm...@googlemail.com wrote: > > i have tried vtop, which works ok, but looks ugly, and splitting proofs > across multiple pages is a pain. is there a better way to do this? \startnarrower[left] \startnarrower[left] ... \stopnarrower \stopnarrower Best wishes, Taco __

[NTG-context] Indentation

2009-11-27 Thread commb07
Hi @all, i´m new to context and so far i like it a lot more than messy latex. i try to write some mathematical proofs and have a layout in mind which i can´t implement in a nice way: i want to write the proofs in a tree-like structure, where a 'subproof' for a statement is indented below the sta

Re: [NTG-context] Indentation in itemize

2009-01-11 Thread Curious
Derek CORDEIRO gmail.com> writes: > Maybe \setupitemize[margin=1cm] will give the top level a 1cm indentation? I'm not sure if thats what your looking out for.(I'm a novice too)  > -- _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ > Blog: http://www.derekcordeiro.comFollow Me: http://twitter.com

Re: [NTG-context] Indentation in itemize

2009-01-10 Thread Derek CORDEIRO
On Sat, Jan 10, 2009 at 7:51 PM, Curious wrote: > Hello Folks, > > Is there a way to have the first level of items indented. The second and > subsequent levels are indented by default, but how does one achieve > indentation > of the first level. I looked at the options in the Context manual and I

[NTG-context] Indentation in itemize

2009-01-10 Thread Curious
Hello Folks, Is there a way to have the first level of items indented. The second and subsequent levels are indented by default, but how does one achieve indentation of the first level. I looked at the options in the Context manual and I see that the default value of indentnext is yes. However, I

Re: [NTG-context] Indentation bug ? Sample

2006-08-02 Thread Hans Hagen
Alan Bowen wrote: > > Renaud�no bug. The problem (I am guessing) lies in the peculiarities > of my source file, specifically, in the fact that I was trying to > place a figure at the bottom of a page in a text that has lengthy > footnotes before and after the figure, with \setupfootnotes > [

Re: [NTG-context] Indentation bug ? Sample

2006-08-02 Thread Alan Bowen
On Aug 2, 2006, at 5:07 AM, Renaud AUBIN wrote: > Hi all, > > Here is a test document with "french" indentation (placefigure and > placetable are tested with bottom, here, top and auto options): > > \setupindenting[medium,yes] > \setupformulas[indentnext=yes] > \setupheads[indentnext=yes] > \setup

[NTG-context] Indentation bug ? Sample

2006-08-02 Thread Renaud AUBIN
Hi all, Here is a test document with "french" indentation (placefigure and placetable are tested with bottom, here, top and auto options): \setupindenting[medium,yes] \setupformulas[indentnext=yes] \setupheads[indentnext=yes] \setupfloats[indentnext=yes] \starttext \startuseMPgraphic{dummygraph

Re: [NTG-context] Indentation bug ?

2006-08-01 Thread Alan Bowen
On Aug 1, 2006, at 4:03 AM, Renaud AUBIN wrote: Hi all, Same problem when \placefigure[auto] is used... Is there a chance that this bug will be corrected before the beginning of september ? ;) (if this is a bug...) Renaud AUBIN a écrit : Hi all, Considering the following example: %%%

Re: [NTG-context] Indentation bug ?

2006-08-01 Thread Renaud AUBIN
Hi all, Same problem when \placefigure[auto] is used... Is there a chance that this bug will be corrected before the beginning of september ? ;) (if this is a bug...) Renaud AUBIN a écrit : Hi all, Considering the following example: %%% \setupinden

Re: [NTG-context] Indentation bug ?

2006-07-25 Thread Renaud AUBIN
Peter Münster a écrit : >On Tue, 25 Jul 2006, Renaud AUBIN wrote: > > >Perhaps related to http://context.literatesolutions.com/collector/65 ? >Cheers, Peter > > Maybe, but dunno... These problems are probably due to the same bug... Renaud ___ ntg-co

Re: [NTG-context] Indentation bug ?

2006-07-25 Thread Peter Münster
On Tue, 25 Jul 2006, Renaud AUBIN wrote: > Paragraphs next to \placefigure calls are not indented when [bottom] is > used. They are indented correctly when one use [top] or [here]. Perhaps related to http://context.literatesolutions.com/collector/65 ? Cheers, Peter -- http://pmrb.free.fr/contac

[NTG-context] Indentation bug ?

2006-07-25 Thread Renaud AUBIN
Hi all, Considering the following example: %%% \setupindenting[medium,yes] \setupformulas[indentnext=yes] \setupheads[indentnext=yes] \setupfloats[indentnext=yes] \starttext \startuseMPgraphic{mympgraph} numeric u; u:=2cm; draw (-u,-u)--(u,u); draw ((-u,-u)--(

Re: [NTG-context] indentation + YandY Lucida on TeXlive2005+debian

2005-11-28 Thread Hans Hagen
Renaud AUBIN wrote: First of all, thanks for Lucida tips... It work now with my debian install of texlive 2005. I'm working now on the layout and structure of my phd thesis. Due to the fact that my thesis is in french I need to setup indentation of the first paragraph and I've got a problem

[NTG-context] indentation + YandY Lucida on TeXlive2005+debian

2005-11-28 Thread Renaud AUBIN
First of all, thanks for Lucida tips... It work now with my debian install of texlive 2005. I'm working now on the layout and structure of my phd thesis. Due to the fact that my thesis is in french I need to setup indentation of the first paragraph and I've got a problem with \setupindenting \

[NTG-context] Re: Re : [NTG-context] Re: Re : [NTG-context] Indentation after formulas

2004-01-21 Thread Giuseppe Bilotta
Wednesday, January 21, 2004 David Munger wrote: >> Try \setupformulas[indentnext=yes], rather. Of course, you do >> know that indenting the text following a formula when the text refers to >> the formula is not a typographical/structural good idea, don't >> you? ;) > Ahhh... It works fine with \s

Re : [NTG-context] Re: Re : [NTG-context] Indentation after formulas

2004-01-21 Thread David Munger
Try \setupformulas[indentnext=yes], rather. Of course, you do know that indenting the text following a formula when the text refers to the formula is not a typographical/structural good idea, don't you? ;) Ahhh... It works fine with \setupformulas[indentnext=no]. Thanks. Actually, I was not trying

[NTG-context] Re: Re : [NTG-context] Indentation after formulas

2004-01-21 Thread Giuseppe Bilotta
Tuesday, January 20, 2004 David Munger wrote: >> Let >> \placeformula >> \[ >> f(x) = x^2, >> \] >> where $x$ means nothing. > I've found that inserting > \let\startformula\startmpformula > \let\stopformula\stopmpformula > before \usemodule[nath] does the trick. But I feel it's not a very goo

Re : [NTG-context] Indentation after formulas

2004-01-20 Thread David Munger
Let \placeformula \[ f(x) = x^2, \] where $x$ means nothing. I've found that inserting \let\startformula\startmpformula \let\stopformula\stopmpformula before \usemodule[nath] does the trick. But I feel it's not a very good idea. Any advice? David _

[NTG-context] Indentation after formulas

2004-01-15 Thread David Munger
Hello, Compiling the following results in indented text following the formula: % interface=en tex=pdfetex output=pdftex \usemodule [nath] \setupindenting [medium] \starttext \section{Some section} Let \placeformula \[ f(x) = x^2, \] where $x$ means nothing. \stoptext I'd like "where $x$ means no

[NTG-context] Indentation after formulas

2004-01-15 Thread David Munger
Hello, Compiling the following results in indented text following the formula: % interface=en tex=pdfetex output=pdftex \usemodule [nath] \setupindenting [medium] \starttext \section{Some section} Let \placeformula \[ f(x) = x^2, \] where $x$ means nothing. \stoptext I'd like "where $x$ means not