ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TEXpage cropping math
@ 2022-12-05 12:37 Gavin via ntg-context
  2022-12-05 12:42 ` Mikael Sundqvist via ntg-context
  0 siblings, 1 reply; 4+ messages in thread
From: Gavin via ntg-context @ 2022-12-05 12:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Gavin

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

Hi List

I’m having trouble with \startTEXpage cropping off tops and bottoms of equations. For example.

\startTEXpage
  $E_1$
\stopTEXpage

Produces: 

[-- Attachment #2: TEXpage.pdf --]
[-- Type: application/pdf, Size: 4995 bytes --]

[-- Attachment #3: Type: text/plain, Size: 25 bytes --]



Any suggestions?

Gavin

[-- Attachment #4: Type: text/plain, Size: 496 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

* Re: TEXpage cropping math
  2022-12-05 12:37 TEXpage cropping math Gavin via ntg-context
@ 2022-12-05 12:42 ` Mikael Sundqvist via ntg-context
  2022-12-05 18:40   ` Pablo Rodriguez via ntg-context
  0 siblings, 1 reply; 4+ messages in thread
From: Mikael Sundqvist via ntg-context @ 2022-12-05 12:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Mikael Sundqvist

Hi,

One usually need an offset. Try

try \startTEXpage[offset=1sp]

/Mikael

On Mon, Dec 5, 2022 at 1:39 PM Gavin via ntg-context <ntg-context@ntg.nl> wrote:
>
> Hi List
>
> I’m having trouble with \startTEXpage cropping off tops and bottoms of equations. For example.
>
> \startTEXpage
>   $E_1$
> \stopTEXpage
>
> Produces:
>
> Any suggestions?
>
> Gavin___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : https://contextgarden.net
> ___________________________________________________________________________________
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

* Re: TEXpage cropping math
  2022-12-05 12:42 ` Mikael Sundqvist via ntg-context
@ 2022-12-05 18:40   ` Pablo Rodriguez via ntg-context
  2022-12-05 19:02     ` Gavin via ntg-context
  0 siblings, 1 reply; 4+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2022-12-05 18:40 UTC (permalink / raw)
  To: Mikael Sundqvist via ntg-context; +Cc: Pablo Rodriguez

On 12/5/22 13:42, Mikael Sundqvist via ntg-context wrote:
> Hi,
> 
> One usually need an offset.

... or even none (which seems to work in this case):

  \startTEXpage[offset=none]
    $E_1$
  \stopTEXpage

Just in case it might help,

Pablo

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

* Re: TEXpage cropping math
  2022-12-05 18:40   ` Pablo Rodriguez via ntg-context
@ 2022-12-05 19:02     ` Gavin via ntg-context
  0 siblings, 0 replies; 4+ messages in thread
From: Gavin via ntg-context @ 2022-12-05 19:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Gavin

Hi Pablo and Mikael,

offset=none does exactly what I need. Thank you, both!

Gavin


> On Dec 5, 2022, at 11:40 AM, Pablo Rodriguez via ntg-context <ntg-context@ntg.nl> wrote:
> 
> On 12/5/22 13:42, Mikael Sundqvist via ntg-context wrote:
>> Hi,
>> 
>> One usually need an offset.
> 
> ... or even none (which seems to work in this case):
> 
>  \startTEXpage[offset=none]
>    $E_1$
>  \stopTEXpage
> 
> Just in case it might help,
> 
> Pablo
> 
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : https://contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2022-12-05 19:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05 12:37 TEXpage cropping math Gavin via ntg-context
2022-12-05 12:42 ` Mikael Sundqvist via ntg-context
2022-12-05 18:40   ` Pablo Rodriguez via ntg-context
2022-12-05 19:02     ` Gavin 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).