[NTG-context] issue with symbol in attachments

2019-03-24 Thread Pablo Rodriguez
Dear list,

I have the following sample:

\setupinteraction[state=start]
\setuppapersize[A9]
\starttext
\attachment[xml-mkiv.pdf]\\
\attachment[xml-mkiv.pdf]
[symbol=Pushpin
 width=fit,
 width=fit,
 depth=fit]\\
\attachment[xml-mkiv.pdf]
[symbol=Default]\\
\attachment[xml-mkiv.pdf]
[symbol=Paperclip]\\
\attachment[xml-mkiv.pdf]
[symbol=Graph]\\
\attachment[xml-mkiv.pdf]
[symbol=Pushpin]\\
\stoptext

Symbols aren’t distorted with comments, although option "Default"
doesn’t seem to work well.

\setupinteraction[state=start]
\setuppapersize[A9]
\starttext
 \comment[xml-mkiv.pdf]\\
a\comment[xml-mkiv.pdf]
[symbol=Default]\\
b\comment[xml-mkiv.pdf]
[symbol=Newparagraph]\\
c\comment[xml-mkiv.pdf]
[symbol=Note]\\
d\comment[xml-mkiv.pdf]
[symbol=Insert]\\
e\comment[xml-mkiv.pdf]
[symbol=Help]\\
\stoptext


Can anyone confirm that all attachment symbols are distorted, except the
first one?

BTW, I’m using latest beta (2019.03.21 21:39).

Many thanks for your help,

Pablo
--
http://www.ousia.tk
___
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
___


Re: [NTG-context] Spacing between text and footnote line

2019-03-24 Thread Wolfgang Schuster

Huseyin Özoguz schrieb am 24.03.19 um 16:23:
Thank you both, that was my mistake: Instead of copy I wrote: 
"setupnotation" (which I used already), not setupnote.


Btw: The default setup seems to be two lines distance, is that a 
correct understanding?
It’s only a single line but the rule itself adds additional vertical 
space which results in two lines.


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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Incorrect offset when textframe is used inside TEXpage

2019-03-24 Thread Aditya Mahajan

Hi,

With the latest beta, the following example:

\definetextbackground
  [test]
  [
location=paragraph,
  ]

\starttext
\startTEXpage[offset=5cm]
  \starttest
  \input knuth
  \stoptest
\stopTEXpage
\stoptext

gives the attached output.

Note that in the output the left and right offsets are zero. Any ideas why 
this is happening and how to fix that.


Thanks,
Aditya

test.pdf
Description: Adobe PDF document
___
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
___


[NTG-context] optional hyphenation patterns in ancient Greek

2019-03-24 Thread Pablo Rodriguez
Dear list (especially Thomas and Arthur),

