[NTG-context] FunnyFrame in an enumeration.

2008-12-23 Thread Fabrice
feasible ? I wouldl take any hint ! Thanks, Fabrice. %[ The main code of this example came actullay from a thread in 2000 by Hans.] % http://archive.contextgarden.net/message/2929.130642.dc591d10.en.html

Re: [NTG-context] Step wise presentation.

2009-03-19 Thread Fabrice
recommendation (i.e., if it does not come with minimals), kindly let me know. You can use the raw steps module. This works very well. You can find some informations here: http://modules.contextgarden.net/t-rsteps Fabrice

[NTG-context] Problem to install Garamond font with mathdesign

2014-01-01 Thread Fabrice
Hello, The following code does not load the Garamond font: \loadtypescriptfile[mathdesign] \setupbodyfont[garamond] \starttext Some random text and \math{f(x)=x^2+2x+4} \stoptext mtx-context | run 1: luatex

[NTG-context] ! Missing = inserted for \ifnum.

2014-01-01 Thread Fabrice
Hello, I discovered ConTeXt gradually, so be indulgent please. With the following command : [parabole1.pdf][scale=0.8] I have the following error message : ! Missing = inserted for \ifnum. system tex error on line 1 in file /home/fab/demo1.tex: Missing = inserted for ... 1

[NTG-context] ConTeXt with Emacs

2014-01-11 Thread Fabrice
Hello, I use Emacs as an editor and I compile my files with LuaLaTeX by adding the following lines to the end of the file: %%% Local Variables: %%% Mode: LaTeX %%% LaTeX-command LuaLaTeX-shell-escape %%% End: I discovered ConTeXt, and I would like to know which lines to add to the end of

Re: [NTG-context] Lucida fonts with ConTeXt

2014-01-30 Thread Fabrice
If you have the type1 fonts How do we know? Sorry, but I'm not at all an expert font ! ___ 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] Problem with Module Units

2014-02-27 Thread Fabrice
Hi Wolfgang, Firstly thank you for the quick responses you give. With the old version is ok. But if I compile the code you gave with the new version, I get the letter r is really strange! ___ If your question is of

Re: [NTG-context] Problem with Module Units

2014-02-27 Thread Fabrice
It is ok, thanks. ___ 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] Symbol euro

2014-02-27 Thread Fabrice
Thanks Wolfgang, Fabrice ___ 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] Presentation template

2014-03-04 Thread Fabrice
Hi Thangalin, do you mean presentation material to help students? Rather lessons (Mathematics) I'll put in pdf format on the platform at my high school. Thank you for the links, I'll take the time to look. Regards, Fabrice

Re: [NTG-context] Problem with an environment

2014-03-11 Thread Fabrice
Hi, I'll try to rephrase my question. In fact, the title is not in bold and the size of the font is not taken into account. Regards, Fabrice https://drive.google.com/file/d/0B-mkD83s36jbS05RalpqRHhzc2s/edit?usp=sharing

Re: [NTG-context] Problem with an environment

2014-03-12 Thread Fabrice
Hi Wolfgang, Thank you for your help. I actually forgot this : \ definetypeface [mainface] [ss] [sans] [dejavu] [default] [rscale = auto]. The problem is that I'm still new with ConTeXt, but I think I can say that I grew to people like you.

Re: [NTG-context] PSTricks with ConTeXT

2014-03-20 Thread Fabrice
Hi, If I compile the following example, the pdf output is empty. \starttyping \usemodule[pstricks] \startPSTRICKS \pspicture(0cm,0cm)(20cm,20cm) \psline(0,0)(20,20) \psline(1,1)(10,10) \endpspicture \stopPSTRICKS \stoptyping Thanks.

Re: [NTG-context] Index notation in math mode

2014-03-25 Thread Fabrice
Hi, Thank youAditya, it works. Regards, Fabrice ___ 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

Re: [NTG-context] PSTricks with ConTeXT

2014-04-04 Thread Fabrice
Hi, Sorry to insist, but does this code compile? \starttyping \usemodule[pstricks] \usePSTRICKSmodule[pst-barcode] \startPSTRICKS \pspicture(-4mm,-1mm)(38mm,26mm) \psbarcode{9781860742712}{includetext guardwhitespace}{ean13}% \endpspicture \stopPSTRICKS \stoptyping In fact, I get a white page,

