Re: [NTG-context] How to rotate the caption of a table...

2023-03-25 Thread Willi Egger via ntg-context
ct is a table which does not fit the width of the page. Hence I >> need to rotate it. Rotating the table is ok, but the caption is not rotated. >> My question is how can I instruct ConTeXt to rotate the caption and place it >> on the right side? >> My attempt: >&

Re: [NTG-context] How to rotate the caption of a table...

2023-03-25 Thread Henning Hraban Ramm via ntg-context
Am 25.03.23 um 21:39 schrieb Willi Egger via ntg-context: Hello everybody, in my project is a table which does not fit the width of the page. Hence I need to rotate it. Rotating the table is ok, but the caption is not rotated. My question is how can I instruct ConTeXt to rotate the caption

[NTG-context] How to rotate the caption of a table...

2023-03-25 Thread Willi Egger via ntg-context
Hello everybody, in my project is a table which does not fit the width of the page. Hence I need to rotate it. Rotating the table is ok, but the caption is not rotated. My question is how can I instruct ConTeXt to rotate the caption and place it on the right side? My attempt: test.pdf

Re: [NTG-context] \rotate[rotation=270] adds extra vertical space

2021-10-22 Thread Pablo Rodriguez via ntg-context
kip4cm \dostepwiserecurse{0}{360}{10}{ \doloopoverlist{normal,default,depth,fit,broad,high,middle}{ \ruledhbox{\rotate[rotation=\recurselevel, location=\recursestring]{% \framed [width=\textheight, height=\textwidth, rulethickness=5pt, depth=0cm, foregroundstyle=\bfd] {\recurse

Re: [NTG-context] \rotate[rotation=270] adds extra vertical space

2021-10-22 Thread Hans Hagen via ntg-context
}] \starttext \doiffile{A3page.pdf} {\def\Doc{A3page.pdf} \getfiguredimensions[\Doc] \dorecurse{\noffigurepages} {\ifodd\recurselevel \rotate[rotation=90] {\externalfigure[\Doc][page=\recurselevel, width=\textheight]} \else\rotate[rotation=270

[NTG-context] \rotate[rotation=270] adds extra vertical space

2021-10-21 Thread Pablo Rodriguez via ntg-context
] \dorecurse{\noffigurepages} {\ifodd\recurselevel \rotate[rotation=90] {\externalfigure[\Doc][page=\recurselevel, width=\textheight]} \else\rotate[rotation=270] {\externalfigure[\Doc][page=\recurselevel, width=\textheight]} \fi}} \stoptext I’m afraid that if

[NTG-context] [rotate question]

2020-05-01 Thread Floris van Manen
I try to introduce a per character rotation using lua. But a negative rotation angle seems to introduce a vertical offset to the base line. It might be intended, but how to get it gone? Any hints? .Floris \def\streepA{% \rotate[rotation=\ctxlua{context(math.random(1,15))}]{\|}% } \def\streepB

Re: [NTG-context] \numexpr in \rotate error

2019-10-16 Thread Hans Hagen
On 10/16/2019 5:02 PM, cont...@vivaldi.net wrote: Hello, the following code stopped working after today's Ctx update: \setupexternalfigures[location=default] \starttext   %\externalfigure[hacker]   \getrandomnumber\t{0}{20}   \rotate[rotation=\numexpr\t-10\relax]{\externalfigure[

[NTG-context] \numexpr in \rotate error

2019-10-16 Thread context
Hello, the following code stopped working after today's Ctx update: \setupexternalfigures[location=default] \starttext %\externalfigure[hacker] \getrandomnumber\t{0}{20} \rotate[rotation=\numexpr\t-10\relax]{\externalfigure[dummy]} \stoptext with: " tex error

Re: [NTG-context] MetaFun: Rotate picture without rotating labels

2018-04-05 Thread Henri Menke
On Fri, 2018-04-06 at 11:05 +1200, Henri Menke wrote: > Dear list, > > In the MWE below I would like py to be px rotated by 90 degrees but the labels > should not be rotated.  Is it possible? > > Cheers, Henri > > --- I thought of using vardef but that is kind of verbose because I gave to repea

[NTG-context] MetaFun: Rotate picture without rotating labels

2018-04-05 Thread Henri Menke
Dear list, In the MWE below I would like py to be px rotated by 90 degrees but the labels should not be rotated.  Is it possible? Cheers, Henri --- \startMPpage   path p ; p := origin .. (2,1) .. (3,0) .. (2,-1) .. (-2,1) .. (-3,0) .. (-2,-1) .. cycle ;   picture px, py ;   px := image (

Re: [NTG-context] Rotate does not work on externalfigure

2014-08-20 Thread Wolfgang Schuster
Am 20.08.2014 um 18:00 schrieb Gerben Wierda : >>>> \rotate[rotation=90]{\externalfigure[cow][width=4cm]} >>> >>> This works better, but the figure's size is not changed. Apparently, the >>> size is calculated before it is rotated. And the

Re: [NTG-context] Rotate does not work on externalfigure

2014-08-20 Thread Gerben Wierda
; >>>> \placefigure [] [foo] {Bar} >>>>{\externalfigure[foo.pdf][rotation=90]} >>>> >>>> Does not rotate my figure. It just remains as is. Am I forgetting >>>> something? >>> >>> You’re using the wrong key. >>>

Re: [NTG-context] Rotate does not work on externalfigure

2014-08-20 Thread Wolfgang Schuster
Am 20.08.2014 um 17:39 schrieb Gerben Wierda : > > On 20 Aug 2014, at 17:26, Wolfgang Schuster > wrote: > >> >> Am 20.08.2014 um 17:09 schrieb Gerben Wierda : >> >>> \placefigure [] [foo] {Bar} >>> {\externalfigure[foo.pdf][rotation=

Re: [NTG-context] Rotate does not work on externalfigure

2014-08-20 Thread Gerben Wierda
On 20 Aug 2014, at 17:26, Wolfgang Schuster wrote: > > Am 20.08.2014 um 17:09 schrieb Gerben Wierda : > >> \placefigure [] [foo] {Bar} >> {\externalfigure[foo.pdf][rotation=90]} >> >> Does not rotate my figure. It just remains as is. Am I forgetting

Re: [NTG-context] Rotate does not work on externalfigure

2014-08-20 Thread Wolfgang Schuster
Am 20.08.2014 um 17:09 schrieb Gerben Wierda : > \placefigure [] [foo] {Bar} > {\externalfigure[foo.pdf][rotation=90]} > > Does not rotate my figure. It just remains as is. Am I forgetting something? You’re using the wrong key. \setupexternalfigures[location=default]

[NTG-context] Rotate does not work on externalfigure

2014-08-20 Thread Gerben Wierda
\placefigure [] [foo] {Bar} {\externalfigure[foo.pdf][rotation=90]} Does not rotate my figure. It just remains as is. Am I forgetting something? G___ If your question is of interest to others as well, please

Re: [NTG-context] Rotate multiline text

2014-06-23 Thread Aditya Mahajan
On Sun, 22 Jun 2014, Hans Hagen wrote: On 6/18/2014 1:35 AM, Aditya Mahajan wrote: Hi, I want to rotate a multiline text by 90 degrees, and I thought that \framed[orientation=90] should do that. But it does not work as expected. \defineframed[tightbox] [align=middle, width=fit, height=fit

Re: [NTG-context] Rotate multiline text

2014-06-22 Thread Hans Hagen
On 6/18/2014 1:35 AM, Aditya Mahajan wrote: Hi, I want to rotate a multiline text by 90 degrees, and I thought that \framed[orientation=90] should do that. But it does not work as expected. \defineframed[tightbox] [align=middle, width=fit, height=fit] \defineframed[rotatebox][tightbox

[NTG-context] Rotate multiline text

2014-06-17 Thread Aditya Mahajan
Hi, I want to rotate a multiline text by 90 degrees, and I thought that \framed[orientation=90] should do that. But it does not work as expected. \defineframed[tightbox] [align=middle, width=fit, height=fit] \defineframed[rotatebox][tightbox][orientation=90] \starttext \startlines ABC

Re: [NTG-context] \rotate broken

2012-01-05 Thread Vianney le Clément
2012/1/5 Hans Hagen : > indeed, i already fixed it yesterday but didn't upload yet > > Hans Always nice to hear. I'll patiently wait for the Wise Men then :o). Thanks, Vianney ___ If your question is of interest to ot

Re: [NTG-context] \rotate broken

2012-01-05 Thread Hans Hagen
On 5-1-2012 19:05, Vianney le Clément wrote: Hi, The latest beta seems to have broken the \rotate command. \starttext \rotate{Test} \stoptext gives the following error indeed, i already fixed it yesterday but didn't upload yet

[NTG-context] \rotate broken

2012-01-05 Thread Vianney le Clément
Hi, The latest beta seems to have broken the \rotate command. \starttext \rotate{Test} \stoptext gives the following error ! Missing { inserted. system > tex > error on line 2 in file test.tex: Missing { inserted ... 1 \starttext 2 >> \rotate{Test} 3

Re: [NTG-context] Broken Nightly Chokes on \rotate

2011-12-30 Thread Kip Warner
On Fri, 2011-12-30 at 23:13 +0100, Hans Hagen wrote: > don't feel too guilty .. we need testing in order to get things right .. > currently I'm cleaning up, changing namespaces, getting rid of old code, > trying to make code more readable and do an occasional speedup and > therefore bugs can cre

Re: [NTG-context] Broken Nightly Chokes on \rotate

2011-12-30 Thread Hans Hagen
On 30-12-2011 21:26, Kip Warner wrote: On Fri, 2011-12-30 at 12:16 +0100, Hans Hagen wrote: it is indeed an issue as those temp vars are gone ... i redid the rotate last night and will update later today You know, sometimes I feel guilty pointing out how this or that is broken, but I suppose

Re: [NTG-context] Broken Nightly Chokes on \rotate

2011-12-30 Thread Kip Warner
On Fri, 2011-12-30 at 12:16 +0100, Hans Hagen wrote: > it is indeed an issue as those temp vars are gone ... i redid the rotate > last night and will update later today You know, sometimes I feel guilty pointing out how this or that is broken, but I suppose its constructive since the boo

Re: [NTG-context] Broken Nightly Chokes on \rotate

2011-12-30 Thread Hans Hagen
On 30-12-2011 08:40, Wolfgang Schuster wrote: Am 30.12.2011 um 05:55 schrieb Kip Warner: Hey folks, The nightly for Dec 29th seems to choke on \rotate. I have a statement: \midaligned{\rotate[rotation=42]{\color[red] \bft THIS IS A DRAFT!}} ConTeXt emits the following: ! Undefined

Re: [NTG-context] Broken Nightly Chokes on \rotate

2011-12-29 Thread Wolfgang Schuster
Am 30.12.2011 um 05:55 schrieb Kip Warner: > Hey folks, > > The nightly for Dec 29th seems to choke on \rotate. I have a statement: > > \midaligned{\rotate[rotation=42]{\color[red] \bft THIS IS A DRAFT!}} > > ConTeXt emits the following: > > !

[NTG-context] Broken Nightly Chokes on \rotate

2011-12-29 Thread Kip Warner
Hey folks, The nightly for Dec 29th seems to choke on \rotate. I have a statement: \midaligned{\rotate[rotation=42]{\color[red] \bft THIS IS A DRAFT!}} ConTeXt emits the following: ! Undefined control sequence. \dodorotatenextbox ... \@@rorotation \@@layerxpos

Re: [NTG-context] Rotate text in TABLE-header

2011-11-15 Thread Hans Hagen
On 15-11-2011 20:41, Christian wrote: \bTABLE \bTR[rotate=90] \bTD I am flipped \eTD \bTD Me too. \eTD \bTD Same here! \eTD \eTR \eTABLE \bTABLE \bTR \bTD \rotate[rotation=45]{I am flipped} \eTD

[NTG-context] Rotate text in TABLE-header

2011-11-15 Thread Christian
Dear list, is there an easy option to rotate all text (not the table itself) in the first row of a TABLE? something like this: \bTABLE \bTR[rotate=90] \bTD I am flipped \eTD \bTD Me too. \eTD \bTD Same here! \eTD \eTR \eTABLE

Re: [NTG-context] Splitting of rotate table

2011-08-28 Thread Jaroslav Hajtmar
Hello ... To my previous mail I am sending minimal example of strange behavior of splitting rotated table: Can somehow be corrected? Jaroslav Hajtmar \definepapersize[paperportrait][A4] \definelayout[portrait][width=middle, topspace=5mm, header=1cm, footer=1.5cm, height=middle] \setuppaper

Re: [NTG-context] Splitting of rotate table

2011-08-28 Thread Jaroslav Hajtmar
Hello... Sorry. I found a while ago solving of my question (http://archive.contextgarden.net/message/20070531.194738.fd862154.en.html). I looked bad before. Can I somehow vertically center all parts of splitting table? Probably due to the preset layout everything is just fine for the first par

[NTG-context] Splitting of rotate table

2011-08-27 Thread Jaroslav Hajtmar
Hello ConTeXtist... How can I arrange for correct split of rotated tables? Division table does not respect margin of the page and on the next page is the rest of the table in the middle of the page (and not on the left edge). The table is placed separately on the whole page. Can reasonably arr

Re: [NTG-context] rotate a figure

2009-11-19 Thread Alan BRASLAU
On Thursday 19 November 2009 12:26:40 luigi scarso wrote: > On Thu, Nov 19, 2009 at 12:07 PM, Alan BRASLAU wrote: > > On Tuesday 17 November 2009 16:48:45 Hans Hagen wrote: > >> Peter Münster wrote: > >> > On Tue, Nov 17 2009, R. Bastian wrote: > >> &g

Re: [NTG-context] rotate a figure

2009-11-19 Thread luigi scarso
On Thu, Nov 19, 2009 at 12:07 PM, Alan BRASLAU wrote: > On Tuesday 17 November 2009 16:48:45 Hans Hagen wrote: >> Peter Münster wrote: >> > On Tue, Nov 17 2009, R. Bastian wrote: >> >>>> \rotate[rotation=90]{\externalfigure[filename]} >> >>&

Re: [NTG-context] rotate a figure

2009-11-19 Thread Alan BRASLAU
On Tuesday 17 November 2009 16:48:45 Hans Hagen wrote: > Peter Münster wrote: > > On Tue, Nov 17 2009, R. Bastian wrote: > >>>> \rotate[rotation=90]{\externalfigure[filename]} > >>> > >>> \externalfigure[filename][orientation=90] ;) > > \pla

Re: [NTG-context] rotate a figure

2009-11-17 Thread Hans Hagen
Peter Münster wrote: On Tue, Nov 17 2009, R. Bastian wrote: \rotate[rotation=90]{\externalfigure[filename]} \externalfigure[filename][orientation=90] ;) OK, it is the param I hoped to get, but how to find it in the doc ? Hello, I suppose, that you can find "orientation=..." o

Re: [NTG-context] rotate a figure

2009-11-17 Thread Peter Münster
On Tue, Nov 17 2009, R. Bastian wrote: > > > \rotate[rotation=90]{\externalfigure[filename]} > > > > \externalfigure[filename][orientation=90] ;) > > > OK, it is the param I hoped to get, but how to find it in the doc ? Hello, I suppose, that you can find "o

Re: [NTG-context] rotate a figure

2009-11-17 Thread R. Bastian
On Mon, 16 Nov 2009 22:16:34 +0100 Wolfgang Schuster scribit: > > Am 16.11.2009 um 19:37 schrieb Alan BRASLAU: > > > On Monday 16 November 2009 19:29:12 R. Bastian wrote: > >> Hello, > >> > >> is there a way to rotate a pdf-figure ? > >>

Re: [NTG-context] rotate a figure

2009-11-16 Thread Wolfgang Schuster
Am 16.11.2009 um 19:37 schrieb Alan BRASLAU: > On Monday 16 November 2009 19:29:12 R. Bastian wrote: >> Hello, >> >> is there a way to rotate a pdf-figure ? >> >> http://wiki.contextgarden.net/Using_Graphics >> >> thanks, > > \rotate[rotat

Re: [NTG-context] rotate a figure

2009-11-16 Thread Alan BRASLAU
On Monday 16 November 2009 19:29:12 R. Bastian wrote: > Hello, > > is there a way to rotate a pdf-figure ? > > http://wiki.contextgarden.net/Using_Graphics > > thanks, > \rotate[rotation=90]{\externa

[NTG-context] rotate a figure

2009-11-16 Thread R. Bastian
Hello, is there a way to rotate a pdf-figure ? http://wiki.contextgarden.net/Using_Graphics thanks, -- René Bastian www.pythoneon.org www.musiques-rb.org ___ If your question is of interest to others as well

Re: [NTG-context] Thanks. Two new questions: rotate and scale

2009-03-13 Thread Curious Learn
Taco Hoekwater elvenkind.com> writes: > > You want this, I think: > > beginfig(1); > ... do stuff ... > currentpicture := currentpicture scaled X; > endfig; > Awesome!! This is exactly what I was looking for. Thanks Taco and Mikael. ___

Re: [NTG-context] Thanks. Two new questions: rotate and scale

2009-03-13 Thread Taco Hoekwater
Curious Learn wrote: > Taco Hoekwater elvenkind.com> writes: > > (2) Is there a command to scale the whole picture...not the components? >> Parse error. In my view, the whole picture *is* the components. >> >> Best wishes, >> Taco > > Hi Taco, > > Sorry for the typo and for not being cl

Re: [NTG-context] Thanks. Two new questions: rotate and scale

2009-03-13 Thread Mikael Persson
On Fri, Mar 13, 2009 at 2:39 PM, Curious Learn wrote: > Taco Hoekwater elvenkind.com> writes: > > >> >> (2) Is there a command to scale the whole picture...not the components? >> >> Parse error. In my view, the whole picture *is* the components. >> >> Best wishes, >> Taco > > Hi Taco, > > Sorry f

Re: [NTG-context] Thanks. Two new questions: rotate and scale

2009-03-13 Thread Curious Learn
Taco Hoekwater elvenkind.com> writes: > >> (2) Is there a command to scale the whole picture...not the components? > > Parse error. In my view, the whole picture *is* the components. > > Best wishes, > Taco Hi Taco, Sorry for the typo and for not being clear. I meant the following. I know th

Re: [NTG-context] Thanks. Two new questions: rotate and scale

2009-03-13 Thread Taco Hoekwater
(2) Is there a command to scale the whole picture...not the components? Parse error. In my view, the whole picture *is* the components. Best wishes, Taco ___ If your question is of interest to others as well, plea

Re: [NTG-context] Thanks. Two new questions: rotate and scale

2009-03-13 Thread Curious Learn
Albrecht Kauffmann rz.uni-potsdam.de> writes: > > only to (1): try > > draw (((0,0) -- dir(0)*u -- dir(60)*u --cycle) rotated 60); Thanks Albrecht. That worked great. ___ If your question is of interest to others

Re: [NTG-context] Thanks. Two new questions: rotate and scale

2009-03-13 Thread Albrecht Kauffmann
ion. > > I have two new questions: > > (1) In the following code the triangle outline (obtained with the "draw" > command) does not rotate, i.e., I get the same triangle as without the > "rotated" > command. On the other hand the fill command rotates a

[NTG-context] Thanks. Two new questions: rotate and scale

2009-03-12 Thread Curious Learn
Aditya and Hans, Thanks very much for your replies. I suppose I should install minimals afterall. Still using the TexLive version. I have two new questions: (1) In the following code the triangle outline (obtained with the "draw" command) does not rotate, i.e., I get the same t

Re: [NTG-context] rotate bug?

2007-11-14 Thread Peter Rolf
Taco Hoekwater schrieb: > Hans Hagen wrote: >> Peter Rolf wrote: >>> Hi, >>> >>> This morning I used \rotate to correct some slightly sloped graphics and >>> noticed a weird behavior. In case of the rotation angle interval (-1,0) >>> the negati

Re: [NTG-context] rotate bug?

2007-11-14 Thread Peter Rolf
Hans Hagen schrieb: > Peter Rolf wrote: >> Hi, >> >> This morning I used \rotate to correct some slightly sloped graphics and >> noticed a weird behavior. In case of the rotation angle interval (-1,0) >> the negative sign is simply ignored, so the rotation

Re: [NTG-context] rotate bug?

2007-11-14 Thread Taco Hoekwater
Hans Hagen wrote: > Peter Rolf wrote: >> Hi, >> >> This morning I used \rotate to correct some slightly sloped graphics and >> noticed a weird behavior. In case of the rotation angle interval (-1,0) >> the negative sign is simply ignored, so the rotation

Re: [NTG-context] rotate bug?

2007-11-13 Thread Hans Hagen
Peter Rolf wrote: > Hi, > > This morning I used \rotate to correct some slightly sloped graphics and > noticed a weird behavior. In case of the rotation angle interval (-1,0) > the negative sign is simply ignored, so the rotation goes to the > opposite direction. > > Donn

[NTG-context] rotate bug?

2007-11-09 Thread Peter Rolf
Hi, This morning I used \rotate to correct some slightly sloped graphics and noticed a weird behavior. In case of the rotation angle interval (-1,0) the negative sign is simply ignored, so the rotation goes to the opposite direction. Donno if negative values for the rotation angle are allowed

Re: [NTG-context] rotate a TABLE

2007-01-14 Thread Hans Hagen
Mojca Miklavec wrote: > On 1/14/07, Gerhard Kugler wrote: > >> On Sat, Jan 13, 2007 at 12:02:43PM +0100, Henning Hraban Ramm wrote: >> >>> What's wrong with \rotate{your table} ? >>> >> Thanks Henning. >> >> But now I still

Re: [NTG-context] rotate a TABLE

2007-01-14 Thread Peter Rolf
Hi Gerhard, Gerhard Kugler wrote: > On Sat, Jan 13, 2007 at 12:02:43PM +0100, Henning Hraban Ramm wrote: >> What's wrong with \rotate{your table} ? > > Thanks Henning. > > But now I still have a problem. The TABLE covers a whole page. This > page should habe a col

Re: [NTG-context] rotate a TABLE

2007-01-14 Thread Mojca Miklavec
On 1/14/07, Gerhard Kugler wrote: > On Sat, Jan 13, 2007 at 12:02:43PM +0100, Henning Hraban Ramm wrote: > > > > What's wrong with \rotate{your table} ? > > Thanks Henning. > > But now I still have a problem. The TABLE covers a whole page. This > page should habe

Re: [NTG-context] rotate a TABLE

2007-01-14 Thread Gerhard Kugler
On Sat, Jan 13, 2007 at 12:02:43PM +0100, Henning Hraban Ramm wrote: > > What's wrong with \rotate{your table} ? Thanks Henning. But now I still have a problem. The TABLE covers a whole page. This page should habe a colored background (grey). I get the background, but shifted

Re: [NTG-context] rotate a TABLE

2007-01-13 Thread Henning Hraban Ramm
Am 2007-01-13 um 11:25 schrieb Gerhard Kugler: I want to rotate a TABLE (to landscape) within a normal (portrait) text. The TABLE covers one page. Which commands or options in commands do I have? What's wrong with \rotate{your table} ? Greetlings from Lake Constance! Hraban ---

[NTG-context] rotate a TABLE

2007-01-13 Thread Gerhard Kugler
Hi, I want to rotate a TABLE (to landscape) within a normal (portrait) text. The TABLE covers one page. Which commands or options in commands do I have? Gerhard -- Gerhard Kugler Psychotherapeut http://www.psychotherapie-kugler.de ___ ntg-context

Re: [NTG-context] TABLE + \rotate problem

2006-05-03 Thread Karsten Heymann
Peter Münster wrote: > On Thu, 27 Apr 2006, Karsten Heymann wrote: > >> Why is the "Low Tech" typeset as it is below? > > I don't know why, but you could try \rotate[rotation=90]{\hbox{Low Tech}} I now use \framed (without a frame) and it seems to work. Thanks,

Re: [NTG-context] TABLE + \rotate problem

2006-05-03 Thread Karsten Heymann
Hi Peter, Peter Münster wrote: > \bTD[nr=7,align=low] thanks, I overlooked that option! Yours, Karsten -- | ~ Karsten Heymann ~ | Christian-Albrecht-Universität zu Kiel | | Fon: +49 431 880-1186 |Netzwerkteam des Ökologiezentrum| | Fax: +49 431 880-4083 | http://www.ecology.uni-ki

Re: [NTG-context] TABLE + \rotate problem

2006-04-27 Thread Peter Münster
On Thu, 27 Apr 2006, Karsten Heymann wrote: > Additionally: How can I align it to the lower end of the table? \bTD[nr=7,align=low] Cheers, Peter -- http://pmrb.free.fr/contact/ ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/

Re: [NTG-context] TABLE + \rotate problem

2006-04-27 Thread Peter Münster
On Thu, 27 Apr 2006, Karsten Heymann wrote: > Why is the "Low Tech" typeset as it is below? I don't know why, but you could try \rotate[rotation=90]{\hbox{Low Tech}} Cheers, Peter -- http://pmrb.free.fr/contact/ ___ ntg-contex

[NTG-context] TABLE + \rotate problem

2006-04-27 Thread Karsten Heymann
Hi, Why is the "Low Tech" typeset as it is below? Additionally: How can I align it to the lower end of the table? Any hints appreciated, Karsten % \setupcolors[state=start] \showframe \starttext \rotate[rotation=90,location=broad]\bgroup \framed[width=\textheight,height=

Re: [NTG-context] rotate problem

2005-12-21 Thread Henning Hraban Ramm
Am 2005-12-21 um 14:43 schrieb Hans Hagen: In \definesymbol [CC ulp7][\CeltSymbol{81}] \definesymbol [CC urp7][{\rotate[270]{\CeltSymbol{81}}}] \definesymbol [CC lrp7][{\rotate[180]{\CeltSymbol{81}}}] \definesymbol [CC llp7][{\rotate[90]{\CeltSymbol{81}}}] each of

Re: [NTG-context] rotate problem

2005-12-21 Thread Hans Hagen
n add something like Border to supp-fun or so ... probably some scaling is involved as well Thank you very much! I'm just playing around with your code und found that rotate seems to set its angle globally: In \definesymbol [CC ulp7][\CeltSymbol{81}] \definesymbol [CC ur

Re: [NTG-context] rotate problem (was: fonts/borders)

2005-12-21 Thread Henning Hraban Ramm
supp-fun or so ... probably some scaling is involved as well Thank you very much! I'm just playing around with your code und found that rotate seems to set its angle globally: In \definesymbol [CC ulp7][\CeltSymbol{81}] \definesymbol [CC urp7][{\rotate[270]{\CeltSymbol{81}}

Re: [NTG-context] texexec does not Rotate right on pdfarrange

2005-04-28 Thread Hans Hagen
Thomas Schrader wrote: Hi everybody, I've got a PDF saying /MediaBox [ 0 0 842 595 ] /Rotate 270 but on concatenating it via texexec to a second PDF saying /MediaBox [0 0 595 842] the first one is displayed landscape and cut to half. How can I prevent this. Does texexec ignore the rot

[NTG-context] texexec does not Rotate right on pdfarrange

2005-04-28 Thread Thomas Schrader
Hi everybody, I've got a PDF saying /MediaBox [ 0 0 842 595 ] /Rotate 270 but on concatenating it via texexec to a second PDF saying /MediaBox [0 0 595 842] the first one is displayed landscape and cut to half. How can I prevent this. Does texexec ignore the rotation commands? Need I

Re: [NTG-context] Re: How to rotate a single character on a line?

2004-04-02 Thread Adam Lindsay
ht of that -) Well, it works well with those particular glyphs, but you need both \rotate and \mirror for other Dingbats. Unfortunately, some are drawn so that you can't really get good opposing pairs out of them (e.g. FrontTiltedShadowedWhiteRightwardsArrow,

Re: [NTG-context] Re: How to rotate a single character on a line?

2004-04-02 Thread Hans Hagen
At 14:53 02/04/2004, you wrote: (Heh, I just thought of this:) \definesymbol[left][{% \mirror{\symbol[LeftShadedWhiteRightwardsArrow]}}] The mirrored version works fine, and is what you probably want. That's ConTeXt for you... sometimes you have to take a step back and realise that it

Re: [NTG-context] Re: How to rotate a single character on a line?

2004-04-02 Thread Adam Lindsay
Hello again, Stefan. I'm not exactly sure why I'm doing this, but I'm learning a lot in the process... Stefan Wachter said this at Thu, 1 Apr 2004 11:50:31 +0200: >> >> \definesymbol[whatever][\dontleaveh >mode\rotate[rotation=180]{\getglyph{ZapfDingbats}{234}]

[NTG-context] Re: How to rotate a single character on a line?

2004-04-01 Thread Stefan Wachter
Hans Hagen wrote: At 16:22 23/03/2004, you wrote: Hi all. I want to use some arrows of the ZapfDingbats fonts. Most of the arrows included in this font are directed from left to right. I tried to use \rotate to produce arrows directed to different directions. Yet, rotate produces new lines

Re: [NTG-context] How to rotate a single character on a line?

2004-03-24 Thread Hans Hagen
At 16:22 23/03/2004, you wrote: Hi all. I want to use some arrows of the ZapfDingbats fonts. Most of the arrows included in this font are directed from left to right. I tried to use \rotate to produce arrows directed to different directions. Yet, rotate produces new lines. Example

[NTG-context] How to rotate a single character on a line?

2004-03-23 Thread Stefan Wachter
Hi all. I want to use some arrows of the ZapfDingbats fonts. Most of the arrows included in this font are directed from left to right. I tried to use \rotate to produce arrows directed to different directions. Yet, rotate produces new lines. Example: \definefontsynonym[ZapfDingbats][zd