ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez <oinos@gmx.es>
To: ntg-context@ntg.nl
Subject: Re: source code and result side by side
Date: Sat, 29 Jul 2017 12:46:29 +0200	[thread overview]
Message-ID: <5947704e-1a89-0e2a-63e6-e363f7d5b982@gmx.es> (raw)
In-Reply-To: <0d59e274-facc-a8b4-d9b4-4af9acf35ab6@gmx.es>

On 07/29/2017 10:58 AM, Pablo Rodriguez wrote:
> On 07/29/2017 12:57 AM, Aditya Mahajan wrote:
>> [...]
>> \placesidebyside
>>      {\typebuffer[example-1]}
>>      {\getbuffer[setups, example-1]}
> [...]
> Is there now hay to avoid the forced horizontal mode on both sides?

Replying to my own question, a fast fix (although far from perfect)
would be using xtables:

    \def\replacesidebyside#1{%
        \blank\startembeddedxtable[frame=off, option=stretch]
            \startxrow
                \startxcell\typebuffer[#1][option=TEX]\stopxcell
                \startxcell\getbuffer[setups, #1]\stopxcell
            \stopxrow
        \stopembeddedxtable\blank}

    \def\replaceontopofeachother#1{%
        \blank\startembeddedxtable[frame=off, option=stretch]
            \startxrow
                \startxcell\typebuffer[#1][option=TEX]\stopxcell
            \stopxrow
            \startxrow[toffset=1em, split=yes]
                \startxcell\getbuffer[setups, #1]\stopxcell
            \stopxrow
        \stopembeddedxtable\blank}

    \starttext
    \startbuffer[example-1]
    \setupexternalfigures[location=default]
    \starttext
    \ConTeXt\ is awesome!

    \externalfigure[cow.pdf][scale=250]
    \stoptext
    \stopbuffer

Frames won’t be split accross pages. There may be other issues, but none
tham I’m aware of ;-).

Just in case it helps,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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
___________________________________________________________________________________

  reply	other threads:[~2017-07-29 10:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-28 20:34 Henning Hraban Ramm
2017-07-28 22:57 ` Aditya Mahajan
2017-07-29  8:58   ` Pablo Rodriguez
2017-07-29 10:46     ` Pablo Rodriguez [this message]
2017-07-30 17:13   ` Henning Hraban Ramm
2017-07-30 18:43     ` Pablo Rodriguez
2017-07-31  1:26     ` Aditya Mahajan
2017-08-03 19:35       ` Henning Hraban Ramm
2017-08-03 19:46       ` Henning Hraban Ramm
     [not found]         ` <d7f4de09-e6d8-950b-5a98-6cab8195f959@gmail.com>
2017-08-04 10:32           ` Henning Hraban Ramm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5947704e-1a89-0e2a-63e6-e363f7d5b982@gmx.es \
    --to=oinos@gmx.es \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).