Re: [NTG-context] Two figures are side by side

2014-04-17 Thread Fabrice
Thank you very much Wolfgang, Fabrice ___ 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] Problem with \starthanging ...\ stophanging

2014-04-25 Thread Fabrice
]{}{\externalfigure[image.pdf][width=80mm]} \input knuth \input knuth \stopimagebackground \stoptext I'll pass, but that does not answer my question. Fabrice ___ If your question is of interest to others as well, please add

Re: [NTG-context] Text and figure side by side

2014-04-25 Thread Fabrice
May be a solution, but why all the text is not in the left column and the single figure in the right column? \setuppapersize[A4] \setuplayout[ backspace=15mm, width=middle, topspace=15mm, height=middle, header=0pt, footer=0pt, ]

Re: [NTG-context] Numbering in a frame with a new environment

2014-04-28 Thread Fabrice
Hi Wolfgang, As usual, the result is what I wanted to do. But before asking this question, I tried to find documentation on the counters with ConTeXt, and I found nothing. Fabrice ___ If your question is of interest

[NTG-context] Use a predefined command in a new environment

2014-04-29 Thread Fabrice
Hello, Further to the discussion topic Numbering in a frame with a new environment I want to use ACFRAME (thanks Wolfgang) command in a new environment. Is this the best way to achieve this ? thank you, Fabrice \defineframed [ACFRAME] [frame=off, width=fit, align=flushleft

Re: [NTG-context] Subsection number independant of section

2014-05-02 Thread Fabrice
Hi Romain, Thank you, it works. ___ 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] Some problems with a new style for the sections

2014-05-05 Thread Fabrice
, which explains my confusion in the use of the command. Regards, Fabrice ___ 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

Re: [NTG-context] Bug with TikZ module ?

2014-05-17 Thread Fabrice
Hi, This is true, but as I gradually abandoned LaTeX for ConTeXt, I'm a little too quickly precipitate. In addition, I prefer TikZ to PSTricks that I do not control very well, pending the integration of PSTricks in Context. The solution \strut you propose works perfectly. Regards, Fabrice

Re: [NTG-context] Define a new command from the command \periods[n]

2014-05-20 Thread Fabrice
Hello, @ Luigi @Wolfgang Thanks for your suggestions. Since I want to continue my learning ConTeXt, I will use the command \filler[dots]. Can we do the same thing if there is no text in the beginning ? Fabrice

Re: [NTG-context] Define a new command from the command \periods[n]

2014-05-20 Thread Fabrice
Perfect ! thank you, Fabrice ___ 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] Metapost and Metafun

2014-05-21 Thread Fabrice
Hi Hans, Thank you for the code that is cleaner and certainly less long! Fabrice PS : What do you mean by: define 'improve' .. anyway: A step of 0.001 is not needed here and gives a*pretty large path

Re: [NTG-context] Edit the arrows default Metapost

2014-05-23 Thread Fabrice
Hi, Thank you Hans. I saw on the net a macro created by Hans van der Meer (hvdm.mp). Do you have an example of its use? Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] Strange behavior with Metapost

2014-05-27 Thread Fabrice
It works. But how to choose not to avoid this problem (/10 or /20 or ) ? Another little problem: if I use setbounds currentpicture to boundingbox (((xmin,ymin) --(xmax,ymax)) scaled u) ; the images are not adjusted to the BoundingBox. So I'm back to my original idea. Fabrice

Re: [NTG-context] Strange behavior with Metapost

2014-05-28 Thread Fabrice
Hello, Firstly, thank you for your reply. However, I would like some further explanation please. If I understand, but I'm not sure at all, calculating (xmax-xmin) / 10 gives the number of points to draw the curve. However, in my example, xmax = 4 and xmin = -2, so (xmax-xmin) / 10 = 0.6. My

Re: [NTG-context] Itemize and framed

2014-08-29 Thread Fabrice
Thank you for your answers, I continue to learn. However, the solution should Otared me better because the numbering is less near the edge of the frame. ___ If your question is of interest to others as well, please

Re: [NTG-context] Strange behavior in a table.

2014-08-29 Thread Fabrice
Sorry for the mistake. To the eye, I thought the distance chosen was sufficient, and I did not think to change it. In any case, your help is wonderful, thank you. ___ If your question is of interest to others as

Re: [NTG-context] Problem with embedding code TikZ code

