[NTG-context] Re: No pagenumber on first page

2025-04-10 Thread Thomas Meyer
]        [] [\unframed[align=middle,width=\outermarginwidth]{\pagenumber}] [\unframed[align=middle,width=\outermarginwidth]{\pagenumber}]        [] \setuptext[state=empty] \starttext \dorecurse{50}{\samplefile{tufte}\par} \stoptext How can I avoid the pagenumber on the first page? Thank

[NTG-context] Re: No pagenumber on first page

2025-04-09 Thread Wolfgang Schuster
Am 09.04.2025 um 21:29 schrieb Thomas Meyer: Hi folks, if I use this:     \setupheadertexts[]     \setuptexttexts       [margin]       [] [\unframed[align=middle,width=\outermarginwidth]{\pagenumber}] [\unframed[align=middle,width=\outermarginwidth]{\pagenumber}]       [] \setuptext

[NTG-context] Re: Draft vertical text in margins

2024-06-03 Thread Kip Warner
On Mon, 2024-06-03 at 17:04 +0200, Wolfgang Schuster wrote: > ai2472206...@yeah.net schrieb am 03.06.2024 um 11:35: > > you can try 'setuptext' and '\setuptexttexts' to put "draft" in > > margin.and use 'orientation' to change dir

[NTG-context] Re: Draft vertical text in margins

2024-06-03 Thread Wolfgang Schuster
ai2472206...@yeah.net schrieb am 03.06.2024 um 11:35: you can try 'setuptext' and '\setuptexttexts' to put "draft" in margin.and use 'orientation' to change direction. \defineframed[marginframe] [wi

[NTG-context] Re: Draft vertical text in margins

2024-06-03 Thread ai2472206007
you can try 'setuptext' and '\setuptexttexts' to put "draft" in margin.and use 'orientation' to change direction. \defineframed[marginframe] [width=max, height=max, style=\ss, co

[NTG-context] About "clearpage"

2021-12-16 Thread MANUEL GONZALEZ SUAREZ via ntg-context
Hi all: In the example below: \setuppagenumbering[alternative=doublesided, location={footer,right},page=no] \newdimen\Margin \Margin=2cm \newdimen\MarginRaise \MarginRaise=56ex \setuptexttexts[margin][][\setups{text a}][\setups{text b}][] \setuptext[leftstyle=\sc,rightstyle=\em

Re: [NTG-context] ConTeXt not finding fonts in OSFONTDIR

2017-04-02 Thread Alan Bowen
ch as in: > > export OSFONTDIR="/Users/bowen1/Library/Fonts//" > > > As for adding the path at the end of tex/setuptex, I do not know how to > > do this. I see in setuptex.csh that this is a TODO. > > Open tex/setuptext, go to the end of the file, hit Ente

Re: [NTG-context] ConTeXt not finding fonts in OSFONTDIR

2017-04-01 Thread Pablo Rodriguez
l slash and put inside quotes, such as in: export OSFONTDIR="/Users/bowen1/Library/Fonts//" > As for adding the path at the end of tex/setuptex, I do not know how to > do this. I see in setuptex.csh that this is a TODO. Open tex/setuptext, go to the end of the file, hit Enter twic

Re: [NTG-context] setuptex on Debian

2012-08-24 Thread Bill Meahan
On 08/24/2012 12:32 PM, luigi scarso wrote: $>source setuptext but the last one is a bash extension. Actually it is in ksh (or ksh93) predefined as an alias for '.' I *think* it's in the POSIX standard but I'm not quite sure. 'sh' on Debian-derived syste

Re: [NTG-context] setuptex on Debian

2012-08-24 Thread luigi scarso
y path > to '.bashrc' and it worked. > > # add ConTeXt binaries to PATH > PATH=~/context/tex/texmf-linux/bin:$PATH > > You should call $> . setuptex (warning: there is an initial '.' ! ) or $&g

Re: [NTG-context] Context-minimal installation problem.

2009-08-18 Thread John Culleton
pdftex > > I get the error message > > I can't find the format file `pdftex.fmt!' > > Did you source setuptex ? > > Under linux I do > . setuptext > in tex dir I set up the folloiwng in my .bashrc: source /home/safer/context/tex/setuptex ---which gave me the &

Re: [NTG-context] Context-minimal installation problem.

2009-08-18 Thread Hans van der Meer
urce setuptex ? Under linux I do . setuptext in tex dir -- 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/lis

Re: [NTG-context] Context-minimal installation problem.

2009-08-18 Thread luigi scarso
x27; Did you source setuptex ? Under linux I do . setuptext in tex dir -- 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

Re: [NTG-context] can't find file `core-swd'

2008-11-11 Thread luigi scarso
t; 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/cont

Re: [NTG-context] Wrong cache-path with luatex

2008-10-26 Thread luigi scarso
> > > > > Did you run > > . setuptex > > in tex directory (watch for the initial dot!) ? > > Hmm, I think this was it. Until now this wasn't necessary. Perhaps > something else changes. > This is a must . Always ensure to do . setuptext exactly one

Re: [NTG-context] context minimals "path and directory structure" question

2008-10-20 Thread luigi scarso
On Mon, Oct 20, 2008 at 10:13 AM, Jan-Erik Hägglöf < [EMAIL PROTECTED]> wrote: > Hello! > > I'm using context-minimal version: 2008.10.01 19:13 ok, I suppose that you are using first-setup.sh and . setuptext > and have a > generally question. > > I'm w

Re: [NTG-context] luatex 0.30.1

2008-10-19 Thread Otared Kavian
until the end 4) cd tex 5) . setuptex 5a)Now, if you have compiled luatex from svn, put it into texmf- linux/bin 6) context --generate 7) context --make 7a)not errors anymore, I hope. 8)Every time I start a mkiv session I do cd /opt/luatex/minimals-beta/tex . setuptext as first step to

