[NTG-context] Commutative diagrams in tikz-cd: for wiki

2013-05-25 Thread Idris Samawi Hamid ادريس سماوي حامد
row[yshift=1.5ex]{r} \arrow[yshift=0.0ex]{r} \& B \arrow[xshift=0.7ex]{d} \arrow[xshift=-0.7ex]{d} \\ \& C \stoptikzcd \stoptext === A couple of things: 1 I had to comment out line 396 of pgfsys-pdftex.def in the tikz module, or else I'd get an undefined control seq

Re: [NTG-context] Problems with SciTE 3.31 and context package

2013-05-17 Thread Bill Meahan
On 05/17/2013 02:20 PM, Hans Hagen wrote: you can try to comment lexer.fold= context.fold That works! Thanks for the fast response. -- Bill Meahan Westland, Michigan USA ___ If your question is of

Re: [NTG-context] Problems with SciTE 3.31 and context package

2013-05-17 Thread Hans Hagen
g painful to compare number with nil. *** glibc detected *** SciTE: realloc(): invalid pointer: 0x09d9e5c0 *** that one normaly points to a c bug Backtrace not included I'll try compiling from source if you think it will help. Ideas appreciated. Thanks you can try to

Re: [NTG-context] Issue with 2013.04.30 00:31

2013-05-07 Thread Hans Hagen
ifs/Leitmotifs.tex at line 1 ... I don't know what the error means, but I think it is probably not being raised in the latter file since line one is merely a comment. But perhaps this is due to something in my environment file? no, more with an unexpandable or undefined command bei

[NTG-context] Issue with 2013.04.30 00:31

2013-05-05 Thread Kip Warner
;t know what the error means, but I think it is probably not being raised in the latter file since line one is merely a comment. But perhaps this is due to something in my environment file? <https://bazaar.launchpad.net/~avaneya/avaneya/trunk/view/head:/Documentation/Contributors/Handbook/Environment

Re: [NTG-context] error: terminal: >> NOfTextColumns-1, ! Improper final value has been replaced by 0

2013-04-29 Thread Lars Huttar
was already commented out. So I don't know how I would comment it out any more effectively than that. > Hans > > ps. sometimes there is some specific test code that then depends on > other experimental code being present > > ps. in mkiv it's all redone anyway and i will

Re: [NTG-context] Two Bibliography questions

2013-04-16 Thread john Culleton
On Tue, 16 Apr 2013 19:08:34 +0200 Alan BRASLAU wrote: > [refcommand=authoryears,criterium=cite] Thanks! I found out that the criterium=cite parameter is put in the \completepublications command that prints out the bibliography. But your comment jogged my memory. Also, I used authory

[NTG-context] tikz-cd - commutative diagrams

2013-04-15 Thread Idris Samawi Hamid ادريس سماوي حامد
this working properly? Do I need to place tikz-cd in the pgf tree? If so, where? In the attached I have not used any code that depends on tikz-cd; comment \usemodule[tikz-cd] and the file runs fine. Thanks for any advice and Best wishes Idris -- Professor Idris Samawi Hamid Department of Philo

Re: [NTG-context] Latest beta breaks LuajitTeX

2013-04-03 Thread Marco Patzer
On 2013–04–03 luigi scarso wrote: > Hans is working on a new beta that (among other things) That's good news. > will fix the issue, in the meanwhile you can try to comment the offending > line . Not necessary, I'll wait for the new beta. Marco signature.asc Description

Re: [NTG-context] Latest beta breaks LuajitTeX

2013-04-03 Thread luigi scarso
;> \stoptext > should be something like > local searchers=package.searchers or package.loaders > but I think it's better to wait Hans. > -- > luigi Hans is working on a new beta that (among other things) will fix the issue, in the meanwhile you can try to comment the offending

Re: [NTG-context] error calling font.getfont() on certain fonts

