ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* floats on pages without headers
@ 2017-02-23 21:09 Alan Bowen
  2017-02-24 11:22 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Bowen @ 2017-02-23 21:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 433 bytes --]

I have some large floats that look best on empty pages, i.e., pages that do
not have headers?

The wiki suggests that
location=page
will put the float on an empty page but this does not seem to be the case:

\starttext
\dorecurse{3}{\input knuth}

\startplacefigure[title=Cow,
location={page}]
{\externalfigure[cow.pdf][width=.7\textwidth]}
\stopplacefigure

\dorecurse{3}{\input knuth}

\stoptext

I am using the latest beta.

Alan

[-- Attachment #1.2: Type: text/html, Size: 1640 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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: floats on pages without headers
  2017-02-23 21:09 floats on pages without headers Alan Bowen
@ 2017-02-24 11:22 ` Hans Hagen
  2017-02-24 12:43   ` Alan Bowen
  2017-02-24 12:51   ` Henning Hraban Ramm
  0 siblings, 2 replies; 4+ messages in thread
From: Hans Hagen @ 2017-02-24 11:22 UTC (permalink / raw)
  To: ntg-context

On 2/23/2017 10:09 PM, Alan Bowen wrote:
> I have some large floats that look best on empty pages, i.e., pages that
> do not have headers?
>
> The wiki suggests that
> location=page
> will put the float on an empty page but this does not seem to be the case:
>
> \starttext
> \dorecurse{3}{\input knuth}
>
> \startplacefigure[title=Cow,
> location={page}]
> {\externalfigure[cow.pdf][width=.7\textwidth]}
> \stopplacefigure
>
> \dorecurse{3}{\input knuth}
>
> \stoptext
>
> I am using the latest beta.
\startplacefigure[title=Cow,location={page,high,header}]
     \externalfigure[cow.pdf][width=.7\textwidth,frame=on]
\stopplacefigure


-----------------------------------------------------------------
                                           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: floats on pages without headers
  2017-02-24 11:22 ` Hans Hagen
@ 2017-02-24 12:43   ` Alan Bowen
  2017-02-24 12:51   ` Henning Hraban Ramm
  1 sibling, 0 replies; 4+ messages in thread
From: Alan Bowen @ 2017-02-24 12:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1648 bytes --]

Thanks, again, Hans. That is a great help.

Alan

On Fri, Feb 24, 2017 at 6:22 AM, Hans Hagen <pragma@wxs.nl> wrote:

> On 2/23/2017 10:09 PM, Alan Bowen wrote:
>
>> I have some large floats that look best on empty pages, i.e., pages that
>> do not have headers?
>>
>> The wiki suggests that
>> location=page
>> will put the float on an empty page but this does not seem to be the case:
>>
>> \starttext
>> \dorecurse{3}{\input knuth}
>>
>> \startplacefigure[title=Cow,
>> location={page}]
>> {\externalfigure[cow.pdf][width=.7\textwidth]}
>> \stopplacefigure
>>
>> \dorecurse{3}{\input knuth}
>>
>> \stoptext
>>
>> I am using the latest beta.
>>
> \startplacefigure[title=Cow,location={page,high,header}]
>     \externalfigure[cow.pdf][width=.7\textwidth,frame=on]
> \stopplacefigure
>
>
> -----------------------------------------------------------------
>                                           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/list
> info/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ____________________________________________________________
> _______________________

[-- Attachment #1.2: Type: text/html, Size: 3106 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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: floats on pages without headers
  2017-02-24 11:22 ` Hans Hagen
  2017-02-24 12:43   ` Alan Bowen
@ 2017-02-24 12:51   ` Henning Hraban Ramm
  1 sibling, 0 replies; 4+ messages in thread
From: Henning Hraban Ramm @ 2017-02-24 12:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> \startplacefigure[title=Cow,location={page,high,header}]
>    \externalfigure[cow.pdf][width=.7\textwidth,frame=on]
> \stopplacefigure

Thank you!
Wikified at http://wiki.contextgarden.net/Floating_Objects


Greetlings, Hraban
---
http://www.fiee.net
http://wiki.contextgarden.net
GPG Key ID 1C9B22FD

___________________________________________________________________________________
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:[~2017-02-24 12:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-23 21:09 floats on pages without headers Alan Bowen
2017-02-24 11:22 ` Hans Hagen
2017-02-24 12:43   ` Alan Bowen
2017-02-24 12:51   ` Henning Hraban Ramm

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