Re: Positioning in CellFrameLabels
- To: mathgroup at smc.vnet.net
- Subject: [mg85334] Re: Positioning in CellFrameLabels
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 6 Feb 2008 05:42:47 -0500 (EST)
- Organization: Uni Leipzig
- References: <fob025$hsl$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi Reinhard,
and when you use no CellLabel but instead somthing like
Cell[BoxData[
RowBox[{Cell["Chapter 2:"], " ", Cell["\<\
a
b
c
d
e
f
g\
\>"]}]], "Text"]
??
Regards
Jens
Dr Reinhard Simonovits wrote:
> Hello,
>
> There is a CellFrameLabels problem.
>
> Cell["\<\
> a
> b
> c\
> \>", "Text",
> CellFrameLabels->{{
> "Chapter 2:", Inherited}, {Inherited, Inherited}}]
>
> CellFrameLabels is always centered concerning the thickness of the cell.
>
> I would like to have Chapter 2: always at the top line of the CellFrameLabel.
>
>
> How do I do this? The solution should work in M5.2 and M6.
>
> Thanks in advance.
>
> -Reinhard
>
>