2013-03-29 Thread Philipp Gesang
n fontdata[id] -- otherwise issues > end > > (I'll add a similar overload someplace else.) Great! Looking forward to the next update. > in context you can try this: > > \startluacode > function font.getfont(id) > return fonts.hashes.identifiers[id] > en

Re: [NTG-context] error calling font.getfont() on certain fonts

2013-03-29 Thread Hans Hagen
unction font.getfont(id) return fonts.hashes.identifiers[id] end \stopluacode \starttext foo \ctxlua{inspect(font.getfont( font.current()).parameters )} bar \stoptext if you comment the function overload you see

Re: [NTG-context] upto current

2013-03-22 Thread Hans Hagen
t as nowadays lua is my natural choice and most of my current docs are a mix of mp, lua and tex, also depending on what looks nicest in document source. - I happily leave additional documentation to others and whoever does that should should the tools he/she likes most. In these days one can

Re: [NTG-context] setups within typescripts: can it be done?

2013-03-12 Thread Hans Hagen
e = "lm-compose-test", version = "1.00", comment = "Goodies that demonstrate composition.", author = "Hans and Mojca", copyright = "ConTeXt development team", compositions = { ["lmroman12-regular"] = compose, } } \stoptyping

[NTG-context] vertical position in itemize and math

2013-03-01 Thread Mikael P. Sundqvist
Hi, I have two problems with vertical position, one in itemize and one in math. The example below show them both. \starttext \startitemize[n] \item \startitemize[a][left={},right={)},stopper=] \item Bla bla $\theta = \arctan\bigl(\frac{\bar{y}^2}{\bar{x}^2}\bigr)$ % comment this line out to see

Re: [NTG-context] Repeating Headers for Tabulate not Working

2013-02-10 Thread Malte Stien
tables. It's explained here: > > http://wiki.contextgarden.net/Tabulate#Headers > > …but I am unable to make the minimal example work: > > \starttext > \placetable[split,here][tab:ref]{Sometable} > {\starttabulate[|w(.30\textwidth)p|w(.70\textwidth)p|] > \HL > \NC

[NTG-context] Repeating Headers for Tabulate not Working

2013-02-10 Thread Malte Stien
te[|w(.30\textwidth)p|w(.70\textwidth)p|] \HL \NC {\bf Animal} \NC {\bf Comment} \NC\FR \HL \dorecurse{50} {\NC Cat \NC Pretty cool \NC\MR} \NC Bear\NC Kind of lazy\NC\MR \NC Sheep \NC Always hungry \NC\MR \HL \stoptabulate} \stoptext Does

Re: [NTG-context] Split \starttabulates

