Re: [NTG-context] hyphenate urls in a non hyphenated text

2013-10-08 Thread Stéphanie Vilayphiou
ng_basics_synchronize_min_max}% \fi \hyphenminoffset\plusthousand \lang_basics_synchronize_min_max} \protect as it syncs nicely with languages too (characters carry left and right values so inline changes are possible) That looks good. The OP should test it on his document. However, it has the implicat

Re: [NTG-context] hyphenate urls in a non hyphenated text

2013-10-08 Thread Marco Patzer
gt; […] > > needs a bit it tinkering, maybe this is nicer: > > \unprotect > > \unexpanded\def\nohyphens > {\ifx\dohyphens\relax > \unexpanded\edef\dohyphens >{\hyphenminoffset\the\hyphenminoffset\relax > \lang_basics_synchronize_min_max}% >

Re: [NTG-context] hyphenate urls in a non hyphenated text

2013-10-08 Thread Hans Hagen
ters carry left and right values so inline changes are possible) Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 |

Re: [NTG-context] Inline math in table in combination fails

2013-09-19 Thread Hans Hagen
On 9/19/2013 1:27 AM, Marco Patzer wrote: Hi, The following example results in the error “You can't assign a glue_spec node to a prev field” \starttext \startcombination [2*1] {\starttable [|c|] \NC \math{1} \VL\NR\HL \stoptable}{} {\starttable [|c|] \NC \math{2}

[NTG-context] Inline math in table in combination fails

2013-09-18 Thread Marco Patzer
Hi, The following example results in the error “You can't assign a glue_spec node to a prev field” \starttext \startcombination [2*1] {\starttable [|c|] \NC \math{1} \VL\NR\HL \stoptable}{} {\starttable [|c|] \NC \math{2} \VL\NR \stoptable}{} \stopcombination \stop

[NTG-context] bidi

