[NTG-context] Question to floating figure and grid

2019-03-22 Thread Tomas Hala
Hi all, the following code worked in TL2017 but in TL2018 the unwanted vertical space appears before the 2nd knuth.tex. I do not know how to supress it. I also do not know how to deal with the distance between the text and the figure, I guessed that is controled by leftmargindistance but it

Re: [NTG-context] broken links in PDF included via \copypages (PoC fix attached)

2019-03-22 Thread Hans Hagen
On 3/22/2019 3:35 PM, Tomas Janousek wrote: Hello, I happen to need to include a PDF which uses unusual link annotations. Instead of something like: << /A << /D (aff1a) /S /GoTo >> /Border [ 0 0 0 ] /C [ 1 0 0 ] /F 4 /H /I /Rect [ 104.214 577.913 110.231 586.941 ] /Subtype /Link /Type

Re: [NTG-context] How to repeat the hyphen?

2019-03-22 Thread Tomas Hala
Hi Taco, this is exactly what I needed, thank you very much. Fri, Mar 22, 2019 ve 04:16:20PM +0100 Taco Hoekwater napsal(a): # Somewhat cleaner is to do it this way: # %%% # \definebreakpoints[czcompound] # \definebreakpoint[czcompound][-][nleft=3,nright=3,type=4] # #

[NTG-context] (no subject)

2019-03-22 Thread Dmitry Starostin
I started getting a bug, updated today and am still getting it. I hope someone can at least make a note of it, if not provide a suggestion/solution. MWE included. The bug is the 'incollection' and 'inbook' entries in the bibliography have 1. have page numbers in parentheses for apa and chicago

Re: [NTG-context] How to repeat the hyphen?

2019-03-22 Thread Taco Hoekwater
Somewhat cleaner is to do it this way: %%% \definebreakpoints[czcompound] \definebreakpoint[czcompound][-][nleft=3,nright=3,type=4] \appendtoks \ifx\mylanguage\currentlanguage \setbreakpoints[czcompound] \else \resetbreakpoints \fi \to\everylanguage

Re: [NTG-context] (no subject)

2019-03-22 Thread Alan Braslau
On Fri, 22 Mar 2019 14:34:25 +0300 dstaros...@yandex.ru wrote: > specification=chicago Doesn't exist, hasn't been written... ___ If your question is of interest to others as well, please add an entry to the Wiki!

[NTG-context] broken links in PDF included via \copypages (PoC fix attached)

2019-03-22 Thread Tomas Janousek
Hello, I happen to need to include a PDF which uses unusual link annotations. Instead of something like: << /A << /D (aff1a) /S /GoTo >> /Border [ 0 0 0 ] /C [ 1 0 0 ] /F 4 /H /I /Rect [ 104.214 577.913 110.231 586.941 ] /Subtype /Link /Type /Annot >> there's << /Border [ 0 0 0 ] /C [

[NTG-context] (no subject)

2019-03-22 Thread dstarostin
All worked well until recently, but suddenly 'incollection' and 'book' entries show up in the bibliography with pages in parentheses, which they should not do. A bug? Test_Context_html.tex Description: TeX document

Re: [NTG-context] How to repeat the hyphen?

2019-03-22 Thread Tomas Hala
Hi Taco, good idea, I tried it but the problem is that it does not switch itself off automatically when the language is changed again. The following code works but I guess that must be some more sophisticated ConTeXt way. Best wishes, Tomáš %%

[NTG-context] Searching unwanted paragraph breaks

2019-03-22 Thread Jaroslav Hajtmar
Hello ConTeXist. I apologize in advance for a generic question without a minimum example. I use a large library of linked macros when I typeset documents. In some cases, unwanted paragraph breaks are inserted during typing. Is there a way to remove this ie something like \removeunwantedparbreak

Re: [NTG-context] How to repeat the hyphen?

2019-03-22 Thread Taco Hoekwater
Hi Tomáš, Sorry but I do not know. I *do* know that you can do this: \definebreakpoints [czcompound] \definebreakpoint [czcompound] [-] [nleft=3,nright=3,type=4] \setbreakpoints[czcompound] And perhaps hook that into a language switch. Does that help? > On 22 Mar 2019, at 10:37,

Re: [NTG-context] How to repeat the hyphen?

2019-03-22 Thread Tomas Hala
Hi, thanks, that's it. I did some tests and no side-effects appeared. Moreover, it seems that it has no influence on \hyphentatedurl which is also ok. But only one point I do not understand -- when I used the key language=cz, repeated hyphens disappeared. It would by fine if one can set it