2013-02-10 Thread Malte Stien
]{Sometable} > {\starttabulate[|w(.30\textwidth)p|w(.70\textwidth)p|] >\HL >\NC {\bf Animal} \NC {\bf Comment} \NC\FR >\HL >\dorecurse{50} >{\NC Cat \NC Pretty cool \NC\MR} >\NC Bear\NC Kind of lazy

Re: [NTG-context] Split \starttabulates

2013-02-10 Thread Aditya Mahajan
ttext \placetable[split,here][tab:ref]{Sometable} {\starttabulate[|w(.30\textwidth)p|w(.70\textwidth)p|] \HL \NC {\bf Animal} \NC {\bf Comment} \NC\FR \HL \dorecurse{50} {\NC Cat \NC Pretty cool \NC\MR} \NC Bear\NC Kind of lazy\NC\MR \NC Sheep \NC A

Re: [NTG-context] Split \starttabulates

2013-02-10 Thread Malte Stien
le[here][tab:some-table]{Some Table} >> \starttabulate[|w(.30\textwidth)p|w(.70\textwidth)p|] >> \HL >> \NC {\bf Animal} \NC {\bf Comment} \NC\FR >> \HL >> \NC Cat \NC Pretty cool \NC\MR >> \NC Bear \NC Kind of lazy\NC\MR >> \NC Shee

Re: [NTG-context] MP & \letterpercent

2013-01-27 Thread Hans Hagen
the \T, just look at this: \edef\crap{draw btex \T etex;} \show\crap concerning the \U, use the next in order to prevent a % becoming a comment down the pipeline: \unexpanded\def\U{UUU \letterpercent\letterhash} -

Re: [NTG-context] Enable comments/highlighting in the output PDF

2013-01-22 Thread Marco Patzer
gt; Reader X (on windows) allowed comments and mark up straight away > as no security settings are added while generation of the file. Security settings are different from the comment ability. Security settings *take away* permissions and can be set using a variety of tools. The commenting ability act

[NTG-context] \margintext overflows in bottom margin

2013-01-17 Thread Devendra Ghate
I am using*\margintext* for comments in the margin. When a comment falls on the last line of a page, I have to manually add *\setupmargintext[voffset=-2em] *everytime to stop it from flowing into bottom margin. Is there a way to automatically offset margin text to stop it from flowing into

Re: [NTG-context] Odd /externalfigure behavior

2012-12-21 Thread Hans Hagen
the chain. The comment and next one being a problem is weird. Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip

Re: [NTG-context] \not\in doesn't work properly

2012-12-05 Thread Jeong Dal
Dear Otared, I tested your sample and it works well. \notin also works with \enablemode[lmmath] too. I also agree with your comment on the size of the integrals. Best regards, Dalyoung ___ If your question is of

Re: [NTG-context] 'kern': TrueType table and GPOS lookup feature

2012-12-02 Thread Khaled Hosny
Pablo's test working on my system. It > > doesn't > > > show much new. As had already been established, with the right ConTeXt > > > switches, OpenType features of kerning and ligatures work correctly with > > > FreeSerif. > > > > > > Fin

Re: [NTG-context] 'kern': TrueType table and GPOS lookup feature

2012-12-02 Thread Steve White
working on my system. It > doesn't > > show much new. As had already been established, with the right ConTeXt > > switches, OpenType features of kerning and ligatures work correctly with > > FreeSerif. > > > > Find attached. If there's a better way to do th

Re: [NTG-context] 'kern': TrueType table and GPOS lookup feature

2012-12-02 Thread Khaled Hosny
ligatures work correctly with > FreeSerif. > > Find attached. If there's a better way to do this, please comment: I may > put some of this in the FreeFront usage notes. (Hm... I may tighten the > italic y a bit.) > > A question remains: Why does ConTeXt (like some other

Re: [NTG-context] 'kern': TrueType table and GPOS lookup feature

2012-12-02 Thread Steve White
way to do this, please comment: I may put some of this in the FreeFront usage notes. (Hm... I may tighten the italic y a bit.) A question remains: Why does ConTeXt (like some other TeX derivatives that use OpenType) not determine the OpenType script of runs of text from the Unicode (or other encoding)

Re: [NTG-context] 'kern': TrueType table and GPOS lookup feature

2012-11-30 Thread Hans Hagen
present, so it was not that much work). One has to explicitly enable this trick and one can never depend on such things. Contrary to other tricks it does not obey grouping (could be done but adds overhead.) \definedfont[freeserif*default] This triggers the font. One can comment the \setup

[NTG-context] problems with units

2012-11-29 Thread Andreas Mang
setting - if I comment the next line I get the same behaviour \setupunits[method=3,order=reverse,separator=small] \unit{11,1e-1 micro mol per second} \par %no effect if I change the separator (holds also for cdot) $\unit{11,1e-1 micro mol per second}$ \par %wrong spacing \unit{11,1e-1 per second

Re: [NTG-context] \unit problem with powers of ten.

2012-11-22 Thread luigi scarso
these expressions not supported? > > > > I'm not an expert neither in TeX nor Lua, but I quickly glance at the > > source code (phys-dim.*) and here is what I understand: > > — the brackets { } are not recognized (a comment in the lua code > mentioned > > it

Re: [NTG-context] \unit problem with powers of ten.

2012-11-22 Thread Romain Diss
gt; \unit{10^2 meter}\\ > > \unit{10^{-12} second} > > \stoptext > > Is this a bug or are these expressions not supported? > > I'm not an expert neither in TeX nor Lua, but I quickly glance at the > source code (phys-dim.*) and here is what I understand: > — the

Re: [NTG-context] beta

2012-11-22 Thread Hans Hagen
On 11/21/2012 8:10 PM, Sietse Brouwer wrote: Futher: I see in math-vfu.lua the following comment: "There are still areas where the virtuals are better." Which areas are these? better hinting is one there are also some pending symbols in lm/gyre, like combinations of extensib

Re: [NTG-context] pgfplots error

2012-11-21 Thread Aditya Mahajan
n any case, looking at the current state, I see the lua file is already inside "tex", not inside "scripts", so Aditya's comment to wait for the released patch should no longer hold. If the problem persists, it might be a different bug (I didn't test anything). I repr

Re: [NTG-context] pgfplots error

2012-11-21 Thread Mojca Miklavec
looking at the current state, I see the lua >> file is already inside "tex", not inside "scripts", so Aditya's >> comment to wait for the released patch should no longer hold. If the >> problem persists, it might be a different bug (I didn't test &g

Re: [NTG-context] pgfplots error

2012-11-21 Thread Thomas Weißschuh
"tex", not inside "scripts", so Aditya's > comment to wait for the released patch should no longer hold. If the > problem persists, it might be a different bug (I didn't test > anything). I reproduced it with a brand new clone of minimals. The fix for the las

