Re: [NTG-context] xml and buffers

2006-01-19 Thread Junod Antoine
] {\startstandardmakeup \getbuffer[course_name] \getbuffer[date]}{\stopstandardmakeup} But it does not print anything else than the title. buffers serve a different purpose and are part if a text flow \starttext

Re: [NTG-context] \getbuffer question

2006-01-19 Thread Taco Hoekwater
David Arnold wrote: Then you do: \getbuffer will the setup be in a group, and only pertain to the stuff set with \getbuffer? No, normally they will live on (buffers often contain definitions). But you can use \setupbuffer[before=\begingroup,after=\endgroup] Cheers, taco

Re: [NTG-context] math

2006-01-18 Thread Aditya Mahajan
. I changed distance=0pt to distance=5cm and see no change. \startbuffer \placeformula \startformula \startalign[n=5,distance=5cm] x = yy = xx = yy = zz \\ a = b = p = q = w \\ \stopalign \stopformula \stopbuffer \typebuffer \getbuffer Thanks Aditya -- Aditya Mahajan, EECS Systems

Re: [NTG-context] math

2006-01-18 Thread Hans Hagen
the following example for the source. I changed distance=0pt to distance=5cm and see no change. \startbuffer \placeformula \startformula \startalign[n=5,distance=5cm] x = yy = xx = yy = zz \\ a = b = p = q = w \\ \stopalign \stopformula \stopbuffer \typebuffer \getbuffer it's only used when m

[NTG-context] math

2006-01-17 Thread Hans Hagen
line %\stopalign} %D \startbuffer %D \placeformula \startformula \eqalignno { %D a = b \formulanumber \cr %D c = d \cr %D= e \cr %D= f \formulanumber %D } \stopformula %D \stopbuffer %D %D \typebuffer \getbuffer %D %D \startbuffer %D \placeformula \startformula \startalign %D \NC

Re: [NTG-context] math align

2006-01-16 Thread Hans Hagen
\formulanumber \cr %D c = d \cr %D= e \cr %D= f \formulanumber %D } \stopformula %D \stopbuffer %D %D \typebuffer \getbuffer %D %D \startbuffer %D \placeformula \startformula \startalign %D \NC a \EQ b \NR[+] %D \NC c \EQ d \NR %D \NC\EQ f \NR[for:demo-a-1] %D \NC\EQ g \NR[for:demo

Re: [NTG-context] math align

2006-01-16 Thread David Arnold
} \stopbuffer \startbuffer \startcombination[2*1] {\externalfigure[1][width=0.45\textwidth,type=buffer]}{} {\externalfigure[2][width=0.45\textwidth,type=buffer]}{} \stopcombination \stopbuffer \placefigure [][-] {none} {\getbuffer} \stoptext As you can see, Hans' solution works perfectly

[NTG-context] [Fwd: after=\page in natural tables]

2006-01-16 Thread Vit Zyka
\getbuffer[table3] \stoptext --- does not work. Here is a log from live-wiki: (./texweb-table3.tmp ! Use of \dododecrement doesn't match its definition. \doifnextcharelse ...token =#1\def \!!stringa {#2

Re: [NTG-context] math align

2006-01-16 Thread Hans Hagen
}} \stopformula} \stopbuffer \startbuffer \startcombination[2*1] {\externalfigure[1][width=0.45\textwidth,type=buffer]}{} {\externalfigure[2][width=0.45\textwidth,type=buffer]}{} \stopcombination \stopbuffer \placefigure [][-] {none} {\getbuffer} \stoptext As you can see, Hans' solution

Re: [NTG-context] [Fwd: after=\page in natural tables]

