ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* No hypenation on words like e-book
@ 2011-03-01 15:08 Cecil Westerhof
  2011-03-01 15:31 ` Wolfgang Schuster
  0 siblings, 1 reply; 9+ messages in thread
From: Cecil Westerhof @ 2011-03-01 15:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

I am trying to make an e-book with ConTeXt. The word e-book is used in this
e-book. ;-} Sometimes e- comes on the end of the line and book at the
beginning of the next. Is there a way to circumvent this?

I could ofcourse change all occurences with \hbox{e-book} (and the same for
e-mail, ...), but I was hoping there is a better solution.

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 395 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] 9+ messages in thread

* Re: No hypenation on words like e-book
  2011-03-01 15:08 No hypenation on words like e-book Cecil Westerhof
@ 2011-03-01 15:31 ` Wolfgang Schuster
  2011-03-01 15:39   ` Florian Wobbe
  2011-03-01 15:44   ` Cecil Westerhof
  0 siblings, 2 replies; 9+ messages in thread
From: Wolfgang Schuster @ 2011-03-01 15:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 01.03.2011 um 16:08 schrieb Cecil Westerhof:

> I am trying to make an e-book with ConTeXt. The word e-book is used in this e-book. ;-} Sometimes e- comes on the end of the line and book at the beginning of the next. Is there a way to circumvent this?
> 
> I could ofcourse change all occurences with \hbox{e-book} (and the same for e-mail, ...), but I was hoping there is a better solution.

\setbreakpoints[compound]

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

* Re: No hypenation on words like e-book
  2011-03-01 15:31 ` Wolfgang Schuster
@ 2011-03-01 15:39   ` Florian Wobbe
  2011-03-01 15:42     ` Wolfgang Schuster
  2011-03-01 15:44   ` Cecil Westerhof
  1 sibling, 1 reply; 9+ messages in thread
From: Florian Wobbe @ 2011-03-01 15:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

>> I am trying to make an e-book with ConTeXt. The word e-book is used in this e-book. ;-} Sometimes e- comes on the end of the line and book at the beginning of the next. Is there a way to circumvent this?
>> 
>> I could ofcourse change all occurences with \hbox{e-book} (and the same for e-mail, ...), but I was hoping there is a better solution.
> 
> \setbreakpoints[compound]

But isn't this supposed to do exactly the opposite of what Cecil wants (http://wiki.contextgarden.net/Composed_words)? Also she probably wants to keep hyphenation on hyphens for composed words in general and only disable this for the compound "e-book".

Florian

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

* Re: No hypenation on words like e-book
  2011-03-01 15:39   ` Florian Wobbe
@ 2011-03-01 15:42     ` Wolfgang Schuster
  2011-03-01 15:52       ` Florian Wobbe
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Schuster @ 2011-03-01 15:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 01.03.2011 um 16:39 schrieb Florian Wobbe:

>>> I am trying to make an e-book with ConTeXt. The word e-book is used in this e-book. ;-} Sometimes e- comes on the end of the line and book at the beginning of the next. Is there a way to circumvent this?
>>> 
>>> I could ofcourse change all occurences with \hbox{e-book} (and the same for e-mail, ...), but I was hoping there is a better solution.
>> 
>> \setbreakpoints[compound]
> 
> But isn't this supposed to do exactly the opposite of what Cecil wants (http://wiki.contextgarden.net/Composed_words)? Also she probably wants to keep hyphenation on hyphens for composed words in general and only disable this for the compound "e-book".

You can control how many characters are allowed on the left/right side of the sign before the word is hyphenated.

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

* Re: No hypenation on words like e-book
  2011-03-01 15:31 ` Wolfgang Schuster
  2011-03-01 15:39   ` Florian Wobbe
@ 2011-03-01 15:44   ` Cecil Westerhof
  2011-03-01 15:47     ` Wolfgang Schuster
  1 sibling, 1 reply; 9+ messages in thread
From: Cecil Westerhof @ 2011-03-01 15:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

2011/3/1 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

> \setbreakpoints[compound]
>

That gives:
! Undefined control sequence.
l.87 \setbreakpoints
                    [compound]

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 506 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] 9+ messages in thread

* Re: No hypenation on words like e-book
  2011-03-01 15:44   ` Cecil Westerhof
@ 2011-03-01 15:47     ` Wolfgang Schuster
  2011-03-01 16:02       ` Cecil Westerhof
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Schuster @ 2011-03-01 15:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 01.03.2011 um 16:44 schrieb Cecil Westerhof:

> ! Undefined control sequence.
> l.87 \setbreakpoints
>                     [compound] 

You need MkIV!

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

* Re: No hypenation on words like e-book
  2011-03-01 15:42     ` Wolfgang Schuster
@ 2011-03-01 15:52       ` Florian Wobbe
  0 siblings, 0 replies; 9+ messages in thread
From: Florian Wobbe @ 2011-03-01 15:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

>>> \setbreakpoints[compound]
>> 
>> But isn't this supposed to do exactly the opposite of what Cecil wants (http://wiki.contextgarden.net/Composed_words)? Also she probably wants to keep hyphenation on hyphens for composed words in general and only disable this for the compound "e-book".
> 
> You can control how many characters are allowed on the left/right side of the sign before the word is hyphenated.

Thanks for pointing out. I was not aware of \installbreakpoint[compound].

Florian

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

* Re: No hypenation on words like e-book
  2011-03-01 15:47     ` Wolfgang Schuster
@ 2011-03-01 16:02       ` Cecil Westerhof
  2011-03-01 18:37         ` Pontus Lurcock
  0 siblings, 1 reply; 9+ messages in thread
From: Cecil Westerhof @ 2011-03-01 16:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

2011/3/1 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

>
> Am 01.03.2011 um 16:44 schrieb Cecil Westerhof:
>
> > ! Undefined control sequence.
> > l.87 \setbreakpoints
> >                     [compound]
>
> You need MkIV!
>

I just installed the default version from my distribution (openSuse). What
is the best way to upgrade?

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 700 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] 9+ messages in thread

* Re: No hypenation on words like e-book
  2011-03-01 16:02       ` Cecil Westerhof
@ 2011-03-01 18:37         ` Pontus Lurcock
  0 siblings, 0 replies; 9+ messages in thread
From: Pontus Lurcock @ 2011-03-01 18:37 UTC (permalink / raw)
  To: ntg-context

On Tue 01 Mar 2011, Cecil Westerhof wrote:

> > You need MkIV!
> 
> I just installed the default version from my distribution
> (openSuse). What is the best way to upgrade?

I think the usual recommended approach is to install the minimals: 
http://wiki.contextgarden.net/ConTeXt_Minimals .

Pont
___________________________________________________________________________________
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] 9+ messages in thread

end of thread, other threads:[~2011-03-01 18:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-01 15:08 No hypenation on words like e-book Cecil Westerhof
2011-03-01 15:31 ` Wolfgang Schuster
2011-03-01 15:39   ` Florian Wobbe
2011-03-01 15:42     ` Wolfgang Schuster
2011-03-01 15:52       ` Florian Wobbe
2011-03-01 15:44   ` Cecil Westerhof
2011-03-01 15:47     ` Wolfgang Schuster
2011-03-01 16:02       ` Cecil Westerhof
2011-03-01 18:37         ` Pontus Lurcock

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