[NTG-context] 3D Artwork with ConTeXt

2006-09-28 Thread Renaud AUBIN
Hi all, I'm now playing with u3d and since I'm at rookie level in ConTeXt dev, I have (a lot?) of questions for you. First, download http://www.nibua-r.org/ConTeXt/devel/3dartwork.tgz and "texexec test-3dartwork". Since I use \externalfigure and u3d mean nothing to ConTeXt, I obtain TeXUtil

Re: [NTG-context] 3D Artwork with ConTeXt

2006-09-29 Thread Renaud AUBIN
Hi Hans, Hans Hagen a écrit : Ok, this is normal... I used \placefigure and \externalfigure for convenience for the moment since I found natural to use them... How to bypass RlxTools ? hm, maybe we need a feature to mark a category as non-rlx-able for the moment use \ch

Re: [NTG-context] run a ruby script and use the standard output ???

2006-09-29 Thread Renaud AUBIN
\starttext \input "|ls" \stoptext leads to (/usr/share/texmf-tetex/tex/latex/tools/.tex File ignored) Runaway argument? ls" ! Paragraph ended before \next was complete.    \par ??? Taco Hoekwater a écrit : Hans Hagen wrote: piping: the latest versions of pd

Re: [NTG-context] run a ruby script and use the standard output ???

2006-09-29 Thread Renaud AUBIN
Taco Hoekwater a écrit : The pipe symbol has to be non-active (\catcode`\|=12 ) Taco \starttext \catcode`\|=12 \input "|ls -l" \stoptext ! I can't find file `"|ls -l"'. l.7 \input "|ls -l" ___ ntg-context mailing list ntg-context@ntg.nl htt

Re: [NTG-context] run a ruby script and use the standard output ???

2006-09-29 Thread Renaud AUBIN
Taco Hoekwater a écrit : >And all you need now is the latest pdftex -) > > http://sarovar.org/project/showfiles.php?group_id=106&release_id=752 > >Taco > > Thanks Yes, I finally realized that... ;) I'm now on my way to upgrade it... ___ ntg-context

Re: [NTG-context] run a ruby script and use the standard output ???

2006-09-29 Thread Renaud AUBIN
Taco Hoekwater a écrit : >And all you need now is the latest pdftex -) > > http://sarovar.org/project/showfiles.php?group_id=106&release_id=752 > >Taco > > Is it normal that pdfetex.pool is no more built ? ___ ntg-context mailing list ntg-context@ntg

[NTG-context] U3D support in progress

2006-10-11 Thread Renaud AUBIN
Hi all, The 3dartwork module can be found here: http://www.nibua-r.org/ConTeXt/devel/3dartwork.tgz Someone could maybe process test-3dartwork on a windows machine and report if there is trouble... Warning: The use of the "piping" syntax is only possible with the last pdfTeX (thanks to Taco).

[NTG-context] Fielstack and Layers for Presentation

2006-10-12 Thread Renaud AUBIN
Hi all, I would use fieldstack with \getbuffer and overlays... Why the following code doesn't work ? Is there another way to do that ? TIA Renaud %%% stack.tex \setupcolors[state=start] \usemodule[pre-original] \defineoverlay[FunnyFrame][\useMPgraphic{FunnyFrame}] \defineframedtext[F

Re: [NTG-context] Fielstack and Layers for Presentation

2006-10-13 Thread Renaud AUBIN
Hi all, After several trial-error experiments, I obtained what I want with the attached code. I use only one background for the frames within definesymbol because the use of several background "failed" (only the last one is eventually displayed). Now, I would like to know if it is possible to obt

Re: [NTG-context] Fielstack and Layers for Presentation

2006-10-15 Thread Renaud AUBIN
Hi Peter, all, >What I can think of is to initialize the random seed value of MP (name?) >with the same value, every time before you fill a new layer. Another way >would be to add the 'random' parameters to your FrameTitle macro. But I >don't have much experience with random stuff, so there maybe

[NTG-context] goto & framed

