ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* no linebreak before footnote after vertical line
@ 2008-08-13  8:36 Steffen Wolfrum
  2008-08-13 13:42 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Steffen Wolfrum @ 2008-08-13  8:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

to prevent long abbreviations from being hyphenated I use the vertical  
line. That's fine in most cases.
Only, bad luck if there is a footnote following and this at the end of  
the line:


\starttext
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla  
bla bla bla |WikiPOBia|\footnote{note}.
\stoptext


... on my machine the second line starts with the footnote marker 1.


Is there a general solution to avoid this bad coincidence?


Thanks,

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


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

* Re: no linebreak before footnote after vertical line
  2008-08-13  8:36 no linebreak before footnote after vertical line Steffen Wolfrum
@ 2008-08-13 13:42 ` Wolfgang Schuster
  2008-08-13 14:45   ` Steffen Wolfrum
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2008-08-13 13:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Aug 13, 2008 at 10:36 AM, Steffen Wolfrum
<context@st.estfiles.de> wrote:
> Hi,
>
> to prevent long abbreviations from being hyphenated I use the vertical
> line. That's fine in most cases.
> Only, bad luck if there is a footnote following and this at the end of
> the line:
>
>
> \starttext
> bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
> bla bla bla |WikiPOBia|\footnote{note}.
> \stoptext
>
>
> ... on my machine the second line starts with the footnote marker 1.
>
>
> Is there a general solution to avoid this bad coincidence?

\hyphenation{WikiPOBia}

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


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

* Re: no linebreak before footnote after vertical line
  2008-08-13 13:42 ` Wolfgang Schuster
@ 2008-08-13 14:45   ` Steffen Wolfrum
  2008-08-13 17:04     ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: Steffen Wolfrum @ 2008-08-13 14:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 13.08.2008 um 15:42 schrieb Wolfgang Schuster:

> On Wed, Aug 13, 2008 at 10:36 AM, Steffen Wolfrum
> <context@st.estfiles.de> wrote:
>> Hi,
>>
>> to prevent long abbreviations from being hyphenated I use the  
>> vertical
>> line. That's fine in most cases.
>> Only, bad luck if there is a footnote following and this at the  
>> end of
>> the line:
>>
>>
>> \starttext
>> bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
>> bla bla bla |WikiPOBia|\footnote{note}.
>> \stoptext
>>
>>
>> ... on my machine the second line starts with the footnote marker 1.
>>
>>
>> Is there a general solution to avoid this bad coincidence?
>
> \hyphenation{WikiPOBia}


well, I meant a more general solution, like tuning up the vertikal  
line to a
"no hyphen inbetween and no linebreak afterwards" - character?!

Steffen

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


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

* Re: no linebreak before footnote after vertical line
  2008-08-13 14:45   ` Steffen Wolfrum
@ 2008-08-13 17:04     ` Taco Hoekwater
  2008-08-13 19:32       ` Steffen Wolfrum
  0 siblings, 1 reply; 5+ messages in thread
From: Taco Hoekwater @ 2008-08-13 17:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Steffen Wolfrum wrote:
> schrieb Wolfgang Schuster:
>> Steffen Wolfrum wrote:
>>> bla bla bla |WikiPOBia|\footnote{note}.
>>> \stoptext
>>>
>>> ... on my machine the second line starts with the footnote marker 1.
>>>
>>>
>>> Is there a general solution to avoid this bad coincidence?
>> \hyphenation{WikiPOBia}
> 
> well, I meant a more general solution, like tuning up the vertikal  
> line to a "no hyphen inbetween and no linebreak afterwards" - character?!

Actually, you are misusing the || command. It is supposed to be
used to explicitly *allow* breaking at the left of the first and
at the right of the second |. The fact that the inbetween text
does not hyphenate is a side-effect, not the main feature.

Best wishes,
Taco
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: no linebreak before footnote after vertical line
  2008-08-13 17:04     ` Taco Hoekwater
@ 2008-08-13 19:32       ` Steffen Wolfrum
  0 siblings, 0 replies; 5+ messages in thread
From: Steffen Wolfrum @ 2008-08-13 19:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 13.08.2008 um 19:04 schrieb Taco Hoekwater:

> Steffen Wolfrum wrote:
>> schrieb Wolfgang Schuster:
>>> Steffen Wolfrum wrote:
>>>> bla bla bla |WikiPOBia|\footnote{note}.
>>>> \stoptext
>>>>
>>>> ... on my machine the second line starts with the footnote marker  
>>>> 1.
>>>>
>>>>
>>>> Is there a general solution to avoid this bad coincidence?
>>> \hyphenation{WikiPOBia}
>>
>> well, I meant a more general solution, like tuning up the vertikal
>> line to a "no hyphen inbetween and no linebreak afterwards" -  
>> character?!
>
> Actually, you are misusing the || command. It is supposed to be
> used to explicitly *allow* breaking at the left of the first and
> at the right of the second |. The fact that the inbetween text
> does not hyphenate is a side-effect, not the main feature.


oh.

... that's why!


steffen

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


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-13  8:36 no linebreak before footnote after vertical line Steffen Wolfrum
2008-08-13 13:42 ` Wolfgang Schuster
2008-08-13 14:45   ` Steffen Wolfrum
2008-08-13 17:04     ` Taco Hoekwater
2008-08-13 19:32       ` Steffen Wolfrum

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