ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Malayalam character overlapping with footnote number
       [not found] <20211231182830.5ab6a981.ref@desktop.home>
@ 2021-12-31 12:58 ` Ajith R via ntg-context
  2021-12-31 14:49   ` kauśika via ntg-context
  2022-01-01 10:06   ` Hans Hagen via ntg-context
  0 siblings, 2 replies; 4+ messages in thread
From: Ajith R via ntg-context @ 2021-12-31 12:58 UTC (permalink / raw)
  To: Mailing List for ConTeXt Users; +Cc: Ajith R

Hi,
I am trying to prepare a moderate sized document in Malayalam using
Context. Overall I have been successful. However, there are a few rough
edges for which I need help. This is the fourth problem I face.

One character,  ഼ U+0D3C, when used in \footnote[഼ ]{the foot note},
overlaps with the footnote number. How can I ask Context to provide
extra space between the character and the footnote number?

Thanks,
ajith
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Malayalam character overlapping with footnote number
  2021-12-31 12:58 ` Malayalam character overlapping with footnote number Ajith R via ntg-context
@ 2021-12-31 14:49   ` kauśika via ntg-context
  2022-01-01 10:06   ` Hans Hagen via ntg-context
  1 sibling, 0 replies; 4+ messages in thread
From: kauśika via ntg-context @ 2021-12-31 14:49 UTC (permalink / raw)
  To: Mailing List for ConTeXt Users; +Cc: kauśika, Ajith R via ntg-context

On Friday, December 31, 2021 6:28:30 PM IST Ajith R via ntg-context wrote:
> One character,  ഼ U+0D3C, when used in \footnote[഼ ]{the foot note},
> overlaps with the footnote number. How can I ask Context to provide
> extra space between the character and the footnote number?

The optional argument to \footnote is a (cross-)reference to the footnote 
itself. If you want to adjust spacing look set the appropriate options for 
\setupnotation[footnote]

kauśika


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Malayalam character overlapping with footnote number
  2021-12-31 12:58 ` Malayalam character overlapping with footnote number Ajith R via ntg-context
  2021-12-31 14:49   ` kauśika via ntg-context
@ 2022-01-01 10:06   ` Hans Hagen via ntg-context
  2022-01-01 10:17     ` Ajith R via ntg-context
  1 sibling, 1 reply; 4+ messages in thread
From: Hans Hagen via ntg-context @ 2022-01-01 10:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

On 12/31/2021 1:58 PM, Ajith R via ntg-context wrote:
> Hi,
> I am trying to prepare a moderate sized document in Malayalam using
> Context. Overall I have been successful. However, there are a few rough
> edges for which I need help. This is the fourth problem I face.
> 
> One character,  ഼ U+0D3C, when used in \footnote[഼ ]{the foot note},
> overlaps with the footnote number. How can I ask Context to provide
> extra space between the character and the footnote number?
it makes sense to have styles like s-malayalam (or so) that set up some 
parameters to suit practice (often widths and margins) for some 
languages but it is somethign that should be 'organized' and 'coordinated'

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Malayalam character overlapping with footnote number
  2022-01-01 10:06   ` Hans Hagen via ntg-context
@ 2022-01-01 10:17     ` Ajith R via ntg-context
  0 siblings, 0 replies; 4+ messages in thread
From: Ajith R via ntg-context @ 2022-01-01 10:17 UTC (permalink / raw)
  To: Hans Hagen; +Cc: Ajith R, mailing list for ConTeXt users

On Sat, 1 Jan 2022 11:06:01 +0100
Hans Hagen <j.hagen@xs4all.nl> wrote:

> it makes sense to have styles like s-malayalam (or so) that set up
> some parameters to suit practice (often widths and margins) for some 
> languages but it is somethign that should be 'organized' and
> 'coordinated'
> 
> Hans

Hi,

I am willing to put in effort if there is guidance.

Thanks,
ajith
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-01 10:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211231182830.5ab6a981.ref@desktop.home>
2021-12-31 12:58 ` Malayalam character overlapping with footnote number Ajith R via ntg-context
2021-12-31 14:49   ` kauśika via ntg-context
2022-01-01 10:06   ` Hans Hagen via ntg-context
2022-01-01 10:17     ` Ajith R via ntg-context

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