2013-09-13 Thread Hans Hagen
Hi, -- experimental fix for framed inline direction (at some point we will come up with a more precise description .. also, only use the already posted boxing macros, don't rely on low level box + dir spec as context keep a state of directions independently of tex) -- fix for marks on

Re: [NTG-context] Math accents set too close to capital

2013-07-31 Thread Marco Patzer
On 2013–07–31 Sietse Brouwer wrote: > Tangential to your issue, but nota bene: instead of $...$ for inline > math, ConTeXt lets you use \math{...} or \m{...}. Indeed. And when you use \asciimode, you have no other choice (and that's a good thing): \asciimode \starttext

Re: [NTG-context] Math accents set too close to capital

2013-07-31 Thread Sietse Brouwer
Tangential to your issue, but nota bene: instead of $...$ for inline math, ConTeXt lets you use \math{...} or \m{...}. Which is a bit more explicit, and can be easier to debug. You might prefer it. For display math, you really should use \startformula...\stopformula if you aren’t using it already

Re: [NTG-context] counters identifying notes

2013-06-21 Thread Wolfgang Schuster
]. 4. ConTeXt has another counter mechanism which doesn’t has this problem. \newcounter\LineNote \setupnote[linenote][paragraph=yes] \define[2]\Variant {\increment\LineNote \startlinenote[LineNote:\LineNote]{#1 #2} #1% \stoplinenote[LineNote:\LineNote]} \starttext \startlinen

Re: [NTG-context] slanted style in quotations: setupquotation?

2013-06-20 Thread Philipp Gesang
ttings apply to the paragraph based variant only (use \startquotation|\stopquotation to see the difference). For inline quotes you need to set the parameter *location* to *text*, like for instance: \definedelimitedtext [myquotes] [quotation] [ style=slanted, color=red, l

Re: [NTG-context] [***SPAM***] Scaling large (annotated) MetaFun drawing

2013-06-18 Thread Hans Hagen
aphic with a scaling option if I want to include the code inline. Otherwise, the drawing is clipped on the page. you can use the \scale command \scale[width=1cm]{\useMPgraphic{somename}} it takes the same options as externalfigure Or perhaps I simply try to convert the existing PDF output to

[NTG-context] [***SPAM***] Scaling large (annotated) MetaFun drawing

2013-06-18 Thread Pavneet Arora
so that I can scale appropriately to different page sizes, and also incorporate the illustration with other document elements. >From what I have read at: http://wiki.contextgarden.net/MetaPost_in_ConTeXt I think what I need is something akin to \startuseMPgraphic with a scaling option if I want to

Re: [NTG-context] Side-by-side framed text blocks

2013-06-07 Thread honyk
> \input knuth >> \stopframed >> \stopcontent >> \startcaption >> Some description >> \stopcaption >> \stopcombination >> >> \stoptext Thanks, it helped a lot! I've added this to control the gap (width) between text bl

Re: [NTG-context] Centered title with numeration on the same line

2013-06-05 Thread Hans Hagen
On 6/3/2013 6:57 PM, Jan Tosovsky wrote: Dear All, in MkIV when any title is centered, its numeration is placed on a separate line above the title itself. I'd expect inline formatting which could be overridden as described here http://wiki.contextgarden.net/Titles My code: \setuplabelte

[NTG-context] Centered title with numeration on the same line

2013-06-04 Thread Jan Tosovsky
Dear All, in MkIV when any title is centered, its numeration is placed on a separate line above the title itself. I'd expect inline formatting which could be overridden as described here http://wiki.contextgarden.net/Titles My code: \setuplabeltext[en][chapter=Chapter~] % while for ch

Re: [NTG-context] Centered title with numeration on the same line

2013-06-03 Thread honyk
Dear Luigi, > > On Mon, Jun 3, 2013 at 7:08 PM, honyk wrote: > > Dear All, > > > > in MkIV when any title is centered, its numeration is placed on a separate > > line above the title itself. > > > > I'd expect inline formatting which

Re: [NTG-context] Centered title with numeration on the same line

2013-06-03 Thread luigi scarso
On Mon, Jun 3, 2013 at 7:08 PM, honyk wrote: > Dear All, > > in MkIV when any title is centered, its numeration is placed on a separate > line above the title itself. > > I'd expect inline formatting which could be overridden as described here > http://wiki.contextgar

[NTG-context] Centered title with numeration on the same line

2013-06-03 Thread honyk
Dear All, in MkIV when any title is centered, its numeration is placed on a separate line above the title itself. I'd expect inline formatting which could be overridden as described here http://wiki.contextgarden.net/Titles My code: \setuplabeltext[en][chapter=Chapter~] % while for ch

Re: [NTG-context] Vertical location of combinations

2013-04-15 Thread Aditya Mahajan
vertical alignment of the images in the combination and I think the environment is meant as display element and not for inline as you try to use it. As you can see in pack-com.mkiv the content of the environment is put a \vbox which explains the location when you use it in your text. Thanks. I&#x

Re: [NTG-context] Vertical location of combinations

2013-04-15 Thread Wolfgang Schuster
; \stoptext > > but the combination is still aligned to the baseline of the caption. The location-key controls the vertical alignment of the images in the combination and I think the environment is meant as display element and not for inline as you try to use it. As you can see in pack-c

Re: [NTG-context] reStructuredText module

2013-03-11 Thread Philipp Gesang
reST over its competitors like md or wikitext is actually that it does not allow for inline HTML. > I looked through the Lua source and didn't see anyplace where these > directives are processed although I will be the first to admit I > don't know much about Lua. I retired

Re: [NTG-context] Math typesetting problems

2013-01-28 Thread Aditya Mahajan
)(u-t)}} \over \sqrt{2\pi {(t-s)(u-t) \over u-s}}} \stopformula \stoptext At some stage, we also need to look at nath's automatic conversion of display fractions to inline fractions (e.g., in the numberator \frac{ (S(u-t) + U(t-s))^2 } { (u-s) } should be typeset as (S(u-t) + U(t-s))^2

Re: [NTG-context] Vim module - different settings for inline and block code

2013-01-16 Thread Wolfgang Schuster
yBackground\fi}, >> …] > > That's a good idea and it seems to work. > >> You could also ask Aditya to use different keys for display (e.g. >> before/aftter) >> and inline (e.g. left/right) code blocks. > > That's not necessary. I think your so

Re: [NTG-context] Vim module - different settings for inline and block code

2013-01-16 Thread Aditya Mahajan
On Wed, 16 Jan 2013, Wolfgang Schuster wrote: You could also ask Aditya to use different keys for display (e.g. before/aftter) and inline (e.g. left/right) code blocks. That's a nice suggestion. I have implemented it in the dev version of the filter module: https://github.com/adityam/f

Re: [NTG-context] Vim module - different settings for inline and block code

