ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [test suite] Bibtex-related test fails to compile.
@ 2012-10-22 16:14 Marco Pessotto
  2012-10-23  6:35 ` [test suite] Bidi and line numbering Marco Pessotto
  0 siblings, 1 reply; 4+ messages in thread
From: Marco Pessotto @ 2012-10-22 16:14 UTC (permalink / raw)
  To: ntg-context


I've imported most of the testfiles kindly provided by Hans. Now the
test suite has grown to ~900 files. I'm running them in chunks and I'll
keep reporting, even if I don't need the feature. If you prefer me to
post to another list, please let me know.

https://github.com/melmothx/context-unofficial-test-suite/tree/master/src/mkiv/bibtex

collapse-001.tex fails to compile. See below the log.

progressive-005.tex picks a different LM font, but probably because I
don't have the required fonts installed and it's using a different one
as fallback (I don't know which one is supposed to be the good one,
probably noone :-).

The other differences are just due to different distances, so I'm
promoting them to references.

Best wishes

context collapse-001.tex

mtx-context     | run 1: luatex --fmt="/media/data/melmoth/progetti/context-cutting-edge/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/cont-en" --jobname="collapse-001" --lua="/media/data/melmoth/progetti/context-cutting-edge/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/cont-en.lui" --no-parse-first-line --c:currentrun=1 --c:fulljobname="./collapse-001.tex" --c:input="./collapse-001.tex" --c:kindofrun=1 "cont-yes.mkiv"
This is LuaTeX, Version beta-0.70.1-2012052416 (rev 4277) 
 \write18 enabled.
(/media/data/melmoth/progetti/context-cutting-edge/tex/texmf-context/tex/context/base/cont-yes.mkiv

ConTeXt  ver: 2012.10.22 11:01 MKIV  fmt: 2012.10.22  int: english/english

system          > cont-new.mkiv loaded
(/media/data/melmoth/progetti/context-cutting-edge/tex/texmf-context/tex/context/base/cont-new.mkiv
system          > beware: some patches loaded from cont-new.mkiv
)
system          > files > jobname: collapse-001, input: collapse-001, result: collapse-001
fonts           > latin modern fonts are not preloaded
languages       > language en is active
(collapse-001.tex{/media/data/melmoth/progetti/context-cutting-edge/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
fonts           > preloading latin modern fonts (second stage)
fonts           > typescripts > unknown: library 'loc'
{/media/data/melmoth/progetti/context-cutting-edge/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/media/data/melmoth/progetti/context-cutting-edge/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts           > virtual math > unable to resolve name mapsfromchar
fonts           > fallback modern rm 12pt is loaded
publications    > file collapse-001.bbl not found, waiting for bibtex
! Undefined control sequence.

system          > tex > error on line 27 in file collapse-001.tex: Undefined control sequence ...

17     \stoppublication
18     
19     \setuppublications[state=start,refcommand=authoryear,authoretallimit=1]
20     
21     \setupcite[author][left=,right=]
22     
23     \starttext
24     
25         [\cite{Me2011}]        \par
26         [\cite{Me2011,Me2012}] \par
27 >>      [\cite{Me2013}]        \par
28     
29     \stoptext
30     


\handlemultiplebibauthors ...et \currentbibauthor 
                                                  \empty \def \bibprocessaut...
\setcurrentbibauthor ...hors {\commalistsize }{#1}
                                                  \fi 
\dodobibauthoryear ...t }\setcurrentbibauthor {#1}
                                                  \ifnum \scratchcounter =\p...
\9>>1 #1,->\dodobibauthoryear {#1}
                                  \syst_helpers_do_process_comma_item 
\syst_helpers_do_process_comma_list ...rgument #1,
                                                  ]\relax \global \advance \...
\docite ...cite {#1}{#2}\else \donumberedcite {#1}
                                                  \fi \endgroup 
l.27     [\cite{Me2013}
                       ]        \par
? 

-- 
Marco

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: [test suite] Bidi and line numbering
  2012-10-22 16:14 [test suite] Bibtex-related test fails to compile Marco Pessotto
@ 2012-10-23  6:35 ` Marco Pessotto
  2012-10-23  7:47   ` [test suite] Column-related fails to compile Marco Pessotto
  0 siblings, 1 reply; 4+ messages in thread
From: Marco Pessotto @ 2012-10-23  6:35 UTC (permalink / raw)
  To: ntg-context


Hello there.

https://github.com/melmothx/context-unofficial-test-suite/blob/master/src/mkiv/bidi/linenumbers-001.tex

The line numbering positioning is messed up and overlaps the text, or is
on the wrong side. With TL12 the output was good.

Cheers


-- 
Marco

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: [test suite] Column-related fails to compile
  2012-10-23  6:35 ` [test suite] Bidi and line numbering Marco Pessotto
