Re: [NTG-context] Refering to parent in XML

2015-08-27 Thread Xan
in a setup you can say: \xmlshow{#1} to see what is the (current) node It does not help me. I ask you in other way: if I have this % Presentació: defineix \Presentacio{activitat-id}{presentacio-id} \def\Presentacio#1#2% {\xmlfilter{rebost}

[NTG-context] Refering to parent in XML

2015-08-25 Thread Xan
Hi, I have this environment: \startenvironment processadorxml % Activitat: defineix \Activitat{activitat-id} \def\Activitat#1% {\xmlfilter{rebost} {/activitats/activitat[@id=='#1']/command(xml:list)} } % Simplement llistam totes les presentacions. \startxmlsetups xml:list

Re: [NTG-context] Split numbers in natural tables

2015-08-23 Thread Xan
Thanks. On Fri, 21 Aug 2015 16:52:11 +0200 Xan xancor...@gmail.com ha escrit: Hi, I have a simple script in mako templates which generate this table: \starttext \bTABLE[align={lohi,middle}] \bTR \bTD[width=2.8cm, height=2.8cm] 1 \eTD \eTR \bTD[width=2.8cm, height=2.8cm

[NTG-context] Split numbers in natural tables

2015-08-21 Thread Xan
=2.8cm] 4611 686018427 387904 \eTD or something similar. Thanks, Xan ___ 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

Re: [NTG-context] Process contents of xmlflush in context

2015-08-02 Thread Xan
Thanks, a lot. On Sun, 02 Aug 2015 11:56:31 +0200 Hans Hagen pra...@wxs.nl ha escrit: \xmlflushcontext ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

[NTG-context] Process contents of xmlflush in context

2015-08-01 Thread Xan
/command(xml:choose)} } \startxmlsetups xml:choose \startitem {\dontleavehmode{\xmlflush{#1}}} \stopitem \stopxmlsetups \stopenvironment Thanks a lot, Xan PS: Please, CCme. ___ If your question

Re: [NTG-context] Equivalent of os.resultof(...) in LaTeX

2014-11-07 Thread Xan
luatex --shell-escape file will work. It works Thanks ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] Equivalent of os.resultof(...) in LaTeX

2014-11-06 Thread Xan
That is not a useful error description ... Herbert More clear than this? Neither this: \directlua{ require lualibs-os tex.sprint(os.resultof(sha256sum \jobname.tex | cut -c -5)) } Blank. Nothing displayed.

[NTG-context] Equivalent of os.resultof(...) in LaTeX

2014-11-03 Thread Xan
Hi, Just short question: what's the equivalent in latex of \ctxlua{context(os.resultof(sha256sum \jobname.conTeXt | cut -c -5))} ? Thanks in advance, Xan ___ If your question is of interest to others as well

Re: [NTG-context] Equivalent of os.resultof(...) in LaTeX

2014-11-03 Thread Xan
On Mon, 3 Nov 2014 14:31:17 +0100 Xan dxpubl...@telefonica.net ha escrit: It does not work: \documentclass{article} \begin{document} \directlua{ local handle = io.popen(sha256sum \jobname.tex | cut -c -5,r) if handle then local result = handle:read(*all) or handle:close

Re: [NTG-context] Possibly bug: misalignment with matrix

2014-10-12 Thread Xan
Another bug. @Hans: At least for user view point it's a bug. @Thangalin: thanks. A bigskip will solve me problems, but thanks. \definemathmatrix[det] [left={\left\lvert\,},right={\,\right\rvert}] \starttext Calculeu els determinants següents: \startitemize[a,columns] \item $\startdet[n=4]

Re: [NTG-context] Possibly bug: misalignment with matrix

2014-10-12 Thread Xan
and \item $\startdet[n=3] \NC yz \NC \frac{1}{x} \NC x \NR \NC zx \NC \frac{1}{y} \NC y \NR \NC xy \NC \frac{1}{z} \NC z \NR \stopdet$ puts x over 1 in the second row ___ If your question is of interest to others

[NTG-context] multi-line equations with \left( and \right.

2014-10-07 Thread Xan
Hi, I try to do that \startformula \startalign[left={\left(\,},right={\,\right.}] \NC x - 2y + 2z \NC = 1 \NR \NC 2 x + y - z \NC = 2 \NR \NC 4 x - 3y + 6z \NC = 7 \NR \stopalign \stopformula but it does not work. Can anyone help me? Thanks, Xan PS: Please CCme

[NTG-context] Possibly bug: misalignment with matrix

2014-10-07 Thread Xan
\NC 0 \NR \NC 0 \NC 0 \NC 0 \NC d \NR \stoppmatrix \stopitemize \stoptext produces misalignment in last item (I attach pdf) Can anyone confirm that? Thanks, Xan matrix.pdf Description: Adobe PDF document

Re: [NTG-context] multi-line equations with \left( and \right.

2014-10-07 Thread Xan
Mm... I thought I could use mathalign instead. Thanks, On Tue, 7 Oct 2014 11:23:13 +0200 Wolfgang Schuster schuster.wolfg...@gmail.com ha escrit: Am 07.10.2014 um 10:59 schrieb Xan dxpubl...@telefonica.net: Hi, I try to do that \startformula \startalign[left={\left(\,},right

[NTG-context] frown in context 2

2014-09-30 Thread Xan
On Tue, 29 Oct 2013, Xan wrote: Hi, I just want to make an arc to a word. I found that [http://tex.stackexchange.com/questions/15468/frown-and-mathop-stackrel-overset] but it's LaTeX or XeTeX centric. Is there any equivalent in ConTeXt? $\overparent{MMM}$ Aditya Can

[NTG-context] Prime and overbar

2014-08-20 Thread Xan
Hi, $\overbar{OA'} = 3,4$, puts me overbar with two steps: one for $O$ and one for $A'$. Is there any way for putting overbar just on top of the expression? Thanks, Xan PS: Please CCme ___ If your question

Re: [NTG-context] Prime and overbar

2014-08-20 Thread Xan
On Wed, 20 Aug 2014 09:38:49 +0200 Xan dxpubl...@telefonica.net ha escrit: Hi, $\overbar{OA'} = 3,4$, puts me overbar with two steps: one for $O$ and one for $A'$. Is there any way for putting overbar just on top of the expression? Thanks, Xan PS: Please CCme Yes. x.pdf

Re: [NTG-context] snappedmath is now dropped?

2014-07-30 Thread Xan
Thanks, On 7/28/2014 11:01 AM, Xan wrote: Hi, Are you delete the command \snappedmath? I get that: ! Undefined control sequence. system tex error on line 834 in file /home/xan/SYNC/cepasud-raw/classe/ESPA3/planificació/Tema2-Àlgebra/80-juntat.conTeXt

Re: [NTG-context] Problem with the verbosity of XML

2014-07-30 Thread Xan
On 7/28/2014 1:13 PM, Xan wrote: This is a minimal and isolate example You can see that {\bf Hola} is not processed. well, because you want to typeset it as is: pasHola {\bf a}/pas why should pas be treated as tex? \startxmlsetups xml:demo:pas \startitem

Re: [NTG-context] Anyone could help me with this error in filter module?

2014-07-30 Thread Xan
Am 28.07.2014 um 16:15 schrieb Xan dxpublica at telefonica.net: Hi, Any hint on that [https://github.com/adityam/filter/issues/17], please? Don’t use \doifmode{…}{…} etc. with buffers or environments which rely on a buffer because you disable the function to keep end of lines

[NTG-context] A bug color in tikz

2014-07-30 Thread Xan
a bug. Thanks, Xan. ___ 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

[NTG-context] snappedmath is now dropped?

2014-07-28 Thread Xan
Hi, Are you delete the command \snappedmath? I get that: ! Undefined control sequence. system tex error on line 834 in file /home/xan/SYNC/cepasud-raw/classe/ESPA3/planificació/Tema2-Àlgebra/80-juntat.conTeXt: Undefined control sequence ... 824 % TODO: acabar les solucions

[NTG-context] filter module: before print, it puts new line

2014-07-28 Thread Xan
) \stoppython \stopitemize \stoptextrule \stoptext with the result of new line after (a). and 11 (the solution of the equation). I attach the pdf. How can avoid this behaviour? Thanks, Xan j.pdf Description: Adobe PDF document

Re: [NTG-context] filter module: before print, it puts new line

2014-07-28 Thread Xan
On Mon, 28 Jul 2014 13:29:58 +0200 Xan dxpubl...@telefonica.net ha escrit: Hi, I run this code: \usemodule[filter] \defineexternalfilter [python] [filtercommand={python \externalfilterinputfile\space \externalfilteroutputfile},cache=force] \starttext Resol les

[NTG-context] Anyone could help me with this error in filter module?

2014-07-28 Thread Xan
Hi, Any hint on that [https://github.com/adityam/filter/issues/17], please? Thanks, ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

[NTG-context] Problem with the verbosity of XML

2014-07-27 Thread Xan
}{/text()}\stopexercici \stopxmlsetups But I get the PDF with the verbose text, not processing (I attach them) What fails? Thanks in advance, Xan 80-seleccio.pdf Description: Adobe PDF document ___ If your question

[NTG-context] \headstylecolor in \setupcaptions ?

2014-07-12 Thread Xan
Hi, how to set the color of head in setupcaptions? Something like: \setupcaptions[headstyle={\ss},headstylecolor=red] thanks Xan PS: Please CCme ___ If your question is of interest to others as well, please add

Re: [NTG-context] \headstylecolor in \setupcaptions ?

2014-07-12 Thread Xan
I found myself: headcolor=red On Sat, 12 Jul 2014 18:31:55 +0200 Xan dxpubl...@telefonica.net ha escrit: Hi, how to set the color of head in setupcaptions? Something like: \setupcaptions[headstyle={\ss},headstylecolor=red] thanks Xan PS: Please CCme

[NTG-context] dx=1cm with imposition: how to disable right most dx?

2014-06-01 Thread Xan
prevent that? Thanks in advance, Xan. PS: Please CCme. ___ 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

Re: [NTG-context] dx=1cm with imposition: how to disable right most dx?

2014-06-01 Thread Xan
Oh! thanks. Now I have to try for having the same space on left and on right. Thanks On Sun, 01 Jun 2014 13:16:06 +0200 Hans Hagen pra...@wxs.nl ha escrit: On 6/1/2014 12:00 PM, Xan wrote: Hi, I have this code: \definepapersize[carnet][width=8.50cm,height=5.40cm] \setuppapersize

[NTG-context] Split in specific row in natural tables?

2014-05-26 Thread Xan
Hi, Is there a possibility of split a natural table in specific row? I want to split in row third or something like that. Thanks, Xan. ___ If your question is of interest to others as well, please add an entry

[NTG-context] \starttextbackground and \startbackground equivalent options

2014-05-25 Thread Xan
] But I get: * The corners are not rounded * Can I achieve to unbackground footnotes inside \startteoria \stopteoria? Thanks in advance, Xan ___ If your question is of interest to others as well, please add an entry

[NTG-context] startbackground with footnotes cause problems

2014-05-25 Thread Xan
Hi, I observe that if startbackground stopbackground has footnotes inside, then page breaks are placed before and after footnotes with blank pages... Anyone does know anything about that? Thanks ___ If your

Re: [NTG-context] \startbackground with footnote

2014-05-23 Thread Xan
Thanks Aditya. What's the difference between startbackground and starttextbackground? I can't see the options of textbackground. Thanks, ___ If your question is of interest to others as well, please add an entry to

Re: [NTG-context] \startbackground with footnote

2014-05-23 Thread Xan
Sorry, I mean Wolfgang not Aditya ;-) ___ 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 :

[NTG-context] \startbackground with footnote

2014-05-22 Thread Xan
Hi, I have a footnote in \startbackground \stopbackground environment and the footnote is not displayed. Can anyone give me any hint? thanks in advance, Xan ___ If your question is of interest to others as well

[NTG-context] \installprettytype gets me undefined control sequence

2014-05-09 Thread Xan
Hi, With the code in http://wiki.contextgarden.net/Verbatim_with_line_breaks, I get open source 2 3 /home/xan/NO-SERVIDOR/Serviedre/context3/tasques.context open source 3 4 /home/xan/NO-SERVIDOR/Serviedre/context3/plantilles/entorn-minimal.tex fontstypescripts

Re: [NTG-context] Problems with XML and table of contents

2014-04-01 Thread Xan
Finally, I use xsltproc and xml from scratch for this conversion, because Aditya module seems to does not work with XML. The process is XML, XSLT -- ConTeXT file - PDF file Just for interest of someone... Xan

[NTG-context] Aditya filter module: ignore ``` in my case

2014-03-31 Thread Xan
] \definecolor[steelblue][h=4682B4] \definecolor[griscodi][h=F5F5F5] ``` \stopmarkdown \stoptext does not process the code block (inside ```)? I just wonder why? Thanks, Xan

Re: [NTG-context] Aditya filter module: ignore ``` in my case

2014-03-31 Thread Xan
Mmm... identation seems the guilty thing ;-) Decideix is good (without spaces at beginning) Xan. On Mon, 31 Mar 2014 14:17:47 +0200 Xan dxpubl...@telefonica.net ha escrit: Hi, I have a problem: why this \usemodule[filter] \defineexternalfilter [markdown

[NTG-context] Defining commands in \start ... \stop

2014-03-30 Thread Xan
/Commands_with_optional_arguments) Thanks, Xan PS: Please CCme ___ 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

Re: [NTG-context] Defining commands in \start ... \stop

2014-03-30 Thread Xan
This: \defineblock[question] \defineblock[answer] \defineenumeration[question][text={Question}] \defineenumeration[answer] [text={Answer}] \keepblocks[question] \hideblocks[answer] \def\mynewcommand{\dosingleempty\doMyNewCommand} \def\doMyNewCommand[#1]#2{% \iffirstargument

Re: [NTG-context] Defining commands in \start ... \stop

2014-03-30 Thread Xan
And so? This has not [mathematical] solution ;-) Xan. The block commands use a buffer to store the content and buffers can’t be used in commands. Wolfgang ___ If your question is of interest to others as well

Re: [NTG-context] \starttyping while processing XML causing error

2014-03-28 Thread Xan
On 3/27/2014 9:46 AM, Xan wrote: \starttext A \xmlprocessfile{demo}{./dades.xml}{} B \stoptext \startxmlsetups xml:demo:code \blank \start \ttx \xmlverbatim{#1} \stop \blank \stopxmlsetups First of all, thank you very much, Hans. But why can't I use

Re: [NTG-context] Problems with XML and table of contents

2014-03-28 Thread Xan
Thanks, many thanks Hans. The key is expansion=yes. Without, phantom contents in table of contents. With, all is ok: \definehead [Fitxa] [subsection][ownnumber=yes,expansion=yes] Xan. ___ If your question

Re: [NTG-context] \starttyping while processing XML causing error

2014-03-28 Thread Xan
I can circumvent it with \defineframedtext[framedcode][strut=yes,width=local,align=flushleft,frame=off] \startxmlsetups xml:demo:codi \blank \startframedcode \startlinenumbering\xmlverbatim{#1}\stoplinenumbering \stopframedcode \blank \stopxmlsetups Xan

Re: [NTG-context] \starttyping while processing XML causing error

2014-03-28 Thread Xan
How can I achieve this results? (numbering line and color basically) \startlinenumbering etc How can I disable hyphenize and wrap large lines? Thanks, Xan. ___ If your question is of interest to others

Re: [NTG-context] \starttyping while processing XML causing error

2014-03-28 Thread Xan
On Fri, 28 Mar 2014 09:56:12 +0100 Hans Hagen pra...@wxs.nl ha escrit: On 3/28/2014 9:13 AM, Xan wrote: On 3/27/2014 9:46 AM, Xan wrote: \starttext A \xmlprocessfile{demo}{./dades.xml}{} B \stoptext \startxmlsetups xml:demo:code \blank \start \ttx

[NTG-context] \starttyping while processing XML causing error

2014-03-27 Thread Xan
no solution. Since 2012 I suppose many things are changed so I ask. Why doesn't it work? Thanks in advance, Xan. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

[NTG-context] Problems with XML and table of contents

2014-03-27 Thread Xan
\fitxa{\xmltext{#1}{/}} \stopxmlsetups In the document all is ok, but in the table of contents, I get phantom content. Any clue? Thanks in advance, Xan ___ If your question is of interest to others as well, please

[NTG-context] How can I use Aditya filter module within XML?

2014-03-27 Thread Xan
Hi, Is it possible to use paragraph \startmarkdown bla... \stopmarkdown /paragraph With my code (xmlflush) the start/stopmarkdown is printed without interpretation. Regards, Xan ___ If your question

Re: [NTG-context] Color of the headers of one enumeration

2014-03-25 Thread Xan
Am 24.03.2014 um 14:39 schrieb Xan dxpublica at telefonica.net: Hi, I have this \defineenumeration [punt] [alternative=serried,text={\startcolor[darkblue]Punt\stopcolor},stopper={.\space},left={\bgroup},right={\egroup},width=fit,headstyle=\ss,distance=0.25em,width=fit] So

[NTG-context] Color of the headers of one enumeration

2014-03-24 Thread Xan
have Punt. Thanks in advance, Xan ___ 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

[NTG-context] Bug with TikZ

2014-03-14 Thread Xan
\stopitemize \stoptext Is it a formal bug? My version is the latest stable: ConTeXt ver: 2014.01.03 00:40 MKIV current fmt: 2014.3.14 int: english/english I attached the file (pdf) Thanks, Xan. tikzbug.pdf Description: Adobe PDF document

Re: [NTG-context] OT: Reflections on usability ConTeXt for typesetting of mathematics

2014-02-26 Thread Xan
Hello ConTeXist. 0. Do you think that this is only a problem for beginners of ConText or it is a general problem of ConTeXt? 1. How many of ConTeXt users use this tool for typesetting of non-elementary mathematics? 2. Are you satisfied with the results, which produces ConTeXt (thinking

Re: [NTG-context] solutions and problems

2014-02-23 Thread Xan
Am 22.02.2014 um 18:45 schrieb Xan dxpublica at telefonica.net: No, it does not work. I have this: % Questions \defineenumeration [exercici] [alternative=serried,text={\startcolor[darkblue]Exercici\stopcolor},stopper={.\space},left={\bgroup},right={\egroup},width=fit

Re: [NTG-context] solutions and problems

2014-02-23 Thread Xan
\incrementcounter in 80 exercises. It's a tedious thing. Is there any more relaxing thing: assuming that I have 'resposta' nested in 'exercici' like \startexercici \beginresposta \resposta Answer X \endresposta \stopexercici ? Thanks another time, Xan

Re: [NTG-context] solutions and problems

2014-02-22 Thread Xan
No, it does not work. I have this: % Questions \defineenumeration [exercici] [alternative=serried,text={\startcolor[darkblue]Exercici\stopcolor},stopper={.\space},left={\bgroup},right={\egroup},width=fit,headstyle=\ss,distance=0.25em,width=fit,before={\incrementcounter[resposta]}] %

Re: [NTG-context] solutions and problems

2014-02-21 Thread Xan
Thanks for that. I use incrementcounter and decrementnumber in 'before', because I use *always* answer nested in question: \defineenumeration [exercici]

[NTG-context] solutions and problems

2014-02-20 Thread Xan
Hi, Just a question about blocks... I consulted the manual, but I'm in trouble: I have this definitions: % the exercise \defineenumeration [exercici]

Re: [NTG-context] solutions and problems

2014-02-20 Thread Xan
Not exactly. If you don't have the same number of answers that the number of questions, so your counter is not properly set. See that: \defineblock[question] \defineblock[hint] \defineblock[answer] \defineenumeration[question][alternative=hanging,width=2.5cm,text={Question},stopper={.}]

[NTG-context] [OT] pdf2htmlEX

2014-01-24 Thread Xan
Hi, Just some information: if you want to pass from pdf to html5, there is an amazing project I discovered: https://github.com/coolwanglu/pdf2htmlEX The bad things is that it does not preserve structures: each line is a structure in html5 generated document. Cheers, Xan

Re: [NTG-context] What is the error of that header lines?

2013-12-22 Thread Xan
Am 21.12.2013 um 19:07 schrieb Xan dxpublica at telefonica.net: Hi, Can someone help me? I'm a little bit crazy. I have this example (sorry, I tried to achieve more minimal version): The problem happens only when the tikzpicture is the first object at the begin of the page

[NTG-context] What is the error of that header lines?

2013-12-21 Thread Xan
is the error? Thanks a lot, Xan. ___ 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

Re: [NTG-context] \startpagefigure[file.pdf][page=1, ...]\stoppagefigure

2013-12-12 Thread Xan
Am 09.12.2013 um 11:19 schrieb Xan dxpublica at telefonica.net: Hi, When I use: \startpagefigure[file.pdf][page=X]\stoppagefigure with page = 2 does not work. Always it puts the first page. I run MKIV. Is it a bug? It’s a change of the behavior of the command and I

[NTG-context] \startpagefigure[file.pdf][page=1, ...]\stoppagefigure

2013-12-09 Thread Xan
Hi, When I use: \startpagefigure[file.pdf][page=X]\stoppagefigure with page = 2 does not work. Always it puts the first page. I run MKIV. Is it a bug? Thanks in advance, Xan. ___ If your question is of interest

[NTG-context] sagemath in context (like sagetex)

2013-11-29 Thread Xan
see lua lunatic code: http://wiki.contextgarden.net/User:Luigi.scarso/luatex_lunatic#SageMath but this is very programmer centric code, in my opinion. Is there any easy way to do that? I use MKIV Thanks, Xan

[NTG-context] Another problem in Markdown processing

2013-11-12 Thread Xan
funció} l.19 \startdescription {Term 1} ? x I think it's a bug of pandoc that does not include necessary definitions. @Aditya, can you confirm that? Xan ___ If your question is of interest

[NTG-context] New line in cell in Markdown processing? (module t-filter)

2013-11-11 Thread Xan
/). Encollir un dòlar | funció exponencial | | | produces me a very wide table. Thanks in advance, Xan. PS: Please CCme ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg

Re: [NTG-context] New line in cell in Markdown processing? (module t-filter)

2013-11-11 Thread Xan
I know that now: http://johnmacfarlane.net/pandoc/demo/example9/pandocs-markdown.html On Mon, 11 Nov 2013 15:36:51 +0100 Xan dxpubl...@telefonica.net ha escrit: Hi, Is there any way to have a multiline cell in markdown while I run ConTeXt with t-filter module? This: | Activitat

[NTG-context] important line in TikZ

2013-11-07 Thread Xan
Hi, Can someone confirm if \draw[important line] (0,0) -- (1,0); works in ConTeXt? Or is it my old version? Thanks, Xan. ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] [right=),stopper=] for all \startitemize[a]

2013-11-04 Thread Xan
Thanks a lot, Aditya and Wolfgang, for these suggestions. Thanks, Xan. On Sun, 3 Nov 2013 20:39:23 +0100 Wolfgang Schuster wolfgang.schus...@gmail.com ha escrit: Am 03.11.2013 um 20:22 schrieb Aditya Mahajan adit...@umich.edu: On Sun, 3 Nov 2013, Wolfgang Schuster wrote: Am

[NTG-context] [right=),stopper=] for all \startitemize[a]

2013-11-03 Thread Xan
Hi, Is possible to set \setupitemize *only* applying for \startitemize[a] with have [right=),stopper=]? I did not find in wiki. Only for levels, not for symbols type. Thanks in advance, Xan PS: Please Ccme

[NTG-context] \frown in ConTeXt

2013-10-29 Thread Xan
Hi, I just want to make an arc to a word. I found that [http://tex.stackexchange.com/questions/15468/frown-and-mathop-stackrel-overset] but it's LaTeX or XeTeX centric. Is there any equivalent in ConTeXt? Thanks in advance, Xan PS: Please CCme

Re: [NTG-context] tikz-3dplot?

2013-10-26 Thread Xan
On Fri, Oct 25, 2013 at 11:19 AM, Xan wrote: Hi, Is there available tikz-3dplot [http://www.ctan.org/pkg/tikz-3dplot] for ConTeXt? Is it possible to use it? Most of the time packages written on top of TikZ can relatively painlessly be ported to plain TeX and ConTeXt even

[NTG-context] (no subject)

2013-10-11 Thread Xan
On 2013–10–10 Xan wrote: ! Undefined control sequence. system tex error on line 28 in file /home/xan/fems/proves-context/prova.tex: Undefined control sequence ... 18 \starttikzpicture 19 [decoration={ 20markings, 21mark= 22

Re: [NTG-context] Possibly bug in ConTexT with TikZ

2013-10-11 Thread Xan
On 2013–10–10 Xan wrote: ! Undefined control sequence. system tex error on line 28 in file /home/xan/fems/proves-context/prova.tex: Undefined control sequence ... 18 \starttikzpicture 19 [decoration={ 20markings, 21mark= 22

Re: [NTG-context] Possibly bug in ConTexT with TikZ

2013-10-11 Thread Xan
With version 2013-09-07 (sh ./first-setup.sh --context=2013-09-07 --modules=all --engine=luatex) it works With version 2013.10.09 it does not So there is a bug. Can anyone fix it? Thanks, Xan ___ If your question

[NTG-context] Possibly bug in ConTexT with TikZ

2013-10-10 Thread Xan
subsection @ level 4 : 0.0.2.1 - Definició ! Undefined control sequence. system tex error on line 57 in file /home/xan/SYNC/cepasud-raw-mercurial/classe/ESPA4/planificació/Tema1-Funció-quadràtica/97-Quadràtica-a-la-realitat.conTeXt: Undefined control sequence ... 47 {\framed

Re: [NTG-context] Possibly bug in ConTexT with TikZ

2013-10-10 Thread Xan
\coordinate it works. What fails? Thanks in advance, Xan. ___ 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

Re: [NTG-context] Possibly bug in ConTexT with TikZ

2013-10-10 Thread Xan
On 2013–10–10 Xan wrote: Minimal example: % Regime \enableregime[utf] Not required if you use MkIV does not work. It works here with 2013.10.09 10:36 using MkIV and MkII. At least I don't get an error and a PDF with a few green blots is created. What's the error message you

Re: [NTG-context] Alignment table with comma, and long long space after

2013-09-24 Thread Xan
On Mon, 23 Sep 2013 20:11:01 +0200 Wolfgang Schuster schuster.wolfg...@gmail.com ha escrit: Am 23.09.2013 um 15:45 schrieb Xan dxpubl...@telefonica.net: On Sun, 22 Sep 2013 19:31:33 +0200 Wolfgang Schuster schuster.wolfg...@gmail.com ha escrit: You can show us a *complete* minimal

[NTG-context] \sqrt[a]{b} with a more than one digit

2013-09-23 Thread Xan
Hi, \sqrt[12]{a^{11}} produces me: \sqrt[1]{2} a^{11} What happens there? Xan. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http

Re: [NTG-context] Alignment table with comma, and long long space after

2013-09-23 Thread Xan
On Sun, 22 Sep 2013 19:31:33 +0200 Wolfgang Schuster schuster.wolfg...@gmail.com ha escrit: You can show us a *complete* minimal example. Wolfgang What is at final? Xan ___ If your question is of interest

Re: [NTG-context] Alignment table with comma, and long long space after

2013-09-22 Thread Xan
] \setupTABLE[loffset=1mm,roffset=1mm] \setupTABLE[frame=off] \setupTABLE[topframe=on,bottomframe=on] \setupTABLE[column][first][leftframe=on] \setupTABLE[column][last][rightframe=on] \stopsetups What can I do? Xan. On Sat, 21 Sep 2013 18:55:51 +0200 Wolfgang Schuster schuster.wolfg

Re: [NTG-context] Alignment table with comma, and long long space after

2013-09-22 Thread Xan
Yes: You can show us a *complete* minimal example. Wolfgang % Regime \enableregime[utf] % Choose a language, and associated hyphenation rules. \mainlanguage[ca] % AMSTHM equivalent %% Exercici %% Mirar http://wiki.contextgarden.net/Command/setupdescriptions %%% posar alternative=left per

Re: [NTG-context] startitemize bad with columns

2013-09-21 Thread Xan
(\left(\frac{1}{-16}\right)^{-2} \colon \left(\frac{-2}{16}\right)^3\right)^{-3} \stopformula \stopitemize Thanks, On Thu, 19 Sep 2013 17:21:07 +0200 Hans Hagen pra...@wxs.nl ha escrit: On 9/19/2013 3:19 PM, Xan wrote: Hi, With this minimal example: \starttext \startitemize

Re: [NTG-context] startitemize bad with columns

2013-09-21 Thread Xan
\startformula goes into displaymode so is used in cases like \startmixedcolumns[balance=yes] \placeformula\startformula 5^{-3} \colon 5^4 \stopformula \placeformula\startformula (2^{3})^{-2} \cdot 2^{-3} \stopformula \placeformula\startformula \frac{(-4)^2 \cdot 2^3}{2^{-2}} \stopformula

[NTG-context] Alignment table with comma, and long long space after

2013-09-21 Thread Xan
produces a lot of space after 1,75. How can I do for second column fits the content? Thanks in advance, Xan. PS: Please CCme ___ If your question is of interest to others as well, please add an entry to the Wiki

[NTG-context] diameter symbol in ConTeXt?

2013-09-21 Thread Xan
hi, In LaTeX: http://osl.ugr.es/CTAN/info/symbols/comprehensive/symbols-a4.pdf \diameter produces a diameter symbol. What is the equivalent in ConTeXt? Is there any compilation of symbols avaliable in ConTeXt? I can't find no references. Xan

Re: [NTG-context] diameter symbol in ConTeXt?

2013-09-21 Thread Xan
On 2013–09–21 Xan wrote: \diameter produces a diameter symbol. What is the equivalent in ConTeXt? ⌀ or \varnothing Really varnothing is not the same as diameter (see the reference of LaTeX I posted before) Have a look at char-def.lua for a list of context names for various glyphs

Re: [NTG-context] diameter symbol in ConTeXt?

2013-09-21 Thread Xan
Really varnothing is not the same as diameter (see the reference of LaTeX I posted before) \def\diameter{\char2300} This (\char2300) is really what I want. Sorry if I don't understand you. Xan

Re: [NTG-context] startitemize bad with columns

2013-09-20 Thread Xan
chunk. system tex error on line 35 in file /home/xan/SYNC/cepasud-raw-mercurial/classe/ESPA3/planificació/Tema1/99-seleccio.tex: LuaTeX error ... 25 \item $\left(-3\right)^5$ 26 \item $\left(-50\right)^5$ 27 \column 28 \item $\left(-10\right)^7$ 29 \item $0,2^3

[NTG-context] startitemize bad with columns

2013-09-19 Thread Xan
(-0,22\right)^4$ \column \item $\left(\frac{3}{2}\right)^4$ \item $22^1$ \item $22^0$ \stopitemize \stoptext I get mis-ordered columns What can I do? Thanks, Xan. prova.pdf Description: Adobe PDF document ___ If your

Re: [NTG-context] startitemize bad with columns

2013-09-19 Thread Xan
I will do, but \startitem \stopitem? Is it new? Should I do this way, not only \item and just works? Xan On Thu, 19 Sep 2013 17:21:07 +0200 Hans Hagen pra...@wxs.nl ha escrit: On 9/19/2013 3:19 PM, Xan wrote: Hi, With this minimal example: \starttext \startitemize[a,columns

[NTG-context] Module simpleslides error

2013-09-13 Thread Xan
Hi, If I choose BottomSquares in presentation, I receive an error: \usemodule[simpleslides][style=BigNumber] \setupTitle[title={La Ronda}, author={Xavier Bordoy}, date={18 de juliol de 2013},] %% el text \starttext \placeTitle \SlideTitle{Pregunta 1} dfdsf \SlideTitle{Pregunta 2} fdfd

Re: [NTG-context] Strange page break before \title

2013-09-09 Thread Xan
On Sun, 8 Sep 2013 14:21:08 +0200 Wolfgang Schuster schuster.wolfg...@gmail.com ha escrit: Am 07.09.2013 um 22:34 schrieb Xan dxpubl...@telefonica.net: On Fri, 6 Sep 2013 13:22:55 +0200 Wolfgang Schuster schuster.wolfg...@gmail.com ha escrit: after=\midaligned{\blackrule[width=7cm

[NTG-context] [***SPAM***] Re: Strange page break before \title

2013-09-07 Thread Xan
On Fri, 6 Sep 2013 13:22:55 +0200 Wolfgang Schuster schuster.wolfg...@gmail.com ha escrit: after=\midaligned{\blackrule[width=7cm,height=\linewidth]} Thanks, perfect. But why (by default) it breaks the page and with simple \title does not do? Xan

[NTG-context] Strange page break before \title

2013-09-06 Thread Xan
title, context breaks a page. Why? If I do that manually no page break. Thanks in advance, Xan. PS: Please CCme ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg

  1   2   3   4   >