2013-01-16 Thread Marco Patzer
. > You could also ask Aditya to use different keys for display (e.g. > before/aftter) > and inline (e.g. left/right) code blocks. That's not necessary. I think your solution is clean enough. Thanks Wolfgang. Marco signatu

Re: [NTG-context] Vim module - different settings for inline and block code

2013-01-16 Thread Wolfgang Schuster
Am 16.01.2013 um 15:51 schrieb Marco Patzer : > Hi, > > I need different settings for code in inline and block mode. See the > following example: > > \usemodule [vim] > \definetextbackground [C] [location=text] > \definevimtyping [C] > [syntax=c, >

[NTG-context] Vim module - different settings for inline and block code

2013-01-16 Thread Marco Patzer
Hi, I need different settings for code in inline and block mode. See the following example: \usemodule [vim] \definetextbackground [C] [location=text] \definevimtyping [C] [syntax=c, before={\starttextbackground[C]}, after=\stoptextbackground, margin=2em] \starttext This is C

Re: [NTG-context] getnameinfo (Hans Hagen)

2013-01-12 Thread Wolfgang Werners-Lucchini
Windows > > Me/98/95), then you need to include the Ws2tcpip.h file and also > > include the Wspiapi.h file. When the Wspiapi.h include file is added, > > the getnameinfo function is defined to the WspiapiGetNameInfo inline > > function in the Wspiapi.h file. At runtime, the WspiapiGe

Re: [NTG-context] getnameinfo

2013-01-11 Thread Hans Hagen
also include the Wspiapi.h file. When the Wspiapi.h include file is added, the getnameinfo function is defined to the WspiapiGetNameInfo inline function in the Wspiapi.h file. At runtime, the WspiapiGetNameInfo function is implemented in such a way that if the Ws2_32.dll or the Wship6.dll (the

[NTG-context] getnameinfo

2013-01-11 Thread Wolfgang Werners-Lucchini
clude file is added, the getnameinfo function is defined to the WspiapiGetNameInfo inline function in the Wspiapi.h file. At runtime, the WspiapiGetNameInfo function is implemented in such a way that if the Ws2_32.dll or the Wship6.dll (the file containing getnameinfo in the IPv6 Technology Pr

Re: [NTG-context] link to component

2013-01-11 Thread Daniel Schopper
startbodymatter %\at and \inline -> \pagereference[knuth] don't work cf. Knuth at \at{p.}[knuthpage] \inline{line}[knuth] % \in -> \chapter[knuthchap] works in \in{Chapter}[knuthchap]. \stopbodymatter \startappendices \component appendix \stopappendices \stopprodu

[NTG-context] link to component

2013-01-11 Thread Daniel Schopper
seems like a bug to me. Thanks in advance! Daniel Working minimal example: --- My product.tex looks like this: \setupinteraction[state=start] \startproduct product \startbodymatter %\at and \inline -> \pagereference[knuth] don't work

Re: [NTG-context] Spacing and font problem with \chemical inside display math

2012-12-13 Thread Alan BRASLAU
ill wrong. > - if one put the \chemical command inside a \text{} command, ConTeXt stops > with an error. > These problems do not occur in inline math. > > Here is a minimal example: > > %% START > \starttext > > Chemical within inline math: \m{M(\chemical{CO_2})} or >

[NTG-context] [***SPAM***] Spacing and font problem with \chemical inside display math

2012-12-13 Thread Romain Diss
font problem do not appear but the spaces are still wrong. - if one put the \chemical command inside a \text{} command, ConTeXt stops with an error. These problems do not occur in inline math. Here is a minimal example: %% START \starttext Chemical within inline math: \m{M(\chemical{CO_2})} or

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

2012-12-05 Thread Hans Hagen
ones in inline maths, and I think that this is not the correct behaviour. I think that depends on how the font defines the steps (if xits does it right, then palatino/termes are wrong). Hans

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

2012-12-04 Thread Otared Kavian
r with \enablemode[lmmath] the command \notin does not work as expected, while when the above command is commented out it does. Another issue is that the size of integrals when using palatino, times or termes is the almost the same as the ones in inline maths, and I think that this is not the correct beh

Re: [NTG-context] Euler Constant and limit

2012-11-26 Thread Wolfgang Schuster
>>>> \math{\lim_{t\to\infty} P(t) = K.\,} >>>>> \stopformula >>>> >>>> Works for me (Version 2012.11.23). >>> >>> It's probably the font I am using. >>> >>>> BTW: Why do you use \math inside of \startformu

Re: [NTG-context] Euler Constant and limit

2012-11-26 Thread Kip Warner
;> \startformula > >>> \math{\lim_{t\to\infty} P(t) = K.\,} > >>> \stopformula > >> > >> Works for me (Version 2012.11.23). > > > > It's probably the font I am using. > > > >> BTW: Why do you use \math inside of \startfor

Re: [NTG-context] Euler Constant and limit

2012-11-25 Thread Wolfgang Schuster
robably the font I am using. > >> BTW: Why do you use \math inside of \startformula because it’s the command >> for inline math in normal text? > > I haven't any explanation. I just thought that that was how you were > suppose to do it from reading the manuals. How

Re: [NTG-context] Euler Constant and limit

2012-11-25 Thread Wolfgang Schuster
robably the font I am using. > >> BTW: Why do you use \math inside of \startformula because it’s the command >> for inline math in normal text? > > I haven't any explanation. I just thought that that was how you were > suppose to do it from reading the manuals. How

Re: [NTG-context] Euler Constant and limit

2012-11-25 Thread Kip Warner
opformula > > Works for me (Version 2012.11.23). It's probably the font I am using. > BTW: Why do you use \math inside of \startformula because it’s the command > for inline math in normal text? I haven't any explanation. I just thought that that was how you were

Re: [NTG-context] Euler Constant and limit

2012-11-25 Thread Wolfgang Schuster
,} > \stopformula Works for me (Version 2012.11.23). BTW: Why do you use \math inside of \startformula because it’s the command for inline math in normal text? Wolfgang ___ If your question is of interest to

Re: [NTG-context] vertical alignment problem in column items

2012-11-16 Thread Otared Kavian
Hi Dalyoung, I think that there must be a small bug in mkiv regarding itemize in columns, but at the same time I think that the problem comes from the fact that in your example you use inline maths and fractions: this perturbs the way the horizontal and vertical distances are calculated by

Re: [NTG-context] Spacing around integrals

2012-11-07 Thread Hans Hagen
) handles the bounds somwhat inconsistently, depending on the fonts used: • with the default LM fonts, the bounds of the integral sign are correct in displayed maths, but are too close whith inline maths; • with the default xits fonts, the bounds of the integral sign are too far away

