Re: [NTG-context] counters identifying notes

2013-06-21 Thread Wolfgang Schuster
[linenote][paragraph=yes] \define[2]\Variant {\increment\LineNote \startlinenote[LineNote:\LineNote]{#1 #2} #1% \stoplinenote[LineNote:\LineNote]} \starttext \startlinenumbering \Variant{body text}{variant} \stoplinenumbering \inline[LineNote:1] \stoptext Wolfgang

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

2013-06-20 Thread Philipp Gesang
? with the default, the style and color settings 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

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

2013-06-18 Thread Pavneet Arora
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 include the code inline

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

2013-06-18 Thread Hans Hagen
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 PS, and then include

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

2013-06-07 Thread honyk
\stopcaption \stopcombination \stoptext Thanks, it helped a lot! I've added this to control the gap (width) between text blocks: \startcombination[distance=2cm] And placed following commands inline to suppress the first whitespace character. I like your indentation, but on my Windows (CR+LF

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

2013-06-05 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 chapter

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: \setuplabeltext[en

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

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 j.tosov...@email.cz 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

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 j.tosov...@email.cz 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

Re: [NTG-context] extra line after switchtobodyfont

2013-05-03 Thread Meer, H. van der
switch here.\crlf \stop Last line. \hairline First line.\crlf \start Font switch here.\crlf \stop Last line. \stoptext Is there a reason why you use \crlf to end the lines? When you would end the paragraph after each line the additional line wouldn't appear. inline

Re: [NTG-context] extra line after switchtobodyfont

2013-05-03 Thread Meer, H. van der
inline: example1.jpginline: example2.jpg___ 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] Vertical location of combinations

2013-04-15 Thread Wolfgang Schuster
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-com.mkiv the content of the environment is put a \vbox which explains the location when you use it in your text. Wolfgang

Re: [NTG-context] Vertical location of combinations

2013-04-15 Thread Aditya Mahajan
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-com.mkiv the content of the environment is put a \vbox which explains the location when you use it in your text

[NTG-context] garden example at fault

2013-03-11 Thread H. van der Meer
as in the screenshot from the garden (figure to the left). The reality however is no blue sections at all (figure at right). What is wrong: the (fairly recent) context or the example in the garden? Hans van der Meer inline: garden.tiff headfoot.pdf Description: Adobe PDF document

Re: [NTG-context] reStructuredText module

2013-03-11 Thread Philipp Gesang
for choosing 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 from software

[NTG-context] [***SPAM***] float placement riddle

2013-03-01 Thread Meer, H. van der
to get Hans van der Meer [cid:796264A3-FA21-43EB-894F-3C74D1E4D519@fritz.box] inline: layout.jpg___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

Re: [NTG-context] 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/(u-s

[NTG-context] publication list: bounding box problems

2013-01-24 Thread Andreas Mang
to fix this? This is quite urgent (picture attached). Cheers Andreas [cid:633B7855-1447-4534-9F43-580B58659B88@uzl-wlan.uni-luebeck.de] inline: references.png___ If your question is of interest to others as well, please

[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] 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 home...@lavabit.com: 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

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

2013-01-16 Thread Marco Patzer
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 signature.asc Description: Digital signature

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

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

2013-01-16 Thread Wolfgang Schuster
}, …] 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 solution is clean enough. The test doesn’t work when you use \inlineC at the beginning

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

2013-01-12 Thread Wolfgang Werners-Lucchini
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 file containing getnameinfo

[NTG-context] link to component

2013-01-11 Thread Daniel Schopper
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 cf. Knuth at \at{p.}[knuthpage

Re: [NTG-context] link to component

2013-01-11 Thread Daniel Schopper
%\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 \stopproduct -- And my

[NTG-context] getnameinfo

2013-01-11 Thread Wolfgang Werners-Lucchini
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 Preview

Re: [NTG-context] getnameinfo

2013-01-11 Thread Hans Hagen
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 file

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

2012-12-13 Thread Romain Diss
, the 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

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

2012-12-13 Thread Alan BRASLAU
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 \m{M(\text{\chemical{CO_2}})}. This works fine. Chemical in display

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

2012-12-05 Thread Hans Hagen
the same as the 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
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

Re: [NTG-context] Euler Constant and limit

2012-11-26 Thread Kip Warner
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 should it be? \setupbodyfont[pagella

Re: [NTG-context] Euler Constant and limit

2012-11-26 Thread Wolfgang Schuster
symbol: \placeformula[formula:Limit of Verhulst equation] \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 \startformula because it’s the command for inline math

Re: [NTG-context] Euler Constant and limit

2012-11-25 Thread Wolfgang Schuster
use \math inside of \startformula because it’s the command for inline math in normal text? Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

Re: [NTG-context] Euler Constant and limit

2012-11-25 Thread Kip Warner
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 should it be? -- Kip Warner -- Software Engineer OpenPGP

Re: [NTG-context] Euler Constant and limit

2012-11-25 Thread Wolfgang Schuster
: \placeformula[formula:Limit of Verhulst equation] \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 \startformula because it’s the command for inline math in normal

Re: [NTG-context] Euler Constant and limit

2012-11-25 Thread Wolfgang Schuster
: \placeformula[formula:Limit of Verhulst equation] \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 \startformula because it’s the command for inline math in normal

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

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 Hans Hagen
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 variant is needed

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

2012-10-16 Thread Marcin Borkowski
how to achieve this effect in a more elegant way? tricky ... a place does some spacing 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 variant is needed

[NTG-context] punctuation vs font switch

2012-10-03 Thread Andreas Mang
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://www.ntg.nl

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

2012-10-02 Thread Alan BRASLAU
not \startformula \startchemicalformula \chemical{2H_2} \chemical{PLUS} \chemical{O_2} \chemical{GIVES} \chemical{2H_2O} \stopchemicalformula Also, the shorthand + for PLUS, - for GIVES, etc. seems to be interpreted only inline, not in displayed chemical formula mode. I

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

2012-10-02 Thread Marco Patzer
} \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, - for GIVES, etc. seems to be interpreted only inline, not in displayed chemical formula mode. I am

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

2012-10-02 Thread Marco Patzer
wrote the lua code. If you redo the syntax: My suggestion would be to try to reduce the use of the string “chemical” if that's feasible. How to deal with inline equations, as in \chemical{2H_2,+,O_2,-,2H_2O}? I would think that it could work as does math mode: \chemical{2H_2 + O_2 - 2H_2O

Re: [NTG-context] \everymath

2012-09-16 Thread Wolfgang Schuster
\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\normalstopdmath\Ustopdisplaymath

[NTG-context] Divided cells and bullet points in tables

2012-08-30 Thread Malte Stien
? Any help would be much appreciated. Thank you, Malte. inline: Screen Shot 2012-08-30 at 12.05.40 PM.png___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

[NTG-context] alternative=d (right margin needed)

2012-07-30 Thread Steffen Wolfrum
Hi, please have a look at the attached screenshot: there you see two TOC entries set alternative=d (after pagenumber 360 and 381). what can be done to make them stop at the vertical blue line, too? Thanks, Steffen --- inline

Re: [NTG-context] simpleslides help needed

2012-07-24 Thread Sietse Brouwer
On Tue, Jul 24, 2012 at 12:51 PM, Pavneet Arora pavneet_ar...@waroc.com 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

Re: [NTG-context] simpleslides help needed

2012-07-24 Thread Pavneet Arora
-24 07:44 AM, Sietse Brouwer wrote: On Tue, Jul 24, 2012 at 12:51 PM, Pavneet Arora pavneet_ar...@waroc.com 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

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 line

Re: [NTG-context] Incorrect spacing in math

2012-07-09 Thread Otared Kavian
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. Best regards: OK On 9 juil. 2012, at 13:23, Aditya Mahajan wrote: On 2012-07-09, at 9:52 AM, Otared Kavian ota...@gmail.com wrote

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 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] 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 running make

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

2012-05-06 Thread Idris Samawi Hamid ادريس سماوي حامد
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 does indeed mention all three css files

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

2012-05-06 Thread Aditya Mahajan
and most modern 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

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

2012-04-24 Thread Kip Warner
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 d = lpdf.dictionary { S

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

2012-04-18 Thread Martin Schröder
2012/4/18 Kip Warner k...@thevertigo.com: 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 Reader

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 mar...@oneiros.de wrote: 2012/4/18 Kip Warner k...@thevertigo.com: 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

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

2012-04-18 Thread Hans Hagen
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 semi automatic) but the problem is that we don't know

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. Have you tried something along the lines

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

2012-04-18 Thread Peter Rolf
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 problem, you might be able to explain what was happening? At some point it can become an option

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

2012-04-17 Thread Kip Warner
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? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc

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: 1 You want to map the “\cite” macro to something like

Re: [NTG-context] MLA Bibliography

2012-04-13 Thread Jaroslav Hajtmar
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 tried something along the lines

Re: [NTG-context] MLA Bibliography

2012-04-12 Thread Kip Warner
and not just (Some One, 1967) appears in a footnote, rather than inline. I'm thinking this is done with one of the setup commands, but not sure how to do this. My *tex is fairly weak. (2) I'd like to do the above, but also in some cases be able to specify a specific page number or anecdote to add

Re: [NTG-context] MLA Bibliography

2012-04-12 Thread Philipp Gesang
‽ (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”? Have you tried something along the lines

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

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 inline heading) is ignored. Furthermore

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

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 \par is added after the last entry in the paragraph

[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

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

2012-03-08 Thread Pablo Rodríguez
}}% \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. Many