2006-10-17 Thread Renaud AUBIN
Hi folks ! Consider the working example: \usemodule[pre-original] \starttext \startbuffer[stack1] draw (0,0)--(10cm,10cm); \stopbuffer \startbuffer[stack2] draw (0,10cm)--(10cm,0); \stopbuffer \startbuffer[stack3] draw (0,5cm)--(10cm,5cm); \stopbuffer \definesymbol[step 1][{\processMPbu

[NTG-context] U3D and presentation

2006-10-17 Thread Renaud AUBIN
Hi all, I have tried to embed an U3D model within a presentation of mine and pre-original interactions inhibit the U3D interaction... The problem is described by http://www.nibua-r.org/ConTeXt/devel/context3d.tgz How to inhibit locally the interaction setted by pre-original ? I have tried to

[NTG-context] Presentation style: customizing the right interaction menu (list-related thread)

2006-10-18 Thread Renaud AUBIN
Hi all, I'm trying to make a custom presentation style using pre-original. Considering the following piece of code extracted from s-pre-01.tex \startinteractionmenu[right]   \placelist     [Topic]     [alternative=f, % command, % none, maxwidth=\hsize, width=\hsize, offset=0pt

Re: [NTG-context] U3D and presentation

2006-10-18 Thread Renaud AUBIN
A solution consists to use \setuptexttexts[][] then \setuptexttexts[\GotoNextPage][] on the next slide to recover the \GotoNextPage behavior Renaud AUBIN a écrit : How to inhibit locally the interaction setted by pre-original ? ___ ntg

Re: [NTG-context] Context and CD labels

2006-10-18 Thread Renaud AUBIN
Maurício a écrit : >Has anyone ever tried to use Context to create music CD labels? Any >tips on what should I do, pages I can read or results I can expect? > > Hi Mauricio, I have never tried to create CD labels but from my experience you should use overlay... Could you describe the geometry

Re: [NTG-context] Context and CD labels

2006-10-19 Thread Renaud AUBIN
Maurí­cio a écrit : > I don't have the exact dimenstions. You can check it here (Open >Office document): > >www.pimaco.com.br/files/gabaritos/Gabarito_CDpply_CARTA.sxw > > dead link... but it's ok with the word "gabaritos"... The format you use is letter, right (just to be sure since here we

[NTG-context] list ?

2006-10-19 Thread Renaud AUBIN
Hi all, Considering the fact that I have no answer for the thread "[NTG-context] Presentation style: customizing the right interaction menu (list-related thread)", I decided to reformulate my problem... After some experiments, I have the following code: \definehead [Topic]   [chapter] \defi

Re: [NTG-context] Context and CD labels

2006-10-20 Thread Renaud AUBIN
Maurí­cio a écrit : > It's working now, I've just downloaded that file. I belive that paper >is letter, although A4 is usually a lot more common here. > Sections are not that important, as long as I can have different >formats for some lines of text, and I'm sure that's not a problem. For >

Re: [NTG-context] Directories of pictures

2006-10-20 Thread Renaud AUBIN
Maurício a écrit : Hi, When I use \externalfigure inside of \placefigure, Context can only find filenames in the current directory, i.e., the directory where I'm executing texexec. How can I instruct Context to look for files on the same directory of my .tex file? Thanks, Ma

Re: [NTG-context] Directories of pictures

2006-10-20 Thread Renaud AUBIN
Maurício a écrit : > Hi, > > When I use \externalfigure inside of \placefigure, Context can only >find filenames in the current directory, i.e., the directory where I'm >executing texexec. How can I instruct Context to look for files on the >same directory of my .tex file? > > I have not

Re: [NTG-context] list ?

2006-10-20 Thread Renaud AUBIN
Hi Hans, I succeed to do what I want thanks to you (once more ;) ) ! I'll put the resulting presentation online at least at the end of the next week (u3d + layer + custom pre-original + animation with JS and fieldstack + program runs including mplayer runs with linux + ... robotics ?) Renaud

Re: [NTG-context] paragraph with a shape

2006-10-23 Thread Renaud AUBIN
Hi Victoria, At first, draw a mouth-like shape as a closed path with metapost then read http://www.pragma-ade.com/general/manuals/metafun-s.pdf (pages 399--424). The ML is a good source too (See "[NTG-context] Context and CD labels" for example)... Renaud Victoria Brown a écrit : How do I

Re: [NTG-context] ConTeXt on Debian: The wiki entry

2006-10-23 Thread Renaud AUBIN
Hi Frank, A ConTeXt's package for debian will be great ! Frank Küster a écrit : >Hi everybody, > >this mail has a double purpose. At the end, there's a call for testers >of a new (planned) Debian ConTeXt package that would be updated more >frequently than now (at least in unstable and testing),

[NTG-context] How to get a PhD with ConTeXt (+ hard work ;) )

2006-10-26 Thread Renaud AUBIN
Hi all, Maybe some of yours (from the ConTeXt POV) can be interested by my PhD dissertation and my presentation (both in french)... http://www.nibua-r.org/ConTeXt/PhD/ The slides are made to work under linux with sh script to run mplayer or custom simulations... These scripts will obviously

Re: [NTG-context] How to get a PhD with ConTeXt (+ hard work ;) )

2006-10-27 Thread Renaud AUBIN
Hi M.J., M.J. Kallen a écrit : >Maybe Renaud can tell us a little more about the details of the typesetting? >What font did you use and what program did you use to make the plots (I >particularly like the fact that the font in the plots is the same as in the >text!), it reminds me a little of

Re: [NTG-context] How to get a PhD with ConTeXt (+ hard work ;) )

