[NTG-context] Fwd: Minimal example (was Re: Footnote text like layer?)

2010-08-19 Thread Xan



 Missatge original 
Assumpte: 	Minimal example (was Re: [NTG-context] Footnote text like 
layer?)

Data:   Thu, 19 Aug 2010 09:16:03 +0200
De: Xan dxpubl...@telefonica.net
A:  mailing list for ConTeXt users ntg-context@ntg.nl



Sorry, but the reply does not work for me 8-|

The minimal example, Wolfgang,

% interface=en output=pdftex
% Regime
%\enableregime[utf]

%\input arxiv-header.context

%\setupheadertexts[\midaligned{Títol de l'article}][][\midaligned{Xavier 
Bordoy}][]


\definedelimitedtext
  [abstract]
  [leftmargin=yes,
   spacebefore=line,
   before=\smallbodyfont]

% Start the text
\starttext
%\version[concept]

%\startbodymatter

% Title
\startalignment[center]
\blank[force,2*big]
  {\bfb Títol de l'article}
\blank[3*medium]
  {\tfa Xavier Bordoy}
%\blank[2*medium]
%  {\tfa \currentdate}
\blank[3*medium]
\stopalignment

% Abstract
\startabstract
{\midaligned{\bf Abstract}}

We examine the geometry of the word problem of two different types {\bf 
groups}: those satisfying weak almost-convexity conditions and those 
admitting geodesic combings whose width satisfy minimally restrictive, 
non-vacuous constraints. In both cases we obtain an n! isoperimetric 
function and $n2$ upper bounds on the minimal isodiametric function and 
the filling length function.

\stopabstract

\footnotetext[-]{Date: }

Posar caixeta tipus footnote amb:
\startitemize
\item date (mirar nathanson)
\item keywords
\item llicència (CC-By-sa)
\item al típic comentari de què l'autor ha rebut suport de X i X, posar 
que es basa en el la memòria de final de màster (i posar el link).
\item math subject classification 2010: 20F65, 20F10 primary, 20F05 
20F06 secondary

\item E-mail (llevar del final amb l'adreça)
\stopitemize


\section{Resultats principals}

En aquest capítol es detallarà la meva contribució al camp de la Teoria 
Geomètrica de Grups i, en concret, al problema de la paraula. De forma 
general, aquesta contribució consisteix en la millora de l'ordre de la 
funció de Dehn per als grups que admetin una secció geodèsica $\sigma$ 
tal que $\varphi_{\sigma}(n)  n-1$, per a $n$ suficientment gran, i en 
diverses generalitzacions de l'amplada d'una secció.


\stoptext



I receive:

! You can't use `\unskip' in vertical mode.
\dosetnote [#1][#2][#3]-\unskip
 \def \currentnote {#2}\dochecknote 
\ifcase ...

l.39 \footnotetext[-]
 {Date: }
? x


Regards,
Xan.

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


Re: [NTG-context] Fwd: Minimal example (was Re: Footnote text like layer?)

2010-08-19 Thread Wolfgang Schuster

 Am 19.08.10 09:36, schrieb Xan:

Sorry, but the reply does not work for me 8-|


Add \fotenotetext after text, e.g.

\midaligned{\bf Abstract}\footnotetext[-]{Date: }

@Hans: can \dosetnote (MkII) check for horizontal mode

\def\dosetnote[#1][#2][#3]%
- {\unskip
+ {\ifhmode\unskip\fi
   \def\currentnote{#2}%
   ...}

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
___


Re: [NTG-context] Fwd: Minimal example (was Re: Footnote text like layer?)

2010-08-19 Thread Hans Hagen

On 19-8-2010 3:33, Wolfgang Schuster wrote:

Am 19.08.10 09:36, schrieb Xan:

Sorry, but the reply does not work for me 8-|


Add \fotenotetext after text, e.g.

\midaligned{\bf Abstract}\footnotetext[-]{Date: }

@Hans: can \dosetnote (MkII) check for horizontal mode

\def\dosetnote[#1][#2][#3]%
- {\unskip
+ {\ifhmode\unskip\fi
\def\currentnote{#2}%
...}


isn't \removeunwantedspaces better then?

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___


Re: [NTG-context] Fwd: Minimal example (was Re: Footnote text like layer?)

2010-08-19 Thread Wolfgang Schuster

 Am 19.08.10 16:36, schrieb Hans Hagen:

On 19-8-2010 3:33, Wolfgang Schuster wrote:

Am 19.08.10 09:36, schrieb Xan:

Sorry, but the reply does not work for me 8-|


Add \fotenotetext after text, e.g.

\midaligned{\bf Abstract}\footnotetext[-]{Date: }

@Hans: can \dosetnote (MkII) check for horizontal mode

\def\dosetnote[#1][#2][#3]%
- {\unskip
+ {\ifhmode\unskip\fi
\def\currentnote{#2}%
...}


isn't \removeunwantedspaces better then?


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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Fwd: Minimal example (was Re: Footnote text like layer?)

2010-08-19 Thread Xan

Al 19/08/10 16:49, En/na Wolfgang Schuster ha escrit:

 Am 19.08.10 16:36, schrieb Hans Hagen:

On 19-8-2010 3:33, Wolfgang Schuster wrote:

Am 19.08.10 09:36, schrieb Xan:

Sorry, but the reply does not work for me 8-|


Add \fotenotetext after text, e.g.

\midaligned{\bf Abstract}\footnotetext[-]{Date: }



It works for me. Thanks Wolfgang.



@Hans: can \dosetnote (MkII) check for horizontal mode

\def\dosetnote[#1][#2][#3]%
- {\unskip
+ {\ifhmode\unskip\fi
\def\currentnote{#2}%
...}


isn't \removeunwantedspaces better then?


Yes.

Wolfgang


So is it a bug in MKII?


Thanks,
Xan.
___
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
___