Re: [NTG-context] wrong positioning of MP graphic in layer

2013-10-08 Thread Pablo Rodríguez
On 10/07/2013 10:48 PM, Hans Hagen wrote: On 10/7/2013 10:04 PM, Pablo Rodríguez wrote: [...] I need to insist on this sample, because the layer doesn’t behave as such: \definelayer[wrongpositioned][x=5000cm, y=5000cm, state=start] \setuplayer[wrongpositioned]{\startMPcode draw (0mm,0mm

Re: [NTG-context] wrong positioning of MP graphic in layer

2013-10-08 Thread Pablo Rodríguez
On 10/07/2013 11:01 PM, luigi scarso wrote: On Mon, Oct 7, 2013 at 10:04 PM, Pablo Rodríguez wrote: I need to insist on this sample, because the layer doesn’t behave as such: \definelayer[wrongpositioned][x=5000cm, y=5000cm, state=start] \setuplayer[wrongpositioned

[NTG-context] layers in empty pages

2013-10-08 Thread Pablo Rodríguez
Dear list, I have the following sample: \setuppagenumbering[alternative=doublesided] \definelayer[MyLayer][state=continue] \setlayer[MyLayer]{This is my layer.} \setupbackgrounds[page][background={MyLayer}] \starttext \input knuth \stoptext I need the text to be

[NTG-context] wrong positioning of MP graphic in layer

2013-10-07 Thread Pablo Rodríguez
Dear list, I have the following sample: \definelayer[wrongpositioned][x=0mm, y=0mm, hoffset=0mm, voffset=48mm, state=start] \setuplayer[wrongpositioned]{\startMPcode draw (0mm,0mm)--(8mm,0mm)--(8mm,38mm)--(14mm,38mm) ; \stopMPcode}

Re: [NTG-context] wrong positioning of MP graphic in layer

2013-10-07 Thread Pablo Rodríguez
On 10/07/2013 07:16 PM, luigi scarso wrote: On Mon, Oct 7, 2013 at 5:56 PM, Pablo Rodríguez wrote: Dear list, I have the following sample: [...] Many thanks for your reply, Luigi. I need to insist on this sample, because the layer doesn’t behave as such: \definelayer[wrongpositioned][x

[NTG-context] image vertical positioning in xtable

2013-10-06 Thread Pablo Rodríguez
Dear list, I have the following sample that places the image below the text in the same cell: \starttext \startxtable \startxrow \startxcell This is an \stopxcell \startxcell image \externalfigure[cow.pdf][height=.5em] \stopxcell \stopxrow

[NTG-context] on the xcorresp module

2013-10-06 Thread Pablo Rodríguez
Dear Hans, I’m very interested in using ConTeXt to generate the correspondence at work. I have seen the xcorresp module documentation and I wonder whether it is under development or not. Thanks, Pablo -- http://www.ousia.tk

[NTG-context] (again) coloring \tex with [option=TeX]

2013-10-05 Thread Pablo Rodríguez
Dear list, I would like to have \tex using [option=TEX]. But I cannot get it working, even if I setup \type to [option=TEX]. Here you have the minimal sample: \setuptype[option=TEX] \starttext \type{\ConTeXt} comes from \tex{TeX}. \stoptext How can I have \tex with colored

Re: [NTG-context] (again) coloring \tex with [option=TeX]

2013-10-05 Thread Pablo Rodríguez
On 10/05/2013 10:58 PM, Hans Hagen wrote: On 10/5/2013 8:21 PM, Pablo Rodríguez wrote: [...] How can I have \tex with colored output, the same way \type is colored above? by redefining it: \unexpanded\def\tex#1{\normalexpanded{\type{\letterbackslash#1}}} Many thanks for your help, Hans

Re: [NTG-context] error when installing ConTeXt Standalone

2013-10-03 Thread Pablo Rodríguez
On 09/26/2013 07:44 AM, Thomas A. Schmitz wrote: On 25.09.2013 22:50, Pablo Rodríguez wrote: It worked with Fedora 16, but after installing Fedora 19 it doesn’t work. http://thread.gmane.org/gmane.comp.tex.context/83357 [Sorry for the much delayed reply, Thomas. One of the mail servers seem

[NTG-context] a question on coloring \tex and \var

2013-10-03 Thread Pablo Rodríguez
Dear list, I have this sample: \definetype[TeXcode][option=TEX] \starttext \TeXcode{\mainlanguage[la]}, but \tex{ConTeXt} and \arg{option=value}. \stoptext I need ot have \tex and \arg colored with [option=TeX] (and I would avoid having \type colored). How can I do that?

Re: [NTG-context] error when installing ConTeXt Standalone

2013-09-26 Thread Pablo Rodríguez
On 09/25/2013 10:55 PM, Mica Semrick wrote: $ source tex/setuptex Do you do that as root? You probably need to add it to something like /etc/bashrc or the like... it sounds like you don't have permission/your shell isn't getting the right path... Both as root and as a regular user. Missing

Re: [NTG-context] error when installing ConTeXt Standalone

2013-09-25 Thread Pablo Rodríguez
On 09/25/2013 12:01 AM, Mica Semrick wrote: Have you added the bin directory to your PATH? No, I invoke source tex/setuptex, which does the same job. Pablo On Tue, Sep 24, 2013 at 1:55 PM, Pablo Rodríguez wrote: Dear list, I have installed a system-wide ConTeXt Standalone

Re: [NTG-context] error when installing ConTeXt Standalone

2013-09-25 Thread Pablo Rodríguez
On 09/25/2013 10:21 PM, John Kitzmiller wrote: Maybe you need to specify the installation directory or issue tex/setuptex from inside the install folder? font-opt.lua should be in install folder/tex/texmf-context/tex/context/base Well, that’s exactly what the following command does (at

[NTG-context] error when installing ConTeXt Standalone

2013-09-24 Thread Pablo Rodríguez
Dear list, I have installed a system-wide ConTeXt Standalone in Fedora 19, following the instructions from the wiki. But when I try to rebuild the font cache, I get the following error (with option verbose): resolvers | resolving | remembering file 'font-otp.lua'cannot open : No such file

[NTG-context] \Bigr broken in latest beta

2013-08-17 Thread Pablo Rodríguez
Dear Hans, I‘m afraid that beta from today doesn’t compile what beta from tow days ago compiled. Here is the minimal sample: \starttext \startformula \Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) \stopformula \stoptext Many thanks for your help, Pablo -- http://www.ousia.tk

[NTG-context] slow compilation?

2013-08-12 Thread Pablo Rodríguez
Dear list, although I cannot find it now, I sent a message to the list describing that I suspected ConTeXt wasn’t as fast as it should on my computer. Here you have a minimal sample: \starttext \input knuth \stoptext It takes about 3.5 seconds total runtime to compile. Is this the

Re: [NTG-context] slow compilation?

2013-08-12 Thread Pablo Rodríguez
On 08/12/2013 07:20 PM, Wolfgang Schuster wrote: Am 12.08.2013 um 18:40 schrieb Pablo Rodríguez oi...@web.de: [...] It takes about 3.5 seconds total runtime to compile. Is this the standard required time? Your minimal example takes for me on the first 1.8 (terminal) to 2 seconds (editor

Re: [NTG-context] slow compilation?

2013-08-12 Thread Pablo Rodríguez
On 08/12/2013 09:55 PM, Hans Hagen wrote: On 8/12/2013 6:40 PM, Pablo Rodríguez wrote: It takes about 3.5 seconds total runtime to compile. Is this the standard required time? Actually what I wonder is why the compilation requires three runs to output the final document. mkiv lua stats

Re: [NTG-context] slow compilation?

2013-08-12 Thread Pablo Rodríguez
On 08/12/2013 10:37 PM, Aditya Mahajan wrote: On Mon, 12 Aug 2013, Pablo Rodríguez wrote: So if I need three times for each compilation (since I use --purgeall), the time is fine, since my laptop is already some years old. Out of curiosity, why do you use --purgeall? ConTeXt only generates

Re: [NTG-context] Part numbers

2013-08-11 Thread Pablo Rodríguez
On 08/11/2013 03:08 PM, Tim Steenvoorden wrote: Hi all, I have a document with parts and chapters. I'd like to number the chapters continuously through the whole document. Figured out this has to be done with \definestructureresetset instead of the resetnumber=no option in \setuphead. But I

Re: [NTG-context] include two pages from typesetbuffer

2013-08-10 Thread Pablo Rodríguez
On 08/09/2013 11:42 PM, Hans Hagen wrote: [...] actually there was already a test for that but i made a better one, so now we have: \starttext \enabletrackers[buffers.run] \startbuffer [sample] \starttext \startTEXpage[offset=10pt] one \stopTEXpage

[NTG-context] \typesetbuffer at wiki

2013-08-10 Thread Pablo Rodríguez
Dear list, I have just created http://wiki.contextgarden.net/Command/typesetbuffer. In the typeset sample, it seems that \typesetbuffer doesn’t work at the wiki (it doesn’t include the image). Am I missing something here? Many thanks for your help, Pablo -- http://www.ousia.tk

[NTG-context] issue with \stoplinenote

2013-08-10 Thread Pablo Rodríguez
Dear Hans, the following sample shows an already described issue with linenotes: \mainlanguage[es] \setuppapersize[A7] \starttext \startlinenumbering \startlinenote[MRU]{{\em om.} X}En un lugar de la Mancha, de cuyo nombre no quiero acordarme, no ha mucho tiempo que vivía

Re: [NTG-context] \typesetbuffer at wiki

2013-08-10 Thread Pablo Rodríguez
On 08/10/2013 01:51 PM, Sietse Brouwer wrote: Hi Pablo, This is probably a backend problem. I know that examples where multiple pages are imposed onto one sheet also don’t work; this is probably similar. I might look into it at some point, try to improve the php, but it’s not a priority.

Re: [NTG-context] include two pages from typesetbuffer

2013-08-09 Thread Pablo Rodríguez
On 08/08/2013 10:40 PM, Hans Hagen wrote: On 8/8/2013 10:15 PM, Hans Hagen wrote: On 8/8/2013 9:01 PM, Pablo Rodríguez wrote: Dear list, I would like to be able to include the first two pages of a typeset buffer (included with \typesetbuffer[sample][frame=on]). Is there any way to do

Re: [NTG-context] unwanted extra interline space in typing environment

2013-08-08 Thread Pablo Rodríguez
On 08/07/2013 11:04 PM, Hans Hagen wrote: On 8/7/2013 10:52 PM, Pablo Rodríguez wrote: On 08/07/2013 08:00 PM, Wolfgang Schuster wrote: Am 07.08.2013 um 19:47 schrieb Pablo Rodríguez oi...@web.de: [...] How can avoid the unwanted extra interline space in the typing environment? [...] you

Re: [NTG-context] unwanted extra interline space in typing environment

2013-08-08 Thread Pablo Rodríguez
On 08/08/2013 07:24 PM, Hans Hagen wrote: On 8/8/2013 4:50 PM, Pablo Rodríguez wrote: [...] Isn’t it a bug? yes, but in fact a side effect of trying to fix another page-crossing issue ... i'll try a different trick Many thanks for the fix, Hans. Pablo -- http://www.ousia.tk

[NTG-context] simplefonts doesn’t select the font

2013-08-08 Thread Pablo Rodríguez
Dear list, I have the following sample: \starttext \startbuffer[testbuffer] \setuppapersize[A7] \usemodule[simplefonts][size=10.5pt] \setmainfont[TeX Gyre Pagella] \starttext This isn’t \TeX\ Gyre Pagella. \stoptext \stopbuffer \typesetbuffer[testbuffer]

[NTG-context] include two pages from typesetbuffer

2013-08-08 Thread Pablo Rodríguez
Dear list, I would like to be able to include the first two pages of a typeset buffer (included with \typesetbuffer[sample][frame=on]). Is there any way to do this? I’d like to avoid to save the buffer to a file. Many thanks for your help, Pablo -- http://www.ousia.tk

[NTG-context] unwanted extra interline space in typing environment

2013-08-07 Thread Pablo Rodríguez
Dear list, I have a document (http://ediciones-criticas.tk/pdf/criticas-context.pdf), which is shows a weird issue: some typing lines have an extra interline space added. It can be found on the first code samples on pages 11 and 12 from the above-mentioned document (sorry, but I have no other

Re: [NTG-context] problem with Persian feature

2013-08-07 Thread Pablo Rodríguez
On 08/07/2013 04:09 PM, Mingranina Gingranina wrote: [...] For TrueType fonts which are in the directory '/usr/share/fonts/TTF/' everything works fine, but if the font is in '/usr/local/share/fonts/' then the code fails. Please note that I have already executed the commands:

Re: [NTG-context] unwanted extra interline space in typing environment

2013-08-07 Thread Pablo Rodríguez
On 08/07/2013 08:00 PM, Wolfgang Schuster wrote: Am 07.08.2013 um 19:47 schrieb Pablo Rodríguez oi...@web.de: [...] How can avoid the unwanted extra interline space in the typing environment? Can you make a minimal example which shows the wrong spacing? I can see it in your document

Re: [NTG-context] matching font sizes with fallback fonts

2013-08-01 Thread Pablo Rodríguez
On 07/31/2013 10:43 PM, Wolfgang Schuster wrote: Am 31.07.2013 um 18:16 schrieb Pablo Rodríguez oi...@web.de: [...] \usemodule[simplefonts][size=90pt] \setmainfontfallback[GFS Neohellenic] [range={greekandcoptic,greekextended}, force=yes, rscale=auto] \setmainfont[TeX Gyre

Re: [NTG-context] wrong \setupinteraction[focus=standard]?

2013-08-01 Thread Pablo Rodríguez
On 07/31/2013 09:48 PM, Marco Patzer wrote: On 2013–07–31 Pablo Rodríguez wrote: I’m trying to get internal links to footnotes without having the focus changed. […] Is this a bug? Yes, it's a known issue since quite a while. Hans confirmed it on 2013-03-28: This is a long term

[NTG-context] matching font sizes with fallback fonts

2013-07-31 Thread Pablo Rodríguez
Dear list, I’m trying to match the fallback font size with the lowercase size of the main font, as shown in this sample: \usemodule[simplefonts][size=90pt] \setmainfontfallback[GFS Neohellenic] [range={greekandcoptic,greekextended}, force=yes, rscale=auto] \setmainfont[TeX Gyre

[NTG-context] wrong \setupinteraction[focus=standard]?

2013-07-31 Thread Pablo Rodríguez
Dear list, I’m trying to get internal links to footnotes without having the focus changed. I try this minimal sample: \setupinteraction[state=start,focus=standard] \starttext Body text\footnote{Footnote.}. \stoptext But I cannot get it working (it should work, according to the

Re: [NTG-context] faking fonts with simplefonts

2013-07-27 Thread Pablo Rodríguez
On 27/07/13 06:48, Wolfgang Schuster wrote: Am 26.07.2013 um 22:22 schrieb Pablo Rodríguez oi...@web.de: Dear list, I don’t get slanted fonts that I have to fake for a monospaced typeface that lacks an italic font. [...] I can only get the second \em working, unless I don’t fake

[NTG-context] bug in \type?

2013-07-27 Thread Pablo Rodríguez
Dear list, using the latest beta (it also happens with ConTeXt from TL 2013), I don’t get the space in \type{\em #1}. Here you have a minimal sample that shows the difference with other verbatim commands: \starttext \type{\em #1} \arg{\em #1} \starttyping\em #1\stoptyping

Re: [NTG-context] OSFONTDIR kills gui fonts.

2013-07-27 Thread Pablo Rodríguez
On 27/07/13 16:34, john Culleton wrote: On Fri, 26 Jul 2013 22:15:58 +0200 Pablo Rodríguez oi...@web.de wrote: [...] Using the ConTeXt Suite the command I use is: export OSFONTDIR=/usr/share/fonts// Hmm. Why do you use // at the end of the statement? Does that have some kind of magic

Re: [NTG-context] OSFONTDIR kills gui fonts.

2013-07-26 Thread Pablo Rodríguez
On 26/07/13 21:08, john Culleton wrote: I am trying to follow the wiki on Fonts in Luatex. It suggests the following statement for Linux systems: export OSFONTDIR=/usr/local/share/fonts;$HOME/.fonts But I store my fonts in /usr/share/fonts so I used: export OSFONTDIR=/usr/share/fonts

[NTG-context] faking fonts with simplefonts

2013-07-26 Thread Pablo Rodríguez
Dear list, I don’t get slanted fonts that I have to fake for a monospaced typeface that lacks an italic font. Here is a sample with a standard font that shows the same problem: \usemodule[simplefonts] \definefontfeature[fakeitalic][default][slant=.25] \setmonofont[DejaVu Sans

[NTG-context] wrong font fallback for Hebrew?

2013-07-25 Thread Pablo Rodríguez
Dear list, using simplefonts (sorry, I don’t know how to do it with the standard typescripts [it might fail there too]), I don’t get font fallback working for some Hebrew characters. Here is the sample: \usemodule[simplefonts] \setupdirections[bidi=on]

Re: [NTG-context] wrong font fallback for Hebrew?

2013-07-25 Thread Pablo Rodríguez
On 25/07/13 19:16, Wolfgang Schuster wrote: Am 25.07.2013 um 18:39 schrieb Pablo Rodríguez oi...@web.de: Dear list, using simplefonts (sorry, I don’t know how to do it with the standard typescripts [it might fail there too]), I don’t get font fallback working for some Hebrew characters

Re: [NTG-context] mixing English and Hebrew

2013-07-22 Thread Pablo Rodríguez
On 22/07/13 10:02, Hans Hagen wrote: On 7/21/2013 9:29 PM, Pablo Rodríguez wrote: [...] How can I enable r2l alignment only for Hebrew in the sample above? \setupdirections[bidi=on] but keep in mind that as we're deling with tex i.e. a programmable system which has commands for changing

Re: [NTG-context] mixing English and Hebrew

2013-07-22 Thread Pablo Rodríguez
On 22/07/13 18:20, Hans Hagen wrote: On 7/22/2013 5:07 PM, Pablo Rodríguez wrote: [...] Everything seems to work fine with bidirectionality, but some characters disappear. [...] I don’t know what is wrong here. The font seems to have defined the glyph (I‘ve checked it with fontforge

Re: [NTG-context] mixing English and Hebrew

2013-07-22 Thread Pablo Rodríguez
On 22/07/13 19:59, Wolfgang Schuster wrote: [...] FreeSerif works but Linux Libertine doesn’t: It might be something stupid, but I don’t know what is wrong in the \setmainfontfallback from the following sample: \usemodule[simplefonts] \setupdirections[bidi=on]

[NTG-context] overlay lifts image slightly

2013-07-21 Thread Pablo Rodríguez
Dear list, I have the following sample code (http://www.ousia.tk/overlay.pdf): \setuppapersize[S6] \usemodule[simplefonts][size=30pt] \definesimplefonttypeface[sfserif][Free Serif][scale=10] \setupmakeup[standard][align=middle] \starttext \startstandardmakeup

Re: [NTG-context] overlay lifts image slightly

2013-07-21 Thread Pablo Rodríguez
On 21/07/13 19:24, Wolfgang Schuster wrote: Am 21.07.2013 um 19:13 schrieb Pablo Rodríguez oi...@web.de: [...] For some reason unknown to me, the overlay in the second slide has the background image slightly lifted. All I have realized is that replacing ✘ with x shows no image lift, but I

Re: [NTG-context] overlay lifts image slightly

2013-07-21 Thread Pablo Rodríguez
On 21/07/13 20:29, Wolfgang Schuster wrote: Am 21.07.2013 um 19:55 schrieb Pablo Rodríguez oi...@web.de: [...] I‘m afraid that the frame itself lifts the image. Frame and overlay lift the image also. PDF at http://ousia.tk/overlay.pdf. You have to write \smash[d]{\startoverlay …\stopoverlay

[NTG-context] mixing English and Hebrew

2013-07-21 Thread Pablo Rodríguez
Dear list, I was asked how to mix l2r and r2l scripts on the same document. (Just in case, I have no idea what the Hebrew text below means.) I have this sample: \usemodule[simplefonts] \definefontfeature[hebrew][lang=heb,script=hebr]

[NTG-context] revert to an older install not working?

2013-07-19 Thread Pablo Rodríguez
Dear list, after the missing file in the latest beta, I wanted to revert the installation back to previous beta (2013.07.14). I tried it with the following command: ./first-setup.sh --context=2013.07.14 But it gives the following error: rsync: change_dir /current/context/2013.07.14

Re: [NTG-context] 'math-rad.mkvi' missing

2013-07-19 Thread Pablo Rodríguez
On 19/07/13 19:00, Hans Hagen wrote: On 7/19/2013 4:41 PM, Peter Rolf wrote: Hi, I just started 'first-setup.bat' and the final compilation fails with [..] loading ConTeXt Math Macros / Scripts ) (V:/tmp/context/tex/texmf-context/tex/context/base/math-int.mkiv loading

Re: [NTG-context] still a bug with compressed linenotes and no compressseparator

2013-07-19 Thread Pablo Rodríguez
On 14/07/13 12:43, Pablo Rodríguez wrote: Dear Hans, [...] I think there is a simple way to solve both issues: if compressseparator is set to none, the space after should be removed in all cases. Would it be possible to implement this? Hans, many thanks for your implementation in latest

Re: [NTG-context] INstalling the context version of TeX distro.

2013-07-19 Thread Pablo Rodríguez
On 19/07/13 20:51, john Culleton wrote: [...] Slight problem. The standard install assumes that one can get to the internet from Windoze. I can't. WIn 7 refuses to talk to my obsolete linksys router and the Linksys software disk doesn't work with Win XP or Win 7. So is there a context zip

Re: [NTG-context] weird interaction in linenotes command (again)

2013-07-18 Thread Pablo Rodríguez
On 18/07/13 12:21, Hans Hagen wrote: On 7/17/2013 9:05 PM, Wolfgang Schuster wrote: \unexpanded\def\strc_references_set_named_reference_indeed#kind#labels#userdata#text% labels userdata text - todo: userdata {... % will become an option:

Re: [NTG-context] weird interaction in linenotes command (again)

2013-07-18 Thread Pablo Rodríguez
On 18/07/13 21:31, Wolfgang Schuster wrote: [...] New minimal example: [...] \dorecurse{10}{\startline[test:2:#1]not original\prewordbreak\stopline[test:2:#1] } Many thanks for your reply, Wolfgang. Now I understand what was required here and what \prewordbreak does (modifying

[NTG-context] bug with beta 2013.07.12 19:10

2013-07-17 Thread Pablo Rodríguez
Dear list, here is a sample with latest beta for ConTeXt Suite: \setupinteraction[state=start,color=, style=,contrastcolor=,focus=standard] \setuppagenumbering[alternative=doublesided] \starttext \startbodymatter body text\footnote{footnote} \stopbodymatter

[NTG-context] weird interaction in linenotes command (again)

2013-07-17 Thread Pablo Rodríguez
Dear list, sorry for posting this again, but I don’t know how to solve this issue and I really need your help. I have the following sample: \setuppapersize[A6] \newcounter\LineNote \setupnote[linenote][paragraph=yes] \setupnotation[linenote][alternative=serried]

[NTG-context] counter in linenote disables hyphenation in body text

2013-07-15 Thread Pablo Rodríguez
Dear list, in the following sample: \setuppapersize[A6] \newcounter\LineNote \setupnote[linenote][paragraph=yes] \setupnotation[linenote][alternative=serried] \define[2]\Variant {\increment\LineNote \startlinenote[LineNote:\LineNote]{#1 #2} #1% \stoplinenote[LineNote:\LineNote]}

Re: [NTG-context] new beta

2013-07-14 Thread Pablo Rodríguez
On 14/07/13 10:53, Philipp Gesang wrote: ···date: 2013-07-12, Friday···from: Hans Hagen··· it might be that some changes are reflected in the betas, and hopefully not breaking anything. [...] Failing example with ligatures:

[NTG-context] still a bug with compressed linenotes and no compressseparator

2013-07-14 Thread Pablo Rodríguez
Dear Hans, many thanks for the latest beta, that fixes the line range numbering. I’m afraid there are still two issues with compressed linenotes when the compressseparator is missing. Having linenotes from the same line separated with only blank space is a standard practice in critical

Re: [NTG-context] new beta

2013-07-13 Thread Pablo Rodríguez
On 13/07/13 03:57, Otared Kavian wrote: On 12 juil. 2013, at 20:06, Aditya Mahajan adit...@umich.edu wrote: On Fri, 12 Jul 2013, Pablo Rodríguez wrote: On 12/07/13 19:21, Hans Hagen wrote: Hi, I uploaded a beta. There are not that many changes. Currently I develop in a separate branch

[NTG-context] keeping headings with following texts

2013-07-13 Thread Pablo Rodríguez
Dear list, writing an article on ConTeXt, I have found what I think is a surprising feature (at least, a surprising default): headings don’t always keep with next paragraph, so they can end up in being widowed (heading + page break + first paragraph on next page). Sorry, but I’m afraid that I

Re: [NTG-context] keeping headings with following texts

2013-07-13 Thread Pablo Rodríguez
On 13/07/13 14:23, Wolfgang Schuster wrote: Am 13.07.2013 um 14:07 schrieb Pablo Rodríguez oi...@web.de: [...] Is there a way to enable the “keep with next” option for all headings? Do you have a example where this happens because context tries to prevent a page break after a heading which

Re: [NTG-context] keeping headings with following texts

2013-07-13 Thread Pablo Rodríguez
On 13/07/13 15:19, Wolfgang Schuster wrote: [...] Can you make a minimal tex document out of this. It would be also interesting to see your definition for the problematic heading which seems to use your own code. Here you have it: \usemodule[simplefonts] \setmainfont[TeX Gyre

Re: [NTG-context] keeping headings with following texts

2013-07-13 Thread Pablo Rodríguez
On 13/07/13 16:08, Pablo Rodríguez wrote: On 13/07/13 15:19, Wolfgang Schuster wrote: [...] Can you make a minimal tex document out of this. It would be also interesting to see your definition for the problematic heading which seems to use your own code. Here you have it: \usemodule

Re: [NTG-context] keeping headings with following texts

2013-07-13 Thread Pablo Rodríguez
On 13/07/13 17:22, Wolfgang Schuster wrote: Am 13.07.2013 um 16:39 schrieb Peter Münster pmli...@free.fr: On Sat, Jul 13 2013, Pablo Rodríguez wrote: If I replace those lines with \setupbodyfont[pagella,12pt], nothing changes, but if I remove the first two lines quoted above, everything works

[NTG-context] hyphenation not working inside macro

2013-07-13 Thread Pablo Rodríguez
Dear list, I have the following sample: \setuppapersize[A6] \setuppagenumbering[location=,] \definelinenote[Critico] \setupnote[Critico][paragraph=yes] \newcounter\Contadorvar \def\apcritico#1#2{\increment\Contadorvar% \startCritico[Varia:\Contadorvar]{#2}#1%

Re: [NTG-context] new beta

2013-07-12 Thread Pablo Rodríguez
On 12/07/13 19:21, Hans Hagen wrote: Hi, I uploaded a beta. There are not that many changes. Currently I develop in a separate branch but it might be that some changes are reflected in the betas, and hopefully not breaking anything. Thanks for the new beta, Hans. Could the two bugs with

Re: [NTG-context] two bugs with compressed linenotes

2013-07-11 Thread Pablo Rodríguez
On 11/07/13 10:30, Hans Hagen wrote: On 7/10/2013 8:18 PM, Pablo Rodríguez wrote: I have found two bugs with compressed linenotes that I reported (http://www.ntg.nl/pipermail/ntg-context/2013/073940.html and http://www.ntg.nl/pipermail/ntg-context/2013/073953.html). [...] put this in cont

[NTG-context] two bugs with compressed linenotes

2013-07-10 Thread Pablo Rodríguez
Dear Hans, I have found two bugs with compressed linenotes that I reported (http://www.ntg.nl/pipermail/ntg-context/2013/073940.html and http://www.ntg.nl/pipermail/ntg-context/2013/073953.html). I would like to introduce ConTeXt for critical editions to some Spanish-speaking people and I think

[NTG-context] logo from wiki

2013-07-04 Thread Pablo Rodríguez
Dear list. where is the ConTeXt source for this image: http://wiki.contextgarden.net/skins/common/images/context/context_logo_inv.png? Thanks, Pablo -- http://www.ousia.tk ___ If your question is of interest to

Re: [NTG-context] logo from wiki

2013-07-04 Thread Pablo Rodríguez
On 04/07/13 09:34, Philipp Gesang wrote: ···date: 2013-07-04, Thursday···from: Pablo Rodríguez··· Dear list. where is the ConTeXt source for this image: http://wiki.contextgarden.net/skins/common/images/context/context_logo_inv.png? I haven’t tested if it still works out of the box

Re: [NTG-context] logo from wiki

2013-07-04 Thread Pablo Rodríguez
On 04/07/13 11:08, Siep Kroonenberg wrote: On Thu, Jul 04, 2013 at 08:22:59AM +0200, Pablo Rodríguez wrote: Dear list. where is the ConTeXt source for this image: http://wiki.contextgarden.net/skins/common/images/context/context_logo_inv.png? This particular version is an inkscape svg

[NTG-context] --purgebufffers option?

2013-07-04 Thread Pablo Rodríguez
Dear Hans, I compile ConTeXt documents with --purgeall, but if I save buffers into files and typeset those files or I typeset buffers directly, these files aren’t purged after successful compilation. Would it be possible to enable an option (such as --purgebuffers) that removes all buffer files

[NTG-context] \showsetup not working?

2013-07-03 Thread Pablo Rodríguez
Dear list, I think I have used once or twice in the past, but has \showsetup been deprecated? When I try to compile: \starttext \showsetup{language} \stoptext I get: ! Undefined control sequence. Is there a replacement for \showsetup. Many thanks for your help, Pablo --

Re: [NTG-context] \showsetup not working?

2013-07-03 Thread Pablo Rodríguez
On 03/07/13 22:28, Wolfgang Schuster wrote: Am 03.07.2013 um 20:00 schrieb Pablo Rodríguez oi...@web.de: [...] Is there a replacement for \showsetup? Many thanks for your help, 1. You have to load the “int-load” module. 2. You have to load the definitions for the core commands. Many

Re: [NTG-context] Possible bug with new \start ... \stop way for title, chapter, subject, etc.?

2013-06-29 Thread Pablo Rodríguez
On 29/06/13 07:46, Andres Conrado Montoya wrote: [...] Is this a bug or a new feature that I don't understand? I don‘t know whether it’s a bug. But this works: \startsubject[title={Tufte}]% With startsubject: \input tufte\par \stopsubject It seems that the \start... commands add an extra

Re: [NTG-context] documents inside documents

2013-06-26 Thread Pablo Rodríguez
On 26/06/13 04:47, Wolfgang Schuster wrote: Am 26.06.2013 um 00:07 schrieb Pablo Rodríguez oi...@web.de: One more question, the file belongs in the following code: \startstandardmakeup[align=middle] \typesetfile[sample-document.tex][width=10cm, frame=on] \stopstandardmakeup How can I get

Re: [NTG-context] documents inside documents

2013-06-26 Thread Pablo Rodríguez
On 26/06/13 19:56, Aditya Mahajan wrote: On Tue, 25 Jun 2013, Pablo Rodríguez wrote: Dear list, I know I can create another document and then insert the pages, but it would be much easier for me to be able to have the code inside the main the document. Is there a standard way to do

Re: [NTG-context] documents inside documents

2013-06-26 Thread Pablo Rodríguez
On 26/06/13 20:01, Wolfgang Schuster wrote: You need \dontleavehmode, i.e. \dontleavehmode\typesetfile[…]. Many thanks for your reply, Wolfgang. From what I understand, the command is basically telling ConTeXt: “don’t make a new paragraph break after the inserted float”, isn‘t it? No, the

[NTG-context] aligning texts and not lines

2013-06-26 Thread Pablo Rodríguez
Dear list, I have the two following samples: \startstandardmakeup[align=middle] \starttyping[option=TeX] \mainlanguage[es] \setuplanguage[es][patterns={es,agr}] \stoptyping \stopstandardmakeup \startstandardmakeup[align=middle] Would that in body and spirit Shakespeare came\\ Visible emperor of

Re: [NTG-context] aligning texts and not lines

2013-06-26 Thread Pablo Rodríguez
On 26/06/13 20:35, Wolfgang Schuster wrote: Am 26.06.2013 um 20:30 schrieb Pablo Rodríguez oi...@web.de: Dear list, \startstandardmakeup[align=middle] Would that in body and spirit Shakespeare came\\ Teach us to write, and writing, to be men. \stopstandardmakeup I would like both texts

[NTG-context] compressed linenotes break right line range numbering

2013-06-26 Thread Pablo Rodríguez
Dear Hans, I'm afraid that there is a bug in compressed linenotes that prevents to have the line ranges to be properly numbered. Here you have a sample: \setupnotation[linenote][compress=yes] \starttext \startlinenumbering \linenote{Without this note, line numbering from ranges is

Re: [NTG-context] compressed linenotes break right line range numbering

2013-06-26 Thread Pablo Rodríguez
On 26/06/13 22:58, Hans Hagen wrote: On 6/26/2013 10:46 PM, Pablo Rodríguez wrote: [...] It happens when compressed linenotes are enabled and there is a linenote before the \startlinenote. In that case, only the first line is numbered, not the last. Could you fix that? not today

[NTG-context] wrong space when compressseparator is empty

2013-06-26 Thread Pablo Rodríguez
Dear Hans, I have the following sample: \showstruts \setupnote[linenote][paragraph=yes, inbetween=\hskip1.5em] \setupnotation[linenote][alternative=serried, compress=yes, compressseparator=, distance=1em] \starttext \startlinenumbering

[NTG-context] wrong page break if avoiding orphans and widows

2013-06-25 Thread Pablo Rodríguez
Dear list, I have in a document in which I get a wrong page break (http://www.ousia.tk/wrongpb.png) when I enable this code to avoid widows and orphans: \setuplayout[setups=*lessstrict, cutspace=3cm,backspace=3cm] \startsetups[*lessstrict] \setup[reset]

[NTG-context] documents inside documents

2013-06-25 Thread Pablo Rodríguez
Dear list, I need for a document explaining some ConTeXt features, to be able to include a document inside (a page that includes the feature). I know I can create another document and then insert the pages, but it would be much easier for me to be able to have the code inside the main the

Re: [NTG-context] documents inside documents

2013-06-25 Thread Pablo Rodríguez
On 25/06/13 21:55, Wolfgang Schuster wrote: Am 25.06.2013 um 21:31 schrieb Pablo Rodríguez oi...@web.de: Dear list, I need for a document explaining some ConTeXt features, to be able to include a document inside (a page that includes the feature). I know I can create another document

Re: [NTG-context] documents inside documents

2013-06-25 Thread Pablo Rodríguez
On 25/06/13 23:28, Peter Münster wrote: On Tue, Jun 25 2013, Pablo Rodríguez wrote: http://www.ntg.nl/pipermail/ntg-context/2013/072963.html I'm afraid I cannot get it working with the sample file I provided. Hi, Why not? This works here: Many thanks, Peter, it works also here

Re: [NTG-context] MkIV in the wiki?

2013-06-24 Thread Pablo Rodríguez
On 24/06/13 09:52, Sietse Brouwer wrote: Hi Pablo, MkIV-compilation is already enabled -- just use context mode=mkiv source=yes (showing the source is optional, but usually what you want) /context For more info on the `context` tags:

Re: [NTG-context] wrong interlinespace or wrong font?

2013-06-24 Thread Pablo Rodríguez
On 24/06/13 10:26, Sietse Brouwer wrote: Hi Pablo, I think this is a problem with the Unifraktur Maguntia font. I just downloaded it [1], and measured it using \blackrule -- and the x-height is indeed ridiculously low. [1] from here: http://unifraktur.sourceforge.net/maguntia.html

Re: [NTG-context] simplefonts wiki page added

2013-06-24 Thread Pablo Rodríguez
On 24/06/13 11:01, Sietse Brouwer wrote: I have added a new simplefonts page for new users. (I hope it isn't full of errors ;-).) It's beautiful. A model of completeness and clarity, and I am especially delighted that you took the trouble to remove the duplicate info from [[Fonts in

Re: [NTG-context] faked fonts not working

2013-06-24 Thread Pablo Rodríguez
On 22/06/13 16:03, Pablo Rodríguez wrote: Dear list, as far as I can remember, this used to work in the past: \setupbodyfontenvironment[default][em=italic] \usemodule[simplefonts] \definefontfeature[fakeitalic][default][slant=.25] \definefontfeature[fakebold][default][extend=2

Re: [NTG-context] simplefonts wiki page added

2013-06-24 Thread Pablo Rodríguez
On 24/06/13 19:51, Hans Hagen wrote: On 6/24/2013 7:46 PM, Pablo Rodríguez wrote: [...] Is there any way to know which fonts are installed with ConTeXt Standalone (which, I assume, is the distribution the wiki runs)? mtxrun --script font --list --all --info Many thanks for your help, Hans

Re: [NTG-context] Can't find recommended tool

2013-06-23 Thread Pablo Rodríguez
On 23/06/13 08:09, d.henman wrote: Pable, thanks, but it doesn't work. so easily. mxtrun only see what is in the TeX directory tree and uses that font database. My question is how to register the font to that system so that mtxrun can find it. How does one do that with a ttf font file?

[NTG-context] MkIV in the wiki?

2013-06-23 Thread Pablo Rodríguez
Dear wiki administrators, is it planned to enable MkIV compilation in the wiki? Many thanks for your help, Pablo -- http://www.ousia.tk ___ If your question is of interest to others as well, please add an entry to

[NTG-context] simplefonts wiki page added

2013-06-23 Thread Pablo Rodríguez
Dear list, I have added a new simplefonts page for new users. (I hope it isn't full of errors ;-).) There may be some missing information, because I don't understand how the standard font handling in ConTeXt works. And I removed duplicated content from the font handling in LuaTeX

Re: [NTG-context] counters identifying notes

2013-06-22 Thread Pablo Rodríguez
On 21/06/13 23:07, Wolfgang Schuster wrote: Am 21.06.2013 um 19:40 schrieb Pablo Rodríguez oi...@web.de: [..] And I would like to make \variant operative, so I thought I could replace 0 with a counter, redefining it so: \def\variant#1#2{% \startlinenote[\getnumber[lnt]]{#1] #2}#1

  1   2   3   4   >