Re: [NTG-context] Vertical positioning of floats within itemize

2012-10-16 Thread Marcin Borkowski
hat > interferes with the item that places a bullet and expects text next > > it would also look kind of weird I guess, bullet - image - caption > > some kind of inline variant is needed then Well, I meant the bullet

Re: [NTG-context] Vertical positioning of floats within itemize

2012-10-16 Thread Hans Hagen
ing before and after so that interferes with the item that places a bullet and expects text next it would also look kind of weird I guess, bullet - image - caption some kind of inline va

[NTG-context] punctuation vs font switch

2012-10-03 Thread Andreas Mang
s does not matter for formulas but its different for inline (in text) math expressions. ___ 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] Wrong results for chemical structures and reactions

2012-10-02 Thread Marco Patzer
]{N}{H} > \stopchemical > > Alternatively: > \startchemical > \chemical[ONE,Z0=N,SB146,Z6=H] > \stopchemical > but currently this puts "N" and "H" into lowercase as "n" and "h" > as a side effect of the way that Hans wrote the lua

Re: [NTG-context] Wrong results for chemical structures and reactions

2012-10-02 Thread Marco Patzer
l{2H_2} \chemical{PLUS} \chemical{O_2} \chemical{GIVES} \chemical{2H_2O} \stopchemicalformula \stoptext How to mid-align the reaction? Wrapping the \startchemicalformula in \startformula works, but it's clumsy. > Also, the shorthand "+" for "PLUS", &

Re: [NTG-context] Wrong results for chemical structures and reactions