Re: [NTG-context] beta

2012-11-21 Thread Sietse Brouwer
should use the virtual font rather than the non-virtual one. Futher: I see in math-vfu.lua the following comment: "There are still areas where the virtuals are better." Which areas are these? > The design sized latin modern text font is still the default but one could > alrea

[NTG-context] intertext (math): alignment problems

2012-11-21 Thread Andreas Mang
. Minimal example below. If I comment the setupformulas, the equation is aligned to the center and the "intertext" is flushed left. Any suggestions? Cheers, Andreas ConTeXt ver: 2012.11.19 19:04 MKIV fmt: 2012.11.20 %%% \setupformulas[align=right,leftmargi

Re: [NTG-context] pgfplots error

2012-11-21 Thread Mojca Miklavec
though I'm not exactly sure how frequently it updates). In any case, looking at the current state, I see the lua file is already inside "tex", not inside "scripts", so Aditya's comment to wait for the released patch should no longer hold. If the problem persists

Re: [NTG-context] \unit problem with powers of ten.

2012-11-20 Thread Romain Diss
re these expressions not supported? I'm not an expert neither in TeX nor Lua, but I quickly glance at the source code (phys-dim.*) and here is what I understand: — the brackets { } are not recognized (a comment in the lua code mentioned it), so \unit{10^{-12} second} should be \unit{10^-12 s

Re: [NTG-context] Missing file.tuc with setuparranging[2SIDE]

2012-11-14 Thread Wolfgang Schuster
; The minimal example : > %% > \setuppapersize[A5][A4,landscape] > \setuparranging[2SIDE] > > \starttext > \dorecurse{10}{ > \section{Knuth} > \input knuth} > \stoptext > %% > > If one comment the \setuparranging[2SIDE] lin

[NTG-context] Missing file.tuc with setuparranging[2SIDE]

2012-11-14 Thread Romain Diss
[2SIDE] \starttext \dorecurse{10}{ \section{Knuth} \input knuth} \stoptext %% If one comment the \setuparranging[2SIDE] line, everything is ok. Thank you. -- Romain Diss ___ If your question is of interest

Re: [NTG-context] [luatex-plain] loading patterns

2012-11-14 Thread Hans Hagen
| voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl - if not modules then modules = { } end modules ['luatex-languages'] = { version = 1.001, comment = "comp

[NTG-context] margintext and placefigure

2012-11-11 Thread Andy Thomas
Dear all. I am having some trouble with figure placement in the margin. If you use the following code, please try to comment out first one and then both '\input knuth'. Somehow, the figure is not placed in the margin, but the center of the page, if a page breaks occurs close by. Is t

Re: [NTG-context] [dev-context] Error while updating to new beta

2012-11-06 Thread Hans Hagen
On 11/6/2012 10:04 PM, Andre Caldas wrote: Same error. But if I comment the definition of resolvers.prefixes.toppath, the error goes away. fixed (tested on opensuse and ubuntu) The problem was that in some places there was a toppath with double "p" (pp) and in some places it was t

Re: [NTG-context] [dev-context] Error while updating to new beta

2012-11-06 Thread Andre Caldas
>> Same error. But if I comment the definition of >> resolvers.prefixes.toppath, the error goes away. > > fixed (tested on opensuse and ubuntu) The problem was that in some places there was a toppath with double "p" (pp) and in some places it was topath with single

Re: [NTG-context] New module: simplebib

2012-11-03 Thread Wolfgang Schuster
ntextgarden.net/simplebib >> >> http://wiki.contextgarden.net/Simple_Bibliography >> >> Please feel free to comment. > > I don't really understand what is the advantage of this module over the bib > module (The bib module can be used without a bibtex database by writ

Re: [NTG-context] New module: simplebib

2012-11-03 Thread Aditya Mahajan
On Sun, 4 Nov 2012, Zenlima wrote: Hallo, here is my third module for you guys: a simple bibliography without a database but with items: http://modules.contextgarden.net/simplebib http://wiki.contextgarden.net/Simple_Bibliography Please feel free to comment. I don't r

[NTG-context] New module: simplebib

2012-11-03 Thread Zenlima
Hallo, here is my third module for you guys: a simple bibliography without a database but with items: http://modules.contextgarden.net/simplebib http://wiki.contextgarden.net/Simple_Bibliography Please feel free to comment. H

[NTG-context] New module: crossref

2012-11-01 Thread Zenlima
Wolfgang Is there any quick to understand doc for s-mod? @Wolfgang I did not understood your "helpers example". Maybe you can show me a point where it would make sense in this crossref module? Of course to all: feel free to comment it and I hope it will be usefull for some of you. H. PS. So

Re: [NTG-context] ntg-context Digest, Vol 100, Issue 63

2012-10-23 Thread Shane Peelar
strange behaviours. I recognize that this tutorial was > written for MkII ConTeXt, > but after consulting the documentation in the latest ConTeXt manual and the > wiki, I have determined > that these features should still work. I'm looking at the "list" > functio

Re: [NTG-context] Some odd behaviour I noticed in MkIV with respect to enumerations

2012-10-23 Thread Wolfgang Schuster
pear to be > at least referenced in the source code, but I'm not familiar enough with the > codebase to really give a good judgment of that. I noticed in one file > "strc-des.mkiv" it says in a comment "lists and titles are experimental". > Could anyone

[NTG-context] Some odd behaviour I noticed in MkIV with respect to enumerations

2012-10-23 Thread Shane Peelar
least referenced in the source code, but I'm not familiar enough with the codebase to really give a good judgment of that. I noticed in one file "strc-des.mkiv" it says in a comment "lists and titles are experimental". Coul

Re: [NTG-context] ConTeXt unofficial test suite stub

2012-10-17 Thread Hans Hagen
s = { } end modules ['mtx-testsuite'] = { version = 1.002, comment = "companion to mtxrun.lua", author= "Hans Hagen, PRAGMA-ADE, Hasselt NL", copyright = "PRAGMA ADE / ConTeXt Development Team", license = "see con

Re: [NTG-context] [dev-context] Error while updating to new beta

2012-10-16 Thread Aditya Mahajan
On 2012-10-16, at 5:37 AM, Hans Hagen wrote: > On 16-10-2012 00:14, Aditya Mahajan wrote: > >> Same error. But if I comment the definition of >> resolvers.prefixes.toppath, the error goes away. > > fixed (tested on opensuse and ubuntu) > Thanks. The format is

Re: [NTG-context] [dev-context] Error while updating to new beta

2012-10-16 Thread luigi scarso
On Tue, Oct 16, 2012 at 11:37 AM, Hans Hagen wrote: > On 16-10-2012 00:14, Aditya Mahajan wrote: > > Same error. But if I comment the definition of >> resolvers.prefixes.toppath, the error goes away. >> > > fixed (tested on opensuse and ubuntu) >

Re: [NTG-context] [dev-context] Error while updating to new beta

2012-10-16 Thread Hans Hagen
On 16-10-2012 00:14, Aditya Mahajan wrote: Same error. But if I comment the definition of resolvers.prefixes.toppath, the error goes away. fixed (tested on opensuse and ubuntu) Hans

Re: [NTG-context] Index and Publications suddenly remain empty??? [not solved yet]

2012-10-14 Thread Sander Maijers
ng that one > > product). However, the ToC, Index and Publications have not > > reappeared yet. > > I compiled your document (after commenting your \input lines in the > source) with the last beta and I get all registers. > > > What is the context of your com

Re: [NTG-context] Index and Publications suddenly remain empty??? [not solved yet]

2012-10-14 Thread Wolfgang Schuster
document (after commenting your \input lines in the source) with the last beta and I get all registers. > What is the context of your comment about the \placeontopofeachother bug? Is > that bug in the current stable or beta version or both? As I understand it, I > am still using the same sta

Re: [NTG-context] Index and Publications suddenly remain empty??? [not solved yet]

2012-10-14 Thread Sander Maijers
k you Wolfgang. I changed the algorithmic code and I from now on compile the product instead of the project (containing that one product). However, the ToC, Index and Publications have not reappeared yet. What is the context of your comment about the \placeontopofeachother bug? Is that bug in the

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-10 Thread Simo Ojala
But what left me really wondering this time was following. I tried to comment out "U0xfb35" table in "char-def.lua" for proof that this solution should work at all. However, for my surprise, it had no effect at all. For just in case, I even purged my Ubuntu PPA packaged versio

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-10 Thread Sietse Brouwer
> But what left me really wondering this time was following. I tried to > comment out "U0xfb35" table in "char-def.lua" for proof that this solution > should work at all. However, for my surprise, it had no effect at all. For > just in case, I even purged my Ubuntu

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-09 Thread Simo Ojala
> Am 08.10.2012 um 20:51 schrieb Simo Ojala : > >>> On 1-10-2012 19:25, Philipp Gesang wrote: >>> >>>>> utilities.sequencers.disableaction(resolvers.openers.helpers.textfileactions,"characters.filters.utf.collapse") >>>> >>

Re: [NTG-context] Header-Footer-Layout

2012-10-08 Thread Arne Runge
le your code then I get ! Undefined control sequence. l.20 \defineconversionset [frontpart:pagenumber][romannumerals][] and if I comment this line, I get ! Missing number, treated as zero. and if I comment \setcounter[userpage][1] then - page 4 has a header line, which I don't like - page 7 or 11 has

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-08 Thread Wolfgang Schuster
Am 08.10.2012 um 20:51 schrieb Simo Ojala : >> On 1-10-2012 19:25, Philipp Gesang wrote: >> >>>> utilities.sequencers.disableaction(resolvers.openers.helpers.textfileactions,"characters.filters.utf.collapse") >>> >>> Doesn’t work. What he

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-08 Thread Simo Ojala
On 1-10-2012 19:25, Philipp Gesang wrote: utilities.sequencers.disableaction(resolvers.openers.helpers.textfileactions,"characters.filters.utf.collapse") Doesn’t work. What helps is to comment out the “appendaction” in char-utf.lua or the corresponding table for U0xfb35 in char-d

Re: [NTG-context] Split \starttabulates

2012-10-03 Thread Marco Patzer
2012-10-03 Malte Stien : Hi Malte > \placetable[here][tab:some-table]{Some Table} > \starttabulate[|w(.30\textwidth)p|w(.70\textwidth)p|] > \HL > \NC {\bf Animal} \NC {\bf Comment} \NC\FR > \HL > \NC Cat \NC Pretty cool \NC\MR > \NC Bear \NC Kind

[NTG-context] Split \starttabulates

2012-10-02 Thread Malte Stien
Dear all, I have a number of tables defined like this: \placetable[here][tab:some-table]{Some Table} \starttabulate[|w(.30\textwidth)p|w(.70\textwidth)p|] \HL \NC {\bf Animal} \NC {\bf Comment} \NC\FR \HL \NC Cat\NC Pretty cool \NC\MR \NC Bear \NC Kind of lazy

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-01 Thread Hans Hagen
On 1-10-2012 22:18, Philipp Gesang wrote: · On 1-10-2012 19:25, Philipp Gesang wrote: utilities.sequencers.disableaction(resolvers.openers.helpers.textfileactions,"characters.filters.utf.collapse") Doesn’t work. What helps is to comment out the “appendaction” in char-utf.

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-01 Thread Philipp Gesang
· > On 1-10-2012 19:25, Philipp Gesang wrote: > > >>utilities.sequencers.disableaction(resolvers.openers.helpers.textfileactions,"characters.filters.utf.collapse") > > > >Doesn’t work. What helps is to comment out the “appendaction” in > >

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-01 Thread Hans Hagen
On 1-10-2012 19:25, Philipp Gesang wrote: utilities.sequencers.disableaction(resolvers.openers.helpers.textfileactions,"characters.filters.utf.collapse") Doesn’t work. What helps is to comment out the “appendaction” in char-utf.lua or the corresponding table for U0xfb35 in char-d

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-01 Thread Philipp Gesang
tcase.lua > >>>> > >>>>userdata = userdata or {} > >>>> > >>>>function userdata.testfunction(word) > >>>> > >>>> tex.sprint("\\blank[1cm]word passed by macro\\blank[0.5cm]") > >>>> > >>>

Re: [NTG-context] minimals

2012-09-29 Thread Hans Hagen
follows: 1. change contextgarden.net to metatex.org on line 99 of first-setup.sh 2. run once, which fails, but updates mtx-update.lua 3. comment out line 99 of first-setup.sh, to prevent further updates of scripts 4. change line 534 of mtx-update.lua to contain metatex.org instead of contextgarden.net

Re: [NTG-context] minimals

2012-09-29 Thread Johan Sandblom
metatex.org on line 99 of first-setup.sh 2. run once, which fails, but updates mtx-update.lua 3. comment out line 99 of first-setup.sh, to prevent further updates of scripts 4. change line 534 of mtx-update.lua to contain metatex.org instead of contextgarden.net run first-update.sh again, this time

Re: [NTG-context] Referring to multiple elements

2012-09-28 Thread Marco Patzer
is really nothing more than code in a file > of its own.No configurability whatsoever, except to the extent that I > tried to comment well, and split things up into functions.) I'd have > written it so that it properly identifies runs like '1.2.1, 1.2.2, > 1.2.3', too, but I

Re: [NTG-context] Referring to multiple elements

2012-09-27 Thread Sietse Brouwer
in a file of its own. No configurability whatsoever, except to the extent that I tried to comment well, and split things up into functions.) I'd have written it so that it properly identifies runs like '1.2.1, 1.2.2, 1.2.3', too, but I can't find a function that will turn refere