2014-08-31 Thread Fabrice
Hi Joshua, That's great, thank you very much. Best regards, Fabrice ___ 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

Re: [NTG-context] Placement of a figure

2014-09-02 Thread Fabrice
Hi Wolfgang, I have to put myself in the head that the command \framed[] is very important with ConteXt ! Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

Re: [NTG-context] Using \startframedtext with \startcombination

2014-10-03 Thread Fabrice
Hi Wolfgang, Your explanations are once again very clear, I fully understand the mechanism. Thank you very much, Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] Stopper and itemize

2014-10-13 Thread Fabrice
___ 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://www.pragma-ade.nl /

Re: [NTG-context] Stopper and itemize

2014-10-14 Thread Fabrice
Hi, My English is not perfect ! I mean bracket, that is to say, 1) instead of 1. Best regards, Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

Re: [NTG-context] Stopper and itemize

2014-10-15 Thread Fabrice
Hi Mikael, Thank you, but I should have known!! ___ 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

Re: [NTG-context] Module algorithmic

2014-10-18 Thread Fabrice
Thanks Wolfgang, Fabrice ___ 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] Strange behavior with the command \color[]{}

2014-11-04 Thread Fabrice
Hi, The problem is the \setupTABLE [column] [1] [[width = 4cm, align = {right, lohi}, frame = on, FrameColor = H1prime]. We must not put FrameColor = H1prime. Fabrice ___ If your question is of interest to others

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-05 Thread Fabrice
Hi Hans, For spaces parasites, it is my fault because I copy and paste my code. However, I do not understand why this code does not work : \usemodule[tikz] \usetikzlibrary[calc] \usetikzlibrary[cd] \usetikzlibrary[3d] \usetikzlibrary[arrows.meta] \usetikzlibrary[positioning]

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-06 Thread Fabrice
style={ball color=red}] at ( 1, 1) {cube={} with $B$}; \stoptikzpicture \eTD \bTD La valeur de $A$ est \color[green]{3} et $B$ n'a pas encore de valeur \eTD \eTR \eTABLE{} \stoptext Best regards, Fabrice ___ If your

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-07 Thread Fabrice
Hi, The latest t-tikz.tex form Hans solves the problems both in TL 2014 and standalone. The same for me, Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

Re: [NTG-context] Numbering in a Table

2014-11-08 Thread Fabrice
Hi Wolfgang, I want to number the second line of the first column*a.* then the third line of the first column *b**.* ... Best regards, Fabrice \setupitemize[1][stopper={.},style=\bf,color=red] \starttext \startsetups[table:initialize] \setupTABLE[height=0.8cm,align={middle,lohi

Re: [NTG-context] Numbering in a Table

2014-11-08 Thread Fabrice
I did not know this macro, ConTeXt is really amazing ! Thank you very much Wolfgang, Fabrice ___ 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] Create an item marker with a counter with Metapost

2014-11-10 Thread Fabrice
Hi, Thank you for all your suggestions, especially for the beautiful work of adityam. In fact, you do a fantastic job all. Fabrice ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] Strange behavior of a macro with ConTeXt ver : 2014.11.12 9:46 p.m. MKIV beta

2014-11-16 Thread Fabrice
HiRik, Sorry, I do not know how I could replace b with B! I did not think to check because this macro worked very well so far Thank you, Fabrice ___ If your question is of interest to others as well, please add

Re: [NTG-context] Strange behavior with itemize

2014-12-07 Thread Fabrice
Hi, I updated it works perfectly. thank you, Fabrice ___ 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

Re: [NTG-context] Parameters of a table that interfere on another table

2014-12-12 Thread Fabrice
the problems one by one. Best regards, Fabrice ___ 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] Define a new type section with metafun

2014-12-28 Thread Fabrice
Thank you to Akira and Hans for these solutions. How do now to the numbering and the title text are equidistant from the red line separation ? Fabrice ___ If your question is of interest to others as well, please

Re: [NTG-context] Define a new type section with metafun

2014-12-28 Thread Fabrice
Another worry: when the title is too long, there is a line break, which is normal, but what follows is under the dial. Thanks, Fabrice % macros=mkvi \setuppapersize[A4][A4] \setuphead [section] [sectionstopper={}, conversion=Characters, sectionsegments=section:section

Re: [NTG-context] Define a new type section with metafun

2014-12-29 Thread Fabrice
Hi Hans, Thank you for your answer, text placement is correct as long as the policy is not too great. For cons, I'll remove the red line separation because its placement is random. Best regards, Fabrice ___ If your

Re: [NTG-context] Title and defineenumeration

2015-01-02 Thread Fabrice
Hi Wolfgang, Thank you and Happy New Year 2015 to all members. Fabrice ___ 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] How to place text to the right of a brace