2012-10-02 Thread Alan BRASLAU
opformula > > \stoptext > > Am I missing something? Is this mechanism not supported any more or > just broken? > > > Marco \startchemicalformula not \startformula \startchemicalformula \chemical{2H_2} \chemical{PLUS} \chemical{O_2} \chemical{GIV

Re: [NTG-context] \everymath

2012-09-16 Thread Wolfgang Schuster
> \appendtoks\displaystyle\to\everymathematics > > Or is there a key in \setupmathematics? I don’t think so because I found only the command below the change the appearance of inline formulas and \displaymath/\displaymathematics isn’t what you want because it creates a display formula. \let\norma

Re: [NTG-context] simpleslides help needed

2012-07-24 Thread Pavneet Arora
On 12-07-24 07:44 AM, Sietse Brouwer wrote: On Tue, Jul 24, 2012 at 12:51 PM, Pavneet Arora wrote: Now, I don't know whether there should be a difference in behaviour, [between \quotation and \startquotation], but there definitely is. This is deliberate: \quotation is for inline qu

Re: [NTG-context] simpleslides help needed

2012-07-24 Thread Sietse Brouwer
On Tue, Jul 24, 2012 at 12:51 PM, Pavneet Arora wrote: > Now, I don't know whether there should be a difference in behaviour, > [between \quotation and \startquotation], but there definitely is. This is deliberate: \quotation is for inline quotations, while \startquotation i

Re: [NTG-context] Critical editions with ConTeXt

2012-07-20 Thread Sietse Brouwer
I'm trying to get straight in my head what critical-edition-related commands are already implemented in ConTeXt. Implemented: (a) footnotes on specific lines, specified inline: \linenote{note text} (b) ditto on line ranges: \startlinenote[tag]{note text} ... \stoplinenote[tag] (c) tag a lin

Re: [NTG-context] Incorrect spacing in math

2012-07-09 Thread Hans Hagen
}f(x)dx but this is not a solution in a large file which has to be modified all over… Interestingly the « inline math » does not suffer from th ebug, that is $\int_{\Omega}f(x)dx$ gives the expected result. the next beta will have: \setupmathematics[integral=autolimits] nolimits displaylimits

Re: [NTG-context] Incorrect spacing in math

2012-07-09 Thread Hans Hagen
}f(x)dx but this is not a solution in a large file which has to be modified all over… Interestingly the « inline math » does not suffer from th ebug, that is $\int_{\Omega}f(x)dx$ gives the expected result. we have three cases: \setupmathematics[integral=nolimits] \setupmathematics[integral

Re: [NTG-context] Incorrect spacing in math

2012-07-09 Thread Otared Kavian
large file which has to be modified all over… Interestingly the « inline math » does not suffer from th ebug, that is $\int_{\Omega}f(x)dx$ gives the expected result. Best regards: OK On 9 juil. 2012, at 13:23, Aditya Mahajan wrote: > On 2012-07-09, at 9:52 AM, Otared Kavian wrote: > >

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Kip Warner
On Fri, 2012-07-06 at 23:25 +0200, Hans Hagen wrote: > is there a minimal example? I'm not sure where it's bailing. The line it points to has nothing to do with inline math or formulas. But alas, ConTeXt error messages are usually totally useless in most cases. You could try just ru

Re: [NTG-context] context to markdown/html

2012-05-06 Thread Aditya Mahajan
browsers render the xml correctly (at least opera, firefox, and chrome on Linux render it correctly). For the attached test file, xml-bib.tex (also reproduced inline below), I get in the output xml-bib-images.css xml-bib-styles.css but no context-export.css, although the resultant xml-bib.xhtml

Re: [NTG-context] context to markdown/html

2012-05-06 Thread Idris Samawi Hamid ادريس سماوي حامد
, and chrome on Linux render it correctly). For the attached test file, xml-bib.tex (also reproduced inline below), I get in the output xml-bib-images.css xml-bib-styles.css but no context-export.css, although the resultant xml-bib.xhtml does indeed mention all three css files. Opera will open xml

Re: [NTG-context] Rendering differences between PDF viewers

2012-04-24 Thread Kip Warner
ment. When using the aforementioned beta, I take it I can remove the inline lua? \startluacode backends= backendsor { } backends.codeinjections = backends.codeinjections or { } function backends.codeinjections.rgbtransparencygroup() local

Re: [NTG-context] Rendering differences between PDF viewers

2012-04-18 Thread Peter Rolf
ust admit. ConTeXt has made me rather cynical at >> times. I don't know how many times I've tried a snippet of this or that, >> only to have it do exactly what I hadn't intended. Having said that, >> every now and then I am blown away when something I never expected

Re: [NTG-context] MLA Bibliography

