ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Rik Kabel <ConTeXt@rik.users.panix.com>
To: ntg-context@ntg.nl, benjamin.buchmuller@gmail.com
Subject: Re: Hyphentation/Linebreak after x characters inside \WORD?
Date: Thu, 23 Apr 2020 15:46:59 -0400	[thread overview]
Message-ID: <60649719-fb06-9483-1e76-92b887193f0d@rik.users.panix.com> (raw)
In-Reply-To: <7A302F64-02B5-4FC2-BC3B-5E8C1D9CBC52@gmail.com>


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


On 4/23/2020 15:01, Benjamin Buchmuller wrote:
> Sorry, I have just realized that the problem might not be \WORD{} actually, so this one hyphenates:
>
> \define[2]\mycommand{
> 	\startxrow
> 	\startxcell o#1 \stopxcell
> 	\startxcell \tt\WORD #2 \stopxcell
> 	\stopxrow
> 	}
>
> Whereas these ones don’t:
>
>
> \define[2]\mycommand{
> 	\startxrow
> 	\startxcell o#1 \stopxcell
> 	\startxcell \tt\WORD #2-3' \stopxcell
> 	\stopxrow
> 	}
>
> \define[2]\mycommand{
> 	\startxrow
> 	\startxcell o#1 \stopxcell
> 	\startxcell 5'-\tt\WORD #2 \stopxcell
> 	\stopxrow
> 	}
>
> Assuming that this has to do with the presence of “-“ which will be the preferred breakpoint. So, I guess the questions boils down to how to define the second argument of
>
> \definebreakpoint[mybreaks][][nright=12,nleft=12,type=1]
>
> in this case or how to “deactivate” the default \setbreakpoints[compound]?
>
>
>> On 23 Apr 2020, at 20:46, Benjamin Buchmuller <benjamin.buchmuller@gmail.com> wrote:
>>
>> Hi again,
>>
>> I am reading a CSV file into ConTeXt which contains long DNA sequences (>> 40 characters) to place in xtables. So far, this works fine. However, I need to uppercase the entries and need to \tt them. When I do this inside \WORD however, they don’t hyphenate any more.
>>
>> I’m using:
>>
>> \defineseparatedlist
>> 	[mylist]
>> 	[
>> 	separator={,}, quotechar={"},
>> 	command=\mycommand
>> 	]
>>
>> \define[2]\mycommand{
>> 	\startxrow
>> 	\startxcell o#1 \stopxcell
>> 	\startxcell 5’-{\tt\WORD{#2}}-3' \stopxcell
>> 	\stopxrow
>> 	}
>>
>> Since I don’t have access to each entry, I cant place hyphenation marks directly. Is there a way to tell ConTeXt to hyphenate after say, 12 characters?
>>
>> Thanks for your help.
>>
>>
>> Benjamin

The following works for me:

    \define[2]\mycommanda{
         \startxrow
         \startxcell o#1 \stopxcell
         \startxcell \tt\WORD #2 \stopxcell
         \stopxrow
         }

    \define[2]\mycommandb{
         \startxrow
         \startxcell o#1 \stopxcell
         \startxcell \tt\WORD #2-3' \stopxcell
         \stopxrow
         }

    \define[2]\mycommandc{
         \startxrow
         \startxcell o#1 \stopxcell
         \startxcell 5'-\tt\WORD #2 \stopxcell
         \stopxrow
         }

    \definebreakpoint[mybreaks][][nright=12,nleft=12,type=1]
    \setbreakpoints[mybreaks]

    \starttext

    \setupxtable[width=5cm]
    \startxtablex
    \mycommanda{A}{lsfkgjfkgshgkhigewhgajkdkfkalhfdklahfkhaakfakfh}
    \mycommandb{B}{lsfkgjfkgshgkhigewhgajkdkfkalhfdklahfkhaakfakfh}
    \mycommandc{C}{lsfkgjfkgshgkhigewhgajkdkfkalhfdklahfkhaakfakfh}
    \stopxtable

    \stoptext

Producing:

Indeed, it produces the same when nleft and nright are both set to 1 or 
12 or 100, but not when setbreakpoints is removed.

If you are trying to do something else, please provide an MWE.

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

[-- Attachment #1.2.2: nijiabomaaejpjhk.png --]
[-- Type: image/png, Size: 36876 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2020-04-23 19:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-23 18:46 Benjamin Buchmuller
2020-04-23 19:01 ` Benjamin Buchmuller
2020-04-23 19:46   ` Rik Kabel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=60649719-fb06-9483-1e76-92b887193f0d@rik.users.panix.com \
    --to=context@rik.users.panix.com \
    --cc=benjamin.buchmuller@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).