2006-01-16 Thread Hans Hagen
\stopbuffer \starttext \getbuffer[table3] \stoptext --- does not work. Here is a log from live-wiki: (./texweb-table3.tmp ! Use of \dododecrement doesn't match its definition. \doifnextcharelse ...token =#1\def \!!stringa {#2

Re: [NTG-context] math align

2006-01-16 Thread David Arnold
in their respective half of the page? wikiable: \definecombination[twoformulas][location=top,align=middle] \startalignment[middle] \dontleavehmode \startcombination [twoformulas][2*1] {\getbuffer[1]} {} {\getbuffer[2]} {} \stopcombination \stopalignment \def\StartTwo{\startalignment[middle

[NTG-context] last natural table column longer

2006-01-15 Thread Vit Zyka
} \eTABLE \stopbuffer \starttext \startcolumns \getbuffer[table] \stopcolumns \stoptext -- Thanks Vit ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] math align

2006-01-15 Thread Hans Hagen
= f \formulanumber %D } \stopformula %D \stopbuffer %D %D \typebuffer \getbuffer %D %D \startbuffer %D \placeformula \startformula \startalign %D \NC a \EQ b \NR[+] %D \NC c \EQ d \NR %D \NC\EQ f \NR[for:hans] %D \NC\EQ g \NR[for:whoelse][a] %D \NC\EQ h \NR[for:whomore][b] %D \NC

Re: [NTG-context] math align

2006-01-15 Thread Aditya Mahajan
. However, with multiple columns, \NC ... \NC does not work as expected. Consider \usemodule[math-ext] \starttext Three columns work correctly if I use \ \startbuffer \startformula \startalign[n=3] a = b = c \\ d = e = f \stopalign \stopformula \stopbuffer \typebuffer \getbuffer But they do

Re: [NTG-context] math align

2006-01-15 Thread David Arnold
%D \typebuffer \getbuffer %D %D \startbuffer %D \placeformula \startformula \startalign %D \NC a \EQ b \NR[+] %D \NC c \EQ d \NR %D \NC\EQ f \NR[for:hans] %D \NC\EQ g \NR[for:whoelse][a] %D \NC\EQ h \NR[for:whomore][b] %D \NC\EQ i \NR %D \stopalign \stopformula %D \stopbuffer %D %D

Re: [NTG-context] math align

2006-01-15 Thread David Arnold
}} %D \startbuffer %D \placeformula \startformula \eqalignno { %D a = b \formulanumber \cr %D c = d \cr %D= e \cr %D= f \formulanumber %D } \stopformula %D \stopbuffer %D %D \typebuffer \getbuffer %D %D \startbuffer %D \placeformula \startformula \startalign %D \NC a \EQ b \NR[+] %D \NC c

Re: [NTG-context] Reg. fonts and math

2006-01-13 Thread Hans Hagen
\formulanumber \cr %D c = d \cr %D= e \cr %D= f \formulanumber %D } \stopformula %D \stopbuffer %D %D \typebuffer \getbuffer %D %D \startbuffer %D \placeformula \startformula \startalign %D \NC a \EQ b \NR[+] %D \NC c \EQ d \NR %D \NC\EQ f \NR[for:hans] %D \NC\EQ g \NR[for:whoelse][a] %D \NC

[NTG-context] Bibliography module +BibteX with \cite inside buffer

2006-01-06 Thread Alexandre Billon
When I put a \cite inside buffer and that I \getbuffer inside the text, the reference displys correctly BUT the list of reference isn't anymore displayed.(I use Bibtex) I have the latest bibmodule (11.23.2005) Is that a bug ? Hos to avoid this behaviour ? (I'm a beginner). Thanks

Re: [NTG-context] Bibliography module +BibteX with \cite inside buffer

2006-01-06 Thread Taco Hoekwater
Alexandre Billon wrote: When I put a \cite inside buffer and that I \getbuffer inside the text, the reference displys correctly BUT the list of reference isn't anymore displayed.(I use Bibtex) I have the latest bibmodule (11.23.2005) Is that a bug ? Hos to avoid this behaviour ? (I'm

Re: [NTG-context] Bibliography module +BibteX with \cite inside buffer

2006-01-06 Thread Alexandre Billon
Hoekwater [EMAIL PROTECTED]: Alexandre Billon wrote: When I put a \cite inside buffer and that I \getbuffer inside the text, the reference displys correctly BUT the list of reference isn't anymore displayed.(I use Bibtex) I have the latest bibmodule ( 11.23.2005) Is that a bug ? Hos to avoid