2006-10-27 Thread Renaud AUBIN
"NTG ConTeXt Renaud Aubin", you'll have an idea of my step by step approach to PhD writting with ConTeXt... ;) I'll clean up, comment the source and put it online asap. You can find the source here (for the moment): http://renojrl.lrv.uvsq.fr/perso/p

Re: [NTG-context] How to get a PhD with ConTeXt (+ hard work ;) )

2006-10-27 Thread Renaud AUBIN
Hi Hans, Hans Hagen a écrit : impresssive (a pitty that my french is not good enough to understand all this stuff; playing with such crawling machinery is still on my agenda) Gavin Miller was not a roboticist... and when he plays with "such crawling machines", hum, the result is great

Re: [NTG-context] How to get a PhD with ConTeXt (+ hard work ;) )

2006-10-27 Thread Renaud AUBIN
Hans Hagen a écrit : When taco and I attended the lua conference (in nl) there was a robit being demonstrated running on lua ; i do have this lego kit and i'm waiting for the lua mindstorm lua controller; it's till on my agenda to use metapost to let such a device draw large pictures

Re: [NTG-context] How to get a PhD with ConTeXt (+ hard work ;) )

2006-11-13 Thread Renaud AUBIN
Mojca Miklavec a écrit : Nice work! I can't read French, but the figures are very nice and content is probably interesting as well ;) Thanks! I didn't know that people were indeed using the module already (I started using it more regularly only recently). dunno (but hope so becau

Re: [NTG-context] How to get a PhD with ConTeXt (+ hard work ;) )

2006-11-16 Thread Renaud AUBIN
Hi Mojca, Mojca Miklavec a écrit : >textext? Did it work? On my computer it hangs after approximately 13 >plots. The suggested option is to use "sometxt" now. > > textext works for me, all my plots use this option. >Even better (faster) if you have a compiled version of plots and only >include

[NTG-context] enco-ffr ?

2006-11-25 Thread Renaud Aubin
Hi all, I've installed the latest ConTeXt (+ pdfTeX 3.141592-1.40.0-beta-20061017-2.2 + MetaPost 0.99, the beta one) from scratch on a machine of mine... In order to test this brand new installation, I've processed my phd and experienced some problems: 1- the new enco-ffr contains \installactiv

Re: [NTG-context] enco-ffr ?

2006-11-26 Thread Renaud Aubin
Hans Hagen a écrit : > so i'll wait for the test file before i look into it \useencoding[ffr] \mainlanguage[fr] \starttext \section{\type{enco-ffr.tex} related issue} \startuseMPgraphic{mymptest} numeric u; u:=1cm; draw origin--(10u,10u); \stopuseMPgraphic \placefigure[here]{none}{\useMPgraphic

[NTG-context] Custom itemization broken by the new release

2006-11-26 Thread Renaud Aubin
Hi all, The following code % frenchitemize \setbox0=\hbox{--~} \def\indenteddash#1{\hskip\parindent--~} \definesymbol[indentdash][\indenteddash] \defineitemgroup[frenchitemize] \setupitemgroup[frenchitemize] [each] [indentdash,packed,joinedup]%,intext

[NTG-context] \directdiscretionary & \mainlanguage[fr]

2006-12-01 Thread Renaud Aubin
Hi all, The following code : \placetable[here][tab:objXP]{Les principales objections à l'expérimentation directe}{ of http://renojrl.lrv.uvsq.fr/perso/projects/phd/src/chapters/c_environnement.tex (l. 47) induces the following error: ! Missing \endcsname inserted. \ede

Re: [NTG-context] enco-ffr ?

2006-12-01 Thread Renaud Aubin
-tetex/fonts/enc/dvips/psnfssx/texnansi.enc} Output written on prd_phd.pdf (14 pages, 62525 bytes). Transcript written on prd_phd.log. TeXExec | runtime: 9.140667 ... Renaud (I begin to doubt on my ability to properly install ConTeXt...) Hans Hagen a écrit : > Renaud Aubin wrote: >> Hans

Re: [NTG-context] enco-ffr ?

2006-12-01 Thread Renaud Aubin
Hi Hans, Hans Hagen a écrit : > i'm no sure what you mean here I just mean that the problem was not correctly described in the "[NTG-context] \directdiscretionary & \mainlanguage[fr]" post because I've not cleaned up with texutil --purgeallfiles before to process prd_phd with texexec. Could

Re: [NTG-context] enco-ffr ?

2006-12-02 Thread Renaud Aubin
Hi Hans, > i'm no sure what you mean here > > Hans As a sample is better than words, the following code contains the problems induced by the use of \useencoding[ffr]. The first part is only here to ensure the correct horizontal spacing. The second part raises the problem related to the use of ":

Re: [NTG-context] new context release.

2006-12-07 Thread Renaud Aubin
Hi all, I've always the same old problem described in Re: [NTG-context] enco-ffr ? (03.12.2006 00:49), even with the latest ConTeXt... Is there a way to solve these problems (since it could be nice to me to be able to process my PhD dissertation, particularly to write about it...) TIA Renaud