I opened a request for optional hyphenation patterns at GitHub
(https://github.com/hyphenation/tex-hyphen/issues/34).

I’m not advocating changing the default, but only providing hyphenation
patterns that allow hyphenating consonant pairs that cannot be at the
word beginning.

I think it may make sense to discuss the issue there (@ GitHub).

Many thanks for your help,

Pablo
--
http://www.ousia.tk
___
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
___


Re: [NTG-context] Spacing between text and footnote line

2019-03-24 Thread Huseyin Özoguz

On 3/24/19 3:50 PM, Huseyin Özoguz wrote:
>/[...] />/Thanks, but that does not work. It only changes the distance between the 
/>/footnote-line and the footnote-text. But I want to manipulate the />/distance above 
the footnote-line: between the (standard) text and the />/footnote-line. /
Hi Huseyin,

it isn’t clear (at least, to me) what you mean with the footnote line
(there is a rule for all footnotes).

I think that the "before" key from \setupnote does exactly what you say
you want: specify the distance between the rule and the main text.

You might use the "before" key in \setupnotation, but that will alter
the space before in all footnotes.

Maybe you might check the i-context.pdf document (on pages 233 and 234)
to check the options for both the \setupnotation (the individual note)
and \setupnote (the notes group). (It comes with the ConTeXt Suite
distribution, tex/texmf-context/tex/context/interface/mkiv/i-context.pdf)

Just in case it might help,

Pablo


Thank you pablo, it was just my mistake, I confused the both. Thanks for 
the reference, I will check it out.


Huseyin

--
Huseyin Özoguz

E-Mail: h.oezo...@mmnetz.de

___
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
___


Re: [NTG-context] Spacing between text and footnote line

2019-03-24 Thread Huseyin Özoguz
Thank you both, that was my mistake: Instead of copy I wrote: 
"setupnotation" (which I used already), not setupnote.


Btw: The default setup seems to be two lines distance, is that a correct 
understanding?


It works fine, thanks Tomáš!

Huseyin Özoguz

E-Mail: h.oezo...@mmnetz.de

Am 24.03.2019 um 16:02 schrieb Wolfgang Schuster:

Huseyin Özoguz schrieb am 24.03.19 um 15:50:



Hello,

one way could be

\setupnote[footnote][before={\blank[10*big]}]

Best wishes,

Tomáš

Thanks, but that does not work. It only changes the distance between 
the footnote-line and the footnote-text. But I want to manipulate the 
distance above the footnote-line: between the (standard) text and the 
footnote-line.




Can you give a example for this because Tomas solution works for me.

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Spacing between text and footnote line

2019-03-24 Thread Pablo Rodriguez
On 3/24/19 3:50 PM, Huseyin Özoguz wrote:
> [...]
> Thanks, but that does not work. It only changes the distance between the
> footnote-line and the footnote-text. But I want to manipulate the
> distance above the footnote-line: between the (standard) text and the
> footnote-line.

Hi Huseyin,

it isn’t clear (at least, to me) what you mean with the footnote line
(there is a rule for all footnotes).

I think that the "before" key from \setupnote does exactly what you say
you want: specify the distance between the rule and the main text.

You might use the "before" key in \setupnotation, but that will alter
the space before in all footnotes.

Maybe you might check the i-context.pdf document (on pages 233 and 234)
to check the options for both the \setupnotation (the individual note)
and \setupnote (the notes group). (It comes with the ConTeXt Suite
distribution, tex/texmf-context/tex/context/interface/mkiv/i-context.pdf)

Just in case it might help,

Pablo
--
http://www.ousia.tk
___
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
___


Re: [NTG-context] Spacing between text and footnote line

2019-03-24 Thread Wolfgang Schuster

Huseyin Özoguz schrieb am 24.03.19 um 15:50:



Hello,

one way could be

\setupnote[footnote][before={\blank[10*big]}]

Best wishes,

Tomáš

Thanks, but that does not work. It only changes the distance between 
the footnote-line and the footnote-text. But I want to manipulate the 
distance above the footnote-line: between the (standard) text and the 
footnote-line.




Can you give a example for this because Tomas solution works for me.

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Spacing between text and footnote line

2019-03-24 Thread Huseyin Özoguz

Hello,

one way could be

\setupnote[footnote][before={\blank[10*big]}]

Best wishes,

Tomáš

Thanks, but that does not work. It only changes the distance between the 
footnote-line and the footnote-text. But I want to manipulate the 
distance above the footnote-line: between the (standard) text and the 
footnote-line.


Huseyin

--
Huseyin Özoguz

E-Mail: h.oezo...@mmnetz.de

___
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
___


Re: [NTG-context] Spacing between text and footnote line

2019-03-24 Thread Tomas Hala
Hello,

one way could be 

\setupnote[footnote][before={\blank[10*big]}]

Best wishes,

Tomáš 


Sun, Mar 24, 2019 ve 02:22:34PM +0100 Huseyin Özoguz napsal(a):
# Hello,
# 
# how an I change the distance between the text and the line of the
# footnotes? See this min-example:
# 
# \setuplayout[grid=yes]
# \showgrid
# \starttext
# First sentence.\footnote{Test.}
# \dorecurse{5}{\input knuth}
# \stoptext
# 
# That produces two lines distance between the footnote-line and the
# last line of the text on the first page. How can I reduce or
# increment it?
# 
# Thank you!
# Huseyin
# 
# -- 
# Huseyin Özoguz
# 
# E-Mail: h.oezo...@mmnetz.de
# 
# 
___
# 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
# 
___

 Tomáš Hála

Mendelova univerzita, Provozně ekonomická fakulta, ústav informatiky
Zemědělská 1, CZ-613 00 Brno,  tel. +420 545 13 22 28

http://akela.mendelu.cz/~thala
___
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
___


[NTG-context] Spacing between text and footnote line

2019-03-24 Thread Huseyin Özoguz

Hello,

how an I change the distance between the text and the line of the 
footnotes? See this min-example:


\setuplayout[grid=yes]
\showgrid
\starttext
First sentence.\footnote{Test.}
\dorecurse{5}{\input knuth}
\stoptext

That produces two lines distance between the footnote-line and the last 
line of the text on the first page. How can I reduce or increment it?


Thank you!
Huseyin

--
Huseyin Özoguz

E-Mail: h.oezo...@mmnetz.de

___
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
___