@ 2012-10-23  7:47   ` Marco Pessotto
  2012-10-23  8:45     ` [test suite] two linenote related testfiles fail Marco Pessotto
  0 siblings, 1 reply; 4+ messages in thread
From: Marco Pessotto @ 2012-10-23  7:47 UTC (permalink / raw)
  To: ntg-context


https://github.com/melmothx/context-unofficial-test-suite/blob/master/src/mkiv/columns/sets-001.tex
fails to compile, but it's not a regression since TL, where it fails too.

Cheers

system          > tex > error on line 20 in file sets-001.tex: Missing number, treated as zero ...

10     
11     \showframe
12     
13     \starttext
14     
15     \setuppagenumbering[alternative=doublesided]]
16     \definecolumnset[mycolumnset][n=2]
17     \definecolumnsetarea[einschub][left][x=1,y=1,nx=3,ny=20,background=contrast,state=start,leftoffset=1cm,rightoffset=1cm]
18     
19     \startcolumnset[mycolumnset]
20 >>  \dorecurse{15}{\input tufte\par}
21     \stopcolumnset
22     
23     \stoptext
24     
25     

<to be read again> 
                   \advance 
\docalculatecolumnsetspan ...c!backspace \advance 
                                                  \!!widtha \namedlayoutpara...
\dodoplacecolumntextareas ...lculatecolumnsetspan 
                                                  \!!heighta \columntextarea...
\docommand ...oplacecolumntextareas {#1}{\v!left }
                                                  \else \doglobal \removefro...
\9>>1 #1,->\docommand {#1}
                          \syst_helpers_do_process_comma_item 
\syst_helpers_do_process_comma_list ...rgument #1,
                                                  ]\relax \global \advance \...
...
l.20 \dorecurse{15}{\input tufte\par}
                                     
? X



-- 
Marco

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: [test suite] two linenote related testfiles fail
  2012-10-23  7:47   ` [test suite] Column-related fails to compile Marco Pessotto
@ 2012-10-23  8:45     ` Marco Pessotto
  0 siblings, 0 replies; 4+ messages in thread
From: Marco Pessotto @ 2012-10-23  8:45 UTC (permalink / raw)
  To: ntg-context


FAILING:

https://github.com/melmothx/context-unofficial-test-suite/blob/master/src/mkiv/critical/testlinenotes-007.tex

and 

https://github.com/melmothx/context-unofficial-test-suite/blob/master/src/mkiv/critical/testlinenotes-008.tex

Also, it appears that \linenote was not present in TL12, so I don't have
a reference for all the testlinenotes files.

I'd be glad if someone more introduced to this feature let me know if
the output with the latest beta is fine.

! Missing number, treated as zero.

system          > tex > error on line 9 in file testlinenotes-007.tex: Missing number, treated as zero ...

 1     \starttext
 2     
 3     \setuppapersize[S6][S6]
 4     \setuplayout[width=middle,height=middle,margin=1.5cm,footer=0pt,header=1cm]
 5     
 6     \setupcolors[state=start] \setuptyping[option=color]
 7     
 8     \definelinenote[extralinenote][rule=off,frame=on,framecolor=darkgreen]
 9 >>  \setuplinenote [linenote] [rule=off,frame=on,framecolor=darkred,n=2]
10     
11     \showframe
12     
13     \title{Bidi}
14     
15     \subject{Issues:}
16     
17     \startitemize
18     \item Line-numeral ranges need to be configurable: 1--4 and 4--1. It should
19     not be harwired, since eg, Persian, may prefer to keep an LR-style range.

<to be read again> 
                   \relax 
\dorecurse #1->\ifcase #1\relax 
                                \expandafter \gobbletwoarguments \or \expand...
<inserted text> ...c!levels }\dorecurse \p_levels 
                                                  {\strc_define_commands_not...
\define_notation ...\fi \the \everydefinenotation 
                                                  \let \currentnotation \sav...
<inserted text> ...noteparent ][\c!type =\v!note ]
                                                  \fi \ctxcommand {definenot...
\define_note ...te }\fi \fi \the \everydefinenote 
                                                  \let \currentnote \saved_d...
...
l.9 \setuplinenote
                   [linenote] [rule=off,frame=on,framecolor=darkred,n=2]
? X


-- 
Marco

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2012-10-23  8:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-22 16:14 [test suite] Bibtex-related test fails to compile Marco Pessotto
2012-10-23  6:35 ` [test suite] Bidi and line numbering Marco Pessotto
2012-10-23  7:47   ` [test suite] Column-related fails to compile Marco Pessotto
2012-10-23  8:45     ` [test suite] two linenote related testfiles fail Marco Pessotto

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