Re: [NTG-context] No entry in the list of figures? (now without .pdf)

2012-09-25 Thread Matthew Claus
ternalfigure[cow][width=.25\textwidth]} > > \chapter{Foto} % Try to comment this! > \placelistoffigures % No entry > > \placefigure[place]{Caption}{\externalfigure[mill][width=.25\textwidth]} > \stopappendices > \stoptext > > > This wou

[NTG-context] No entry in the list of figures? (now without .pdf)

2012-09-25 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, suppose the following example: \starttext \startappendices \placelistoffigures % OK \placefigure[place]{Caption}{\externalfigure[cow][width=.25\textwidth]} \chapter{Foto} % Try to comment this! \placelistoffigures % No entry \placefigure[place

Re: [NTG-context] CP 1250 & component

2012-09-21 Thread Wolfgang Schuster
be compiled > %\enableregime[cp1250] > > \environment t-Env.mkiv > > \startcomponent * > Comp > \stopcomponent > > > I tried to place "\enableregime[cp1250]" statement to all places where it is > marked as comment now, but no position was accepted by ConTeXt

[NTG-context] CP 1250 & component

2012-09-19 Thread Procházka Lukáš Ing . - Pontex s . r . o .
marked as comment now, but no position was accepted by ConTeXt - I was always getting: " ConTeXt ver: 2012.08.02 10:55 MKIV fmt: 2012.8.3 int: english/english ... regimes > loading > vector 'cp1250' is loaded (t-Env.mkiv (t-M.mkiv ! String contains an invalid utf-8 s

Re: [NTG-context] Lua conditionals fail inside \starttexdefinition

2012-09-04 Thread Aditya Mahajan
how the content of a texdefinitions is grabbed. Seems like a bug or is this by design? When you use the texdefinition environment to create a command the end of line character which results normally in a space is ignored sees “thenelseend” as a single string, in such a case you can add a space an

Re: [NTG-context] Lua conditionals fail inside \starttexdefinition

2012-09-04 Thread Wolfgang Schuster
the content of a > texdefinitions is grabbed. Seems like a bug or is this by design? When you use the texdefinition environment to create a command the end of line character which results normally in a space is ignored sees “thenelseend” as a single string, in such a case you can add a space and put a

[NTG-context] t-correspondence: Module resume not available?

2012-08-25 Thread Paul Menzel
#x27; Could somebody please comment on the current state of the resume module? Thanks, Paul signature.asc Description: This is a digitally signed message part ___ If your question is of interest to others as well, plea

Re: [NTG-context] subformulas: error in latest beta

2012-08-21 Thread Andreas Mang
nters_setown_sub\v!formula\plustwo\currentsubformulasuffix} > {\strc_counters_increment_sub\v!formula\plustwo}% >\placecurrentformulanumber} Thanks Hans! Works nicely (as always). Just as minor comment in case someone faces the same problem: There's already a \def\strc_formulas_