2015-02-02 Thread Fabrice
Hi Pablo, By searching, I found this : Some commands like \framed http://wiki.contextgarden.net/Command/framed cause line breaks to happen if used in vertical mode, e.g. at the beginning of a line. This explains my problem and soultion you propose. Thanks, Fabrice

Re: [NTG-context] Positioning an arrow between two values (Metapost)

2015-01-21 Thread Fabrice
Hi Troy, Thank you, this macro is very nice ; it matches what I want to do even if I would like a smaller space between the arrow and labels. Best regards, Fabrice ___ If your question is of interest to others

Re: [NTG-context] Define a new command from the command \periods[n]

2015-01-19 Thread Fabrice
Hi Hans, It works perfectly, thank you. Fabrice ___ 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

Re: [NTG-context] Center two frames

2015-01-14 Thread Fabrice
Dear Pablo, Following a post to which you had already answered, I have been able to do using a XTABLE. But I wanted to know if it was possible to do otherwise. But apparently not, so I'll hold your solution. Dear Wolfgang, Why is it better to use a framed text environment?

Re: [NTG-context] Define a new command from the command \periods[n]

2015-01-18 Thread Fabrice
Hi Hans, The size of the float does not center the frame unless I replace by \dorecurse{5}{\filler[dots]} by \dorecurse{10}{\filler[dots]}. Is there a better way ? Thanks, Fabrice % macros=mkvi \definefiller[dots][left=\dontleavehmode,right=\hskip\zeropoint\par] \definefloat [recipe

Re: [NTG-context] Hatch an area with Metapost (Metafun)

2015-02-10 Thread Fabrice
Hi John, Thank you for that other solution with Metapost. I am in front of learning Metapost and Metafun, I'm still far from mastering! Fabrice ___ If your question is of interest to others as well, please add

Re: [NTG-context] Hatch an area with Metapost (Metafun)

2015-02-10 Thread Fabrice
Metafun Metapost: I think the labels are too near to the corners of the square with the macro Metafun. thank you, Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] Hatch an area with Metapost (Metafun)

2015-02-16 Thread Fabrice
Hi, This does not work with : labeloffset := 2mm; Fabrice ___ 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

Re: [NTG-context] Hatch an area with Metapost (Metafun)

2015-02-17 Thread Fabrice
Hi John, That's what I thought, some macros work indifferently in Metafun or Metapost, others not. Thank you for the interest in my question. Fabrice ___ If your question is of interest to others as well, please add

Re: [NTG-context] Indentation inside environment

2015-01-30 Thread Fabrice
Hi Wolfgang, For the first option, it's ok, thank you. Can you clarify for the second option? Best regards, Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

Re: [NTG-context] Indentation inside environment

2015-01-31 Thread Fabrice
Hi Wolfgang, It is very clear, as usual. Thank you again, Fabrice ___ 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

Re: [NTG-context] Center horizontally and vertically a table with a graphic in a paragraph environment

2015-01-10 Thread Fabrice
You're right Pablo. Fabrice ___ 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] Center horizontally and vertically a table with a graphic in a paragraph environment

2015-01-09 Thread Fabrice
Hi Pablo, Thank you for your cooperation. That's what I want except the frame. Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http

Re: [NTG-context] About the macro ulcircle

2015-01-09 Thread Fabrice
Dear Hans, I do not have enough back from Metapost to think differently and I'm not you! :) Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

Re: [NTG-context] Center horizontally and vertically a table with a graphic in a paragraph environment

2015-01-09 Thread Fabrice
\startxcell[frame=off] ___ 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] Hatch an area with Metapost (Metafun)

2015-02-09 Thread Fabrice
Hi Hans, Great, but I did not know the macro numberstriped. Is it a Metapostor Metafun macro? Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

Re: [NTG-context] Define a new command from the command \periods[n]

2015-01-05 Thread Fabrice
\item \unit{25 Centiliter} de crème fraîche \stopitemize \stopframedtext } \item \filler[dots] \filler[dots] \filler[dots] \filler[dots] \stopitemize \stoptext Best regards, Fabrice ___ If your question is of interest

