On Thu, 20 Apr 2006 08:34:44 +0200, Renaud AUBIN <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I have a document with the following structure: [...]
> The normal behavior of this structure is for each "part" to reinit
> pages, chapters and figures numbering.
> My questions are:
> 1. How to change th
Hi all,
I have a document with the following structure:
\starttext
\startstandardmakeup
\maketitle
\stopstandardmakeup
\setupheadertexts[][{\sl \getmarking[chapter]}]
\startfrontmatter
\setuppagenumbering[conversion=romannumerals]
\setuppagenumber[number=1]
\chapter{Table des matières}
On Wed, 19 Apr 2006 22:55:23 -0700, Johannes Graumann
<[EMAIL PROTECTED]> wrote:
> Hello,
>
> When formating tables the first row (top of the header) is easily
> formated
> by using for example:
> \setupTABLE[row][1][rulethickness=0.90pt,topframe=on]
>
> I was wondering whether there's
Hello,
In my quest for tables similar to what the 'booktabs' package in LaTeX
produces, I have run into a problem: something
like '\bTABLE[distance=7.5pt]' will give me the sought for gaps in
horizontal lines, but I have trouble implementing an uninterrupted topframe
for the first and bottomframe
Hello,
When formating tables the first row (top of the header) is easily formated
by using for example:
\setupTABLE[row][1][rulethickness=0.90pt,topframe=on]
I was wondering whether there's an equivalent for specifically addressing
the LAST row in a table? Something along the lines of
Hello,
In my field lengthy table captions are common. The attached example shows
two problems I have with the multi-page tabeling I made work with the help
of the included patch from Hans:
1) the table splitting does not calculate the right height for the caption -
the table is too long for the pa
Yes, that's a known problem. Have a look at this thread:
http://archive.contextgarden.net/message/
20050912.154547.be0e5d5c.en.html
Does it work with newtexexec?
Thomas
On Apr 20, 2006, at 12:14 AM, nico wrote:
> Hello,
>
> There's something wrong in using (old)texexec/metapost on an input
I wrote the following emacs lisp for my .emacs and pass it on (no
copyright) in case others find it useful. I used variants for a decade
with the old tex mode, but just rewrote it for auctex and for context's
display math syntax (which deprecates $$...$$).
The purpose:
1. If you type {, [, or (,
Hello,
There's something wrong in using (old)texexec/metapost on an input file
named file.001.tex (I guess that 001 could be any number): the mp graphic
is not generated. If I change file.001.tex to file.tex, it works ok.
I attach the test file used if it can be useful.
Regards,
BG
try2.0
I'm having a slight problem with generating the formats when I use
newtexexec.
texmfstart newtexexec --make --all
I get the expected output without any errors, e.g.:
ConTeXt ver: 2006.04.18 22:36 fmt: 2006.4.19 int: english mes:
english
Beginning to dump on file cont-en.fmt
(format=cont
> > I'v tried it and I get a page number but only on one page, not all
> > the document. Should I be taking a look at anything else to make it
> > work an every page ? Sorry for my "newbie" questions...
> >
> you need to set the layer each page
>
[...]
It works great. Thanks. I will be addin
Hello,
I'm having a little bit of problem with the document structure of the
project I'm currently typesetting. It's kind of a scientific magazine
that consists mainly of independent articles. The articles use \section
and \subsection and should have their own numbering, as well as for the
caption
� wrote:
> Hello,
> unfortunately, \synchronizeoutput does not help here.
>
> I also tried things like "\placetable[bottom]" but no luck...
>
> Could you help?
>
> \starttext
> \section{bla}
> \subsection{bla}
> \startitemize
> \dorecurse{21}{\item bla}
> \stopitemize
> \placetable{a table}{\vbox t
� wrote:
> Hello,
>
> \externalfigure[prefix-\doifmodeelse{blub}{blub}{notblub}][width=0.5\textwidth]
> does not work.
>
> I tried some combination of \expanded, \unexpanded, \expandafter etc but
> without success. In the end, I write:
> \doifmodeelse{blub}{%
> \externalfigure[prefix-blub][width=
Johannes Graumann wrote:
> nico wrote:
>
>
>> [width=\textwidth,height=\textheight,factor=max]
>>
>
> Thank you very much! Very convenient functionality!
>
pretty old too -)
(one of the reasons for writing context is that we needed that kind of
features)
Hans
-
Hello,
\externalfigure[prefix-\doifmodeelse{blub}{blub}{notblub}][width=0.5\textwidth]
does not work.
I tried some combination of \expanded, \unexpanded, \expandafter etc but
without success. In the end, I write:
\doifmodeelse{blub}{%
\externalfigure[prefix-blub][width=0.5\textwidth]}{%
\exte
nico wrote:
> [width=\textwidth,height=\textheight,factor=max]
Thank you very much! Very convenient functionality!
Joh
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context
Hello,
unfortunately, \synchronizeoutput does not help here.
I also tried things like "\placetable[bottom]" but no luck...
Could you help?
\starttext
\section{bla}
\subsection{bla}
\startitemize
\dorecurse{21}{\item bla}
\stopitemize
\placetable{a table}{\vbox to 8cm{bla}}
\section{bla}
\subsec
From:Peter Rolf <[EMAIL PROTECTED]>
> Both problems are still *unfixed* (beta from 17.04).
The one I pointed out doesn't have an obvious solution since (I think)
the reserveobjnum spacing change breaks with pdftex 1.30 but is needed
with pdftex 1.21. I guess the magic line could be wrapped in
sorry, the previous mail was an error
--
-
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma
heeft iemand een eps (in kleur) van het ntg logo?
Hans
--
-
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | fax: 038 477
Thanks Sanjoy for pointing this out. Both problems are still *unfixed*
(beta from 17.04). Unfortunately fixing them doesn't solve my problem.
I'll try it again later. Maybe I was to tired yesterday to solve this
and the error is on my side...
Greets, Peter
Sanjoy Mahajan wrote:
>> there are still
Sanjoy Mahajan wrote:
> When texexec doesn't find a program or a file, it doesn't complain
> loudly. In this output from a recent run
>
> extra program : dvipos z
>
> total run time : 3 seconds
>
> texexec went looking for 'dvipos'. I didn't suspect any problem since I
> didn't
Johannes Graumann wrote:
>> ing the splitter, which demands a patch
>>
> Please excuse my ignorance: can I add these patches just to my *.ctx file or
>
what's a ctx file? not your source i presume? texexec looks for ctx
files, being xml files, in order to know what pre/postprocessing is n
Johannes Graumann wrote:
> Hans Hagen wrote:
>
>
>>
>> ...
>>
>>
>
> Thank you. I have modified that code and it does what I want (see below).
> There is however one generalization issue: the
> line '\externalfigure[\XMLflush{graphic}][width=\textwidth]' should really
> be able to use
25 matches
Mail list logo