setups{myheadertext}}]
\startsetups myheadertext
\switchtobodyfont[8pt]
\setupinterlinespace
\cap
\framed[height=\headerlogoheight,frame=off, align=normal]
{\headerclient\\\headershorttitle\\\headerdoctype\\\vskip0.75ex\hfill
\getmarking[sectionnumber]\hskip0.3em \getmarking[section]}
\stopsetups
%% =
=]
\setupfooter
[style=normal]
\setupfootertexts
[{\framed[width=max,frame=off,boffset=2mm]{\pagenumber}}]
\stopsetups
How can I continue to use the setup but still get my roman numerals in
the frontpart?
Julian
On 26/6/24 10:52, jbf wrote:
Something that has worked for me in the past
[] [\directsetup{header:rightpage}]
[\directsetup{header:leftpage}] []
\setupfootertexts
[] [\directsetup{footer:rightpage}]
[\directsetup{footer:leftpage}] []
\setupheader
[strut=no]
\setupfooter
[strut=no]
\setuplayout
[grid=yes,
header=\bodyfontsize,
headerdistance=
setupinterlinespace[line=3.2ex]
\setupitemize[each][margin=yes]
\setuphead[title][header=empty]
\setupheader[style={\sc}]
\setupfooter[style={\itxx}]
\setupheadertexts[Utilisation de plusieurs langues dans un même texte
avec \ConTeXt][][][{\getmarking[section]}]
\setupfootertexts[][][][© J.-P. Delange
]
\setcounter
[userpage]
[0]
\setuppagenumbering
[location=]
\startdocument
\setupfooter[state=stop]
\startfrontmatter
frontpage
\stopfrontmatter
\setupfooter[state=start]
\startbodymatter
\dorecurse{10}{\samplefile{lorem}}
\stopbodymatter
\stopdocument
\setupfootertexts
[title
]
\setuppagenumbering
[location=]
\startdocument
\setupfooter[state=stop]
\startfrontmatter
frontpage
\stopfrontmatter
\setupfooter[state=start]
\startbodymatter
\dorecurse{10}{\samplefile{lorem}}
\stopbodymatter
\stopdocument
page, I would like to have
the text run all the way to the bottom with \vfill where normally the
footer would be.
You need the two settings
\setupheader[state=high]
\setupfooter[state=high]
to get rid of the header and footer on the page where the commands take
effect.
The nice thing is
]
\setupfootertexts
[title]
[\pagenumber{} of \totalnumberofpages]
\setupfooter[state=stop]
\startfrontmatter
\input{frontpage.tex}
\stopfrontmatter
\setupfooter[state=start]
\startbodymatter
\input{introduction.tex}
\stopbodymatter
What would be the easiest way to change the layout only for the
lefttext / middletext / righttext keys in \setupheader and \setupfooter
commands.
I would understand htem as keys that can be assigned some value for their
respective slots. I tried to put some texts manually, but there was no
effect - or maybe there is some trick to that. It was just a bit of
explorat
I attempted this:
\page[right]
\setupheadertexts[]
\setupfootertexts[pagenumber]
\setupfooter[text][after={\setupfootertexts[]\setupheadertexts[pagenumber]}]
but that does not work. This definitely moves the page numbers to the footer.
Gerben Wierda (LinkedIn <ht
[mainface, 25pt]
\setupalign[middle]
\setupfooter
[style={\ss}]
\def\SlideNavigationButtons{%
\goto{A}[JS(GoToFirstSlide{mainsound})]%
\goto{K}[JS(GoToPreviousSlide{mainsound})]%
\goto{L}[JS(GoToNextSlide{mainsound})]%
\goto{B}[JS(GoToLastSlide{mainsound
Dear all,
while finetuning a layout I would like to change the align in
setupfootertext to right align or outer align as it is a doublesided
layout.
The default is afaics to align to the middle of the two pages.
I would like to change this but there is no align key in setupfooter.
TIA
juh
sers
> > Betreff: [NTG-context] Align in setup header/footer
> >
> >
> > Dear all,
> >
> > while finetuning a layout I would like to change the align in
> > setupfootertext to right align or outer align as it is a doublesided l
esided layout.
>
> The default is afaics to align to the middle of the two pages.
>
> I would like to change this but there is no align key in setupfooter.
>
> TIA
> juh
>
> ___
> If you
=doublesided]
\setupheadertexts
[]
\setupfooter
[style=\it]
\setupfootertexts
[{Footer Title} \hfill \pagenumber]
\definemakeup
[titlepage]
[align=left]
\definemakeup
[copyrightpage]
\setupmakeup
[copyrightpage]
[align={right,bottom},
top=\vfill,
pagestate=stop,
style
=doublesided]
\setupheadertexts
[]
\setupfooter
[style=\it]
\setupfootertexts
[{Footer Title} \hfill \pagenumber]
\definemakeup
[titlepage]
[align=left]
\definemakeup
[copyrightpage]
\setupmakeup
[copyrightpage]
[align={right,bottom},
top=\vfill,
pagestate=stop,
style
gt;>
> >> When this is the case you have to first disable the page setting for
> >> these blocks because they interfere with the header/footer setting. To
> >> disable the page breaks add
> >>
> >> \setupsectionblock
>
into
the environment file messed up my formerly clean TOC page. :-) So, I've
currently got:
\startsectionblockenvironment[frontpart]
\setupheader[state=none]
\setupfooter[state=none]
\stopsectionblockenvironment
Do I keep this and also include your code above?
moving the header/footer content into
the environment file messed up my formerly clean TOC page. :-) So, I've
currently got:
\startsectionblockenvironment[frontpart]
\setupheader[state=none]
\setupfooter[state=none]
\stopsectionblockenvironment
Do I keep this and
achieve a layout where there is a brief line above the
bottom-centered page number (of a double-sided document). I am able
to achieve the centered bottom-located page number easily and
obviously enough with:
\setuppagenumbering
[alternative=doublesided,location={footer,middle}]
\setupfooter
[alternative=doublesided,location={footer,middle}]
\setupfooter
[style=bold]
And I was able to achieve a result with a short line above where the
page number should be - but by adopting the solution below I have now
lost the page number.
\setuppagenumbering
[alternative=doublesided,location
={footer,middle}]
\setupfooter
[style=bold]
And I was able to achieve a result with a short line above where the
page number should be - but by adopting the solution below I have now
lost the page number.
\setuppagenumbering
[alternative=doublesided,location={footer,middle}]
\setupfootertexts
artuseMPgraphic{frameborder}
draw OverlayBox withcolor blue ;
\stopuseMPgraphic
\defineoverlay[frameborder][\useMPgraphic{frameborder}]
\setupheader[state=high]
\setupfooter[state=high]
\starttext
\setupframed
[width=4cm,
height=4cm,
offset=1cm]
\framed{}
\framed[frame=off,backgro
={\sc}]
\setupfooter[style={\itxx}]
\setupheadertexts[ Cours de Philosophie][][][{\getmarking[section]}]
\setupfootertexts[][][][© J.-P. Delange, 2018-2020 — Texte composé avec
ConTeXt - Reproduction soumise à autorisation.]
\setupsymbolset[text]
\starttext
\startchapter[title ={Introdu
bottomheight=1mm,
footerdistance=10mm]
\usetypescript[pagella]
\setupbodyfont[pagella,12pt]
\setupcolors[state=start]
\setupfootertexts[section][]
\setupfooter[alternative=,style=\bf\em]
\setuppagenumbering[alternative=,location={footer,right},style=\bf\em]
\setcounter[userpage][0]
\setu
eight=263mm,
bottomheight=1mm,
footerdistance=10mm]
\usetypescript[pagella]
\setupbodyfont[pagella,12pt]
\setupcolors[state=start]
\setuptype[style={\switchtobodyfont[11pt,tt]}]
\setuptyping[style={\switchtobodyfont[11pt,tt]}]
\setupfootertexts[section][]
\setupfooter[altern
=footer,
state=start]
\setupfooter[strut=no]
\useMPlibrary[dum]
\showframe[frame=on]
\dorecurse{10} {
test
\page[left]
\setlayer
[page]
[x=-2mm,
y=-2mm,
preset=lefttop]
{\externalfigure
[bogus]
[width=\dimexpr\paperwidth+2mm
won't work anymore.
>
> \setupheadertexts[{\date[d=...,m=...,y=...]}]
Well, what would make sense?
I would have no problem dropping/ignoring this (historic) command.
How about:
\setupheader [left=,leftodd=,middle=,...]
\setupfooter
or
\setupheader [lefttext=,leftoddtext=,middletext=,...]
t;> [palatino]
>>
>> \setuphead[section][style=\bfa\ss]
>>
>> \setuplayout
>> [grid=yes]
>>
>> \setuplayout
>> [backspace=20mm,
>> cutspace=15mm,
>> width=middle,
>> height=middle]
>>
>> \setupsystem
>> [random=1234]
>
tuplayout
> [grid=yes]
>
> \setuplayout
> [backspace=20mm,
> cutspace=15mm,
> width=middle,
> height=middle]
>
> \setupsystem
> [random=1234]
>
> \setuppagenumbering [
> alternative=,
> location=,
> ]
>
> \setupfootertexts
> [Laubblatt 2019/1] [{
fa\ss]
\setuplayout
[grid=yes]
\setuplayout
[backspace=20mm,
cutspace=15mm,
width=middle,
height=middle]
\setupsystem
[random=1234]
\setuppagenumbering [
alternative=,
location=,
]
\setupfootertexts
[Laubblatt 2019/1] [{\externalfigure[cow][height=15mm]}]
\setupfooter
[style=\ss]
\setuptole
[...]
\setupfooter[margin][strut=no]
This has no effect because the strut for the pagenumber text effects all
entries in the footer area.
The following example to demonstrates this (line 2):
\starttext
\ruledhbox to \hsize{\hbox{A}\hss\hbox{B}}
\ruledhbox to \hsize{\hbox{\strut A}\hss\hbox{B
,
backspace=20mm,
width=middle]
\setupbackgrounds
[header]
[text]
[frame=off,
topframe=on,
bottomframe=on,
framecolor=,
rulethickness=1pt]
\setupinteraction[state=start]
\setupfooter[margin][strut=no]
\setupfootertexts[{Page \pagenumber\ of \goto{\lastpagenumber
meter{rightmargin}+\layoutparameter{rightmargindistance}\relax]
\setupfooter[margin][strut=no]
\setupfootertexts
[margin]
[]
[{\externalfigure[dummy][width=\rightmarginwidth,height=\footerheight]}]
[]
[{\externalfigure[dummy][width=\leftmarginwidth,height=\footerheight]}]
\starttext
\dorecur
=10mm,
header=10mm,
footer=10mm,
footerdistance=10mm,
headerdistance=10mm]
\setupfooter[margin][strut=no]
\setupfootertexts
[margin]
[]
[{\externalfigure[dummy][width=,height=\footerheight]}]
[]
[{\externalfigure[dummy][width=\marginwidth,height=\footerheight
,
topspace=10mm,
bottomspace=10mm,
header=10mm,
footer=10mm,
footerdistance=10mm,
headerdistance=10mm]
\setupfooter[margin][strut=no]
\setupfootertexts
[margin]
[]
[{\externalfigure[dummy][width=\marginwidth,height=\footerheight
\kleur]}]
\setupfooter [color=\kleur]
– and everything becomes blue, but NOT the footnote number before the
footnote itself at the bottom of the page (the marker in the main text
is coloured the way I want).
Can anyone tell me how to change the colour of the footnote number in
the note?
s variable
# \startcolor [\kleur]
# \setupnote[footnote][before={\color[\kleur]}]
# \setupfooter [color=\kleur]
#
# – and everything becomes blue, but NOT the footnote number before
# the footnote itself at the bottom of the page (the marker in the
# main text is coloured the way I want).
#
# Can anyone tell
]}]
\setupfooter [color=\kleur]
– and everything becomes blue, but NOT the footnote number before the
footnote itself at the bottom of the page (the marker in the main text
is coloured the way I want).
Can anyone tell me how to change the colour of the footnote number in
the note?
Robert
\setupitemize[packed]
17 \setupinterlinespace[line=16pt]
18
19 %% set style of head and foot
20 \setupheader[style=smallcaps]
21 \setupfooter[style=italic]
22 %% set the style of the page number
23 \setuppagenumbering[style=mediaeval,location=]
signature.asc
Descr
ay[header:background][\reuseMPgraphic{header:background}]
>
> \define[2]\MySlide{\framed[
> frame=off,
> background=header:background,
> backgroundcolor=colorfive,
> width=\textwidth,
> align=flushleft
> ]{#2}}
>
> \definehead[slide][subject]
> \setuphead
insidesection=\doifnot{\structureuservariable{align}}{top}\vfill,
aftersection=\doifnot{\structureuservariable{align}}{top}\vfill,
page=yes,
]
% Footer
\setuppagenumbering[location=]
\setupfooter[style=small, color=colortwo]
\setupfootertexts[][\userpagenumber/\lastuserpage]
% Lists
\startuseMPgraphic{itemi
Hi Hans,
the patch solves the issue. Thank you for the fast reply.
With regard to Pablo’s question: When I would not use crop in the MWE,
apparently I would get the desired output indeed. However, in the situation I
was using the command to produce a document, I would need to crop some parts of
On 12/18/2016 11:00 PM, Benjamin Buchmuller wrote:
Hi Hans,
I finally managed to make a MWE. The issue is related to me using \clip{…} onto
external figures I would like to crop in conjunction with a colored footer
set-up:
\starttext
\setupfooter[color=red]
\setupfootertexts
what happens if you don’t use \clip?
Pablo
> \starttext
>
> \setupfooter[color=red]
>
> \setupfootertexts
> []
> []
> [any text] % issue related to put something in footer ...
> []
>
> \input knuth
Hi Hans,
I finally managed to make a MWE. The issue is related to me using \clip{…} onto
external figures I would like to crop in conjunction with a colored footer
set-up:
\starttext
\setupfooter[color=red]
\setupfootertexts
[]
[]
[any
ontext-ow...@ntg.nl
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of ntg-context digest..."
> Today's Topics:
>
> 1. \setupfooter[color=red]: red color spills with float over
> next page (Benjami
On 12/4/2016 4:05 AM, Benjamin Buchmuller wrote:
When I have
\setupfooter[color=red, style=bold] (same goes with \setupfooter[style=red])
and a
tex text text
% <<<< page breaks here after typesetting >>>>
\startplacefigure[
%location=force, % no matter what
When I have
\setupfooter[color=red, style=bold] (same goes with \setupfooter[style=red])
and a
tex text text
% <<<< page breaks here after typesetting >>>>
\startplacefigure[
%location=force, % no matter what I do here
title={Caption.}
]
… something …
bodyfontenvironment[default][em=italic]
\definefontfamily[mainface] [serif] [GFS Didot]
\setupbodyfont[mainface]
\setupindenting[1.5em]
\setupindenting[yes]
\setupwhitespace[medium]
\setupinterlinespace[line=3.2ex]
\setuphead[title][header=empty]
\setupheader[style={\sc}]
\setupfooter[sty
espace[medium]
\setupinterlinespace[line=3.2ex]
\setuphead[title][header=empty]
\setupheader[style={\sc}]
\setupfooter[style={\itxx}]
\setupheadertexts[Cours de Philosophie][][][{\getmarking[section]}]
\setupfootertexts[][][][© Jean-Pierre Delange, 2016 — La reproduction de
ce texte est soumise à
indenting[1.5em]
\setupindenting[yes]
\setupwhitespace[medium]
\setupinterlinespace[line=3.2ex]
\setupitemize[each][margin=yes]
\setuphead[title][header=empty]
\setupheader[style={\sc}]
\setupfooter[style={\itxx}]
\setupheadertexts[Cours de Philosophie][][][{\getmarking[section]}]
\setupfoot
ollowing page
- footer: sets \setupfooter[state=empty] on the following page
- odd: forces another pagebreak if the current page is even and
resets the header/footer states
Wolfgang
--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o. | mailto:pon...@pontex.cz | http://www.pontex.cz
Page 3\page
Page 4\page[yes,header,footer,odd]
Page 5
\stoptext
The keywords have the following effect:
- yes: force a page break
- header: sets \setupheader[state=emty] on the following page
- footer: sets \setupfooter[state=empty] on the following page
- odd: forces another pagebr
\setupindenting[yes]
\setupwhitespace[medium]
\setupinterlinespace[line=3.2ex]
\setupitemize[each][margin=yes]
\setuphead[title][header=empty]
\setupheader[style={\sc}]
\setupfooter[style={\itxx}]
\setupheadertexts[Cours de Philosophie][][][{\getmarking[section]}]
\setupfootertexts[][][][© J.-P. Del
]
\setupfooter[style=\tx]
\setupfootertexts[\setups{s:footer}][][][\setups{s:footer}]
\startchapter[title={Test}]
\placetable[split]{Test}{
\bTABLE[split=repeat]
\bTABLEhead
\bTR \bTD Col1 \eTD \bTD Col2 \eTD \eTR
\eTABLEhead
\bTABLEbody
\dorecurse{50}{\bTR \bTD Value1 \eTD \bTD
=stretch]
\startxrow
\startxcell Filename: \stopxcell
\startxcell[distance=1cm] \outputfilename.pdf \stopxcell
\stopxrow
\stopembeddedxtable
\stopsetups
\setupheader[style=\tx]
\setupfooter[style=\tx]
\setupfootertexts[\setups{s:footer}][][][\setups{s:footer}]
\startchapter
spagemakeup
>>
>> \setupwhitespace
>> [line]
>>
>> % ToC
>>
>> \stopcontentspagemakeup
>>
>> and that indeed worked when ToC spanned only one page. Since page
>> breaking does not work inside `makeup', I had ti give it up. Now I tr
]
% ToC
\stopcontentspagemakeup
and that indeed worked when ToC spanned only one page. Since page
breaking does not work inside `makeup', I had ti give it up. Now I try
the following:
\start
\setupheader[state={stop}]
\setupfooter[state={stop}]
\setuppagenumbering[state={stop}]
\setupl
spanned only one page. Since page breaking
does not work inside `makeup', I had ti give it up. Now I try the
following:
\start
\setupheader[state={stop}]
\setupfooter[state={stop}]
\setuppagenumbering[state={stop}]
\setuplayout[%
footer={\zeropoint},
header={\zeropoint},
]
\setupl
% Let us say hello in many languages
\starttext
\setupfooter [state=start]
\page[1]
\startfrontmatter
{\midaligned {\tfc{\WORD{Hello World
\placecontent[extras={22=page},alternative=c]
\stopfrontmatter
\page[yes]
\startbodymatter
\section{1. Russi
option=bookmark]
\placebookmarks[section][force=yes]
% Let us say hello in many languages
\starttext
\setupfooter [state=start]
\page[1]
\startfrontmatter
{\midaligned {\tfc{\WORD{Hello World
\placecontent[extras={22=page},alternative=c]
\stopfrontmatte
direction. I
copy the start of the document from vi (line 4 is the relevant line):
\setuppapersize[A4]
2 \setuplayout[style=\ss]
3 %\setupfooter[style=]
4 \setuplanguage[nl][date={dd, -, mm, -, year}]
\mainlanguage[nl]
Herbert
Thanks Herbert. I editted the wiki page of Command/date to add
the document from vi (line 4 is the relevant line):
>
> \setuppapersize[A4]
> 2 \setuplayout[style=\ss]
> 3 %\setupfooter[style=]
> 4 \setuplanguage[nl][date={dd, -, mm, -, year}]
\mainlanguage[nl]
Herbert
> 5
> 6 \setupheadertexts[CV Guus Bonnema]
> 7 \setup
):
\setuppapersize[A4]
2 \setuplayout[style=\ss]
3 %\setupfooter[style=]
4 \setuplanguage[nl][date={dd, -, mm, -, year}]
5
6 \setupheadertexts[CV Guus Bonnema]
7 \setupfootertexts[\currentdate][pagenumber]
8
9 %\definebodyfont[10pt][ss][tfe=lbr at 105pt]
10
Line 4 is the relevant
up
in a future beta.
I also realised that the effect wanted can be obtained by dividing the single
\noheaderandfooterlines
into two additional macros
\noheaderlines and \nofooterlines
Is that a viable idea too?
When you want disable only one element you can use the \setupheader or
\setupfoot
>> up in a future beta.
>>>
>>> I also realised that the effect wanted can be obtained by dividing the
>>> single
>>> \noheaderandfooterlines
>>> into two additional macros
>>> \noheaderlines and \nofooterlines
>>> Is that a via
sed that the effect wanted can be obtained by dividing the single
\noheaderandfooterlines
into two additional macros
\noheaderlines and \nofooterlines
Is that a viable idea too?
When you want disable only one element you can use the \setupheader or
\setupfooter command.
I guess no. That was ju
additional macros
> \noheaderlines and \nofooterlines
> Is that a viable idea too?
When you want disable only one element you can use the \setupheader or
\setupfooter command.
Wolfgang
___
If your question is of in
accomplished by:
\setupheader[state=stop]
\setupfooter[text][before=\hairline,style=small,location=left,strut=yes]
\setupfootertexts[some text][pagenumber]
I want the first page without that footer, to be done with:
\noheaderandfooterlines
But then comes the problem, because afterwards the defaul
Am 20.07.2014 um 12:03 schrieb Meer, H. van der :
> My goal is pages without header info at the top and text plus a pagenumber on
> the bottom. This can be accomplished by:
> \setupheader[state=stop]
> \setupfooter[text][before=\hairline,style=small,location=left,strut=yes]
> \s
My goal is pages without header info at the top and text plus a pagenumber on
the bottom. This can be accomplished by:
\setupheader[state=stop]
\setupfooter[text][before=\hairline,style=small,location=left,strut=yes]
\setupfootertexts[some text][pagenumber]
I want the first page without that
Thanks a lot!
On 24 March 2014 05:37, Wolfgang Schuster wrote:
>
> Am 23.03.2014 um 03:58 schrieb Flavien Lambert :
>
> Hi guys, a quick reminder if someone can help me on this topic.
>
> Disable the strut for the footer with
>
> \setupfooter[strut=no]
>
> to a
Am 23.03.2014 um 03:58 schrieb Flavien Lambert :
> Hi guys, a quick reminder if someone can help me on this topic.
>
Disable the strut for the footer with
\setupfooter[strut=no]
to align the frame with the bottom of the footer.
Wo
ttom being out of the footer space.
> Could you tell me how to obtain a frame inside the footer like the
> header one?
Hi Flavien,
I think that adding \setupfooter[before=,after=] solves your problem.
I hope it helps,
Pa
A Sud}][{\rm \sc ESPA 4. Quad. 1}]
\setupfootertexts[{\rm \sc Pàgina \pagenumber\space de \lastpage\space - 13 de
desembre de 2013}]
\usemodule[tikz]
% BUGGY things
\definecolor[headingcolor][c=1,m=0.5431,y=0,k=0.5451]
\setupfooter[text][style={\ss\tfx},color={headingcolor},before={\hrule}]
\setuph
TeX, for my header, I use the commands "\footnotesize\itshape"
>> and "\Large\scshape".
>> Is there an equivalent with ConTeXt ?
>>
>
> \setupheader[style={\switchtobodyfont[small]\italic}]
> \setupfooter[style={\switchtobodyfont[big]\smallcaps}]
&
On Wed, 22 Jan 2014, Fabrice Couvreur wrote:
Thank you Wolfgang.
With LuaLaTeX, for my header, I use the commands "\footnotesize\itshape"
and "\Large\scshape".
Is there an equivalent with ConTeXt ?
\setupheader[style={\switchtobodyfont[small]\italic}]
\setupfooter[style={\
at the
> begin of the page.
>
> \usemodule[tikz]
>
> \setupfootertexts[Footer]
>
> \setupfooter[color=blue]
>
> \starttext
>
> \dorecurse{3}{\input knuth\par}
>
> \page
>
> \starttikzpicture[scale=0.6]
> \draw (0,0) -- (0,1) node[above] {Y};
\usemodule[tikz]
\setupfootertexts[Footer]
\setupfooter[color=blue]
\starttext
\dorecurse{3}{\input knuth\par}
\page
\starttikzpicture[scale=0.6]
\draw (0,0) -- (0,1) node[above] {Y};
\stoptikzpicture
\dorecurse{6}{\input knuth\par}
\s
ad. 1}]
\setupfootertexts[{\rm \sc Pàgina \pagenumber\space de \lastpage\space - 13 de
desembre de 2013}]
\usemodule[tikz]
% BUGGY things
\definecolor[headingcolor][c=1,m=0.5431,y=0,k=0.5451]
\setupfooter[text][style={\ss\tfx},color={headingcolor},before={\hrule}]
\setupheader[text][style={\ss},color={heading
.5431,y=0,k=0.5451]
\definecolor[tablecolor][b=1,t=.5,a=1]
% Page number
\setuppagenumbering [location={header,right}]
% Paper size
\setuppapersize [A4]
% Italic in emph (by default is slanted)
\setupbodyfontenvironment[default][em=italic]
% Headers and footers
\setupfooter[text][style={\ss\t
]
%\switchtotypeface [palatino] [14pt]
\setuplist
[chapter]
[before=\blank,after=\blank,style=bold]
\setuplist
[section]
[alternative=d,left=(,right=),pagestyle=slanted,prefix=no]
\setupheader[style=\sc,color=gris]
\setupfooter[style=\sc]
\setupheadertexts[Ilíada][pagenumber]
\setupfootertexts[chapter
em]
% Heads and footers
\setupfootertexts[\pagenumber]
\setupfooter[text][before=\hrule]
\setupheader[text][after=\hrule]
\setupheadertexts[{\tfx \mid IES Binissalem \mid 4t D \mid MAT \mid }][{\tfx Sistemes d'equacions \mid Examen \mid 15/3/2012 \mid}]
% underline
\setupunderbar[alternative=
le=\ss,title=yes,titlestyle=\ss,titledistance=.5em]
% Heads and footers
\setupfootertexts[\pagenumber]
\setupfooter[text][before=\hrule]
\setupheader[text][after=\hrule]
\setupheadertexts[{\tfx \mid IES Binissalem \mid 4t D \mid MAT \mid }][{\tfx Sistemes d'equacions \mid Examen \m
Am 10.12.2012 um 17:11 schrieb Troy Henderson :
> I would like to reset the page number counter after the first (title) page.
> Currently, I have
>
> \setupfooter[state=empty]
> \setuppagenumbering[location={footer,middle}]
> \setupfootertexts[Page \currentpage\ of \last
I would like to reset the page number counter after the first (title)
page. Currently, I have
\setupfooter[state=empty]
\setuppagenumbering[location={footer,middle}]
\setupfootertexts[Page \currentpage\ of \lastpage]
\starttext
This is my title page
\page
\resetnumber[page]
This
ietse
On Fri, Oct 26, 2012 at 12:35 AM, Marcin Borkowski wrote:
> Hello,
>
> what is the *default* layout? (I am especially interested in
> bottomspace - in page-lay.mkiv I found bottomspace=0pt, but this seems
> not to be the case - even after \setupfooter[state=stop] text does
Am 26.10.2012 um 00:35 schrieb Marcin Borkowski :
> Hello,
>
> what is the *default* layout? (I am especially interested in
> bottomspace - in page-lay.mkiv I found bottomspace=0pt, but this seems
> not to be the case - even after \setupfooter[state=stop] text does not
> g
Hello,
what is the *default* layout? (I am especially interested in
bottomspace - in page-lay.mkiv I found bottomspace=0pt, but this seems
not to be the case - even after \setupfooter[state=stop] text does not
go to the bottom of the sheet. Which parameter is responsible for that?
Regards
2012-10-08 Troy Henderson:
> I would like to create a header on every page with some fixed text in the
> header. Simply doing
>
> \setupheadertexts[Some text]
> \setupheader[state=start]
>
> Does not produce a header on any page, yet
>
> \setupfootertexts[Some text]
I would like to create a header on every page with some fixed text in the
header. Simply doing
\setupheadertexts[Some text]
\setupheader[state=start]
Does not produce a header on any page, yet
\setupfootertexts[Some text]
\setupfooter[state=start]
does produce a footer on every page.
Why
On Thu, 16 Aug 2012 10:07:27 +0200, Hans Hagen wrote:
On 16-8-2012 09:53, Procházka Lukáš Ing. - Pontex s. r. o. wrote:
Hello,
I'm struggling a bit with setting font style for page footer:
\setuppagenumbering
[location={footer,middle},
]
\setupfooter[text][style=\bfc]
\star
On 16-8-2012 09:53, Procházka Lukáš Ing. - Pontex s. r. o. wrote:
Hello,
I'm struggling a bit with setting font style for page footer:
\setuppagenumbering
[location={footer,middle},
]
\setupfooter[text][style=\bfc]
\starttext
\dorecurse{3}{\input knuth\page}
\stoptext
Hello,
I'm struggling a bit with setting font style for page footer:
\setuppagenumbering
[location={footer,middle},
]
\setupfooter[text][style=\bfc]
\starttext
\dorecurse{3}{\input knuth\page}
\stoptext
Why the footer is not bold and big ('\bfc')? - How to make
pt,
header=33pt,
margin=106pt,
leftmargindistance=11pt,
rightmargindistance=11pt%
]
\setupblank[5.5pt]
\setuppagenumbering [location=]
\definetyping [widetyping]
\setupheader [style=\ss]
\setupfooter [style=\ss]
\def\AuHead{%
%\ifnum\pageno=\MapsPage \hbox{}\else
\MapsRunnin
the
wiki and setupfooter / setupheader
-
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma
,style=\white]
\starttext
\setupheader[state=start]
\setupheadertexts[\hbox to 2.5in{MARCH}THESOUNDARABBITMAKES][][][]
\setuppagenumber[state=start]
\setupfooter[state=start]
\setupfootertexts[\pagenumber][]
\page
\setupbackgrounds[page][background={{}}]
\setuplayout[contents_4]
\hskip1em
\page
:
%%
\setuppagenumbering
[alternative=doublesided,
location=]
\setupheader[text]
[state=empty,
style=\ss]
\setupheadertexts
[Header]
[pagenumber]
[pagenumber]
[Header]
\setupfooter[text]
[state=empty,style=bold]
\setupfootertexts
[footer]
[footer
rline]
\setupheadertexts
[{\it Effects of transit scheduling management mitigation}]
[pagenumber]
[pagenumber]
[Doe et al.]
\setupfooter[text]
[state=empty,style=bold]
\setupfootertexts
[footer]
[footer]
[footer]
[footer]
%
TEXT STARTS
1 - 100 of 176 matches
Mail list logo