2012-04-18 Thread Philipp Gesang
Hi Kip, On 2012-04-13 17:34, Kip Warner wrote: > On Fri, 2012-04-13 at 06:51 +0200, Philipp Gesang wrote: > > > (1) I'd like it such that each time I use \cite, the full citation and > > > not just "(Some One, 1967)" appears in a footnote, rather than inline. &

Re: [NTG-context] Rendering differences between PDF viewers

2012-04-18 Thread Hans Hagen
tical now. I stuck it in my environment file. I wonder if there is a safer way of doing this than via "inline asm", so to speak. Also, maybe for my benefit, and anybody else having the same problem, you might be able to explain what was happening? At some point it can become an option (or

Re: [NTG-context] Rendering differences between PDF viewers

2012-04-18 Thread luigi scarso
On Wed, Apr 18, 2012 at 8:47 AM, Martin Schröder wrote: > 2012/4/18 Kip Warner : >> I stuck it in my environment file. I wonder if there is a safer way of >> doing this than via "inline asm", so to speak. Also, maybe for my >> benefit, and anybody else having the

Re: [NTG-context] Rendering differences between PDF viewers

2012-04-17 Thread Martin Schröder
2012/4/18 Kip Warner : > I stuck it in my environment file. I wonder if there is a safer way of > doing this than via "inline asm", so to speak. Also, maybe for my > benefit, and anybody else having the same problem, you might be able to > explain what was happening? Adobe

Re: [NTG-context] Rendering differences between PDF viewers

2012-04-17 Thread Kip Warner
you so much, that worked beautifully. Both Evince (poppler based) and AR look identical now. I stuck it in my environment file. I wonder if there is a safer way of doing this than via "inline asm", so to speak. Also, maybe for my benefit, and anybody else having the same proble

Re: [NTG-context] MLA Bibliography

2012-04-13 Thread Jaroslav Hajtmar
ull citation and not just "(Some One, 1967)" appears in a footnote, rather than inline. You need to clarify two things here: 1 You want to map the “\cite” macro to something like “\footcite”? Either by mapping \cite, or by using some other macro, yes. Have you trie

Re: [NTG-context] MLA Bibliography

2012-04-13 Thread Kip Warner
On Fri, 2012-04-13 at 06:51 +0200, Philipp Gesang wrote: > > (1) I'd like it such that each time I use \cite, the full citation and > > not just "(Some One, 1967)" appears in a footnote, rather than inline. > > You need to clarify two things here: > >

Re: [NTG-context] MLA Bibliography

2012-04-12 Thread Philipp Gesang
APA is used in the humanities‽ > (1) I'd like it such that each time I use \cite, the full citation and > not just "(Some One, 1967)" appears in a footnote, rather than inline. You need to clarify two things here: 1 You want to map the “\cite” macro to something like “\footcite”?

Re: [NTG-context] MLA Bibliography

2012-04-12 Thread Kip Warner
t. I have a few other bibliography related questions that you or Hans might be able to answer: (1) I'd like it such that each time I use \cite, the full citation and not just "(Some One, 1967)" appears in a footnote, rather than inline. I'm thinking this is done with one of the s

Re: [NTG-context] Enumerations: location=serried ignored

2012-03-28 Thread Wolfgang Schuster
Am 28.03.2012 um 13:49 schrieb Diane Uschner: > Hello, > > I noticed that the enumerations environment is behaving oddly when used for > theorem environments. In the following minimal example, the option > "location=serried" (which should result in an i

[NTG-context] Enumerations: location=serried ignored

2012-03-28 Thread Diane Uschner
Hello, I noticed that the enumerations environment is behaving oddly when used for theorem environments. In the following minimal example, the option "location=serried" (which should result in an inline heading) is ignored. Furthermore, the number of corrolary is not displayed,

Re: [NTG-context] is there a reason not to fix this bug?

2012-03-12 Thread Wolfgang Schuster
Am 12.03.2012 um 08:59 schrieb Hans Hagen: > Hi Wolfgang, > >> strc-lst.mkvi: >> >> \def\strc_lists_place_indeed#tag#list#settings% > >> + \par > > ... did you test it with other cases? Technically we can have inline lists. Yes it works because the \p

Re: [NTG-context] is there a reason not to fix this bug?

2012-03-12 Thread Hans Hagen
Hi Wolfgang, strc-lst.mkvi: \def\strc_lists_place_indeed#tag#list#settings% + \par ... did you test it with other cases? Technically we can have inline lists. Hans - Hans Hagen

[NTG-context] is there a reason not to fix this bug?

2012-03-10 Thread Pablo Rodríguez
!on{\startlistreferences{#tag}}% \doplacestructurelist % maybe inline {#list}% {\listparameter\c!criterium}% {\listparameter\c!number}% {\listparameter\c!extras}% {\listparameter\c!order}% % \stoplistreferences + \par \endgroup \strc_lists_set_mode} to fix the

[NTG-context] confirmed bug with \setuplist[alternative=d, margin=2em]

2012-03-08 Thread Pablo Rodríguez
{#tag}}% \doplacestructurelist % maybe inline {#list}% {\listparameter\c!criterium}% {\listparameter\c!number}% {\listparameter\c!extras}% {\listparameter\c!order}% % \stoplistreferences + \par \endgroup \strc_lists_set_mode} I wonder whether it could be included in latest beta.

[NTG-context] CaLi2CoPi

2012-03-01 Thread Martin Schröder
e CaLi2CoPi library (PostScript code), online via Ghostscript, to separate in PDF layers different graphic elements (vectors, XObjects, inLine images, text, shading patterns and FormXObjects), upload a PDF file e voilà... http://www.l·l.cat/femfum/CaLi2CoPi_10/ ...this is one of several specialized

Re: [NTG-context] bug with \setuplist[alternative=d,margin=2em]?

2012-02-27 Thread Pablo Rodríguez
> % \doif{\listparameter\c!coupling}\v!on{\startlistreferences{#tag}}% >\doplacestructurelist % maybe inline > {#list}% > {\listparameter\c!criterium}% > {\listparameter\c!number}% > {\listparameter\c!extras}% > {\listparameter\c!order}% > % \

Re: [NTG-context] bug with \setuplist[alternative=d,margin=2em]?

2012-02-26 Thread Wolfgang Schuster
ist#settings% {\begingroup \edef\currentlist{#tag}% \setupcurrentlist[#settings]% \the\everystructurelist % \doif{\listparameter\c!coupling}\v!on{\startlistreferences{#tag}}% \doplacestructurelist % maybe inline {#list}% {\listparameter\c!criterium}% {\listparameter\c!number}%

[NTG-context] Problem with math!

2012-02-25 Thread Verhaag, G.C.H.M.
Hi ConTeXt users, Currently I'm experiencing problems with inline math mode in combination with the addff{oldstyle} command! The attached test file doens't compile with the latest version 2012.2.18 (MkIV), which seems to be caused by the introduction of the $\bullet$! With olde

Re: [NTG-context] epub

2012-02-18 Thread luigi scarso
with ugly kludges like misusing >> for whatever we like combined with classes that make it titles, section >> numbers, inline highlighting, etc ... >> >> The export is not so much html but xhtml and afaik css can deal with that. I >> woudn't be surprised if future eb

Re: [NTG-context] epub

2012-02-18 Thread luigi scarso
rocessing has to be applied to as it makes no sense > to add tons of code to context to produce a less rich output (also a pain to > do and it will never be ok). We would end up with ugly kludges like misusing > for whatever we like combined with classes that make it titles, section >

Re: [NTG-context] epub

2012-02-18 Thread Hans Hagen
pain to do and it will never be ok). We would end up with ugly kludges like misusing for whatever we like combined with classes that make it titles, section numbers, inline highlighting, etc ... The export is not so much html but xhtml and afaik css can deal with that. I woudn't be surp

Re: [NTG-context] Referencing a \startdefinition

2012-01-17 Thread Wolfgang Schuster
Am 18.01.2012 um 04:06 schrieb Vladimir Lomov: > Hello, > ** Kip Warner [2012-01-17 18:07:18 -0800]: > >> Hey list, > >> When I wish to reference some section, I can inline typeset with >> \in{section}[Some Reference]. In the case of a definition defined w

Re: [NTG-context] Referencing a \startdefinition

2012-01-17 Thread Wolfgang Schuster
Am 18.01.2012 um 03:07 schrieb Kip Warner: > Hey list, > > When I wish to reference some section, I can inline typeset with > \in{section}[Some Reference]. In the case of a definition defined with a > \startdefinition{Some Definition}, how can I reference it inline? \startdefi

Re: [NTG-context] Referencing a \startdefinition

2012-01-17 Thread Vladimir Lomov
Hello, ** Kip Warner [2012-01-17 18:07:18 -0800]: > Hey list, > When I wish to reference some section, I can inline typeset with > \in{section}[Some Reference]. In the case of a definition defined with a > \startdefinition{Some Definition}, how can I reference it inline? I could

[NTG-context] Referencing a \startdefinition

2012-01-17 Thread Kip Warner
Hey list, When I wish to reference some section, I can inline typeset with \in{section}[Some Reference]. In the case of a definition defined with a \startdefinition{Some Definition}, how can I reference it inline? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http

Re: [NTG-context] beta

2012-01-10 Thread Vianney le Clément
2012/1/9 Wolfgang Schuster : > Fixed. > > Wolfgang Thanks Wolfgang, it works with today's minimals. @Hans: in the latest beta, the "textdistance" parameter for inline itemize does not work anymore. But it's not a showstopper for me as I'm happy with the new

Re: [NTG-context] Inline itemize

2012-01-07 Thread Hans Hagen
pretty indented. No, this is a bug because with the “text” keyword you can create a inline item which doesn’t start a new paragraph. fixed .. also a beter default for textdistance (not uploaded yet

Re: [NTG-context] Inline itemize

2012-01-06 Thread Vianney le Clément
On Fri, Jan 6, 2012 at 00:25, Wolfgang Schuster wrote: > No, this is a bug because with the “text” keyword you can create a inline > item which doesn’t start a new paragraph. > > Wolfgang Thanks for the confirmation. I hope it will be fixed so

Re: [NTG-context] Inline itemize

2012-01-05 Thread Wagner Macedo
Ah... sorry. I read the manual but I didn't remember this feature. -- Wagner Macedo On 5 January 2012 20:25, Wolfgang Schuster wrote: > No, this is a bug because with the “text” keyword you can create a inline > item which doesn’t start a ne

Re: [NTG-context] Inline itemize

2012-01-05 Thread Wolfgang Schuster
g because with the “text” keyword you can create a inline item which doesn’t start a new paragraph. Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-conte

Re: [NTG-context] Inline itemize

2012-01-05 Thread Wagner Macedo
f I type > >Blabla. \startitemize[a,text] \item one \item two \stopitemize Blabla. > > I get a linebreak before and after the itemize. Is this the intended > behaviour? How can I get a fully inline enumeration? > _

[NTG-context] Inline itemize

2012-01-05 Thread Vianney le Clément
Hello, If I type Blabla. \startitemize[a,text] \item one \item two \stopitemize Blabla. I get a linebreak before and after the itemize. Is this the intended behaviour? How can I get a fully inline enumeration? Thanks, Vianney

Re: [NTG-context] gnuplot module: `option=monochrome` does not work.

2011-12-13 Thread Mojca Miklavec
taPost or TeX?) images=inline] % *inline* | external (inline only works in MKIV, external requires png support in gnuplot) but I completely forgot about monochrome option!!! Or rather ... I see that I print out "\setupcolors[state=start]" if and only if color is switched on, but that won&

Re: [NTG-context] Graphics in text-line

2011-11-27 Thread Wolfgang Schuster
er to have them in >> their text line. >> Is that doable? > > \starttext > This is a cow \figuresymbol[cow]. > \stoptext More control about the height gives you this method: \defineexternalfigure[inline][height=1.8ex] \starttext This is a cow \externalfigure[cow][inline

Re: [NTG-context] Graphics in text-line

2011-11-27 Thread Robert Blackstone
;>> >> >> \starttext >> This is a cow \figuresymbol[cow]. >> \stoptext >> Wolfgang > > > More control about the height gives you this method: > > \defineexternalfigure[inline][height=1.8ex] > > \starttext > This is a cow \externalfigure[

Re: [NTG-context] Graphics in text-line

2011-11-27 Thread Wolfgang Schuster
er to have them in >> their text line. >> Is that doable? > > \starttext > This is a cow \figuresymbol[cow]. > \stoptext More control about the height gives you this method: \defineexternalfigure[inline][height=1.8ex] \starttext This is a cow \externalfigure[cow][inline

Re: [NTG-context] What is the prescribed way to add attachments to a list posting?

2011-11-22 Thread Pavneet Arora
s usually survive, but they may not exceed a certain size > limit. Usually that is problematic - PDF documents may get very large, > even the most simple ones usually exceed size limit (it depends on > what engine and what fonts you use). > > I don't know why text attachment

<    1   2   3   4   5   6   7   8   9   >