Re: [NTG-context] new context release.

2006-12-08 Thread Renaud Aubin
Hans Hagen a écrit : > i've forgotten what it was; i did fix the mp related semi colon stuff didn't > I? > Hi Hans, You've add \appendtoks \disablediscretionaries \disablecompoundcharacters \to\everyMPgraphic to meta-ini.tex but the problem is persistent. Moreover, The following exam

Re: [NTG-context] new context release.

2006-12-08 Thread Renaud Aubin
I forgot to precise that I use (if it can help): This is pdfTeX, Version 3.141592-1.40.0-beta-20061017 (Web2C 7.5.5) ConTeXt ver: 2006.12.07 18:22 MK II fmt: 2006.12.7 int: english/english MetaPost 0.99 (Web2C 7.5.5) ___ ntg-context mailing list ntg-co

Re: [NTG-context] ConTeXt meeting programme

2007-03-12 Thread Renaud Aubin
Argggh ! What's a pain to miss that !!! Taco Hoekwater a écrit : Hello everybody. Below you will find the final programme of the ConTeXt User meeting that will take place at the end of this month. I am posting this message because I know some people cannot commit themselves too far ahead of ti

Re: [NTG-context] ConTeXt on Excursion: translations in the Garden

2007-05-11 Thread Renaud Aubin
Wolfgang Schuster a écrit : Hi Arthur, I wasn't able to test my answer because I use myself a different file structure for the beginners manual and never encountered this problem. The better solution rather than making a TEXINPUTS entry is to put the setup module in the third party directory in

[NTG-context] Multiline footer

2007-06-20 Thread Renaud Aubin
Hi folks, I need to define a multiline footer for a document of mine. I have searched the garden without results. Considering \input knuth as a "disclaimer", here is a non working sample to improve: \setupfootertexts[] \setupfootertexts[\setups{text a}] \startsetups[text a] \input knuth \st

Re: [NTG-context] Multiline footer

