ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Add a headrule to the header and reduzie interlinespacing in narrower
@ 2007-05-11  5:45 Bert Trüger
  2007-05-13  9:55 ` luigi scarso
  0 siblings, 1 reply; 2+ messages in thread
From: Bert Trüger @ 2007-05-11  5:45 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 445 bytes --]

Hi,

I have two problems. Firstly, I'd like to insert a headrule in textwidht
under the headertext and secondly I am using the narrower-environement for
citation, but instead of big interlinespace I'd prefer medium interlinespace
for the citation. Probably it is the wrong way to use narrower for
citations, what would be better? Further it would be fine, if I could
disable indenting in the citations.

Kind regards and thanks in advance

Bert

[-- Attachment #1.2: Type: text/html, Size: 481 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Add a headrule to the header and reduzie interlinespacing in narrower
  2007-05-11  5:45 Add a headrule to the header and reduzie interlinespacing in narrower Bert Trüger
@ 2007-05-13  9:55 ` luigi scarso
  0 siblings, 0 replies; 2+ messages in thread
From: luigi scarso @ 2007-05-13  9:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1431 bytes --]

On 5/11/07, Bert Trüger <xulxer@gmail.com> wrote:
>
> Hi,
>
> I have two problems. Firstly, I'd like to insert a headrule in textwidht
> under the headertext


maybe this can help you:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\showframe
\setupcolors[state=start]

\defineoverlay[HeadBack][{%
\vbox to \headerheight{%\hsize=\textwidth%
\vss%
\color[black]{\vrule width\textwidth height1pt depth0pt}
\vskip2pt}%
}]

\defineoverlay[HeadBackWrong][{%
\vbox to \headerheight{%\hsize=\textwidth%
\vss%
\color[red]{\vrule width\textwidth height2pt depth0pt}
\vskip2pt}%
}]

\setupbackgrounds[header][background=HeadBack]
%% This fails
%% \setupbackgrounds[header][background=HeadBackWrong]
%% maybe a bug in context ?

\starttext
\input tufte
\stoptext
%%%%%%%%%%%%%%%%%



and secondly I am using the narrower-environement for citation, but instead
> of big interlinespace I'd prefer medium interlinespace


hmm, at http://texshow.contextgarden.net/
search for \setupinterlinespace


-- 
luigi
----------------------------------------------------------------
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net

[-- Attachment #1.2: Type: text/html, Size: 4450 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2007-05-13  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-11  5:45 Add a headrule to the header and reduzie interlinespacing in narrower Bert Trüger
2007-05-13  9:55 ` luigi scarso

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