Re: [NTG-context] About 'repeat' option of \startitemize

2005-12-21 Thread Hans Hagen
\startitemize[n] \item item 4.1 \item item 4.2 \stopitemize \stopbuffer \startitemize[n,repeat,6*broad,packed] \getbuffer \stopitemize \blank[3*big] \startitemize[n,repeat,packed] \getbuffer \stopitemize \blank[3*big] \setupitemize[each][atmargin][width=3em] \startitemize[n,repeat,packed] \getbuffer

[NTG-context] setupheadnumber loses table of contents

2005-12-21 Thread David Arnold
\stopbuffer \completecontent \chapter{The Process of\crlf Growing Wheat} \input tufte \startbuffer \startcombination[2*1] {\useMPgraphic{david}}{First caption} {\useMPgraphic{david}}{Second caption} \stopcombination \stopbuffer \placefigure[][fig:11] {This is the caption of the figure.} {\getbuffer

[NTG-context] section prefix=+

2005-12-21 Thread David Arnold
\section[parabola]{The Parabola} \input tufte \placefigure[][fig:1] {This is the caption of the figure.} {\getbuffer[figure]} \input tufte \placetable[][tab:1] {A very simple example of a table.} {\getbuffer[table]} \input tufte \placefigure[][fig:2] {This is the caption of the figure

Re: [NTG-context] section prefix=+ (oops)

2005-12-21 Thread David Arnold
caption} \stopcombination \stopbuffer \completecontent \chapter[quadratic]{Quadratic Functions} \input tufte \section[parabola]{The Parabola} \input tufte \placefigure[][fig:1] {This is the caption of the figure.} {\getbuffer[figure]} \input tufte \placetable[][tab:1] {A very simple example

Re: [NTG-context] Is it possible to automatically determine font size to fit text to a given space?

2005-12-03 Thread Daniel Pittman
\setupinterlinespace[line=2ex]% \startalignment[middle]% \getbuffer[label]% \stopalignment% \page} \stoptext ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Two framed texts on the same line

2005-11-25 Thread Hans Hagen
\stopgb \stopbuffer \startbuffer[right] \startgb[none] \input zapf \stopgb \stopbuffer \starttext \input tufte \definepairedbox[gb][location={right,top}] \startbaselinecorrection \placepairedbox[gb] {\getbuffer[left]} {\getbuffer[right]} \stopbaselinecorrection \input zapf \stoptext

Re[2]: [NTG-context] Two framed texts on the same line

2005-11-25 Thread Giuseppe Bilotta
\stopgb \stopbuffer \startbuffer[right] \startgb[none] \input zapf \stopgb \stopbuffer \starttext \input tufte \definepairedbox[gb][location={right,top}] \startbaselinecorrection \placepairedbox[gb] {\getbuffer[left]} {\getbuffer[right]} \stopbaselinecorrection \input zapf

Re: [NTG-context] Two framed texts on the same line

2005-11-25 Thread Hans Hagen
] \startgb[none] \input tufte \stopgb \stopbuffer \startbuffer[right] \startgb[none] \input zapf \stopgb \stopbuffer \starttext \input tufte \definepairedbox[gb][location={right,top}] \startbaselinecorrection \placepairedbox[gb] {\getbuffer[left

[NTG-context] marking in columnset

2005-11-24 Thread Vit Zyka
} \marking[M]{k1}\marking[M]{k2} \input knuth \section{Zapf} \marking[M]{z} \input zapf \stopbuffer \dorecurse{10}{\getbuffer} \stoptext --- If I try the same example in columnset layout, only last variant works as expected

[NTG-context] More to report on mfonts -- Lucida?

2005-11-23 Thread David Arnold
]@ \fontstyle } \edef \fontstyle {\fontstyle }\if... ... l.644 {\funny \getbuffer[sample]} ? Hitting s at this point to scroll through the errors, the compile finishes and I have an mfonts.pdf. Of course, the Lucida stuff is missing

[NTG-context] currentvalue

2005-11-09 Thread Hans Hagen
\currentvalue]} %D \framed{\ab} %D \stopbuffer %D \typebuffer %D %D Gives: \getbuffer Hans ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Problem with special first page of chapter setup

