Re: Stylesheet for input side by side with output
- To: mathgroup at smc.vnet.net
- Subject: [mg128222] Re: Stylesheet for input side by side with output
- From: David Reiss <dbreiss at gmail.com>
- Date: Thu, 27 Sep 2012 03:05:09 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <k3mc3c$72t$1@smc.vnet.net>
One could build a solution using the CellEpilog option to the input cell. The solution could be implemented using notebook programming constructs at the level of the style sheet of the notebook for Input cells. As Fermat said (sort of) "I could do this but there isn't enough room in the margins..." Best, David On Sep 23, 3:02 am, Brentt <brenttnew... at gmail.com> wrote: > Hi, is there a way to make input on the left side of the screen, and then > output appear on the right side of the screen? For example instead of the > default notebook style > > Input[n]: foo > Output[m]: bar > > have > > Input[n]: foo | Output[m]: bar > > where there is some sort of split screen type divider. Seems to me like it > would be a nicer way to work.