[NTG-context] Too much space between the text and the beginning of the paragraph with the command \defineenumeration

2014-02-25 Thread Fabrice Couvreur
Because I'm really starting with ConteXt, and if I compile with location = left or not, the result is the same (with minimal ConteXt). For cons, I understand better the role of the option alternative = left, right or top. _

Re: [NTG-context] Too much space between the text and the beginning of the paragraph with the command \defineenumeration

2014-02-25 Thread Wolfgang Schuster
Am 25.02.2014 um 23:48 schrieb Fabrice Couvreur : > Sorry, but my question is unclear. > In fact, I created a new environment with the package amsthm in LuaLaTeX like > this : > > \newtheoremstyle{exa} > {\topsep}{\topsep} > {} > {0pt} > {\strut\bfseries} > {} >

[NTG-context] Too much space between the text and the beginning of the paragraph with the command \defineenumeration

2014-02-25 Thread Fabrice Couvreur
Sorry, but my question is unclear. In fact, I created a new environment with the package amsthm in LuaLaTeX like this : \newtheoremstyle{exa} {\topsep}{\topsep} {} {0pt} {\strut\bfseries} {} {\newline} {\rule[0pt]{1mm}{1mm} \thmname{#1}\thmnumber{ \textup

Re: [NTG-context] Too much space between the text and the beginning of the paragraph with the command \defineenumeration

2014-02-25 Thread Wolfgang Schuster
Am 25.02.2014 um 19:41 schrieb Fabrice Couvreur : > Hi, > I find that there is too much space between the text and the beginning of the > paragraph. > > \defineenumeration[ex] > [text={\sc\bf Exercice}, > location=left, > stopper={\bf.}] \defineenumeration [ex] [text={Exercice}, heads

Re: [NTG-context] Too much space between the text and the beginning of the paragraph with the command \defineenumeration

2014-02-25 Thread Peter Münster
On Tue, Feb 25 2014, Fabrice Couvreur wrote: > I find that there is too much space between the text and the beginning of the > paragraph. > > \defineenumeration[ex] > [text={\sc\bf Exercice}, > location=left, > stopper={\bf.}] stopper={\bf.}, inbetween=] > For example, I use the \topset with L

[NTG-context] Too much space between the text and the beginning of the paragraph with the command \defineenumeration

2014-02-25 Thread Fabrice Couvreur
Hi, I find that there is too much space between the text and the beginning of the paragraph. \defineenumeration[ex] [text={\sc\bf Exercice}, location=left, stopper={\bf.}] For example, I use the \topset with LuaLaTeX order. Thank you. __