2005-10-31 Thread Gerben Wierda
] \noheaderandfooterlines \startalignment[left,nothyphenated] \startnarrower[4*left] \noindent \em \getbuffer [chapter:quote] \stopnarrower \stopalignment \resetsetups[quote:text] \page[right] \noheaderandfooterlines \blank[force,2*big] \stopsetups \startsetups

Re: [NTG-context] Problem with special first page of chapter setup

2005-10-31 Thread Peter Rolf
\em \getbuffer [chapter:quote] \stopnarrower \stopalignment \resetsetups[quote:text] \page[right] \noheaderandfooterlines \blank[force,2*big] \stopsetups \startsetups chapter:after \blank[3*big] \stopsetups

Re: [NTG-context] Problem with special first page of chapter setup

2005-10-28 Thread Peter Rolf
John Steinbeck} --- Sweet Thursday \stopbuffer \startsetups chapter:quote \getbuffer \stopsetups This works for me. But you better give the buffer a name :) Gretings, Peter \chapter[h:foo]{Foo} === I get that every word that is in the input

Re: [NTG-context] Anchoring layer

2005-10-05 Thread Thomas A. Schmitz
Thanks for your suggestion, but I didn't get it to work. In the end, I had recourse to some low-level stuff (caution, ugly code ahead!): \defineoverlay[info][{\getbuffer[info]}] \setupbackgrounds[page][background={info}] \startbuffer[info] \vbox to \paperheight \bgroup \vskip -1 cm

Re: [NTG-context] Anchoring layer

2005-10-05 Thread Peter Rolf
no output \stoptext %%% Local Variables: %%% mode: context %%% TeX-master: %%% End: See details.pdf for layer usage :) Peter \defineoverlay[info][{\getbuffer[info]}] \setupbackgrounds[page][background={info}] \startbuffer[info] \vbox to \paperheight \bgroup \vskip -1 cm \framed

Re: [NTG-context] t-rsteps and starttyping

2005-09-22 Thread Christopher Creutzig
\doStartLong} \egroup \def\doStartLong#1\StopLong{% \setbuffer[x]#1\endbuffer \endgroup \getbuffer[x] } \starttext \StartLong \starttyping abcde \stoptyping and now for something completely different \StopLong \stoptext Christopher ___ ntg-context

Re: [NTG-context] t-rsteps and starttyping