Re: [NTG-context] luatex 0.30.1

2008-10-19 Thread luigi scarso
at least to > help find bugs for the Right to Left typesetting. > It's important, so I write how I setup my minimals on a linux box 1) mkdir -p /opt/luatex/minimals-beta 2) cd /opt/luatex/minimals-beta 2a) Now put here first-setup.sh (see contextgarden.net/minimals) 3) ./first-setup.sh 3

Re: [NTG-context] Module documentation

2008-04-14 Thread Mojca Miklavec
indows. I installed (this week) from the > > context/install/mswincontext.zip on the Pragma site and normally build from > > the Scite editor. > > > > Can anyone suggest what I'm doing wrong? > > The mswincontext package use local settings for the paths and you

Re: [NTG-context] Module documentation

2008-04-14 Thread Wolfgang Schuster
use local settings for the paths and you can use them only with scite or the setup script. You could try to add the path for the setuptext script to the global path variables to use LuaTeX etc. systemwide or you use the command line from scite. Wolfgang ___

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
k[name][options] \setupsorting[name][options] \setupspacing[broad|packed] \setupstrut[yes|no|cap|text] \setupsubpagenumber[options] \setupsymbolset[name] \setupsynchronization[state=start|stop] \setupsynchronizationbar[options] \setupsynonyms[name][options] \setupsystem[options] \setuptab[options] #

Re: [NTG-context] A doubt while compiling modules

2007-03-07 Thread luigi scarso
lang-d.tmp'. system : module int-load loaded (./x-set-11.tex system : module set-02 loaded (./x-set-02.tex (./mult-con.tex loading : Context Multilingual Macros / Constants ) (./mult-com.tex loading : Context Multilingual Macros / Commands )) debugger

[NTG-context] margin text headings

2006-01-20 Thread Idris Samawi Hamid
{text a}][\setups{text b}][] \setuptext[marginposition=top,state=high,] As is one has to do alot of guesswork. Can this be implemented (if it is not already)? In any case, is there a better way to do this (see example file)? Best Idris

Re: [NTG-context] placing headings (solution on wiki)

2005-11-13 Thread Erik Van Eynde
style=\tf,state=high] \setupfootertexts% [][section][chapter][] \setupfooter[style=\tf, state=high] \setuptexttexts% [margin][][section][chapter][] \setuptext[style=\tf, state=high] \setupinmargin[align=inner, style=\tfx\setupinterlinespace] \show

RE: [NTG-context] placing headings (solution on wiki)

2005-11-08 Thread Idris Samawi Hamid
[alternative=doublesided, location={footer,middle}] \setupbottomtexts[pagenumber] \setupbottom[style=\tf,state=high] \setupfootertexts% [][section][chapter][] \setupfooter[style=\tf, state=high] \setuptexttexts% [margin][][section][chapter][] \setuptext[style=\tf

[NTG-context] placing headings

2005-11-07 Thread Idris Samawi Hamid
] \setupbottom[style=\tf,state=high] \setupfootertexts% [][section][chapter][] \setupfooter[style=\tf, state=high] \setuptexttexts% [margin][][section][chapter][] \setuptext[style=\tf, state=high] \setupinmargin[align=inner, style=\tfx\setupinterlinespace

Re: [NTG-context] Unconventional page number placement

2005-02-21 Thread Hans Hagen
ut in the manual...), but I have not idea how to move those up and down, where you want them. And that rightedge block isn't really relevant here, but it looks nice on the page. :) \section{three} \setuptext[margin][style=bold] \setuptexttexts[margin][section][pagenumber] \section{four} \stopte

Re: [NTG-context] Unconventional page number placement

2005-02-18 Thread Adam Lindsay
exttexts (weird, yeah, but in the manual...), but I have not idea how to move those up and down, where you want them. And that rightedge block isn't really relevant here, but it looks nice on the page. :) \section{three} \setuptext[margin][style=bold] \setuptexttexts[margin][section][pa