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} {/activitats/activitat[@id=='#1']/presentacio[@

[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 \startactiv

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

2015-08-23 Thread Xan
Thanks. On Fri, 21 Aug 2015 16:52:11 +0200 Xan 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 > &g

[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 ha escrit: > \xmlflushcontext ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / htt

[NTG-context] Process contents of xmlflush in context

2015-08-01 Thread Xan
} {/activitats/activitat[@id=='#1']/presentacio/command(xml:choose)} } \startxmlsetups xml:choose \startitem {\dontleavehmode{\xmlflush{#1}}} \stopitem \stopxmlsetups \stopenvironment Thanks a lot, Xan PS: Pl

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

2014-11-07 Thread Xan
luatex --shell-escape 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 / http://www.ntg.nl/mailman/listinfo/ntg-context

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

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

2014-11-03 Thread Xan
On Mon, 3 Nov 2014 14:31:17 +0100 Xan 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 > >loca

[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

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 as

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] 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 ha escrit: > > Am 07.10.2014 um 10:59 schrieb Xan : > > > Hi, > > > > I try to do that > > > > \startformula > > \startalign[left={\le

[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 ___ If

[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] 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 t

Re: [NTG-context] Prime and overbar

2014-08-20 Thread Xan
On Wed, 20 Aug 2014 09:38:49 +0200 Xan 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 > >

[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

[NTG-context] A bug color in tikz

2014-07-30 Thread Xan
she finds 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://

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 : > > > 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

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: > > Hola {\bf a} > > why should be treated as tex? > > \

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 &

[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 / http://www.

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 ha escrit: > Hi, > > I run this code: > > \usemodule[filter] > > \defineexternalfilter > [python] > [filtercommand={python \externalfilterinputfile\space > > \externalfilteroutputfile},cache=force] > > &

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

2014-07-28 Thread Xan
print(solucio) \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

[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 sol

[NTG-context] Problem with the verbosity of XML

2014-07-27 Thread Xan
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 is of interest to others as well, please add an entry

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 ha escrit: > Hi, > > how to set the color of head in setupcaptions? Something like: > \setupcaptions[headstyle={\ss},headstylecolor=red] > > thanks > Xan

[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 an

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 ha escrit: > On 6/1/2014 12:00 PM, Xan wrote: > > Hi, > > > > I have this code: > > > > \definepapersize[c

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

2014-06-01 Thread Xan
below don't match. How can I 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 / htt

[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 to

[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 question

[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, ple

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 : h

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 t

[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 fonts

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

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 ha escrit: > Hi, > > I have a problem: why this > > \usemodule[filter] > \defineexternalfilter > [markdown] > [

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

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

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 ot

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 \beginquesti

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

2014-03-30 Thread Xan
://wiki.contextgarden.net/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/lis

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

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 qu

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] 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 ques

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 >

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

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

[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 othe

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

2014-03-27 Thread Xan
oesn'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.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webp

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

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

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

2014-03-24 Thread Xan
in darkblue? Now I just 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/mailma

[NTG-context] Bug with TikZ

2014-03-14 Thread Xan
opcions següents: Ramírez Botella \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

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 (thin

Re: [NTG-context] solutions and problems

2014-02-23 Thread Xan
very* time is possible option, but in fact very annoying: if I have 100 exercises (now I have more than this) and I have only 20 exercises, then I have to put "\incrementcounter" in 80 exercises. It's a tedious thing. Is there any more "relaxing" thing: assuming that

Re: [NTG-context] solutions and problems

2014-02-23 Thread Xan
> Am 22.02.2014 um 18:45 schrieb Xan : > > > No, it does not work. > > > > I have this: > > > > % Questions > > \defineenumeration > > [exercici] > > > > [alternative=serried,text={\startcolor[darkblue]Exercici\stopcolor},stopper=

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]}] % Answers

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] [alternative=serried,text={\startcolor[darkblue]Exercici\stopcolor},stopper={.\space},left={\bgroup},right={\egroup},width=fit,headstyle=\s

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={.}] \definee

[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] [alternative=serried,text={\startcolor[darkblue]Exercici\stopcolor},stopper={.\space},left={\bgroup},right={\egroup},width=fit,headstyle=\ss,

[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. C

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 : > > > 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

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

2013-12-21 Thread Xan
\hrule}] Then, all is ok. What 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/

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

2013-12-12 Thread Xan
> Am 09.12.2013 um 11:19 schrieb 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. > > >

[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 inter

[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. ___ If

[NTG-context] Another problem in Markdown processing

2013-11-12 Thread Xan
ció]{Gràfica d'una 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 ques

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

2013-11-11 Thread Xan
On Mon, 11 Nov 2013 15:48:21 +0100 Xan ha escrit: > I know that now: > > http://johnmacfarlane.net/pandoc/demo/example9/pandocs-markdown.html > > On Mon, 11 Nov 2013 15:36:51 +0100 > Xan ha escrit: > > > Hi, > > > > Is there any way to have a multili

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 ha escrit: > Hi, > > Is there any way to have a multiline cell in markdown while I run ConTeXt > with t-filter module? > > This: > > | Activi

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

2013-11-11 Thread Xan
ollar/). 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-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 ha escrit: > > Am 03.11.2013 um 20:22 schrieb Aditya Mahajan : > > > On Sun, 3 Nov 2013, Wolfgang Schuster wrote: > > > >> > >

[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 ___ If

[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

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 relat

[NTG-context] tikz-3dplot?

2013-10-25 Thread Xan
Hi, Is there available tikz-3dplot [http://www.ctan.org/pkg/tikz-3dplot] for ConTeXt? Is it possible to use it? Thanks in advance, Xan ___ If your question is of interest to others as well, please add an entry to

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

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

[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

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

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

[NTG-context] Possibly bug in ConTexT with TikZ

2013-10-10 Thread Xan
ca d'una paràbola structure > sectioning > 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-realit

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 ha escrit: > > Am 23.09.2013 um 15:45 schrieb Xan : > > > On Sun, 22 Sep 2013 19:31:33 +0200 > > Wolfgang Schuster ha escrit: > > > >> You can show us a *complete* minimal example. > >> > &g

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 ha escrit: > > You can show us a *complete* minimal example. > > Wolfgang What is at final? Xan ___ If your question is of interest to others as

[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-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 pe

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 ha escrit: > &

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{\char"2300} > This (\char"2300) is really what I want. Sorry

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 c

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

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

2013-09-21 Thread Xan
ut ConTeXt 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

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}} \stopform

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 ha escrit: > On 9/19/2013 3:19 PM, Xan wrote: > > Hi, > > > > With this minimal example: > > > &g

Re: [NTG-context] startitemize bad with columns

2013-09-20 Thread Xan
x/context/base/page-mix.lua:833: in function 'mixsetsplit' [string "\directlua "]:1: in main 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 \it

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 ha escrit: > On 9/19/2013 3:19 PM, Xan wrote: > > Hi, > > > > With this minimal example: > > > > \star

[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 _

[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 \st

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

2013-09-09 Thread Xan
On Sun, 8 Sep 2013 14:21:08 +0200 Wolfgang Schuster ha escrit: > > Am 07.09.2013 um 22:34 schrieb Xan : > > > On Fri, 6 Sep 2013 13:22:55 +0200 > > Wolfgang Schuster ha escrit: > > > >> after=\midaligned{\blackrule[width=7cm,height=\linewidth]} > >

  1   2   3   4   >