ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* typeset page in page
@ 2016-10-10 12:35 Meer, Hans van der
  2016-10-10 15:48 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Meer, Hans van der @ 2016-10-10 12:35 UTC (permalink / raw)
  To: NTG ConTeXt

I would like to typeset a page in small format (for example A5) and immediately put the result on the current page (for example in A4 format). In this way I can demo the result of some operations like variations in footnote parameters in a running text, etc.
If this can be accomplished, how?

+----------------------------------+
|   enclosing page A4              |
|                                  |
|                                  |
|   +-------------+                |
|   |  embedded   |                |
|   |  page A5    |                |
|   |  format     |                |
|   |             |                |
|   |             |                |
|   |             |                |
|   |             |                |
|   +-------------+                |
|                                  |
|                                  |
|                                  |
|                                  |
|                                  |
|                                  |
|                                  |
+----------------------------------+


Hans van der Meer




___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: typeset page in page
  2016-10-10 12:35 typeset page in page Meer, Hans van der
@ 2016-10-10 15:48 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2016-10-10 15:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Meer, Hans van der <mailto:H.vanderMeer@uva.nl>
> 10. Oktober 2016 um 14:35
> I would like to typeset a page in small format (for example A5) and 
> immediately put the result on the current page (for example in A4 
> format). In this way I can demo the result of some operations like 
> variations in footnote parameters in a running text, etc.
> If this can be accomplished, how?
>
> +----------------------------------+
> | enclosing page A4 |
> | |
> | |
> | +-------------+ |
> | | embedded | |
> | | page A5 | |
> | | format | |
> | | | |
> | | | |
> | | | |
> | | | |
> | +-------------+ |
> | |
> | |
> | |
> | |
> | |
> | |
> | |
> +----------------------------------+
\starttext

\startbuffer[ward]
     \setuppapersize[A5]
     \showframe
     \starttext
     \subject{Ward}
     \input ward
     \stoptext
\stopbuffer

\startplacefigure[title={Creating a example with \tex{typesetbuffer}}]
     \typesetbuffer[ward][width=.5\textwidth]
\stopplacefigure

\stoptext

Wolfgang

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

[-- Attachment #2: Type: text/plain, Size: 489 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2016-10-10 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-10 12:35 typeset page in page Meer, Hans van der
2016-10-10 15:48 ` Wolfgang Schuster

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