Re: hyphenating non-english characters

2024-09-26 Thread Walter Alejandro Iglesias
On Thu, Sep 26, 2024 at 06:48:13PM +0200, Walter Alejandro Iglesias wrote: > Some may find it strange that I have associated the 'ñ' with the 'p' and > not with the 'n'. Well, in Spanish there are cases in which the 'ñ' is > not treated as an 'n', while some syllables can end in 'n' (e.g. > pan-ta

Re: hyphenating non-english characters

2024-09-26 Thread Walter Alejandro Iglesias
On Sat, Jul 27, 2024 at 08:51:32AM +0200, Gáspár Gergő wrote: > Hi, > > I'm trying to make justified text look nicer, so I turned to hyphenation. > Hungarian is not supported out of the box by groff, but I found a tex patterns > file which seems quite good, that is what I tried to use, to not muc

Re: hyphenating non-english characters

2024-08-15 Thread G. Branden Robinson
Hi Gergő, At 2024-08-11T14:57:38+0200, Gáspár Gergő wrote: > Kind of a facepalm moment there, I realized that the .hcode request > don't work since my source file is encoded in UTF-8. Making a separate > file with the requests, encoded in latin2, and sourcing it in the > document allowed me to ful

Re: hyphenating non-english characters

2024-08-11 Thread Gáspár Gergő
Hi Branden, Kind of a facepalm moment there, I realized that the .hcode request don't work since my source file is encoded in UTF-8. Making a separate file with the requests, encoded in latin2, and sourcing it in the document allowed me to fully utilize the hyphenation pattern file. So! I started

Re: hyphenating non-english characters

2024-08-10 Thread Gáspár Gergő
On Fri, Aug 09, 2024 at 04:03:27AM GMT, G. Branden Robinson wrote: Hi Branden! I'll answer here, but also want to thank Werner for the more up-to-date pattern file and the command snippet! I tried the converted hyph-hu.latin2.tex, however, the problem still persists: groff only hyphenates on syl

Re: hyphenating non-english characters

2024-08-09 Thread G. Branden Robinson
Hi Gáspár, At 2024-08-01T10:23:31+0200, Gáspár Gergő wrote: > Thank you for your thorough answer! My pleasure! > > The good news is that if you convert the hyphenation pattern file to > > ISO Latin-2 (ISO 8859-2), you should be able to use it. > > Unfortunately, I got stuck at this point, as th

Re: hyphenating non-english characters

2024-08-01 Thread Werner LEMBERG
> Unfortunately, I got stuck at this point, as the hyphenation file > that I used is encoded in latin1. Sorry for not including it, this > is the place I got the file from: > https://ctan.org/tex-archive/language/hungarian/hyphenation These patterns are very outdated. The current version of the

Re: hyphenating non-english characters

2024-07-27 Thread G. Branden Robinson
Hi Gáspár, At 2024-07-27T08:51:32+0200, Gáspár Gergő wrote: > I'm trying to make justified text look nicer, so I turned to > hyphenation. A reasonable desire. > Hungarian is not supported out of the box by groff, but I found a tex > patterns file which seems quite good, that is what I tried to u

hyphenating non-english characters

2024-07-26 Thread Gáspár Gergő
Hi, I'm trying to make justified text look nicer, so I turned to hyphenation. Hungarian is not supported out of the box by groff, but I found a tex patterns file which seems quite good, that is what I tried to use, to not much success. Hyphenation happens, but not as often as I'd hope. After some