Hi, I uploaded a new version (stable and beta are now the same). This version inclused a few patches/extensions discussed recently. There is quite some new support for side floats, column sets have become rather stable (a manual will follow soon). Although a lot of functionality is still 'my little secret' to be revealed when users request it, you can ready find some info in www.pragma-ade.com/general/manuals.details.pdf so, this manual has now moved from temp. It has currently some 80+ pages, and will probably tripple in size over time. This manual provides you some info about how to apply the relatively new layer and related things. The idea is that this kind of detailed trickery and/or thinsg not related to structuring will be discussed in details.pdf, while the structuring ends up in the ref manual (i'll pick up that thread soon). I also updated www.pragma-ade.com/show-fil.pdf (made nicer, watch the new image archive), www.pragma-ade.com/show-man.pdf (more manuals, not all yet on the site but i need the file here and it gives you an idea of what is coming), www.pragma-ade.com/showcase.pdf Next in my list of manuals is finishing the correspondence manual (letters and envelops and alike), the pstopdf manual, and a few more. Happy reading and contexing, Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
On Sun, 09 Mar 2003 23:14:45 +0100
Hans Hagen
I uploaded a new version (stable and beta are now the same). This version inclused a few patches/extensions discussed recently. There is quite some new support for side floats, column sets have become rather stable (a manual will follow soon). Although a lot of functionality is still 'my little secret' to be revealed when users request it, you can ready find some info in
www.pragma-ade.com/general/manuals.details.pdf
Boooh, great!
I also updated
www.pragma-ade.com/show-fil.pdf
(made nicer, watch the new image archive),
hmm, i still get the old show-fil.pdf when i download it. The mill.png in the cont-img.zip is broken. Gimp tells me that this is due ascii conversion. I've used unzip with different options, but always the same error.
Next in my list of manuals is finishing the correspondence manual (letters and envelops and alike),
looking forward to it
Happy reading and contexing,
will do. Many thanks. Regards, Jens
At 03:22 PM 3/10/2003 +0100, Jens-Uwe Morawski wrote:
hmm, i still get the old show-fil.pdf when i download it. The mill.png in the cont-img.zip is broken. Gimp tells me that
oeps, i mistakenly used a dos-unix conversion switch, i'll upload a new one asap Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
At 03:22 PM 3/10/2003 +0100, you wrote:
www.pragma-ade.com/show-fil.pdf
(made nicer, watch the new image archive),
this one is now really there
The mill.png in the cont-img.zip is broken. Gimp tells me that
i zipped and uploaded everything again Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
Hello, Is it possible to obtain the source of xsteps-p. I like this layout, but it's difficult to realize the same. Cheers
At 05:01 PM 3/10/2003 +0100, you wrote:
Is it possible to obtain the source of xsteps-p.
I suppose that you mean the style? I'm not goint to publish undocumented styles (also, i took a quick look into it and could redo it in 30% less code nowadays [one problem is that there is more code in ther ethan used in the styles, esp alternative style code]
I like this layout, but it's difficult to realize the same.
what aspect is giving you troubles, i can explain those Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
-----Message d'origine----- De : ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl]De la part de Hans Hagen Envoye : lundi 10 mars 2003 22:52 A : ntg-context@ntg.nl Objet : Re: [NTG-context] layout of xsteps-p
At 05:01 PM 3/10/2003 +0100, you wrote:
Is it possible to obtain the source of xsteps-p.
I suppose that you mean the style? I'm not goint to publish undocumented styles (also, i took a quick look into it and could redo it in 30% less code nowadays [one problem is that there is more code in ther ethan used in the styles, esp alternative style code]
I like this layout, but it's difficult to realize the same.
what aspect is giving you troubles, i can explain those
Hans ------------------------------------------------------------------------
Yes, I mean the style. In fact just how have the margin or edge ??? in black (with footer end header), and the great title in (right and horizontal left). Cheers. -
Hans Hagen | PRAGMA ADE |
pragma@wxs.nl
Ridderstraat 27 | 8061 GH Hasselt | The
tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------
Netherlands -
information:
http://www.pragma-ade.com/roadmap.pdf
documentation:
------------------------------------------------------------------------
http://www.pragma-ade.com/showcase.pdf -
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
At 09:18 PM 3/11/2003 +0100, you wrote:
Yes, I mean the style.
In fact just how have the margin or edge ??? in black (with footer end header), and the great title in (right and horizontal left).
backgrounds like this can be made with mp : \setupbackgrounds [page] [offset=3mm, background=page] \defineoverlay [page] [\reuseMPgraphic{page}] \startreusableMPgraphic{page} StartPage ; path p ; p := ulcorner Page -- llcorner Page -- llcorner Page shifted (BackSpace-LeftMarginDistance,0) -- ulcorner Page shifted (BackSpace-LeftMarginDistance,0) -- cycle ; fill (p enlarged PageOffset) rightenlarged -PageOffset withcolor \MPcolor{FillColor} ; StopPage ; setbounds currentpicture to boundingbox currentpicture enlarged PageOffset ; \stopreusableMPgraphic i use a dedicated head \Aspect{Bla bla}: \definehead [Aspect] [subject] \setuphead [Aspect] [command=\MakeAspect, color=lightgray, style=\bfb, before={\blank[2*big]}, after={\blank[2*big]},] \def\MakeAspect#1#2% {\hbox {\hskip-\marginwidth \hskip-\margindistance \framed [width=.5\textwidth, offset=2pt, frame=off, background=color, backgroundcolor=AspectColor] {\hskip.25cm#2\hfill}}} Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
-----Message d'origine----- De : ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl]De la part de Hans Hagen Envoye : mercredi 12 mars 2003 11:05 A : ntg-context@ntg.nl Objet : RE: [NTG-context] layout of xsteps-p
At 09:18 PM 3/11/2003 +0100, you wrote:
Yes, I mean the style.
In fact just how have the margin or edge ??? in black (with footer end header), and the great title in (right and horizontal left).
backgrounds like this can be made with mp :
\setupbackgrounds [page] [offset=3mm, background=page]
\defineoverlay [page] [\reuseMPgraphic{page}]
\startreusableMPgraphic{page} StartPage ; path p ; p := ulcorner Page -- llcorner Page -- llcorner Page shifted (BackSpace-LeftMarginDistance,0) -- ulcorner Page shifted (BackSpace-LeftMarginDistance,0) -- cycle ; fill (p enlarged PageOffset) rightenlarged -PageOffset withcolor \MPcolor{FillColor} ; StopPage ; setbounds currentpicture to boundingbox currentpicture enlarged PageOffset ; \stopreusableMPgraphic
i use a dedicated head \Aspect{Bla bla}:
\definehead [Aspect] [subject]
\setuphead [Aspect] [command=\MakeAspect, color=lightgray, style=\bfb, before={\blank[2*big]}, after={\blank[2*big]},]
\def\MakeAspect#1#2% {\hbox {\hskip-\marginwidth \hskip-\margindistance \framed [width=.5\textwidth, offset=2pt, frame=off, background=color, backgroundcolor=AspectColor] {\hskip.25cm#2\hfill}}}
Hans ------------------------------------------------------------------------
Output of MetaPost !!! This is MetaPost, Version 0.641 (MiKTeX 2.2) (preloaded mem=metafun 2002.10.21) 12 MAR 2003 15:44 **mpgraph (mpgraph.mp {randomseed:=3638} ! This can't happen (copy). graphictextdirective->...phictextstring&(EXPR2000) &CRLF; <to be read again> ; l.12 ...rective "\global \loadfontfileoncetrue " ; I'm broken. Please show this to someone who can fix can fix -
Hans Hagen | PRAGMA ADE |
pragma@wxs.nl
Ridderstraat 27 | 8061 GH Hasselt | The
tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------
Netherlands -
information:
http://www.pragma-ade.com/roadmap.pdf
documentation:
------------------------------------------------------------------------
http://www.pragma-ade.com/showcase.pdf -
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
At 03:51 PM 3/12/2003 +0100, you wrote:
Output of MetaPost !!!
This is MetaPost, Version 0.641 (MiKTeX 2.2) (preloaded mem=metafun 2002.10.21) 12 MAR 2003 15:44 **mpgraph (mpgraph.mp {randomseed:=3638}
! This can't happen (copy). graphictextdirective->...phictextstring&(EXPR2000)
interesting, maybe your mem values don't match the format values or so; do other miktex users have a this problem as well? Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
-----Message d'origine----- De : ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl]De la part de Hans Hagen Envoye : mercredi 12 mars 2003 16:05 A : ntg-context@ntg.nl Objet : RE: [NTG-context] layout of xsteps-p
At 03:51 PM 3/12/2003 +0100, you wrote:
Output of MetaPost !!!
This is MetaPost, Version 0.641 (MiKTeX 2.2) (preloaded mem=metafun 2002.10.21) 12 MAR 2003 15:44 **mpgraph (mpgraph.mp {randomseed:=3638}
! This can't happen (copy). graphictextdirective->...phictextstring&(EXPR2000)
interesting, maybe your mem values don't match the format values or so; do other miktex users have a this problem as well?
Hans ------------------------------------------------------------------------
I don't know, it's the last version unmodified on Windows
but here is the log of texexec 3.1
This is pdfeTeX, Version 3.141592-1.10b-2.1 (MiKTeX 2.2) (preloaded
format=cont-en 2003.3.12) 12 MAR 2003 16:25
entering extended mode
**reiserfs.tex
(reiserfs.tex{pdftex.cfg}
ConTeXt ver: 2003.1.31 fmt: 2003.3.12 int: english mes: english
language : language en is active
Hans Hagen | PRAGMA ADE |
pragma@wxs.nl
Ridderstraat 27 | 8061 GH Hasselt | The
tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------
Netherlands -
information:
http://www.pragma-ade.com/roadmap.pdf
documentation:
------------------------------------------------------------------------
http://www.pragma-ade.com/showcase.pdf -
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
At 04:29 PM 3/12/2003 +0100, you wrote:
I don't know, it's the last version unmodified on Windows but here is the log of texexec 3.1
looks like a miktex problem (if you make a minimal faling file i'm sure that one of the miktex context users will try it for you)
This is pdfeTeX, Version 3.141592-1.10b-2.1 (MiKTeX 2.2) (preloaded format=cont-en 2003.3.12) 12 MAR 2003 16:25 entering extended mode **reiserfs.tex (reiserfs.tex{pdftex.cfg} ^^^^^^^^
ah interesting, we have been using that for years now ithout troubles -) Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
Wednesday, March 12, 2003 Hans Hagen wrote: HH> At 04:29 PM 3/12/2003 +0100, you wrote:
I don't know, it's the last version unmodified on Windows but here is the log of texexec 3.1
HH> looks like a miktex problem (if you make a minimal faling file i'm sure HH> that one of the miktex context users will try it for you) Yes, give me an example and I'll try ... the simple Hans code gives no problem here ... -- Giuseppe "Oblomov" Bilotta
-----Message d'origine----- De : ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl]De la part de Hans Hagen Envoye : mercredi 12 mars 2003 21:30 A : ntg-context@ntg.nl Objet : RE: [NTG-context] layout of xsteps-p
At 04:29 PM 3/12/2003 +0100, you wrote:
I don't know, it's the last version unmodified on Windows but here is the log of texexec 3.1
looks like a miktex problem (if you make a minimal faling file i'm sure that one of the miktex context users will try it for you)
This is pdfeTeX, Version 3.141592-1.10b-2.1 (MiKTeX 2.2) (preloaded format=cont-en 2003.3.12) 12 MAR 2003 16:25 entering extended mode **reiserfs.tex (reiserfs.tex{pdftex.cfg} ^^^^^^^^
ah interesting, we have been using that for years now ithout troubles -) and now what do you use?
Hans
I have tried under linux and that's work but the title of the document dose't appear on the right side (vertical) Cheers
-----Message d'origine----- De : ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl]De la part de Hans Hagen Envoye : mercredi 12 mars 2003 21:30 A : ntg-context@ntg.nl Objet : RE: [NTG-context] layout of xsteps-p
At 04:29 PM 3/12/2003 +0100, you wrote:
I don't know, it's the last version unmodified on Windows but here is the log of texexec 3.1
looks like a miktex problem (if you make a minimal faling file i'm sure that one of the miktex context users will try it for you)
This is pdfeTeX, Version 3.141592-1.10b-2.1 (MiKTeX 2.2) (preloaded format=cont-en 2003.3.12) 12 MAR 2003 16:25 entering extended mode **reiserfs.tex (reiserfs.tex{pdftex.cfg} ^^^^^^^^
ah interesting, we have been using that for years now ithout troubles -)
Hans
------------------------------------------------------------------------
Another thing, if i rebuild format for mptopdf (under MikTeX) pdftex complain about : loading : Context Support Macros / PDF ) (C:\MiKTeX\tex\context\base\supp-mpe.tex loading : MetaPost Special Extensions ! Undefined control sequence. l.536 \appendtoks ??? Cheer -
Hans Hagen | PRAGMA ADE |
pragma@wxs.nl
Ridderstraat 27 | 8061 GH Hasselt | The
tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------
Netherlands -
information:
http://www.pragma-ade.com/roadmap.pdf
documentation:
------------------------------------------------------------------------
http://www.pragma-ade.com/showcase.pdf -
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
At 02:00 PM 3/13/2003 +0100, you wrote:
Another thing, if i rebuild format for mptopdf (under MikTeX) pdftex complain about :
loading : Context Support Macros / PDF ) (C:\MiKTeX\tex\context\base\supp-mpe.tex loading : MetaPost Special Extensions ! Undefined control sequence. l.536 \appendtoks
some old supp-mis is messing things up Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
-----Message d'origine----- De : ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl]De la part de Hans Hagen Envoye : jeudi 13 mars 2003 17:02 A : ntg-context@ntg.nl Objet : RE: [NTG-context] layout of xsteps-p
At 02:00 PM 3/13/2003 +0100, you wrote:
Another thing, if i rebuild format for mptopdf (under MikTeX) pdftex complain about :
loading : Context Support Macros / PDF ) (C:\MiKTeX\tex\context\base\supp-mpe.tex loading : MetaPost Special Extensions ! Undefined control sequence. l.536 \appendtoks
some old supp-mis is messing things up
Hans ------------------------------------------------------------------------
That's right, thanks but I have always the same error !! Cheers -
Hans Hagen | PRAGMA ADE |
pragma@wxs.nl
Ridderstraat 27 | 8061 GH Hasselt | The
tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------
Netherlands -
information:
http://www.pragma-ade.com/roadmap.pdf
documentation:
------------------------------------------------------------------------
http://www.pragma-ade.com/showcase.pdf -
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
I remplace some old supp-pdf and supp-mis now I can rebuild mptopdf format but I have always this bug : This is MetaPost, Version 0.641 (MiKTeX 2.2) (preloaded mem=metafun 2002.10.21) 13 MAR 2003 23:15 **mpgraph (mpgraph.mp {randomseed:=481} ! This can't happen (copy). graphictextdirective->...phictextstring&(EXPR2000) &CRLF; <to be read again> ; l.12 ...rective "\global \loadfontfileoncetrue " ; I'm broken. Please show this to someone who can fix can fix I've just submitted a bug to miktex, i hope they can do something Cheers.
-----Message d'origine----- De : ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl]De la part de Patrick Gundlach Envoye : jeudi 13 mars 2003 22:30 A : ntg-context@ntg.nl Objet : [NTG-context] Re: layout of xsteps-p
Gregory Vanuxem
writes: Hello,
That's right, thanks but I have always the same error !!
So, did you replace the old ConTeXt stuff with the new one?
If you keep getting the same error, what did you do between the failing runs?
Pat _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Thursday, March 13, 2003 Gregory Vanuxem wrote: GV> I remplace some old supp-pdf and supp-mis GV> now I can rebuild mptopdf format but I have GV> always this bug : Would you please provide a document showing the problem so that I can test it? In the mean time, have you tried updating your MiKTeX and/or regenerating the formats? -- Giuseppe "Oblomov" Bilotta
I rebuild all possible format, mem... \setupcolors[state=start] \setupbackgrounds [page] [offset=3mm, background=page] \defineoverlay [page] [\reuseMPgraphic{page}] \startreusableMPgraphic{page} StartPage ; path p ; p := ulcorner Page -- llcorner Page -- llcorner Page shifted (BackSpace-LeftMarginDistance,0) -- ulcorner Page shifted (BackSpace-LeftMarginDistance,0) -- cycle ; fill (p enlarged PageOffset) rightenlarged -PageOffset withcolor \MPcolor{FillColor} ; StopPage ; setbounds currentpicture to boundingbox currentpicture enlarged PageOffset ; \stopreusableMPgraphic %i use a dedicated head \Aspect{Bla bla}: \definehead [Aspect] [subject] \setuphead [Aspect] [command=\MakeAspect, color=lightgray, style=\bfb, before={\blank[2*big]}, after={\blank[2*big]},] \def\MakeAspect#1#2% {\hbox {\hskip-\marginwidth \hskip-\margindistance \framed [width=.5\textwidth, offset=2pt, frame=off, background=color, backgroundcolor=AspectColor] {\hskip.25cm#2\hfill}}} \setupinteraction[state=start, author={Reiser, Hans}, title=ReiserFS v.3 Whitepaper, color=green, style=bold ] \setupindenting[1cm] \setuppagenumbering[location={middle, footer}] \setupoutput[pdftex] \setupalign[hyphenated] \setupsectionblock[after=\hskip 1cm] \hyphenation{eco-no-mies} \setupwhitespace[medium] \def\fsection#1{\section{\bf #1}\hskip1cm\relax} \starttext \indenting[first] \startstandardmakeup \startalignment[middle] \tfd ReiserFS v.3 Whitepaper\par \stopalignment \stopstandardmakeup \completecontent \page \Aspect{test} \fsection {Introduction} The author is one of many OS researchers who are attempting to unify the name spaces in the operating system in varying ways [e.g. Pike {\sl "The Use of Name Spaces in Plan9"} ]. None of us are well funded compared with the size of the task, and I am far from an exception to this rule. The natural consequence is that we each have attacked one small aspect of the task. Databases have traditionally used balanced tree algorithms to pack many small objects (fields) into a block. However, various efforts to implement filesystems on top of databases failed for performance reasons, leading to a widespread belief that balanced tree algorithms were somehow inherently too slow for use by filesystems for traditional filesystem usage patterns, which would of course imply that the status quo is well founded, and databases and filesystems should be separate programs.... We suggest to the reader that it was just that better balanced tree based storage layer implementations were needed, and that in fact balanced trees offer better performance for traditional file system usage patterns than traditional file system architectures. We encourage perusal of our benchmarks. \stoptext
-----Message d'origine----- De : ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl]De la part de Giuseppe Bilotta Envoye : jeudi 13 mars 2003 23:58 A : ntg-context@ntg.nl Objet : Re[2]: [NTG-context] Re: layout of xsteps-p
Thursday, March 13, 2003 Gregory Vanuxem wrote:
GV> I remplace some old supp-pdf and supp-mis GV> now I can rebuild mptopdf format but I have GV> always this bug :
Would you please provide a document showing the problem so that I can test it? In the mean time, have you tried updating your MiKTeX and/or regenerating the formats?
-- Giuseppe "Oblomov" Bilotta
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Friday, March 14, 2003 Gregory Vanuxem wrote: GV> I rebuild all possible format, mem... Your test file runs perfectly fine here (absolutely latest MiKTeX). Did you generate the .mem file via texexec --make metafun? Please observe that this puts the .mem file in the wrong directory, you must move it manually to the correct place. Also, you may want to make sure that your local texmf tree is searched before the global one (you can do this via MiKTeX Options). -- Giuseppe "Oblomov" Bilotta
Strange thing !!! Yes, generate the .mem file via texexec --make metafun Oooooooooooooops, it was in fmt dir !!! EXCELLENT THING : All work now !!!! Thanks a lot!!
-----Message d'origine----- De : ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl]De la part de Giuseppe Bilotta Envoye : vendredi 14 mars 2003 00:14 A : ntg-context@ntg.nl Objet : Re[4]: [NTG-context] Re: layout of xsteps-p
Friday, March 14, 2003 Gregory Vanuxem wrote:
GV> I rebuild all possible format, mem...
Your test file runs perfectly fine here (absolutely latest MiKTeX).
Did you generate the .mem file via texexec --make metafun? Please observe that this puts the .mem file in the wrong directory, you must move it manually to the correct place. Also, you may want to make sure that your local texmf tree is searched before the global one (you can do this via MiKTeX Options).
-- Giuseppe "Oblomov" Bilotta
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Friday, March 14, 2003 Gregory Vanuxem wrote: GV> Strange thing !!! GV> Yes, generate the .mem file via texexec --make metafun GV> Oooooooooooooops, it was in fmt dir !!! GV> EXCELLENT THING : All work now !!!! GV> Thanks a lot!! Good to know :) Maybe you should follow up to your bugreport in MiKTeX and state that it was due to a .mem-binary mismatch :) -- Giuseppe "Oblomov" Bilotta
At 12:05 AM 3/14/2003 +0100, you wrote:
\setupsectionblock[after=\hskip 1cm]
will probably fail since you're in vertical mode
\def\fsection#1{\section{\bf #1}\hskip1cm\relax}
hm, will fail as well, configuring \setuphead[section] is probably better Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
Hi,
-----Message d'origine----- De : ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl]De la part de Hans Hagen Envoye : vendredi 14 mars 2003 08:55 A : ntg-context@ntg.nl Objet : RE: Re[2]: [NTG-context] Re: layout of xsteps-p
At 12:05 AM 3/14/2003 +0100, you wrote:
\setupsectionblock[after=\hskip 1cm]
will probably fail since you're in vertical mode
\def\fsection#1{\section{\bf #1}\hskip1cm\relax}
hm, will fail as well,
configuring \setuphead[section] is probably better Yes, I'm going to rewrite this,
Hans
But about the title of the document that appears on the right side (vertical), my first mail is about this and I'm running in difficulty. Cheers.
Gregory Vanuxem
In fact just how have the margin or edge ??? in black (with footer end header),
as a help I have uploaded a small tutorial on [page] backgrounds. See: http://levana.de/context/ Patrick
-----Message d'origine----- De : ntg-context-admin@ntg.nl [mailto:ntg-context-admin@ntg.nl]De la part de Patrick Gundlach Envoye : mercredi 12 mars 2003 18:55 A : ntg-context@ntg.nl Objet : [NTG-context] Re: layout of xsteps-p
Gregory Vanuxem
writes: Hello Gregory and others,
In fact just how have the margin or edge ??? in black (with footer end header),
as a help I have uploaded a small tutorial on [page] backgrounds. See: http://levana.de/context/
Patrick _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Thanks.
At 06:55 PM 3/12/2003 +0100, you wrote:
Gregory Vanuxem
writes: Hello Gregory and others,
In fact just how have the margin or edge ??? in black (with footer end header),
as a help I have uploaded a small tutorial on [page] backgrounds. See: http://levana.de/context/
I added this link to the others.htm page; Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
Hans,
www.pragma-ade.com/general/manuals.details.pdf www.pragma-ade.com/show-fil.pdf www.pragma-ade.com/show-man.pdf www.pragma-ade.com/showcase.pdf Happy reading and contexing,
It is just unbelieveable what you have made available. There is enough to watch and to read for many happy CONTeXT hours. Thanks! Willi
Hi Hans, On zondag, maa 9, 2003, at 23:14 Europe/Amsterdam, Hans Hagen wrote:
Next in my list of manuals is finishing the correspondence manual (letters and envelops and alike), the pstopdf manual, and a few more.
That is nice. From time to time I like to scan sites like pragma for updates I think I need. However the manual items do not have version numbers or a version date such as the context beta download. The stuff is too large to download just for looking at its version inside. Is it a good suggestion to show version/date on the manual items too on the download page? I would appreciate. Hans van der Meer
That is nice. From time to time I like to scan sites like pragma for updates I think I need. However the manual items do not have version numbers or a version date such as the context beta download. The stuff is too large to download just for looking at its version inside. Is it a good suggestion to show version/date on the manual items too on the download page? I would appreciate.
You can look at the directory listing (thanks that Hans or his provider didn't block it!) and see the upload date. Grüßlis vom Hraban! -- www.fiee.net/texnique/ www.ramm.ch/context/
At 07:33 AM 3/13/2003 +0100, you wrote:
That is nice. From time to time I like to scan sites like pragma for updates I think I need. However the manual items do not have version numbers or a version date such as the context beta download. The stuff is too large to download just for looking at its version inside. Is it a good suggestion to show version/date on the manual items too on the download page? I would appreciate.
You can look at the directory listing (thanks that Hans or his provider didn't block it!) and see the upload date.
there's a file overview.dat which you can feed into wget; maybe wget can just upload the changed files (don't know); anyhow, some sync-your-local-context thingies in on my agenda Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
On donderdag, maa 13, 2003, at 07:33 Europe/Amsterdam, Henning Hraban Ramm wrote:
That is nice. From time to time I like to scan sites like pragma for updates I think I need. However the manual items do not have version numbers or a version date such as the context beta download. The stuff is too large to download just for looking at its version inside. Is it a good suggestion to show version/date on the manual items too on the download page? I would appreciate.
You can look at the directory listing (thanks that Hans or his provider didn't block it!) and see the upload date.
Good, but I am accessing the file though a browser, not through ftp. The download page has not revealed upload dates, at least not to me. But I may be lookingin the wrong places. Can you be more specific, please. Hans van der Meer
You can look at the directory listing (thanks that Hans or his provider didn't block it!) and see the upload date.
Good, but I am accessing the file though a browser, not through ftp. The download page has not revealed upload dates, at least not to me. But I may be lookingin the wrong places. Can you be more specific, please.
You don't need an FTP client for that. The directory listings are made by the web server, not by the client. Just try: http://www.pragma-ade.com/context/ or: http://www.pragma-ade.com/general/manuals/ Grüßlis vom Hraban! -- http://www.fiee.net/texnique/
participants (8)
-
Giuseppe Bilotta
-
Gregory Vanuxem
-
Hans Hagen
-
Hans van der Meer
-
Henning Hraban Ramm
-
Jens-Uwe Morawski
-
Patrick Gundlach
-
Willi Egger