ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Fwd: Minimal example (was Re: Footnote text like layer?)
@ 2010-08-19  7:36 Xan
  2010-08-19 13:33 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Xan @ 2010-08-19  7:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2597 bytes --]



-------- Missatge original --------
Assumpte: 	Minimal example (was Re: [NTG-context] Footnote text like 
layer?)
Data: 	Thu, 19 Aug 2010 09:16:03 +0200
De: 	Xan <dxpublica@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.


[-- Attachment #1.2: Type: text/html, Size: 4017 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fwd: Minimal example (was Re: Footnote text like layer?)
  2010-08-19  7:36 Fwd: Minimal example (was Re: Footnote text like layer?) Xan
@ 2010-08-19 13:33 ` Wolfgang Schuster
  2010-08-19 14:36   ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2010-08-19 13:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen


[-- Attachment #1.1: Type: text/plain, Size: 334 bytes --]

  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



[-- Attachment #1.2: Type: text/html, Size: 976 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fwd: Minimal example (was Re: Footnote text like layer?)
  2010-08-19 13:33 ` Wolfgang Schuster
@ 2010-08-19 14:36   ` Hans Hagen
  2010-08-19 14:49     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2010-08-19 14:36 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fwd: Minimal example (was Re: Footnote text like layer?)
  2010-08-19 14:36   ` Hans Hagen
@ 2010-08-19 14:49     ` Wolfgang Schuster
  2010-08-19 17:13       ` Xan
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2010-08-19 14:49 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users

  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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fwd: Minimal example (was Re: Footnote text like layer?)
  2010-08-19 14:49     ` Wolfgang Schuster
@ 2010-08-19 17:13       ` Xan
  0 siblings, 0 replies; 5+ messages in thread
From: Xan @ 2010-08-19 17:13 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users, Hans Hagen

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-08-19 17:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-19  7:36 Fwd: Minimal example (was Re: Footnote text like layer?) Xan
2010-08-19 13:33 ` Wolfgang Schuster
2010-08-19 14:36   ` Hans Hagen
2010-08-19 14:49     ` Wolfgang Schuster
2010-08-19 17:13       ` Xan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).