ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Insert "minipage"
@ 2019-02-22 17:20 Lizardo M. Reyna Bowen
  2019-02-22 19:55 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Lizardo M. Reyna Bowen @ 2019-02-22 17:20 UTC (permalink / raw)
  To: ntg-context

Hi all,

How to insert a sample code and the result in a "minipage" in a 
presentation? For example, I need to show the result of a
startdarmakeup, as in the following pdf.

http://www.pragma-ade.com/show-art.pdf#[0,{%22name%22:%22Fit%22}]

Regards

-- 
Lizardo


___________________________________________________________________________________
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: Insert "minipage"
  2019-02-22 17:20 Insert "minipage" Lizardo M. Reyna Bowen
@ 2019-02-22 19:55 ` Wolfgang Schuster
  2019-02-22 20:02   ` Lizardo M. Reyna Bowen
  2019-02-22 20:03   ` Lizardo M. Reyna Bowen
  0 siblings, 2 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2019-02-22 19:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Lizardo M. Reyna Bowen

Lizardo M. Reyna Bowen schrieb am 22.02.19 um 18:20:
> Hi all,
> 
> How to insert a sample code and the result in a "minipage" in a
> presentation? For example, I need to show the result of a
> startdarmakeup, as in the following pdf.
> 
> http://www.pragma-ade.com/show-art.pdf#[0,{%22name%22:%22Fit%22}]

\setuppapersize[A4,landscape]

\starttext

\startbuffer[standardmakeup]
\startstandardmakeup
Hello
\stopstandardmakeup
\stopbuffer

\typesetbuffer[standardmakeup][frame=on,height=\textheight]

\stoptext

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
___________________________________________________________________________________

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

* Re: Insert "minipage"
  2019-02-22 19:55 ` Wolfgang Schuster
@ 2019-02-22 20:02   ` Lizardo M. Reyna Bowen
  2019-02-22 20:03   ` Lizardo M. Reyna Bowen
  1 sibling, 0 replies; 4+ messages in thread
From: Lizardo M. Reyna Bowen @ 2019-02-22 20:02 UTC (permalink / raw)
  To: Wolfgang Schuster, mailing list for ConTeXt users

Thanks,  it is exactly what I want.

On 2/22/19 2:55 PM, Wolfgang Schuster wrote:
> Lizardo M. Reyna Bowen schrieb am 22.02.19 um 18:20:
>> Hi all,
>>
>> How to insert a sample code and the result in a "minipage" in a
>> presentation? For example, I need to show the result of a
>> startdarmakeup, as in the following pdf.
>>
>> http://www.pragma-ade.com/show-art.pdf#[0,{%22name%22:%22Fit%22}]
>
> \setuppapersize[A4,landscape]
>
> \starttext
>
> \startbuffer[standardmakeup]
> \startstandardmakeup
> Hello
> \stopstandardmakeup
> \stopbuffer
>
> \typesetbuffer[standardmakeup][frame=on,height=\textheight]
>
> \stoptext
>
> Wolfgang
>
-- 
Lizardo Mauricio Reyna Bowen
Docente-Investigador
Facultad de Ingerniería Agrícola
Universidad Técnica de Manabí
+593 982924637 | lreyna@utm.edu.ec |reyna.utm@gmail.com
Manabí - Ecuador
PGP Key: 0xa35a15b90ee64e8d

___________________________________________________________________________________
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: Insert "minipage"
  2019-02-22 19:55 ` Wolfgang Schuster
  2019-02-22 20:02   ` Lizardo M. Reyna Bowen
@ 2019-02-22 20:03   ` Lizardo M. Reyna Bowen
  1 sibling, 0 replies; 4+ messages in thread
From: Lizardo M. Reyna Bowen @ 2019-02-22 20:03 UTC (permalink / raw)
  To: Wolfgang Schuster, mailing list for ConTeXt users

Thanks,  it works ok.

On 2/22/19 2:55 PM, Wolfgang Schuster wrote:
> Lizardo M. Reyna Bowen schrieb am 22.02.19 um 18:20:
>> Hi all,
>>
>> How to insert a sample code and the result in a "minipage" in a
>> presentation? For example, I need to show the result of a
>> startdarmakeup, as in the following pdf.
>>
>> http://www.pragma-ade.com/show-art.pdf#[0,{%22name%22:%22Fit%22}]
>
> \setuppapersize[A4,landscape]
>
> \starttext
>
> \startbuffer[standardmakeup]
> \startstandardmakeup
> Hello
> \stopstandardmakeup
> \stopbuffer
>
> \typesetbuffer[standardmakeup][frame=on,height=\textheight]
>
> \stoptext
>
> Wolfgang
>
-- 
Lizardo Mauricio Reyna Bowen
Docente-Investigador
Facultad de Ingerniería Agrícola
Universidad Técnica de Manabí
+593 982924637 | lreyna@utm.edu.ec |reyna.utm@gmail.com
Manabí - Ecuador
PGP Key: 0xa35a15b90ee64e8d

___________________________________________________________________________________
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:[~2019-02-22 20:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-22 17:20 Insert "minipage" Lizardo M. Reyna Bowen
2019-02-22 19:55 ` Wolfgang Schuster
2019-02-22 20:02   ` Lizardo M. Reyna Bowen
2019-02-22 20:03   ` Lizardo M. Reyna Bowen

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