Hi, I uploaded a beta matching luatex 0.39 (+ some fixes) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hi,
With the latest beta running under luatex 0.39 I cannot
compile the simplest of files. With 0.38 they run
fine. Also plain tex runs ok.
Here is where it stops:
local/share/texmf/tex/context/base/type-otf.tex \
(/usr/local/share/texmf/tex/context/base/type-otf.mkiv))\
(/usr/local/share/texmf/tex/context/base/type-otf.mkivMTXrun\
| fatal error, no return code, message: luatex: execution interrupted
Thanks, Eythan
Hans Hagen
Eythan Weg wrote:
Hi,
With the latest beta running under luatex 0.39 I cannot compile the simplest of files. With 0.38 they run fine. Also plain tex runs ok.
Here is where it stops:
local/share/texmf/tex/context/base/type-otf.tex \ (/usr/local/share/texmf/tex/context/base/type-otf.mkiv))\ (/usr/local/share/texmf/tex/context/base/type-otf.mkivMTXrun\ | fatal error, no return code, message: luatex: execution interrupted
looks like a crash ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen wrote:
Eythan Weg wrote:
Hi, With the latest beta running under luatex 0.39 I cannot compile the simplest of files. With 0.38 they run fine. Also plain tex runs ok.
Here is where it stops:
local/share/texmf/tex/context/base/type-otf.tex \ (/usr/local/share/texmf/tex/context/base/type-otf.mkiv))\ (/usr/local/share/texmf/tex/context/base/type-otf.mkivMTXrun\ | fatal error, no return code, message: luatex: execution interrupted
looks like a crash
Definately. More information is needed, like: what was that input file, where did you get your binary, and what is your operation system? Best wishes, Taco
Taco Hoekwater
Eythan Weg wrote:
Hi, With the latest beta running under luatex 0.39 I cannot compile the simplest of files. With 0.38 they run fine. Also plain tex runs ok.
Here is where it stops:
local/share/texmf/tex/context/base/type-otf.tex \ (/usr/local/share/texmf/tex/context/base/type-otf.mkiv))\ (/usr/local/share/texmf/tex/context/base/type-otf.mkivMTXrun\ | fatal error, no return code, message: luatex: execution interrupted
looks like a crash
Definately. More information is needed, like: what was that input file, where did you get your binary, and what is your operation system? Best wishes, Taco I compiled luatex myself. When it runs with context plain version of the format it shows this banner: This is LuaTeX, Version snapshot-0.39.0-2009041518 Here is the config log for the compilation of luatex. The kernel is Debian's. Here is the log of compiling this file: \starttext $x^2$ \stoptext Thanks, Eythan
Eythan Weg wrote:
Hi,
With the latest beta running under luatex 0.39 I cannot compile the simplest of files. With 0.38 they run fine. Also plain tex runs ok.
Here is where it stops:
local/share/texmf/tex/context/base/type-otf.tex \ (/usr/local/share/texmf/tex/context/base/type-otf.mkiv))\ (/usr/local/share/texmf/tex/context/base/type-otf.mkivMTXrun\ | fatal error, no return code, message: luatex: execution interrupted
did you remake the formats? not all intermediate trunk versions get a new version number (say 0.38); there is some checking for the format but this assumes incremented numbers normally context will regenerate the format automatically when it is updated but when you do the binary after that it assumes that nothing has changed so ... can you remake the formats with "context --make" (i tried this on one of the x64 machines after compilation and it solved the problem) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen
Hi,
With the latest beta running under luatex 0.39 I cannot compile the simplest of files. With 0.38 they run fine. Also plain tex runs ok.
Here is where it stops:
local/share/texmf/tex/context/base/type-otf.tex \ (/usr/local/share/texmf/tex/context/base/type-otf.mkiv))\ (/usr/local/share/texmf/tex/context/base/type-otf.mkivMTXrun\ | fatal error, no return code, message: luatex: execution interrupted
did you remake the formats? not all intermediate trunk versions get a new version number (say 0.38); there is some checking for the format but this assumes incremented numbers I believe I did. normally context will regenerate the format automatically when it is updated but when you do the binary after that it assumes that nothing has changed so ... can you remake the formats with "context --make" I have done this now (although originally I used luatools --generate; luatools --compile cont-en) but no change. The same "execution interrupted". In an earlier message I have provided logs, which may contain hints, (but I could not find any). (i tried this on one of the x64 machines after compilation and it solved the problem) Hans Thanks, Eythan
Taco Hoekwater
In an earlier message I have provided logs, which may contain hints, (but I could not find any).
Neither can I. The situation is weird because you seem to be the only person (so far?) suffering from this problem. Ok. I had this definition in cont-sys.tex \definefontfeature [default] [default] [protrusion=pure, expansion=quality, mode=node, script=latn, liga=yes] 0.38 works with it and 0.39 does not. Why the diff? Best wishes, Taco Thank you. Eythan
Eythan Weg wrote:
Taco Hoekwater
Fri, 17 Apr 2009 17:53:17 +0200 Eythan Weg wrote:
In an earlier message I have provided logs, which may contain hints, (but I could not find any).
Neither can I. The situation is weird because you seem to be the only person (so far?) suffering from this problem.
Ok. I had this definition in cont-sys.tex
\definefontfeature [default] [default] [protrusion=pure, expansion=quality, mode=node, script=latn, liga=yes]
0.38 works with it and 0.39 does not.
Why the diff?
what font do you test? btw, such a patch is rather inefficient as it will expand nearly all fonts which might not be what you want and indeed it crashes ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen
Taco Hoekwater
Fri, 17 Apr 2009 17:53:17 +0200 In an earlier message I have provided logs, which may contain hints, (but I could not find any). Neither can I. The situation is weird because you seem to be
Eythan Weg wrote: the only person (so far?) suffering from this problem.
Ok. I had this definition in cont-sys.tex
\definefontfeature [default] [default] [protrusion=pure, expansion=quality, mode=node, script=latn, liga=yes]
0.38 works with it and 0.39 does not.
Why the diff?
what font do you test? No font in particular. I thought that any subsequent request for a body font with this default feature would be fulfilled this way. btw, such a patch is rather inefficient as it will expand nearly all fonts which might not be what you want and indeed it crashes Thank you. Eythan
Eythan Weg wrote:
Ok. I had this definition in cont-sys.tex
\definefontfeature [default] [default] [protrusion=pure, expansion=quality, mode=node, script=latn, liga=yes]
0.38 works with it and 0.39 does not.
Why the diff?
Thanks, that solved it. It crashed because there is a new optimization in 0.39.0 that had a bug. Fix is in the luatex trunk now (#2313). Best wishes, Taco
Taco Hoekwater
Ok. I had this definition in cont-sys.tex
\definefontfeature [default] [default] [protrusion=pure, expansion=quality, mode=node, script=latn, liga=yes]
0.38 works with it and 0.39 does not.
Why the diff?
Thanks, that solved it. It crashed because there is a new optimization in 0.39.0 that had a bug. Fix is in the luatex trunk now (#2313). Yes, it works, but I still ponder Hans' remarks. Best wishes, Taco Thanks, Eythan
Hi Hans, Something are not working here with the latest beta on luatex 0.39. 1. The following two settings has no effect. % lines under headers. \setupbackgrounds [header][text] [frame=off,bottomframe=on,rulethickness=1.5pt] % Text inserted in Contents \writebetweenlist[section]{Text} 2. Footnote number has a weird triangle mark beside, like "1▲". 3. \completepublications causes error though text citations are fine. Here is the error: ! Undefined control sequence. \preparebibrefprefix ...lltoclevels \alltoclevels \let \savedcurrentlevel \c... \typesetpubslist ... {}\else \preparebibrefprefix \fi \ifsortbycite \fillloc... \dodoplacepublications ...sttrue \typesetpubslist \inpublistfalse \endgroup <to be read again> \stopappendices l.80 \stopappendices Best wishes, Wei-Wei Hans Hagen 写道:
Hi,
I uploaded a beta matching luatex 0.39 (+ some fixes)
Hans
Hi, The \completepublications error is gone with newly published t-bib. I find a new bug. The figure list and table list do not show caption titles and dots. Only label number and page number appear there, such as: 1.2.1 <Should have a caption title here> <Should have dots here> 13 Dots appears in contents list. Best wishes, Wei-Wei Wei-Wei Guo 写道:
Hi Hans,
Something are not working here with the latest beta on luatex 0.39.
1. The following two settings has no effect.
% lines under headers. \setupbackgrounds [header][text] [frame=off,bottomframe=on,rulethickness=1.5pt]
% Text inserted in Contents \writebetweenlist[section]{Text}
2. Footnote number has a weird triangle mark beside, like "1▲".
3. \completepublications causes error though text citations are fine. Here is the error:
! Undefined control sequence. \preparebibrefprefix ...lltoclevels \alltoclevels \let \savedcurrentlevel \c... \typesetpubslist ... {}\else \preparebibrefprefix \fi \ifsortbycite \fillloc... \dodoplacepublications ...sttrue \typesetpubslist \inpublistfalse \endgroup <to be read again> \stopappendices l.80 \stopappendices
Best wishes, Wei-Wei
Wei-Wei Guo wrote:
Hi,
The \completepublications error is gone with newly published t-bib.
I find a new bug. The figure list and table list do not show caption titles and dots. Only label number and page number appear there, such as:
1.2.1 <Should have a caption title here> <Should have dots here> 13
Dots appears in contents list.
i only look into reported bugs that come with a minimal example ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Wei-Wei Guo wrote:
Hi Hans,
Something are not working here with the latest beta on luatex 0.39.
1. The following two settings has no effect.
% lines under headers. \setupbackgrounds [header][text] [frame=off,bottomframe=on,rulethickness=1.5pt]
% Text inserted in Contents \writebetweenlist[section]{Text}
minimal example needed ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hi Hans, Here is the minimal examples. 1. The figure list and table list do not show caption titles and dots. Only label number and page number appear there, such as: 1 <Should have a caption title here> <Should have dots here> 13 Example: \starttext \completelistoftables \placetable[here][example-table]{\LaTeX} \starttable[|l|l|] \NC longtable \NC LONG TABLE \NC \AR \NC booktabs \NC BOOKTABS \NC \AR \stoptable \stoptext 2. \writebetweenlist has no effect. Example: \starttext \completecontent \writebetweenlist[section]{Text} \section{Section 1} \input knuth \stoptext 3. Footnote number has a weird triangle mark beside, like "1▲". Example: I cannot reproduce the problem with default settings. Maybe it's a problem related with Chinese. What Chinese fonts do you have? Can I use Yanrui Li's zhfonts.tex in my examples? Best Wishes, Wei-Wei Hans Hagen 写道:
minimal example needed
2009/4/18 Wei-Wei Guo
Hi Hans,
Here is the minimal examples.
1. The figure list and table list do not show caption titles and dots. Only label number and page number appear there, such as:
1 <Should have a caption title here> <Should have dots here> 13
Example: \starttext
\completelistoftables
\placetable[here][example-table]{\LaTeX} \starttable[|l|l|] \NC longtable \NC LONG TABLE \NC \AR \NC booktabs \NC BOOKTABS \NC \AR \stoptable
\stoptext
2. \writebetweenlist has no effect.
Example: \starttext
\completecontent \writebetweenlist[section]{Text}
\section{Section 1} \input knuth
\stoptext
3. Footnote number has a weird triangle mark beside, like "1▲".
Example: I cannot reproduce the problem with default settings. Maybe it's a problem related with Chinese. What Chinese fonts do you have? Can I use Yanrui Li's zhfonts.tex in my examples?
Hi, Wei-Wei, I tested your examples. The first example can work here. With AdobeSongStd-Light font, the third one can also work. You can post your example with zhfonts.tex which use Adobe Song and Kai fonts. I think that Hans have these fonts. -- Best wishes, Li Yanrui * Gentoo Linux (~x86) * ConTeXt Minimals Beta (2009.04.16 22:27 with LuaTeX 0.39)
2009/4/18 Yanrui Li
Hi, Wei-Wei,
I tested your examples. The first example can work here. With AdobeSongStd-Light font, the third one can also work. You can post your example with zhfonts.tex which use Adobe Song and Kai fonts. I think that Hans have these fonts.
Sorry. I am wrong. The first one can not work here. -- Best wishes, Li Yanrui * Gentoo Linux (~x86) * ConTeXt Minimals Beta (2009.04.16 22:27 with LuaTeX 0.39))
Hi, The reproduction of the footnote problem is tricky. And it seems it's not a Chinese related problem. Here is the example: %=============================================================== \starttext \chapter{First} Way to \ConTeXt\footnote{It's also the title of Yanrui Li's tutorial.} is painful. \input knuth \section{Second} But \ConTeXt is amazing.\footnote{Yanrui Li's tutorial too.} \input knuth \startlocalfootnotes \placetable{Complex Table\footnote{An test table.}} \placelegend{ \starttable[|l|n3.1 |n3.1 |n3.1 |n3.1 |] \HL \NC \NC \Use{2}[c]{First Half} \NC \Use{2}[c]{Second Half} \NC \FR \DC \DL[4] \DR \NC \NC 1st Qtr \NC 2nd Qtr \NC 3rd Qtr \NC 4th Qtr \NC \LR \HL \NC East \NC 20.4 \NC 7.4 \NC 90 \NC 20.4 \NC \FR \NC West \NC 30.6 \NC 338.6 \NC 34.6 \NC 31.6 \NC \LR \HL \stoptable} {\placelocalfootnotes} \stoplocalfootnotes %========================================================================= The problem: The second footnote are generated twice. The duplicated footnote appears only when \section, \startlocalfootnotes, and other \footnote are there. I cannot reproduce the "1▲" problem I have said before. It more tricky. Best wishes, Wei-Wei Yanrui Li 写道:
3. Footnote number has a weird triangle mark beside, like "1▲".
Example: I cannot reproduce the problem with default settings. Maybe it's a problem related with Chinese. What Chinese fonts do you have? Can I use Yanrui Li's zhfonts.tex in my examples?
Hi, Wei-Wei, the third one can also work. You can post your example with zhfonts.tex which use Adobe Song and Kai fonts. I think that Hans have these fonts.
Wei-Wei Guo wrote:
Hi,
The reproduction of the footnote problem is tricky. And it seems it's not a Chinese related problem. Here is the example:
%=============================================================== \starttext
\chapter{First}
Way to \ConTeXt\footnote{It's also the title of Yanrui Li's tutorial.} is painful.
\input knuth
\section{Second}
But \ConTeXt is amazing.\footnote{Yanrui Li's tutorial too.}
\input knuth
\startlocalfootnotes \placetable{Complex Table\footnote{An test table.}} \placelegend{ \starttable[|l|n3.1 |n3.1 |n3.1 |n3.1 |] \HL \NC \NC \Use{2}[c]{First Half} \NC \Use{2}[c]{Second Half} \NC \FR \DC \DL[4] \DR \NC \NC 1st Qtr \NC 2nd Qtr \NC 3rd Qtr \NC 4th Qtr \NC \LR \HL \NC East \NC 20.4 \NC 7.4 \NC 90 \NC 20.4 \NC \FR \NC West \NC 30.6 \NC 338.6 \NC 34.6 \NC 31.6 \NC \LR \HL \stoptable} {\placelocalfootnotes} \stoplocalfootnotes %=========================================================================
The problem: The second footnote are generated twice. The duplicated footnote appears only when \section, \startlocalfootnotes, and other \footnote are there.
I cannot reproduce the "1▲" problem I have said before. It more tricky.
Best wishes, Wei-Wei
Yanrui Li 写道:
3. Footnote number has a weird triangle mark beside, like "1▲".
Example: I cannot reproduce the problem with default settings. Maybe it's a problem related with Chinese. What Chinese fonts do you have? Can I use Yanrui Li's zhfonts.tex in my examples?
Hi, Wei-Wei, the third one can also work. You can post your example with zhfonts.tex which use Adobe Song and Kai fonts. I think that Hans have these fonts.
there was a bug in the flusher (footnotes can have 3 states: insert, postpone and save) however, your example also needs a fix: watch the start-stop local place as otherwise the note in the caption ends of nowhere here you have insert's (outer ones), a local one (in the table) and a postponed one (in the graphic); the postponed one might end up at the wrong place; future mkiv might handle that better but first we need to reach a reasonable state of compatibility and then we can start hacking around in the page code (inserts are somewhat special in tex) \starttext \chapter{First} Way to \ConTeXt\footnote{It's also the title of Yanrui Li's tutorial.} is painful. \section{First} Way to \ConTeXt\footnote{It's also the title of Yanrui Li's tutorial.} is painful. \section{Second} But \ConTeXt is amazing.\footnote{Yanrui Li's tutorial too.} \placetable {Complex Table\footnote{An test table.}} {\startlocalfootnotes \placelegend {\starttable[|l|n3.1 |n3.1 |n3.1 |n3.1 |] \HL \NC \NC \Use{2}[c]{First Half} \NC \Use{2}[c]{Second Half} \NC \FR \DC \DL[4] \DR \NC \NC 1st Qtr \NC 2nd Qtr \NC 3rd Qtr \NC 4th Qtr \NC \LR \HL \NC East \NC 20.4 \NC 7.4\footnote{inside.} \NC 90 \NC 20.4 \NC \FR \NC West \NC 30.6 \NC 338.6 \NC 34.6 \NC 31.6 \NC \LR \HL \stoptable} {\placelocalfootnotes} \stoplocalfootnotes} flush'm \stoptext maybe clean up this example a bit (smaller table) and wikify it ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen 写道:
there was a bug in the flusher (footnotes can have 3 states: insert, postpone and save)
however, your example also needs a fix: watch the start-stop local place as otherwise the note in the caption ends of nowhere
here you have insert's (outer ones), a local one (in the table) and a postponed one (in the graphic); the postponed one might end up at the wrong place; future mkiv might handle that better but first we need to reach a reasonable state of compatibility and then we can start hacking around in the page code (inserts are somewhat special in tex)
\starttext
\chapter{First}
Way to \ConTeXt\footnote{It's also the title of Yanrui Li's tutorial.} is painful.
\section{First}
Way to \ConTeXt\footnote{It's also the title of Yanrui Li's tutorial.} is painful.
\section{Second}
But \ConTeXt is amazing.\footnote{Yanrui Li's tutorial too.}
\placetable {Complex Table\footnote{An test table.}} {\startlocalfootnotes \placelegend {\starttable[|l|n3.1 |n3.1 |n3.1 |n3.1 |] \HL \NC \NC \Use{2}[c]{First Half} \NC \Use{2}[c]{Second Half} \NC \FR \DC \DL[4] \DR \NC \NC 1st Qtr \NC 2nd Qtr \NC 3rd Qtr \NC 4th Qtr \NC \LR \HL \NC East \NC 20.4 \NC 7.4\footnote{inside.} \NC 90 \NC 20.4 \NC \FR \NC West \NC 30.6 \NC 338.6 \NC 34.6 \NC 31.6 \NC \LR \HL \stoptable} {\placelocalfootnotes} \stoplocalfootnotes}
flush'm
\stoptext
maybe clean up this example a bit (smaller table) and wikify it
I wikified it, but there is a problem with the generate picture by <context>: - The footnote inside the table are not shown right under the table. And I have a further question. Is it possible to put the footnote of table head under the table instead of at the bottom of the page? I think it would be more reasonable of putting the footnote under the table. Best wishes, Wei-Wei
Wei-Wei Guo wrote:
- The footnote inside the table are not shown right under the table.
And I have a further question. Is it possible to put the footnote of table head under the table instead of at the bottom of the page? I think it would be more reasonable of putting the footnote under the table.
in principle yes, but then i need to add something to the float mechanism so it's not a quick hack (and it will not happen before i have completely spit the code in mkii/mkiv) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen 写道:
Wei-Wei Guo wrote:
And I have a further question. Is it possible to put the footnote of table head under the table instead of at the bottom of the page? I think it would be more reasonable of putting the footnote under the table.
in principle yes, but then i need to add something to the float mechanism so it's not a quick hack (and it will not happen before i have completely spit the code in mkii/mkiv)
Thanks! BTW, when will you finish the splitting? Best wishes, Wei-Wei
Wei-Wei Guo wrote:
Hans Hagen 写道:
Wei-Wei Guo wrote:
And I have a further question. Is it possible to put the footnote of table head under the table instead of at the bottom of the page? I think it would be more reasonable of putting the footnote under the table.
in principle yes, but then i need to add something to the float mechanism so it's not a quick hack (and it will not happen before i have completely spit the code in mkii/mkiv)
Thanks!
BTW, when will you finish the splitting?
will take a while (happens currently) .. as we need to remain backward compatible dev of mkiv costs much more time than starting from scratch ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Another weird bug (i think) with page imposition, in luatex, background overrides text \setuppapersize[A4][A3,landscape] \setuparranging[2SIDE] % <--bug here \setupcolors[state=start] \definetextbackground[intro] [backgroundcolor=gray, backgroundoffset=.25cm, offset=.5cm, frame=off, location=paragraph, color=white] \definetextbackground[subintro] [backgroundcolor=texcolorfour, backgroundoffset=0pt, offset=0pt, frame=off, location=text, color=blue] \starttext \starttextbackground[intro] A rather common way to draw attention to a passage, is to add a background. In this chapter we will therefore discuss how to enhance your document with \starttextbackground [subintro] colorful areas that either or not follow the shape of your paragraph. \stoptextbackground\ Be warned: this chapter has so many backgrounds that you should consider wearing sunglasses. \stoptextbackground \dorecurse{5}{\input tufte} \stoptext -- Diego Depaoli
Wei-Wei Guo wrote:
1 <Should have a caption title here> <Should have dots here> 13
Example: \starttext
\completelistoftables
\placetable[here][example-table]{\LaTeX} \starttable[|l|l|] \NC longtable \NC LONG TABLE \NC \AR \NC booktabs \NC BOOKTABS \NC \AR \stoptable
\stoptext
title now shows up
2. \writebetweenlist has no effect.
Example: \starttext
\completecontent \writebetweenlist[section]{Text}
\section{Section 1} \input knuth
\stoptext
fixed ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen 写道:
Wei-Wei Guo wrote:
1 <Should have a caption title here> <Should have dots here> 13
Example: \starttext
\completelistoftables
\placetable[here][example-table]{\LaTeX} \starttable[|l|l|] \NC longtable \NC LONG TABLE \NC \AR \NC booktabs \NC BOOKTABS \NC \AR \stoptable
\stoptext
title now shows up
Works fine here now.
2. \writebetweenlist has no effect.
Example: \starttext
\completecontent \writebetweenlist[section]{Text}
\section{Section 1} \input knuth
\stoptext
fixed
Still not work here. The "Text" isn't shown in contents. Best wishes, Wei-Wei
Dear Sirs I found this bug in ContextMinimals last version \starttext \startitemize[n] \item first \item second \startitemize[m,repeat] \item second.1, ===================== should be 2.1, but only appears 1. \item second.2 \stopitemize \stopitemize \stoptext
Am 21.04.2009 um 18:31 schrieb batela:
Dear Sirs
I found this bug in ContextMinimals last version \starttext
\startitemize[n] \item first \item second \startitemize[m,repeat] \item second.1, ===================== should be 2.1, but only appears 1. \item second.2 \stopitemize \stopitemize
\stoptext
I found a bug in nested items too. \starttext \startitemize \startitemize[fit] \item subitem \stopitemize \stopitemize \stoptext Wolfgang
Dears Sirs, anybody can share a solution for this bug. I need to prepare a document for tomorrow and it is very unpleasant include this kind of error. thanks a lot. Em 21/04/2009, às 6:09, Wolfgang Schuster escreveu:
Am 21.04.2009 um 18:31 schrieb batela:
Dear Sirs
I found this bug in ContextMinimals last version \starttext
\startitemize[n] \item first \item second \startitemize[m,repeat] \item second.1, ===================== should be 2.1, but only appears 1. \item second.2 \stopitemize \stopitemize
\stoptext
I found a bug in nested items too.
\starttext \startitemize \startitemize[fit] \item subitem \stopitemize \stopitemize \stoptext
Wolfgang
_______________________________________________________________________ ____________ 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 _______________________________________________________________________ ____________
Abraços, Jorge Manuel de Almeida Magalhães
Anybody can help. I don't understand this behaviour 1 2 1. ---- should be 2.1 2.2 2.3 Thanks Em 21/04/2009, às 6:09, Wolfgang Schuster escreveu:
Am 21.04.2009 um 18:31 schrieb batela:
Dear Sirs
I found this bug in ContextMinimals last version \starttext
\startitemize[n] \item first \item second \startitemize[m,repeat] \item second.1, ===================== should be 2.1, but only appears 1. \item second.2 \stopitemize \stopitemize
\stoptext
I found a bug in nested items too.
\starttext \startitemize \startitemize[fit] \item subitem \stopitemize \stopitemize \stoptext
Wolfgang
_______________________________________________________________________ ____________ 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 _______________________________________________________________________ ____________
Um Abraço, Jorge Magalhães
On Tue, 21 Apr 2009, batela wrote:
I found this bug in ContextMinimals last version \starttext
\startitemize[n] \item first \item second \startitemize[m,repeat] \item second.1, ===================== should be 2.1, but only appears 1. \item second.2 \stopitemize \stopitemize
Hmm... is this supposed to work? It does not work in MkII at all. In MkII, the following works \starttext \startitemize[n,repeat] \item first \item second \startitemize[n] \item second.1 \item second.2 \stopitemize \stopitemize \stoptext but in MkIV, the first level of itemizations are missing. Aditya
participants (9)
-
Aditya Mahajan
-
batela
-
Diego Depaoli
-
eythanweg@gmail.com
-
Hans Hagen
-
Taco Hoekwater
-
Wei-Wei Guo
-
Wolfgang Schuster
-
Yanrui Li