Re: [NTG-context] Problem in using vlingrid() and hlingrid() macros (Metafun)

2015-03-15 Thread Fabrice
Hi, To solve my problem, I finally used a loop to draw a grid. Fabrice \starttext \start \switchtobodyfont[small] \startMPcode path p ; u := 2cm ; v:= 1cm ; p := (-u,-5v)--(3u,-5v)--(3u,4v)--(-u,4v)--cycle ; drawoptions(withpen pencircle scaled 0.5pt withcolor \MPcolor

Re: [NTG-context] Add labels to a grid (Metafun)

2015-03-06 Thread Fabrice
thank you very much Alain, I think I understood for the format @d but for other formats, I will need documentation. Fabrice \definecolor[mycolor][c=.4,m=0,y=0,k=0] \starttext \start \switchtobodyfont[small] \startMPcode xmin := 0; xmax := 22; ymax :=460 ;ymin:=0; u := 0.5cm; v:= 0.025cm

Re: [NTG-context] Change the dots of the macro \periods[n]

2015-03-07 Thread Fabrice
Hi Hans and Wolfgang, Thank you for your suggestions. It meets my expectations, but I'll try to understand the codes later! Fabrice ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] Color in an environment

2015-03-30 Thread Fabrice
, Fabrice ___ 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://www.pragma-ade.nl / http

Re: [NTG-context] Frame and rulethickness

2015-03-29 Thread Fabrice
Hi Wolfgang, Initially, I wanted to use Metapost, but I told myself that you or Hans would stand to be told to use the command \framed :-) thank you, Fabrice ___ If your question is of interest to others as well

Re: [NTG-context] Alignment on the baseline in a itemize environment with \dfrac{}{}

2015-03-23 Thread Fabrice
Hi Wolfgang, Thank you for these three solutions. One thing I'm missing is the role of grid I did not know. Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] Problem after updating TeXlive 2014

2015-03-28 Thread Fabrice
Hi Hans, I use the latest context standalone distribution, and it's ok. Best regards, Fabrice ___ 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] Latest beta : command that no longer works

2015-04-03 Thread Fabrice
Sorry for the mistake. Fabrice ___ 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] Environment \starttikzpicture \stoptikzpicture like float

2015-05-24 Thread Fabrice
Thank you for your suggestions, it works. Fabrice ___ 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

Re: [NTG-context] Numbered page template

2015-07-30 Thread Fabrice
Thank you Calum, but this command is used to number the pages, and it does not answer my question. Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg

Re: [NTG-context] Structure : problem with an environment

2015-07-30 Thread Fabrice
Hi Wolfgang, You're right, thank you. Fabrice ___ 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

Re: [NTG-context] Small problems with my columns

2015-07-31 Thread Fabrice
Hi Wolfgang and Pablo, Thank you for your suggestions, it works perfectly. Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http

Re: [NTG-context] Questions around my page design

2015-08-03 Thread Fabrice
://www.pragma-ade.nl/general/manuals/cont-enp.pdf. Thank you very much, Fabrice ___ 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] cont-enp.pdf on lulu

2008-07-31 Thread Fabrice Popineau
i simply can not use a program that i know will be replaced within 5 years And there are not so many stable tools. TeX and Lisp. :-) Fabrice ___ If your question is of interest to others as well, please add

Re: [Aleph] Re: [NTG-context] [ANN] XEmTeX 0.5-RC0

