ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Henning Hraban Ramm <texml@fiee.net>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: chapter setup with subtitle in margin
Date: Wed, 24 Jan 2018 19:20:54 +0100	[thread overview]
Message-ID: <6F7462FD-8631-4FB3-8BFF-6E97CF6490C9@fiee.net> (raw)
In-Reply-To: <16EAA1B3-1838-4A0C-A403-0DD73363360B@fiee.net>

[-- Attachment #1: Type: text/plain, Size: 591 bytes --]

Am 2018-01-23 um 22:31 schrieb Henning Hraban Ramm <texml@fiee.net>:

> I have this nice/complicated chapter setup (see attachments):
> Three problems I cannot get rid of:
> 
> - There’s always an indent in front of the title (red box); it should not.
> - The subtitle should start on the same line as the main title.
> - The subtitle should have an appropriate line spacing.

I could solve the subtitle placement with layers.

But the chapter title still has this indent. :-(


Greetlings, Hraban
---
http://www.fiee.net
http://wiki.contextgarden.net
GPG Key ID 1C9B22FD

[-- Attachment #2: marginsubtitle.tex --]
[-- Type: application/octet-stream, Size: 3154 bytes --]

% chapter titling should look like:

%
% Chapter title           subtitle
%                         subtitle
%                         in the margin
%
% here starts the text
%
%

% table of contents should look like:

% Author Name
% Chapter title                 123
% subtitle


\usemodule[visual]

\setuplayout[
    backspace=21mm,
    topspace=12mm,
    width=117mm,
    height=270mm,
    header=15mm,
    headerdistance=2mm,
    footer=5mm,
    footerdistance=4mm,
    rightmargindistance=5mm,
    rightmargin=55mm,
    leftmargindistance=5mm,
    leftmargin=55mm,
    %leftmargin=0mm,
    outermargindistance=5mm,
    outermargin=55mm,
    innermargin=0mm,
    grid=yes,
    location=doublesided,
]
\setuppagenumbering[alternative=doublesided]
\setupalign[flushleft,hz,hanging]

\definebodyfontenvironment[9pt][interlinespace=4mm]
\definebodyfontenvironment[12pt][interlinespace=5mm]
\setupbodyfontenvironment[default][em=italic]
\definehighlight[emph][style=\em]
\definefont[ChapterTitleFont][Serif at 28pt][10mm]
\definefont[SectionTitleFont][Serif at 10pt][4mm]

\setupindenting[yes, 2.5em, first] %, next]

\definelayer[rightmargin][
        x=122mm,y=5mm,
        width=\outermarginwidth,height=\textheight]

\setupbackgrounds[text][background=rightmargin,state=start]


\setuphead[
  align={flushleft,nothyphenated},
	tolerance=verytolerant,
	grid=line,
	number=no]

\setupheadertexts[][part]
\define[2]\PartCmd{\relax} % part is only used as rubric
\setuphead[part][
  placehead=yes,
  location=none,
  page=no,
  number=no,
  command=\PartCmd,
]

\startsetups Subtitle
  \switchtobodyfont[rm,12pt]
\stopsetups

\define[2]\ChapterCmd{%
  \framed[width=\textwidth,frame=off,align=flushleft,style=\ChapterTitleFont]{#2}% without framed it’s a hbox?
  \setlayerframed[rightmargin]%
  [frame=off,width=\outermarginwidth,y=0mm,setups=Subtitle,align=flushleft]%
  {\structureuservariable{subtitle}}
}
\setuphead[chapter][
  page=right,
  style={\ChapterTitleFont},
  interlinespacing=10mm,
  grid=both,
  before={},
  command=\ChapterCmd,
  ]

\setuphead[section][
  page=no,
  style={\tf},
  before={\blank[small]\testpage[4]},
  after={\blank[small]},
  ]


% Table of contents

\define[1]\ChapterTocEntry{%
  \doifnotempty{%
    \structurelistuservariable{author}%
    }{%
    \structurelistuservariable{author}\crlf%
    }#1\doifnotempty{%
    \structurelistuservariable{subtitle}%
    }{%
    \crlf\structurelistuservariable{subtitle}%
    }%
  }
\setuplist[chapter][%
  margin=2em,
  textcommand=\ChapterTocEntry]

\starttext

\placelist[part,chapter][criterium=all]

\startpart[title={My Rubric}]

\dorecurse{3}{
  \startchapter[title={C \fakewords{2}{10}}]%
  [subtitle={S \fakewords{5}{10}},author={A\fakewords{2}{3}}]

    \fakewords{10}{100}

    \dorecurse{3}{
    \startsection[title={S \fakewords{1}{10} \recurselevel}]
      \fakewords{10}{300}

    \stopsection}

  \stopchapter}

\startchapter[title={Without author and subtitle}]

\input zapf

\stopchapter

\stoppart

\stoptext

[-- Attachment #3: chapter.png --]
[-- Type: image/png, Size: 27856 bytes --]

[-- Attachment #4: Type: text/plain, Size: 492 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  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2018-01-24 18:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-23 21:31 Henning Hraban Ramm
2018-01-24 18:20 ` Henning Hraban Ramm [this message]
2018-01-24 18:25   ` Aditya Mahajan
2018-01-24 22:00     ` Henning Hraban Ramm
2018-01-25  7:10       ` Mikael P. Sundqvist
2018-01-25 10:44         ` 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=6F7462FD-8631-4FB3-8BFF-6E97CF6490C9@fiee.net \
    --to=texml@fiee.net \
    --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).