ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \margintext / \inmargin doesn't work as only thing after header
@ 2015-03-19 10:39 Philipp A.
  2015-03-19 10:48 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Philipp A. @ 2015-03-19 10:39 UTC (permalink / raw)
  To: ConTeXt Mainling List


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

example:

\enableregime    [utf-8]
\mainlanguage    [de]

\starttext

\subject{Works}

1
\margintext{a}

\subject{Doesn’t work}

\margintext{b}

\stoptext

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

[-- Attachment #2: Type: text/plain, Size: 485 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] 4+ messages in thread

* Re: \margintext / \inmargin doesn't work as only thing after header
  2015-03-19 10:39 \margintext / \inmargin doesn't work as only thing after header Philipp A.
@ 2015-03-19 10:48 ` Hans Hagen
  2015-03-19 12:55   ` Philipp A.
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2015-03-19 10:48 UTC (permalink / raw)
  To: ntg-context

On 3/19/2015 11:39 AM, Philipp A. wrote:
> |\enableregime    [utf-8]

^^^ no need for that

> \mainlanguage    [de]
>
> \starttext
>
> \subject{Works}
>
> 1
> \margintext{a}
>
> \subject{Doesn’t work}
>
> \margintext{b}

\margintext{c} \strut

> \stoptext|

margintexts need to bind to something

-- 

-----------------------------------------------------------------
                                           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] 4+ messages in thread

* Re: \margintext / \inmargin doesn't work as only thing after header
  2015-03-19 10:48 ` Hans Hagen
@ 2015-03-19 12:55   ` Philipp A.
  2015-03-19 14:52     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Philipp A. @ 2015-03-19 12:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

thank you!

what’s \strut? can’t find it in the wiki…

Hans Hagen <pragma@wxs.nl> schrieb am Do., 19. März 2015 um 11:52 Uhr:

> On 3/19/2015 11:39 AM, Philipp A. wrote:
> > |\enableregime    [utf-8]
>
> ^^^ no need for that
>
> > \mainlanguage    [de]
> >
> > \starttext
> >
> > \subject{Works}
> >
> > 1
> > \margintext{a}
> >
> > \subject{Doesn’t work}
> >
> > \margintext{b}
>
> \margintext{c} \strut
>
> > \stoptext|
>
> margintexts need to bind to something
>
> --
>
> -----------------------------------------------------------------
>                                            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
> ____________________________________________________________
> _______________________

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

[-- Attachment #2: Type: text/plain, Size: 485 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] 4+ messages in thread

* Re: \margintext / \inmargin doesn't work as only thing after header
  2015-03-19 12:55   ` Philipp A.
@ 2015-03-19 14:52     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2015-03-19 14:52 UTC (permalink / raw)
  To: ntg-context

On 3/19/2015 1:55 PM, Philipp A. wrote:
> thank you!
>
> what’s \strut? can’t find it in the wiki…

add \showstruts at the top of your document and you'll see them

(add \showmakup and you will be even more enlightened about tex's 
whatabouts)

> Hans Hagen <pragma@wxs.nl <mailto:pragma@wxs.nl>> schrieb am Do., 19.
> März 2015 um 11:52 Uhr:
>
>     On 3/19/2015 11:39 AM, Philipp A. wrote:
>      > |\enableregime    [utf-8]
>
>     ^^^ no need for that
>
>      > \mainlanguage    [de]
>      >
>      > \starttext
>      >
>      > \subject{Works}
>      >
>      > 1
>      > \margintext{a}
>      >
>      > \subject{Doesn’t work}
>      >
>      > \margintext{b}
>
>     \margintext{c} \strut
>
>      > \stoptext|
>
>     margintexts need to bind to something
>
>     --
>
>     ------------------------------__------------------------------__-----
>                                                 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
>     <http://www.pragma-ade.com>
>                                                    | www.pragma-pod.nl
>     <http://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 <mailto:ntg-context@ntg.nl> /
>     http://www.ntg.nl/mailman/__listinfo/ntg-context
>     <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/
>     <http://foundry.supelec.fr/projects/contextrev/>
>     wiki     : http://contextgarden.net
>     _______________________________________________________________________________________
>
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>


-- 

-----------------------------------------------------------------
                                           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] 4+ messages in thread

end of thread, other threads:[~2015-03-19 14:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-19 10:39 \margintext / \inmargin doesn't work as only thing after header Philipp A.
2015-03-19 10:48 ` Hans Hagen
2015-03-19 12:55   ` Philipp A.
2015-03-19 14:52     ` Hans Hagen

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).