2005-06-01 Thread Fabrice Popineau
* Idris Samawi Hamid [EMAIL PROTECTED] writes: Hi Fabrice, My congratulations on the release of XEmTeX! Thanks. A question: Since XEmTeX is explicitly pdfeTeX based: Will Aleph (which produces (o)dvi) and dvipdfmx be supported? Both Aleph and dvipdfmx (latest CVS version

[NTG-context] How is it possible to include DraTex code in Context ?

2005-11-25 Thread Fabrice Larribe
, but for advances things, I need AlDraTex. So the question: how is it possible to include DraTex code in Context ? Thanks for any help. Fabrice L. Ps: I know metafun exists ! ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo

Re: [NTG-context] How is it possible to include DraTex code in Context?

2005-11-25 Thread Fabrice Larribe
Hi, Fabrice Larribe wrote: When I do: \input DraTex.sty \input AlDraTex.sty I have the message No room for a new \dimen... If I load only the first package (DraTex), this works, but for advances things, I need AlDraTex. So the question: how is it possible to include DraTex code in Context

Re: [NTG-context] How is it possible to include DraTex codein Context?

2005-11-25 Thread Fabrice Larribe
Hans Hagen wrote: Fabrice Larribe wrote Thanks for your help. I have put the two files in context/base, and use \usemodule. In the log, the system inform that the two modules are loaded. But I have the same error, No room for a new \dimen. So this is not working. Unless you have others

Re: [NTG-context] How is it possible to include DraTex codein Context?

2005-11-25 Thread Fabrice Larribe
distribution]. If I remove the second line, as you suggest, then the system does not the command CircleNode() which is defined in the AlDraTex module. And if I keep the line, same problem as before... I wait if Eitan Gurari can do something... Fabrice

Re: [NTG-context] How is it possible to include DraTex codein Context?

2005-11-25 Thread Fabrice Larribe
Hans Hagen wrote: Fabrice Larribe wrote: Hans Hagen wrote: Re: [NTG-context] How is it possible to include DraTex codein Context? it looks like it is not loading the module i sent you but the dratex files directly (which is fallback bahaviour) (did you run mktexlsr?) can you try

[NTG-context] Questions about the rsteps module.

2005-12-31 Thread Fabrice Larribe
the header and footer do not change, so the steps are more transparent. Thanks for help. Fabrice. ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Questions about the rsteps module.

2006-01-02 Thread Fabrice Larribe
. Sorry for being of almost no help and for bringing bad news only, Mojca Thanks anyways for your answers, sometimes to know that something is impossible and likely difficult is valuable ! Fabrice L

Re: [NTG-context] Questions about the rsteps module.

2006-01-02 Thread Fabrice Larribe
Peter Münster wrote: On Sat, 31 Dec 2005, Fabrice Larribe wrote: 2) I wish to use the same text to print (wihout steps) and with slide (with steps). If I comment the \usemodule [rsteps], the instructions \StartSteps \NextStep.. are unknown of course, so how should I redefine them ? I guess

Re: [NTG-context] How to do this in ConTeXt

2006-01-04 Thread Fabrice Larribe
Hi, R S Ananda Murthy wrote: Hello, I need the format shown below: - |Example 1-1| - \setupoutput[pdftex] \setupcolors[state=start] Here is (almost) what you want to acheive, but without any macros: \blank \starttext %\def\Ex#1{

[NTG-context] Tikz calendar: \pgfutil undefined

2010-08-19 Thread Fabrice Larribe
well, but I'm not able to find what has changed. Thanks for hints and help ! Fabrice L. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http

Re: [NTG-context] Tikz calendar: \pgfutil undefined

2010-08-19 Thread Fabrice Larribe
Le 2010-08-19 à 10:49, Mojca Miklavec a écrit : On Thu, Aug 19, 2010 at 14:36, David Rogers wrote: * Fabrice Larribe fabrice.al...@gmail.com [2010-08-19 06:17]: Hello, I have a problem to use the calendar from the Tikz/Pgf module; here is a minimal example

Re: [NTG-context] Slides and notes

2003-11-03 Thread Fabrice Popineau
| | || | | || | | -- | Fabrice ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

RE: [NTG-context] m-bib module

2004-10-18 Thread Fabrice Popineau
] \doifsomething {\@@pbvaria... l.1215[\c!variant=apa] ? Any clue how to fix this ? Thanks in advance, Fabrice ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg

RE: [NTG-context] m-bib module

2004-10-18 Thread Fabrice Popineau
-list.tex) ! Undefined control sequence. argument \c!nummercommando =\bibleftnumber I guess the new module is the one using t-bib.tex and t-list.tex. Fabrice ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl

RE: [NTG-context] m-bib module

2004-10-18 Thread Fabrice Popineau
Sorry, I forgot to migrate my alpha bib module when the context alpha became the 'current distribution'. My latest module is/was still here: http://tex.aanhet.net/bib/alpha/ I will fix the website a.s.a.p. Many thanks ! Fabrice ___ ntg

[NTG-context] Local environment

2004-11-02 Thread Fabrice Popineau
. Is there some workaround? Thanks in advance, -- Fabrice ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

  1   2   3   4   5   6   7   8   9   10   >