[NTG-context] hidden attachments broken

2012-08-17 Thread Michail Vidiassov
er list of attached/embedded files. I did not trace the cause of file getting empty, but the loss of specs appears to be by design. In 2011 you wrote "The hidden method will not place an annotation." (http://www.ntg.nl/pipermail/ntg-context/2011/057091.html), but now the comment "

Re: [NTG-context] math formula linebreak

2012-08-09 Thread Sietse Brouwer
source code, and comments that quite thoroughly: the ratio works out to 16 lines of comment per 26 lines of code. (A page is about 42 lines.) And the comments go into the "how", and not just the "what". Might be useful at some point in the future, if it is indeed new. http://cta

Re: [NTG-context] \product tag

2012-08-08 Thread Hans Hagen
On 8-8-2012 16:28, Sietse Brouwer wrote: Is this all right? In general, the reporing strings are the ones I've removed the comment. Hans - Hans Hagen | PRAGM

Re: [NTG-context] \product tag

2012-08-08 Thread Sietse Brouwer
between the processing commands and the reporting strings. Here is the table edited to show just the discrepancies: local processors = utilities.storage.allocate { -- [we_are_inside_startthis] = { -- [we_encounter_this] = { "string_for_message", processing_command },

Re: [NTG-context] Marking a textfragment for later reference

2012-08-07 Thread Sietse Brouwer
vice. But it intrigues me. Why can some identifiers, >>> for example of figures, be used for internal references and others not? >> >> In this case, I'd say it's because you're defining a delimited text >> style which can be used in multiple places. Your doc

Re: [NTG-context] Marking a textfragment for later reference

2012-08-07 Thread Robert Blackstone
t? > > In this case, I'd say it's because you're defining a delimited text > style which can be used in multiple places. Your document could have > five hundred \starttopica...\stoptopica blocks on different pages. > A figure identifier, on the other hand, is meant to be

Re: [NTG-context] 2 columns: 1 language per column (solved)

2012-08-01 Thread Otared Kavian
t;>> %!TEX TS-program = ConTeXt-CLD >>> ]]-- >>> CUT HERE------ > > You need all three lines. The TeX comment has to be enclosed in a Lua > comment. The double hyphen after the "]]" is optional, I think, but I've > seen it don

Re: [NTG-context] 2 columns: 1 language per column (solved)

2012-08-01 Thread Hans Hagen
f your .tex file to force TeXShop to use ConTeXt-CLD: CUT HERE-- --[[ %!TEX TS-program = ConTeXt-CLD ]]-- CUT HERE-- You need all three lines. The TeX comment has to be enclosed in a Lua comment. The double hyphen after the "]]" is option

Re: [NTG-context] 2 columns: 1 language per column (solved)

2012-08-01 Thread Rogers, Michael K
TeXShop to use ConTeXt-CLD: CUT HERE-- --[[ %!TEX TS-program = ConTeXt-CLD ]]-- CUT HERE-- You need all three lines. The TeX comment has to be enclosed in a Lua comment. The double hyphen after the "]]" is optional, I think, but I've seen it

Re: [NTG-context] Critical editions with ConTeXt

2012-07-20 Thread Thomas A. Schmitz
On 07/20/2012 06:45 PM, Hans Hagen wrote: Actually ranges have always been supported (as we needed in the previous century already for referring to passages in texts where students had to comment on): Yes, that's something I forgot in my mail: ask on the list, and chances are that i

Re: [NTG-context] Critical editions with ConTeXt

2012-07-20 Thread Hans Hagen
tput, that would facilitate things. Actually ranges have always been supported (as we needed in the previous century already for referring to passages in texts where students had to comment on): \definelinenote[linenote] % was commented but will be predefined \starttext \setuplinenumber

ntg-context@ntg.nl

2012-07-14 Thread Eythan Weg
is allowed per tab. > > This runs error-free under mkii (pdftex, xetex), plain tex > (luatex, xetex), latex (luatex) etc. > > Would someone comment? The error message is not very helpful in this case because the & is the problem. In MkIV we made

ntg-context@ntg.nl

2012-07-14 Thread Wolfgang Schuster
; \c{11}{this} > \stoptext > > gives and error: > > ! Only one # is allowed per tab. > > This runs error-free under mkii (pdftex, xetex), plain tex > (luatex, xetex), latex (luatex) etc. > > Would someone comment? The error message is not very helpful in

ntg-context@ntg.nl

2012-07-14 Thread Eythan Weg
ror-free under mkii (pdftex, xetex), plain tex (luatex, xetex), latex (luatex) etc. Would someone comment? Thank you, Eythan ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] Broken Nightly?

2012-06-27 Thread Kip Warner
nya is \externalfigure[jenya_inline]. E ? You want to edit file Game_World/Economics_and_Commerce.tex at line 1 This is the file it is referring to. Note that line 1 is just a comment. <https://bazaar.launchpad.net/~avaneya/avaneya/trunk/view/head:/Docu

<    5   6   7   8   9   10   11   12   13   14   >