2007-06-20 Thread Renaud Aubin
Thanks Aditya, I have just obtained something with framedtext but missed location=low ;) Aditya Mahajan a écrit : What I usually do is surround the "disclaimer" in a vbox or a \framed. For example (in s-ptj-01) \startlocalsetups [titlefooter] \framed[frame=off,width=\textwidth,align=flushri

Re: [NTG-context] luatex

2007-10-26 Thread Renaud Aubin
Hi, For my particular case: 1. embed u3d models within a pdf without piping to an external script to compute the view (see http://www.nibua-r.org/ConTeXt/devel/new3dartwork/), 2. the ability to use lua script leads to potential interaction with MySQL (it could be great for me but I need to veri

[NTG-context] pretty-java: a MkIV java syntax highlighting third party module

2013-04-28 Thread Renaud Aubin
Hello, I'm working on a LPeg-based Java syntax highlighting module → see https://github.com/nibua-r/pretty-java for testing and feedbacks. Cheers, Renaud ___ If your question is of interest to others as well, please

Re: [NTG-context] [OT] − RobotoSlab Italics… or not

2013-11-23 Thread Renaud Aubin
Le 23/11/2013 19:08, Wolfgang Schuster a écrit : > Am 23.11.2013 um 18:51 schrieb Renaud Aubin : > >> Hi folks, >> >> I'm working on a Roboto typescript and starting from the work done by >> Zen Lima back in last July, I would like to push things further. >&

Re: [NTG-context] [OT] − RobotoSlab Italics… or not

2013-11-24 Thread Renaud Aubin
Hi Hans, Thank you for the review and your suggestions! Le 24/11/2013 12:53, Hans Hagen a écrit : > > normally typescripts like that end up in tex/context/third (maybe at > some point we can collect extra typescripts in one package) https://github.com/nibua-r/roboto-context/issues/1 Extra types

Re: [NTG-context] \installprettytype problem

2015-08-20 Thread Renaud AUBIN
Bonsoir Matthieu, Give a try to https://github.com/nibua-r/pretty-c and tell me if anything goes wrong… It's basically a rewrite of Peter's module adapted to mkiv + new verbatim (new at the time of writing) I'll test it tomorrow… Anyway, you're welcome to contribute and/or submit issues. Bes

Re: [NTG-context] \installprettytype problem

2015-08-21 Thread Renaud AUBIN
uot;<" operator. Please see the attached files. Regards, Matthieu Le 21/08/15 00:21, Renaud AUBIN a écrit : Bonsoir Matthieu, Give a try to https://github.com/nibua-r/pretty-c and tell me if anything goes wrong… It's basically a rewrite of Peter's module adapted to mkiv

Re: [NTG-context] Question on typesetting paragraphs with non rectangle shape

2015-10-25 Thread Renaud AUBIN
Page 441 of http://www.pragma-ade.com/general/manuals/metafun-s.pdf Cheers Le 20 oct. 2015 10:32 PM, Joseph Canedo a écrit : > > Hello all, > > I am quite new to ConTeXt and I wished to know if it was possible to easily > typeset paragraphs with non rectangle shape. More specifically I’d like

[NTG-context] [OT] − TEX line breaking algorithm in JavaScript

2011-05-11 Thread Renaud AUBIN
http://www.bramstein.com/projects/typeset/ ___ 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

Re: [NTG-context] new lucida font

2012-03-23 Thread Renaud AUBIN
Le 19/03/2012 11:36, Wolfgang Schuster a écrit : > Can you try to attached typescript file, I replaced the files for italic and > bolditalic fonts for the sans style with the names from the latex example > document. The slanted and boldslanted alternatives for the sans style are > also > fixed.

Re: [NTG-context] Can C-Pretty-Printing module for MKIV be installed through first-setup

2012-06-17 Thread Renaud AUBIN
Le 11/06/2012 13:48, Peter Münster a écrit : > On Mon, Jun 11 2012, Jan Pohanka wrote: > >> I'd like to use C-Pretty-Printing module. As it is listed on >> http://modules.contextgarden.net I thought it should be installed by >> first-setup.sh --modules=all. > No, it shouldn't, because it doesn't wo

[NTG-context] Verbatim Text (esp. XML/XSL + opportunity of a brand new support for the RelaxNG Compact syntax)

2008-10-17 Thread Renaud Aubin
Hi Folks ! I'm currently writting a technical report in which I need to type some XML an non-XML text. Sample file (xml_test.tex): I have some custom XML text (trivial) + a not-so-complicated xsl transformation (a part is included within the test file). I know there is verb-xml but... I need t

Re: [NTG-context] Verbatim Text (esp. XML/XSL + opportunity of a brand new support for the RelaxNG Compact syntax)

2008-10-17 Thread Renaud Aubin
It's better with the attachment... Renaud Aubin a écrit : Hi Folks ! I'm currently writting a technical report in which I need to type some XML an non-XML text. Sample file (xml_test.tex): I have some custom XML text (trivial) + a not-so-complicated xsl transformation (a part i

Re: [NTG-context] Verbatim Text (esp. XML/XSL + opportunity of a brand new support for the RelaxNG Compact syntax)

2008-10-20 Thread Renaud Aubin
Taco, Aditya, Thanks, t-vim will do the job for the end of october... Even if I will surely give a try to MarkIV on this particular point. Regards, Renaud Taco Hoekwater a écrit : > Hi Renaud, > > Renaud Aubin wrote: >> Hi Folks ! >> >> I'm currently writti

[NTG-context] Color rendering & transparency with metapost

2008-10-31 Thread Renaud Aubin
Hi, I have some trouble using a gradient background (solid) with a transparent element : \startMPinclusions def test_shade (expr a, b) = pickup pencircle scaled 1mm ; color ca ; ca := \MPcolor{a} ; color cb ; cb := \MPcolor{b} ; color cc ; cc := \MPcolor{c} ; sh := defi

Re: [NTG-context] Color rendering & transparency with metapost

2008-10-31 Thread Renaud Aubin
Thank Luigi for your response, the problem is that the background color rendering isn't the same if you comment out or not the following line : draw fullcircle scaled 10cm shifted (0cm,0.25*\overlayheight) withcolor transparent(1,0.5,white) withpen pencircle scaled 2cm; After some experiments,

Re: [NTG-context] Color rendering & transparency with metapost

2008-10-31 Thread Renaud Aubin
I must add that I have defined the a color with cmyk. Renaud Aubin a écrit : > Thank Luigi for your response, the problem is that the background color > rendering isn't the same if you comment out or not the following line : > draw fullcircle scaled 10cm shifted (0cm,0.25*

Re: [NTG-context] embedding 3d pdf

2008-11-22 Thread Renaud Aubin
for ConTeXt fixes? > > Or making a link to an external PDF file is the only option for now? > >Sincerely, Michail > > PS. > I have seen the code from Renaud AUBIN in the "U3D (embedded 3D objects)" > thread, > http://www.

Re: [NTG-context] embedding 3d pdf

2008-11-22 Thread Renaud Aubin
See http://www.nibua-r.org/ConTeXt/PhD/aubin-slides.pdf as a use case (pages 17 and 25). Let me know if you want the full source code... Renaud Renaud Aubin a écrit : > Hi Michail, > > See http://www.nibua-r.org/ConTeXt/devel/ > > Rega

Re: [NTG-context] embedding 3d pdf

2008-11-22 Thread Renaud Aubin
Blender (+type1 font) then Right Hemisphere for the conversion... luigi scarso a écrit : > On Sat, Nov 22, 2008 at 6:23 PM, Renaud Aubin <[EMAIL PROTECTED]> wrote: > >> Hi Michail, >> >> See http://www.nibua-r.org/ConTeXt/devel/ >> >> Regards, >

Re: [NTG-context] embedding 3d pdf

2008-11-22 Thread Renaud Aubin
Oups... too fast : + using .3ds as an intermediate format : blend --> 3ds --> u3d Renaud Aubin a écrit : > Blender (+type1 font) then Right Hemisphere for the conversion... > ___ If your question is of

Re: [NTG-context] embedding 3d pdf

2008-11-22 Thread Renaud Aubin
Blender is... but u3d export is not possible with open source tools in 2006/ early 2007 luigi scarso a écrit : > On Sat, Nov 22, 2008 at 6:53 PM, Renaud Aubin <[EMAIL PROTECTED]> wrote: > >> Blender (+type1 font) then Right Hemisphere for the conversion... >>

Re: [NTG-context] embedding 3d pdf

2008-11-22 Thread Renaud Aubin
See http://www.blender.org/ and http://www.righthemisphere.com/products/dexp/de_std.html (I've used an old windows version of Deep Exploration) Idris Samawi Hamid ادريس سماوي حامد a écrit : > On Sat, 22 Nov 2008 10:53:33 -0700, Renaud Aubin <[EMAIL PROTECTED]> wrote: > >

Re: [NTG-context] embedding 3d pdf

2008-11-22 Thread Renaud Aubin
Great, i've googlized and found http://artandlogic.blogspot.com/2008/08/blender-to-acrobat-3d.html then http://meshlab.sourceforge.net/ It's worth to give a try to this CAD chain! Renaud Aubin a écrit : > Blender is... but u3d export is not possible with open source tools in

Re: [NTG-context] embedding 3d pdf

2008-11-22 Thread Renaud Aubin
See http://www.blender.org/ and http://www.righthemisphere.com/products/dexp/de_std.html (I've used an old windows version of Deep Exploration) Idris Samawi Hamid ادريس سماوي حامد a écrit : > On Sat, 22 Nov 2008 10:53:33 -0700, Renaud Aubin <[EMAIL PROTECTED]> wrote: > >

[NTG-context] TikZ, MKIV and font switching

2009-04-07 Thread Renaud Aubin
Hi folks, I would use TikZ/mindmap to make some figures for a paper. Since I have to install TikZ, I have updated my minimals yesterday and began to really use MKIV. My problem is that when I process \enableregime[utf8] \useencoding[ffr] \mainlanguage[fr] \usetypescript[helvetica][texnansi] \se

Re: [NTG-context] TikZ, MKIV and font switching

2009-04-08 Thread Renaud Aubin
Mojca Miklavec a écrit : I don't know about "helvetica" since it's broken at the moment, but with \usetypescript[palatino] \setupbodyfont[palatino,12pt] the labels inside the mindmap are already typeset in "gyre palatino" here. What version of ConTeXt/LuaTeX/TikZ do you use? In MKII the co

Re: [NTG-context] 3D PDF support (AKA asymptote support)

2009-06-05 Thread Renaud Aubin
Michail Vidiassov a écrit : While MeshLab may be of great use if you have to convert old data or process output from some existing tool, in cases when you make your model from scratch by hand or create 3D model file in your own program Asymptote may be a better choice since it supports newer PR

[NTG-context] Mark IV Syntax highlighting support

2009-06-29 Thread Renaud Aubin
Hi folks, Where to start with this topic (current state in Mark IV, roadmap, ...) ? Renaud ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / htt

Re: [NTG-context] Mark IV Syntax highlighting support

2009-06-29 Thread Renaud Aubin
./tex/texmf-context/tex/context/base/verb-.*\.lua ! Renaud Aubin a écrit : Hi folks, Where to start with this topic (current state in Mark IV, roadmap, ...) ? Renaud ___ If your question is of interest to others

Re: [NTG-context] Mark IV Syntax highlighting support

2009-07-01 Thread Renaud Aubin
odules ['pret-xml'] = { version = 1.001, comment = "from pret-.*\.lua, http://wiki.contextgarden.net/Verbatim_text#Your_own_formatter and http://wiki.contextgarden.net/Custom_pretty_printer";, author= "Renaud AUBIN", copyright = "to be defined&qu

Re: [NTG-context] pdf with password/security

2009-07-03 Thread Renaud Aubin
You can also use podofoencrypt (http://podofo.sourceforge.net/) Renaud Hans Hagen a écrit : Ciro Soto wrote: Hi all, I am planning to offer a poetry book in electronic format as well as paper format. How would I produce the pdf file with security/password using context? it's something one do

Re: [NTG-context] pretty C with MKIV

2009-07-07 Thread Renaud Aubin
Hello Peter, Does the following work for you ? " \definevimtyping[XML][syntax=xml] \definetypevimfile[typeXML][syntax=xml] [...] \typeXML{./xml_samples/sample.xml} " Renaud Peter Münster a écrit : On Tue, 7 Jul 2009, Peter Münster wrote: (I've tried t-vim.tex, but it seems to be broken:

Re: [NTG-context] XSL-FO to PDF?

2010-11-13 Thread Renaud AUBIN
Uh ? Give FOP a try… http://xmlgraphics.apache.org/fop/1.0/index.html Could you describe your target chain ? XML → FO → PDF ? Renaud Le 10/11/2010 00:22, Peter Davis a écrit : > Is there some recent information on using XML, and specifically XSL-FO, with > ConTeXt? The pages on the contextgarde

Re: [NTG-context] XML pretty printer?

2010-11-13 Thread Renaud AUBIN
I'm currently working on a pret-xml.lua if you are interested… I have started it last year, forgot it, then began to rewrite it from scratch last week… I would like to obtain a rendering similar to oXygen xml. That is a work in progress, but you can check it out: http://www.nibua-r.org/gitsnap/pre

Re: [NTG-context] XML pretty printer?

2010-11-13 Thread Renaud AUBIN
Some precision. I don't think you could consider any pret-xml.lua as an example of XML processing. What processing would you apply to your XML file? Are considering to use directly lua to process your XML inputs? Sorry, but that's not clear to me… You are certainly aware of the fact that there is a

Re: [NTG-context] XML pretty printer?

2010-11-13 Thread Renaud AUBIN
to learn my way around ConTeXt, and > XML handling in particular, so I thought a pretty printer would be a good > example. > > Thank you! > -pd > > On Sat, Nov 13, 2010 at 6:23 AM, Renaud AUBIN wrote: > > >> Some precision. I don't think you could consid

Re: [NTG-context] XML pretty printer?

2010-11-13 Thread Renaud AUBIN
ee to improve… Renaud Le 13/11/2010 14:29, Renaud AUBIN a écrit : > I'm currently working on my pret-xml… just implementing attributes parsing… > I will upload that asap (even if my lua is… really bad ;) ) > > My two cents: depending of the complexity of the underlying data mode

[NTG-context] Dummy buff-ver.mkiv question

2010-11-13 Thread Renaud AUBIN
Hi folks, From http://wiki.contextgarden.net/Verbatim_text#Defining_your_own_set_of_colors and considering the following code snippet from buff-ver.mkiv \definepalet [colorpretty] [ prettyone=colorprettyone, prettytwo=colorprettytwo, prettythree=colorprettythree, prettyfour=color

Re: [NTG-context] XML pretty printer?

2010-11-13 Thread Renaud AUBIN
ne… I don't remember if that's due to my configuration or if that's the default behavior… The color used is indeed the default one… See my last post "[NTG-context] Dummy buff-ver.mkiv question". Renaud Le 13/11/2010 21:18, Thomas Schmitz a écrit : > On Sat, 13 Nov 2010 19:3

Re: [NTG-context] XML pretty printer?

2010-11-13 Thread Renaud AUBIN
010 21:32:09 +0100 > Renaud AUBIN wrote: >> The local pret-xml.lua is used when running context on pret-xml_test >> from the basedir. >> To get the original pret-xml.lua and check the differences, just rename >> pret-xml.lua to pret-xml.new and re-run context… >> You

Re: [NTG-context] Dummy buff-ver.mkiv question

2010-11-13 Thread Renaud AUBIN
Thanks Peter, I should have found that myself, no comment ;) … Renaud Le 13/11/2010 23:04, Peter Münster a écrit : > On Sat, Nov 13 2010, Peter Münster wrote: > >> On Sat, Nov 13 2010, Renaud AUBIN wrote: >> >> >>> I conclude that we are limited to a

Re: [NTG-context] XSL-FO to PDF?

2010-11-14 Thread Renaud AUBIN
Le 14/11/2010 22:36, Peter Davis a écrit : > On Sun, Nov 14, 2010 at 4:31 PM, Hans Hagen wrote: > > >> On 13-11-2010 4:14, Peter Davis wrote: >> >> >>> On 11/13/10 6:03 AM, Renaud AUBIN wrote: >>> >>> >>>> Uh ? Gi

Re: [NTG-context] XML pretty printer?

2010-11-14 Thread Renaud AUBIN
Hi folks, For imormation, I'm curently rewritting the pret-xml.lua file pointed on that list previously… So don't miss too much time to review! I'm using LPEG now and I hope to submit something operational last week for those interested… The result will be far better than the previous version… R

Re: [NTG-context] XML pretty printer?

2010-11-20 Thread Renaud AUBIN
emory tree xml vs. parser… It's far from perfect but you are welcome to use, review and give feedbacks… (… and OK, it's not packaged as a third party module yet…) Renaud Le 14/11/2010 23:54, Renaud AUBIN a écrit : > Hi folks, > > For imormation, I'm curently rewritting the pr

Re: [NTG-context] XML pretty printer?

2010-11-20 Thread Renaud AUBIN
Ooops, it's not a detail but I need to precise that if the xml input is not valid (from my custom pret-xml pov), nothing will be processed! Renaud Le 20/11/2010 20:40, Renaud AUBIN a écrit : > Hi ConTeXters, > > I have a first "operational" version of my lpeg-based xm

Re: [NTG-context] XML pretty printer?

2010-11-20 Thread Renaud AUBIN
+ zip and tar.gz available http://www.nibua-r.org/gitsnap/ >> I have a first "operational" version of my lpeg-based xml pretty >> printer: http://www.nibua-r.org/gitsnap/pret-xml/ >> ___ If your question is of i

[NTG-context] Toward the use of inleft for custom secti on's command… or not…

2010-11-24 Thread Renaud AUBIN
Hello there, Thanks to a hdd crash, I need to rewrite an old document of mine from scratch (after setting up a software RAID on my machine). Unfortunately, I let my ConTeXt faculties to rust… I must deal with several problems (but I will apply the good old divide and conquer rule). So, here is a

Re: [NTG-context] \todo

2010-11-25 Thread Renaud AUBIN
[OT / Emacs-related] It would be nice to have a ConTeXt export for org-mode! Is there any org-mode users? Le 23/11/2010 20:46, Procházka Lukáš a écrit : > ... OK, thanks both for the inspiration. > > Lukas > ___ If yo

Re: [NTG-context] \todo

2010-11-25 Thread Renaud AUBIN
Hi Jörg, It would be nice to have a native ConTeXt support… Ok ⇒ on my someday.org ;) I'm interested by your (even-still-very-primitive) ruby script… Renaud, implementing GTD with org-mode for 3 months > Yes. I have been using org-mode for about 2 years, and I'm now doing > everything except e-m

[NTG-context] \inmargin / full textwidth line interac tion (was Toward the use of inleft…)

2010-11-25 Thread Renaud AUBIN
Since my previous post doesn't seem inspiring at all (sniff), here is a simplified and more precise description of what need to be done: 1 − I need a full textwidth black line as separator with a short title centered vertically at left 2 − This separator must be followed by text, and the inbetween

[NTG-context] BUG? Strange behavior (vertical space added!!!) with accentuated letters (was \inmargin / full textwidth line interaction)

2010-11-26 Thread Renaud AUBIN
Hi Wolfgang, First, thank you! Now, if I use some accentuated letters in title (the É just after the second subsection and before \input zapf), there is an unwanted vertical space… Bug, feature or misuse??? Could you confirm the bug? (the resulting pdf: http://dl.dropbox.com/u/5289718/testWolfgan

Re: [NTG-context] BUG? Strange behavior (vertical space added!!!) with accentuated letters (was \inmargin / full textwidth line interaction)

2010-11-26 Thread Renaud AUBIN
Ok, that seems to be due to grid=yes… Le 26/11/2010 20:25, Renaud AUBIN a écrit : > \setupbodyfont[10pt] > > \setuplayout > [leftedge=0mm, >leftmargin=45mm, >rightedge=0mm, >rightmargin=0mm, >backspace=60mm, >topspace=10mm, >bot

Re: [NTG-context] new beta

2010-11-26 Thread Renaud AUBIN
> The one I'm missing here is > > ! I can't find file `v-parsed-xml.mkiv'. > >\relax Confirmed here ___ If your question is of interest to others as well, please add an entry to the Wiki! maillis

Re: [NTG-context] Strange behavior (vertical space added!!!) with accentuated letters

2010-11-27 Thread Renaud AUBIN
Thanks to Wolgang and Otared, My initial problem has disappeared using the latest beta 2010.11.26 22:49. I don't really know why but it works ;) By the way, in the mean time, I've fixed that using the default grid policy (i.e. removing grid=yes in setuplayout). Cheers, Renaud Le 27/11/2010 09:5

Re: [NTG-context] how to flip even pages upside down??

2010-11-27 Thread Renaud AUBIN
Hi Leo, Uh? Use the right printer driver and set the automatic duplex mode to "short edge/side"? Do you have any good reason to do that directly with your pdf instead of using the printer configuration? If yes, then http://wiki.contextgarden.net/Reference/en/setuparranging and http://wiki.contextg

Re: [NTG-context] pret-c.lua -> v-c.lua

2010-12-03 Thread Renaud AUBIN
Hi Peters, I can either help or port if needed… Cheers, Renaud "Peter Münster" a écrit : >Hello, > >Do I have to learn lpeg now, in order to port pret-c.lua to v-c.lua, or >is >there a simpler way? > >Cheers, Peter > >-- >Contact information: http://pmrb.free.fr/contact/ >__

<    1   2   3   4   >