[NTG-context] CaLi2CoPi

2012-03-01 Thread Martin Schröder
source 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
}}% \doplacestructurelist % maybe inline {#list}% {\listparameter\c!criterium}% {\listparameter\c!number}% {\listparameter\c!extras}% {\listparameter\c!order}% % \stoplistreferences + \par \endgroup \strc_lists_set_mode} Many thanks, Wolfgang. It works fine now. Pablo -- http

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

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

[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 older versions

Re: [NTG-context] epub

2012-02-18 Thread Hans Hagen
a pain to do and it will never be ok). We would end up with ugly kludges like misusing h1 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

Re: [NTG-context] epub

2012-02-18 Thread luigi scarso
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 h1 for whatever we like combined with classes that make it titles, section numbers, inline highlighting, etc ... The export is not so much html

Re: [NTG-context] epub

2012-02-18 Thread luigi scarso
, 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 ebook devices could do the same as what firefox/chrome do. Also keep in mind that the (now xml) export can be converted while some html/class

[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] 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 be wrong but from

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? \startdefinition[des:some]{Some

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 with a \startdefinition{Some Definition}, how

[NTG-context] placefigure shifting up?

2012-01-11 Thread Meer, H. van der
about this problem? For me it is quite a problem, because it ruins the document layout considerably. Hans van der Meer [cid:003D2B08-D3E6-491B-B30A-C6A5EA7C51A3@fritz.box] [cid:FE6C2B84-C13F-467D-A2B9-FFE45A519496@fritz.box] inline: shifted.jpginline

Re: [NTG-context] beta

2012-01-10 Thread Vianney le Clément
2012/1/9 Wolfgang Schuster schuster.wolfg...@googlemail.com: 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 default :o

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 schuster.wolfg...@googlemail.com 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 soon. Vianney

[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] Inline itemize

2012-01-05 Thread Wagner Macedo
...@gmail.com 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

Re: [NTG-context] Inline itemize

2012-01-05 Thread Wolfgang Schuster
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-context@ntg.nl

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 schuster.wolfg...@googlemail.com wrote: No, this is a bug because with the “text” keyword you can create a inline item which doesn’t start a new paragraph

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

2011-12-13 Thread Mojca Miklavec
dashed=yes, % *yes* | no dashlength=1, % scaling factor for dash lengths linewidth=1, % scaling factor for line widths (1.0 means 0.5bp) %fontscale=1, % scaling factor for text labels points=metapost, % *metapost* | tex (Should points be drawn with MetaPost or TeX?) images=inline

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

2011-11-27 Thread Wolfgang Schuster
control about the height gives you this method: \defineexternalfigure[inline][height=1.8ex] \starttext This is a cow \externalfigure[cow][inline]. \stoptext Wolfgang ___ If your question is of interest to others

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

2011-11-27 Thread Robert Blackstone
More control about the height gives you this method: \defineexternalfigure[inline][height=1.8ex] \starttext This is a cow \externalfigure[cow][inline]. \stoptext Wolfgang This, especially the second method, is exactly what I wanted. Thank you very much Wolfgang. Best regards, Robert

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

2011-11-27 Thread Wolfgang Schuster
control about the height gives you this method: \defineexternalfigure[inline][height=1.8ex] \starttext This is a cow \externalfigure[cow][inline]. \stoptext Wolfgang ___ If your question is of interest to others

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

2011-11-22 Thread Mojca Miklavec
, 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 was converted into an inline one (gmail often displays

<    1   2   3   4   5   6   7   8   9   >