2005-09-22 Thread David Munger
this: \bgroup \catcode`\^^M=\active \gdef\StartLong{\begingroup\obeylines\let^^M^^J\doStartLong} \egroup \def\doStartLong#1\StopLong{% \setbuffer[x]#1\endbuffer \endgroup \getbuffer[x] } \starttext \StartLong \starttyping abcde \stoptyping and now for something completely

Re: [NTG-context] A side by side float that takes advantage of the margin

2005-09-16 Thread Hans Hagen
in buffers: \startbuffer[table] ... \stopbuffer \startbuffer[figure] ... \figure \placetable [here][label] {caption} {\centerline {\placesidebyside {\getbuffer[table]} {\getbuffer[figure

Re: [NTG-context] Relative font scaling

2005-09-01 Thread Hans Hagen
scaled 6000]\test TEST \par %D \stopbuffer %D %D \typebuffer %D %D \startpacked %D \getbuffer %D \stoppacked - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt

Re: [NTG-context] A question on drawing functions in MetaFun

2005-08-12 Thread Hans Hagen
). \startbuffer[def] \defineframed[Shaped][background=Shape,frame=off,location=low] \stopbuffer \getbuffer[def] We can now put this background shape behind the running text, for instance with: \startbuffer some \inframed[background=Shape]{text} with a frame ... some \Shaped{text

RE: [NTG-context] \placecontent problems

2005-07-25 Thread Idris Samawi Hamid
\startappendices \getbuffer[synopsis] \stopappendices As always a lifesaver: THNX!!! Best Idris Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523 ___ ntg-context

Re: [NTG-context] Re: Confusion with font instructions

2005-07-04 Thread Radhelorn
] \usetypescript [lucida] [\defaultencoding] \setupbodyfont [palatino] \setupoutput[pdftex] \startbuffer Some {\bf text} to {\it test} {\sl font} {\bs switching}. \stopbuffer \starttext \getbuffer \switchtobodyfont [postscript] \getbuffer \switchtobodyfont [lucida] \getbuffer \stoptext Works

Re: [NTG-context] International characters in math

2005-07-02 Thread Radhelorn
}+\dot{c}}$$ \stopbuffer \starttext \getbuffer \switchtobodyfont[mytf] \getbuffer \switchtobodyfont[modern] \getbuffer \stoptext Third formula remains roman. Why so? -- Radhelorn [EMAIL PROTECTED] ___ ntg-context mailing list ntg-context@ntg.nl http

RE: [NTG-context] centering framed boxes

2005-05-17 Thread Idris Samawi Hamid
\hbox{$\vcenter{\getbuffer[test]}\llap{$\vcenter{\getbuffer[testing]}$}$} } \stopbuffer \getbuffer[Test] \stoptext === Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523

[NTG-context] Re: Activating urls

2005-04-08 Thread Patrick Gundlach
://partners.adobe.com/public/developer/en/font/5091.Design_MM_Fonts.pdf] \setupinteraction[state=start] \startbuffer \url[Adobe] \from[Adobe] \stopbuffer \starttext \typebuffer \getbuffer \stoptext -- Patrick -- ConTeXt wiki and more: http://contextgarden.net

[NTG-context] howto \getbuffer inside of \startTEX ... \stopTEX

2005-04-03 Thread VnPenguin
Hi all, I have a following code: -- \startbuffer \bTABLE \bTR \bTH title1 \eTH \bTH title2 \eTH \eTR \bTR \bTD data1 \eTD \bTD data2 \eTD \eTR \eTABLE \stopbuffer \startTEX \getbuffer \stopTEX \getbuffer

Re: [NTG-context] howto \getbuffer inside of \startTEX ... \stopTEX

2005-04-03 Thread h h extern
VnPenguin wrote: Hi all, I have a following code: -- \startbuffer \bTABLE \bTR \bTH title1 \eTH \bTH title2 \eTH \eTR \bTR \bTD data1 \eTD \bTD data2 \eTD \eTR \eTABLE \stopbuffer \startTEX \getbuffer \stopTEX \getbuffer

Re: [NTG-context] footnote placement

2005-03-29 Thread Hans Hagen
Gerben Wierda wrote: I have been trying to do this for a test with larger notes, but this fails: \starttext \startbuffer[tufte] \input tufte \stopbuffer \startbuffer[knuth] \input knuth \stopbuffer \dorecurse{100}{test \footnote{\typebuffer[knuth]} \endnote{eee}\endgraf} it's \getbuffer else you

RE: [NTG-context] footnote placement

2005-03-29 Thread Idris Samawi Hamid
= Original Message From Hans Hagen [EMAIL PROTECTED] = \starttext \startbuffer[tufte] \input tufte \stopbuffer \startbuffer[knuth] \input knuth \stopbuffer \dorecurse{100}{test \footnote{\typebuffer[knuth]} \endnote{eee}\endgraf} it's \getbuffer else you indeed get a verbatim

[NTG-context] protruding in the margin

2005-03-28 Thread Steffen Wolfrum
] \input zapf \stopbuffer[sometext] \startbuffer[moretext] \input ward \stopbuffer[moretext] \setuptexttexts [margin] [\setups{flushmynotes}] [] \startsetups flushmynotes \vbox to \textheight{\placenotes[mynote]\vfill} \stopsetups \starttext \dorecurse{10}{\input tufte \mynote{\getbuffer

Re: [NTG-context] Title-page overlay / wiki example

2005-03-21 Thread h h extern
=color, backgroundcolor=blue, foregroundcolor=red, align=normal] % {\setuptyping[before=,after=]\typebuffer[title]}}} {\getbuffer[title]}}} \setupbackgrounds[page][background=TitleGraphic] \starttext \startstandardmakeup \stopstandardmakeup \stoptext

Re: [NTG-context] critical editions in context

2005-03-16 Thread h h extern
test test test \linenote {oeps} test test test test test test test \extralinenote {oeps} test test test test test test test \stoplinenote [well] test test test test test test \stoplinenumbering \stopbuffer {\typebuffer[test] \getbuffer[test]} \page \startbuffer[setup] \setuplinenumbering [align=left

Re: [NTG-context] \raggedright?

2005-03-13 Thread Willi Egger
\starttext {\raggedright{ \getbuffer[Knuth]}} \blank[2*big] {\raggedleft {\getbuffer[Ward]}} \blank[2*big] {\raggedright {\getbuffer[Zapf]}} \framedtext[align=left,width=9cm,fram=on,offset=.5cm]{ \getbuffer[Zapf]} \stoptext ___ ntg-context

Re: [NTG-context] AntykwaTorunska fonts: how to use ?

2005-02-17 Thread Hans Hagen
torunska: \TestA \getbuffer}\blank {antikwa torunska light: \TestB \getbuffer}\blank {antikwa torunska condensed: \TestC \getbuffer}\blank {antikwa torunska light condensed: \TestD \getbuffer} \stopTEXpage \stoptext (of course you need the latest antykwa fonts) Hans

Re: [NTG-context] Russia (cyrillic letters)

2005-01-31 Thread Mikael Persson
characters \stopbuffer \chardef\utfunicodetracer=0 \blank \getbuffer \blank \chardef\utfunicodetracer=2 \blank \getbuffer \blank \chardef\utfunicodetracer=7 \blank \getbuffer \blank \stoptext but i cannot test the font part, can you send me a zip with your t2a tfm files and map file

Re: [NTG-context] Russia (cyrillic letters)

2005-01-30 Thread h h extern
that the utf part is okay: \enableregime[utf] % \definetypeface [russian] % [rm] [serif] [computer-modern] [default] [encoding=t2a] % % \setupbodyfont[russian] \starttext \startbuffer % Some russian characters \stopbuffer \chardef\utfunicodetracer=0 \blank \getbuffer \blank \chardef\utfunicodetracer=2

Re: [NTG-context] m-letter.tex -- backslash interpretation error

2005-01-10 Thread Rob Ermers
{initials}, %formalname=\XMLflush{formalname}, %informalname=\XMLflush{informalname} %content={\getbuffer[texletter]}, %,content=\getbuffer concerns=Ge\interesseerd?, date=10 januari 2005, author=Dr. R.J.H.M. Ermers ] \setvariables[contacts][selection=n, file=test-data.xml] \startsetups

Re: [NTG-context] m-letter.tex -- backslash interpretation error

2005-01-10 Thread Rob Ermers
-pol-jan2005 %\stopbuffer \setvariables [letter:data] [address=\XMLflush{address}, %prefix=\XMLflush{prefix}, %initials=\XMLflush{initials}, %formalname=\XMLflush{formalname}, %informalname=\XMLflush{informalname} %content={\getbuffer[texletter]}, %,content=\getbuffer concerns=Ge\interesseerd?, date

Re: [NTG-context] m-letter

2005-01-07 Thread Rob Ermers
}, content={\getbuffer[texletter]} ] Result in pdf: Geachte Heer Hagen, input brieftekst Met vriendelijke groet, ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] using \startfiguretext ... \stopfiguretext

2004-12-12 Thread Nikolai Weibull
buffers makes sense here: \startbuffer lots of text \stopbuffer \placefigure {What a caption} {\placelegend {\externalfigure[cow.pdf]} {\getbuffer}} Yeah, that's a good suggestion, nikolai -- ::: name: Nikolai Weibull:: aliases: pcp / lone-star / aka

Re: [NTG-context] using \startfiguretext ... \stopfiguretext

2004-12-10 Thread h h extern
\stopbuffer \placefigure {What a caption} {\placelegend {\externalfigure[cow.pdf]} {\getbuffer}} Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt

[NTG-context] \in{hyperref}[tableref] at first char of line causes misplaced paragraph

2004-11-11 Thread Nigel King
is a minimum (I think) file which demonstrates the problem very clearly. \setupinteraction[state=start] \setupwhitespace[big] \starttext \input tufte \startbuffer[] \bTABLE[width=2.5in] \bTR \bTD \input tufte \eTD\eTR \eTABLE \stopbuffer \placetable [right] [tab:1] {A Table} {\getbuffer

Re: [NTG-context] \in{hyperref}[tableref] at first char of line causes misplaced paragraph

2004-11-11 Thread Hans Hagen
} {\getbuffer[]} \input tufte \in{Table}[tab:1] this paragraph does not format correctly because the hypereference is at the first character of the paragraph. Note that the spacing (before) is incorrect as well as the width. T\in{able}[tab:1] this paragraph does format correctly because

Re: [NTG-context] Natural Table does not allow using defined typing in its cell

2004-09-23 Thread Hans Hagen
\startprogramlisting Hello World! Hello + txtName.text + ! \stopprogramlisting \stopbuffer \bTABLE \bTR \bTD Set the value to \eTD \bTD \getbuffer \eTD \eTR \eTABLE ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman

Re: [NTG-context] Help with LaTeX - ConTeXt book typesetting

2004-09-10 Thread Hans Hagen Outside
{palatino: hz, ragged right} \setupalign[right,hanging,hz] \input tufte \endgraf \subject{palatino: no hz, aligned} \setupalign[normal,hanging,nohz] \input tufte \endgraf \subject{palatino: hz, aligned} \setupalign[normal,hanging,hz] \input tufte\endgraf \page} \stopbuffer \getbuffer \page \setuplayout

Re: [NTG-context] \CAP command does not work

2004-08-10 Thread Hans Hagen
Salman Khilji wrote: Why don't I see capitals in the following example? \setupbodyfont [cmr,12pt] \starttext \startbuffer[test] The quick brown fox jumps over the lazy dog. \stopbuffer \getbuffer[test] \CAP{\getbuffer[test]} \stoptext in this case you should follow Hraban's suggestion

[NTG-context] \CAP command does not work

2004-08-09 Thread Salman Khilji
Why don't I see capitals in the following example? \setupbodyfont [cmr,12pt] \starttext \startbuffer[test] The quick brown fox jumps over the lazy dog. \stopbuffer \getbuffer[test] \CAP{\getbuffer[test]} \stoptext ___ ntg-context mailing list

Re: [NTG-context] Best source of ConTeXt documentation?

2004-08-02 Thread Hans Hagen
sources - i want to stimulate users to writ etheir own styles not to mimick existing ones (i.e. avoid the 'all tex files look the same' problem) - also: most examples in manuals are typeset using \startbuffer ... \stopbuffer \typebuffer \getbuffer so ... there are no hidden tricks (unless

[NTG-context] suppressing hyphenation and setlayerframed

2004-07-27 Thread Eros Albertazzi
,nothyphenated,width} that was suggested in the reply here is the piece I work with: \setlayerframed[page][preset=righttop, column=1,line=30][width=\dimexpr((\paperwidth-2cm)/2),align=]{\getbuffer[b]} with the buffer: \startfiguretext [left][]{} {\externalfigure[t1][width=.2\textwidth]} ... nohypened

Re: [NTG-context] side figure and typing

2004-07-24 Thread Hans Hagen Outside
Willi Egger wrote: \startbuffer[test] \starttyping pack .ok .cancel .help -side top \stoptyping \stopbuffer \startbuffer[test] pack . \stopbuffer \starttext \SideFigure{right}{pack2}{figure.jpg}{0.25} { \getbuffer[test] \typebuffer[test] } Hans

Re: [NTG-context] side figure and typing

2004-07-23 Thread Willi Egger
\SideFigure{right}{pack2}{figure.jpg}{0.25} { \getbuffer[test] } \stoptext kind regards Willi [EMAIL PROTECTED] wrote: Hi all ! let us imagine we have defined the following command: \def\SideFigure#1#2#3#4#5% { \placefigure[#1]{#2}{\externalfigure[#3][width=#4\makeupwidth]} #5 } which can

Re: [NTG-context] poster, howto for beginner

2004-07-06 Thread Hans Hagen
] \definelayer[page][width=\paperwidth,height=\paperheight] \starttext \startbuffer[a] \input ward \stopbuffer \startbuffer[b] \input ward \stopbuffer \setlayerframed[page][preset=lefttop, x=2cm,y=2cm][width=5cm,align=normal]{\getbuffer[a]} \setlayerframed[page][preset=rightbottom,x=2cm,y=2cm

[NTG-context] (no subject)

2004-02-01 Thread Vit Zyka
Hallo ConTeXt debater, this buffer storage works perfectly: \starttext \startbuffer[TMP] Bla \stopbuffer \getbuffer[TMP] \stoptext but why not this one? \starttext \def\tmp{% \startbuffer[TMP] Bla \stopbuffer } \tmp \getbuffer[TMP] \stoptext Thanks Vit

Re: [NTG-context] address labels

2004-01-11 Thread Willi Egger
] {\switchtobodyfont[10pt]\getbuffer[Adr\recurselevel]} \setlayer [Etiket] [preset=lefttop,location={right,bottom}] {\switchtobodyfont[5pt]\Logo} \placelayer[Etiket]} \stoptext

Re: [NTG-context] address labels

2004-01-11 Thread R. Ermers
\dorecurse{\Addresses}{% \setlayer [Etiket] [preset=leftbottom,location={right,top},y=-3mm,x=-3mm] {\switchtobodyfont[10pt]\getbuffer[Adr\recurselevel]} \setlayer [Etiket] [preset=lefttop,location={right,bottom}] {\switchtobodyfont[5pt]\Logo

Re: [NTG-context] Absolute positioning

2003-12-02 Thread Hans Hagen
]]} {\input knuth \relax} \input knuth \blank \input tufte \SomeNote{[[tufte]]} {\input tufte \relax} \input tufte \blank \input bryson \SomeNote{[[bryson]]}{\input bryson\relax} \input bryson \blank \stopbuffer \dorecurse{10}{\getbuffer} \stoptext ___ ntg

Re: [NTG-context] Slides and notes

2003-11-03 Thread Hans Hagen
\input ward \stoppagecomment \page \stopbuffer \setuppagecomment[state=start,location=right] \getbuffer \setuppagecomment[state=start,location=bottom] \getbuffer \setuppagecomment[state=start,location=left]\getbuffer \setuppagecomment[state=start,location=top] \getbuffer \stoptext

Re: [NTG-context] columns and alignment at the bottom

2003-10-12 Thread Willi Egger
... \stopframedtext \page \stopbuffer \startbuffer[Addresse2] \startframedtext ... \stopframedtext \page \stopbuffer \starttext \dorecurse{6}{\getbuffer[Addresse\recurselevel]}%between first braces number of addresses you have in buffers \stoptext You will have to play

[NTG-context] Odp: ntg-context digest, Vol 1 #484 - 13 msgs

2003-09-24 Thread ^Nitram^
but if I use \startnitram \getbuffer \stopnitram I have as result: \getbuffer ;) I would like to define some code in buffer and use it as example (typing this code) and show how it works (use this code). I can use \getbuffer and \typebuffer, but I would like to put code into a 'nice' frame ;) I can

[NTG-context] Re: Odp: ntg-context digest, Vol 1 #484 - 13 msgs

2003-09-24 Thread Patrick Gundlach
Hi, It works but if I use \startnitram \getbuffer \stopnitram I have as result: \getbuffer ;) right, that is verbatim mode :) I would like to define some code in buffer and use it as example (typing this code) and show how it works (use this code). I can use \getbuffer

[NTG-context] Typing in new command problems

2003-09-23 Thread ^Nitram^
Hi, I try to define new command with typing in this way: \def\Command#1% { \framed[options] { \starttyping #1 \stoptyping } } and use it in this way: \Command{\getbuffer[name]} but I have an error: ! Argument of \copyverbatimline has an extra }. If I change to \def\Command#1#2% I have

<    5   6   7   8   9   10