[NTG-context] horizontal spacing

2015-05-16 Thread henman
three times? - minimal example follows: \starttext \framed[ width=8cm, height=4cm, align={flushleft}] {Here is the minimum example: \crlf \hskip 1em 1em space before this line? \crlf \hskip 2em 2em space before this line? \crlf

Re: [NTG-context] horizontal spacing

2015-05-16 Thread Wolfgang Schuster
that having to write \hskip 1em \hskip 1em \hskip 1em three times? Your problem is the use of \crlf to force line breaks because the commands prevents the indentation of the following line. The reason why the first line of each block is intended is the empty line before

[NTG-context] Changing font for math function

2015-05-13 Thread Maggyero
\tf} \startmyparagraphs \switchtobodyfont[rm] {\tt \backslash switchtobodyfont[rm]}\crlf {\tt \backslash tf}: {\tf \getbuffer}\par {\tt \backslash it}: {\it \getbuffer}\par {\tt \backslash sl}: {\sl \getbuffer}\par {\tt \backslash bf}: {\bf \getbuffer}\par {\tt \backslash bi}: {\bi \getbuffer}\par

Re: [NTG-context] Changing font for math function

2015-05-12 Thread Hans Hagen
][3][width=\dimexpr 0.3\textwidth\relax] \section{{\tt \backslash setupmathematics[mathlabelstyle=\backslash tf]} (default)} \startmyparagraphs \switchtobodyfont[rm] {\tt \backslash switchtobodyfont[rm]}\crlf {\tt \backslash tf}: {\tf \getbuffer}\par {\tt \backslash bf}: {\bf \getbuffer}\par {\tt

[NTG-context] Changing font for math function

2015-05-12 Thread Maggyero
] \setupparagraphs[myparagraphs][3][width=\dimexpr 0.3\textwidth\relax] \section{{\tt \backslash setupmathematics[mathlabelstyle=\backslash tf]} (default)} \startmyparagraphs \switchtobodyfont[rm] {\tt \backslash switchtobodyfont[rm]}\crlf {\tt \backslash tf}: {\tf \getbuffer}\par {\tt \backslash

Re: [NTG-context] Oddity with \definereferenceformat

2015-04-20 Thread Wolfgang Schuster
[reference={sec:one}, title={Three\\line\\title}] \startparagraph See \about[sec:one]. \stopparagraph \stopsection \stoptext Can this be repaired? Or, am I doing it wrong? To avoid the line breaks in the reference context has to redefined the meaning of \crlf and \\ when the reference content

Re: [NTG-context] Multiline header

2015-03-17 Thread Procházka Lukáš Ing . - Pontex s . r . o .
: \setupheadertexts[{abc\par def\\ ghi\crlf jkl}] \startsetups[headertext] \startframed[frame=off,align=flushleft,width=fit] abc\\ def\\ ghi\\ jkl \stopframed \stopsetups \setupheadertexts[\directsetup{headertext}] \starttext

[NTG-context] Multiline header

2015-03-16 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, how to create multiline header? This code ignores all attempts to force a new line: \setupheadertexts[{abc\par def\\ ghi\crlf jkl}] \starttext aaa \stoptext Thank you in advance. Best regards, Lukas -- Ing. Lukáš Procházka | mailto:l...@pontex.cz Pontex s. r. o

Re: [NTG-context] Multiline header

2015-03-16 Thread luigi scarso
On Mon, Mar 16, 2015 at 1:54 PM, Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz wrote: Hello, how to create multiline header? This code ignores all attempts to force a new line: \setupheadertexts[{abc\par def\\ ghi\crlf jkl}] \starttext aaa \stoptext this works

Re: [NTG-context] Multiline header

2015-03-16 Thread Procházka Lukáš Ing . - Pontex s . r . o .
: \setupheadertexts[{abc\par def\\ ghi\crlf jkl}] \starttext aaa \stoptext this works, but probably there are better options \setupheadertexts[\ruledvbox{abc\par def\par ghi\par jkl}] \setupheadertexts[\vbox{abc\par def\par ghi\par jkl}] works, too, but a nicer solution would be appreciated

Re: [NTG-context] Multiline header

2015-03-16 Thread Wolfgang Schuster
Am 16.03.2015 um 13:54 schrieb Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: Hello, how to create multiline header? This code ignores all attempts to force a new line: \setupheadertexts[{abc\par def\\ ghi\crlf jkl}] \startsetups[headertext] \startframed

Re: [NTG-context] mkiv versus mkii: whitespace issues

2015-03-15 Thread Gerben Wierda
[doublesided=no,page=no] ~\blank[2in] \start \switchtobodyfont[9pt] Copyright \copyright\ 2015 by Gerben Wierda, The Netherlands\crlf Image used on cover (and on the inside) \copyright\ iStock.com/Antonio \blank[4mm] Published by R\A, The Netherlands \blank[4mm] Typeset with \TeX, using the mkii version

Re: [NTG-context] CSV scanners built in ConTeXt - feature or bug?

2015-02-26 Thread Hans Hagen
(tablerows) inspect(columnname) -- without header variant -- local tablerows = mycsvsplitter(crap) -- inspect(tablerows) for i=1,#tablerows do local l = tablerows[i] for j=1,#l do context(l[j].., ) end context('\\crlf') end \stopluacode \stoptext line 527 in util-prs.lua

[NTG-context] CSV scanners built in ConTeXt - feature or bug?

2015-02-25 Thread Jaroslav Hajtmar
local l = tablerows[i] for j=1,#l do context(l[j].., ) end context('\\crlf') end \stopluacode \stoptext % -- here start data.txt file -- first,second,third,fourth 1,2,3,4 a,b,c,d foo,barbaz,boogie,xyzzy ,,, And now,followed

Re: [NTG-context] Font switching on title page

2015-02-02 Thread Wolfgang Schuster
\starttitlepagemakeup[top=,] {\ss information \crlf about \crlf university \crlf and \crlf course \par} \blank[4*line] {\bfd \ss Paper \par} \blank {\bfa \ss by me} \blank[4*line] {\ss my \crlf information, \crlf adress \crlf etc.} \stoptitlepagemakeup I hope

Re: [NTG-context] Font switching on title page

2015-02-01 Thread Pablo Rodriguez
there is a switch that does that. The best way avoid problems when using font switches is to enclose them in braces. Such as in (complete sample): \definemakeup[titlepage][doublesided=no] \starttext \starttitlepagemakeup[top=,] {\ss information \crlf about \crlf university \crlf and \crlf

Re: [NTG-context] Font switching on title page

2015-02-01 Thread Jörg Weger
whether there is a switch that does that. The best way avoid problems when using font switches is to enclose them in braces. Such as in (complete sample): \definemakeup[titlepage][doublesided=no] \starttext \starttitlepagemakeup[top=,] {\ss information \crlf about \crlf university \crlf

[NTG-context] Font switching on title page

2015-02-01 Thread Jörg Weger
, it is too tall. What am I missing about font switching? Is it maybe because it is a makeup page? %% Here is a MWE %% \definemakeup[titlepage][pagestate=stop,doublesided=no] \starttext \starttitlepagemakeup[top=,] \tf \ss information \crlf about

[NTG-context] \inmargin

2014-12-30 Thread Idris Samawi Hamid ادريس سماوي حامد
).\crlf {\bf #4}, #5.\blank[small]}} \EDUITEM{Certificate of Proficiency}{2005}{\ConTeXt\ Studies}{\ConTeXt\ Seminary}{\TeX{ville}, \TeX{land}} \stoptext Now I get nothing in the margin. Please advise! Best wishes Idris -- Idris Samawi Hamid Professor

Re: [NTG-context] \inmargin

2014-12-30 Thread Wolfgang Schuster
=off,align=width,width=broad] {{\bf #1 }\inmargin{\it #2}\ (#3).\crlf {\bf #4}, #5.\blank[small]}} \EDUITEM{Certificate of Proficiency}{2005}{\ConTeXt\ Studies}{\ConTeXt\ Seminary}{\TeX{ville}, \TeX{land

Re: [NTG-context] issue with t-scancsv.lua

2014-12-10 Thread Pablo Rodriguez
\lowercasename{\lowercase{\name}} \edef\uppercaseaddress{\uppercase{\address}} name: {\linecolor\name}\ -- lowercase name: \lowercasename\crlf address: \address\ -- upercase address: \uppercaseaddress\crlf \postcode\ \city\crlf \page } % My example with hooks: \unexpanded\def

[NTG-context] issue with t-scancsv.lua

2014-12-08 Thread Pablo Rodriguez
Hello Jaroslav, I have discovered that it is impossible to change letter cases with fields imported with t-scancsv.lua. Here you have a sample: \usemodule[scancsv] \setuppapersize[C6, landscape] \setuppagenumbering[location=] \unexpanded\def\lineaction{ \lowercase{\cA}\crlf \uppercase{\cB

Re: [NTG-context] issue with t-scancsv.lua

2014-12-08 Thread Jaroslav Hajtmar
Hello Pablo. What do you think of this solution: \usemodule[scancsv] \setuppapersize[C6, landscape] \setuppagenumbering[location=] \unexpanded\def\lineaction{ \edef\lcA{\lowercase{\cA}} \edef\ucB{\uppercase{\cB}} cA: \cA -- lowercase cA: \lcA\crlf cB: \cB -- upercase cB: \ucB\crlf cC: \cC

Re: [NTG-context] issue with t-scancsv.lua

2014-12-08 Thread Pablo Rodriguez
] \setuppapersize[C6, landscape] \setuppagenumbering[location=] \unexpanded\def\lineaction{ \edef\lcA{\lowercase{\cA}} \edef\ucB{\uppercase{\cB}} cA: \cA -- lowercase cA: \lcA\crlf cB: \cB -- upercase cB: \ucB\crlf cC: \cC -- cD: \cD\crlf \lowercase{}\crlf \uppercase{}\crlf \page

Re: [NTG-context] issue with t-scancsv.lua

2014-12-08 Thread Jaroslav Hajtmar
\uppercaseaddress{\uppercase{\address}} name: {\linecolor\name}\ -- lowercase name: \lowercasename\crlf address: \address\ -- upercase address: \uppercaseaddress\crlf \postcode\ \city\crlf \page } % My example with hooks: \unexpanded\def\tablelineaction{% \edef\ehname{\hname}% \edef\ehaddress

[NTG-context] two questions on mail merging

2014-11-12 Thread Pablo Rodriguez
Dear list, I have the following sample kindly provided to me by Jaroslav: \unexpanded\def\lineaction{ \Name\crlf \Address\crlf \Postcode--\City\crlf \page } Well, how can I put this (or a similar) structure inside a layer? A minimal layer would be: \definelayer[MyLayer][state=start

Re: [NTG-context] two questions on mail merging

2014-11-12 Thread Wolfgang Schuster
Am 12.11.2014 um 17:05 schrieb Pablo Rodriguez oi...@gmx.es: Dear list, I have the following sample kindly provided to me by Jaroslav: \unexpanded\def\lineaction{ \Name\crlf \Address\crlf \Postcode--\City\crlf \page } Well, how can I put this (or a similar) structure inside

Re: [NTG-context] mail merge in mkiv?

2014-11-10 Thread Pablo Rodriguez
On 11/10/2014 12:17 AM, Jaroslav Hajtmar wrote: Hello Pablo. Here is example of add days in Lua: \startluacode x=5 -- add five days tex.print ('Actual date is :'..os.date('%d.%m.%Y')..'\\crlf') tex.print ( 'And x days added date is :'.. os.date('%d.%m.%Y',os.time()+ x * 24 * 3600

Re: [NTG-context] mail merge in mkiv?

2014-11-09 Thread Jaroslav Hajtmar
Hello Pablo. Here is example of add days in Lua: \startluacode x=5 -- add five days tex.print ('Actual date is :'..os.date('%d.%m.%Y')..'\\crlf') tex.print ( 'And x days added date is :'.. os.date('%d.%m.%Y',os.time()+ x * 24 * 3600)) \stopluacode Jaroslav Hajtmar Dne 9.11.2014 22:49

Re: [NTG-context] first line indents

2014-10-13 Thread Andrea Valle
Thanks, that’s what I was thinking but I’m missing something. If I replace the double white line in knuth.tex with \crlf indentation is not applied anymore to the first block. In my source I have this: TYPESET with Mark IV %%% \enableregime[utf] \mainlanguage[it] \language

Re: [NTG-context] first line indents

2014-10-13 Thread Wolfgang Schuster
Am 14.10.2014 um 00:14 schrieb Andrea Valle va...@di.unito.it: Thanks, that’s what I was thinking but I’m missing something. If I replace the double white line in knuth.tex with \crlf indentation is not applied anymore to the first block. 1. This part is missing in your example below. 2

Re: [NTG-context] Animation captions (was: error in animation)

2014-10-08 Thread Wolfgang Schuster
examples, it took a long sentences as a caption while my example don’t allow multiple lines. I inserted \crlf but it is not working. The difference is that “side by side”(example above) and “top and bottom”(example below). Is there a way of allowing multiple lines? I mixed up the order

Re: [NTG-context] setuphead bug?

2014-10-07 Thread Wolfgang Schuster
\crlf\endgraf \ifconditional\headshownumber \strut \headnumbercontent \par - else + \else \fakeheadnumbercontent % will also be done in the other ones (force consistency with numbered) \fi \begstrut

Re: [NTG-context] setuphead bug?

2014-10-07 Thread Wolfgang Schuster
\crlf\endgraf \ifconditional\headshownumber \strut \headnumbercontent \par - else + \else \fakeheadnumbercontent % will also be done in the other ones (force consistency with numbered) \fi \begstrut

Re: [NTG-context] Animation captions (was: error in animation)

2014-10-07 Thread Jeong Dal
allow multiple lines. I inserted \crlf but it is not working. The difference is that “side by side”(example above) and “top and bottom”(example below). Is there a way of allowing multiple lines? Thank you. Best regards, Dalyoung \usemodule[animation] \useMPlibrary[dum] \setupinteraction[state

Re: [NTG-context] Newline in chapter title? Or slight shrinking of it?

2014-10-03 Thread Gerben Wierda
, at 15:03, Gerben Wierda gerben.wie...@rna.nl wrote: I have a \chapter entry that is just a tad too wide. I’d like to have a two-line chapter title, but adding a \crlf leads to an error. Is there another way, or can I somehow make it fit the text width exactly? After all, it only

[NTG-context] Newline in chapter title? Or slight shrinking of it?

2014-10-02 Thread Gerben Wierda
I have a \chapter entry that is just a tad too wide. I’d like to have a two-line chapter title, but adding a \crlf leads to an error. Is there another way, or can I somehow make it fit the text width exactly? After all, it only overshoots a little. I’m using mkii Thanks, G

Re: [NTG-context] Newline in chapter title? Or slight shrinking of it?

2014-10-02 Thread Otared Kavian
chapter title, but adding a \crlf leads to an error. Is there another way, or can I somehow make it fit the text width exactly? After all, it only overshoots a little. I’m using mkii Thanks, G ___ If your

Re: [NTG-context] Linetables

2014-09-26 Thread Willi Egger
=color,backgroundcolor=gray] \setuplinetable[r][even][background=color,backgroundcolor=green] \showframe \showstruts \setupcolors[state=start] \startlinetable \NC aaa\crlf aaa \NC bb \NC c \NC d \NC \NC ff \NC \NR \dorecurse{100}{\NC aaa \NC bb \NC c \NC d \NC \NC ff \NC

[NTG-context] Linetables

2014-09-23 Thread Willi Egger
] \showframe \showstruts \setupcolors[state=start] \startlinetable \NC aaa\crlf aaa \NC bb \NC c \NC d \NC \NC ff} \NC \NR \stoplinetable \stoptext However with and without the dorecurse commands in it i get the following error: Missing number, treated as zero to be read again d \s

Re: [NTG-context] Linetables

2014-09-23 Thread Herbert Voss
aaa\crlf aaa \NC bb \NC c \NC d \NC \NC ff \NC \NR \dorecurse{100}{\NC aaa \NC bb \NC c \NC d \NC \NC ff \NC \NR} \stoplinetable \stoptext Herbert ___ If your question is of interest to others as well

Re: [NTG-context] Two issues with character alignment

2014-09-05 Thread Hans Hagen
On 9/4/2014 10:58 PM, Maggyero wrote: I have found two issues with character alignment (see the following minimal example): one when \\ is used in a cell instead of \crlf, another one when \high or \low are used in a cell. Is it a bug? \starttext \setupTABLE[% aligncharacter=yes

[NTG-context] Spurious pages in makeups

2014-09-04 Thread Idris Samawi Hamid ادريس سماوي حامد
Title Page \stopmakeup \page[left] \startmakeup[copyright] Author \crlf http://www.website.com/ ISBN: 978-0-9907820-0-1 \blank Copyright © 2014 Author \blank All rights reserved. \blank Front Range Press. \blank Printed in the United States of America. \stopmakeup \title{Table of Contents

Re: [NTG-context] Spurious pages in makeups

2014-09-04 Thread Peter Rolf
] \startmakeup[copyright] Author \crlf http://www.website.com/ ISBN: 978-0-9907820-0-1 \blank Copyright © 2014 Author \blank All rights reserved. \blank Front Range Press. \blank Printed in the United States of America. \stopmakeup \title{Table of Contents} \stoptext

Re: [NTG-context] Spurious pages in makeups

2014-09-04 Thread Pablo Rodriguez
][title] \setuphead[toctitle][page=none] \setuppagenumbering[alternative=doublesided] \starttext \startmakeup[title] \tfd Title Page \stopmakeup \startmakeup[copyright] Author \crlf http://www.website.com/ ISBN: 978-0-9907820-0-1 \blank Copyright © 2014 Author \blank All rights reserved

[NTG-context] Two issues with character alignment

2014-09-04 Thread Maggyero
I have found two issues with character alignment (see the following minimal example): one when \\ is used in a cell instead of \crlf, another one when \high or \low are used in a cell. Is it a bug? \starttext \setupTABLE[% aligncharacter=yes, alignmentcharacter=., align=middle

[NTG-context] Suppressing the page number

2014-08-12 Thread Gerben Wierda
\blank[force,2*big] \stopsetups My main product file has \startfrontmatter \startbuffer [chapter:quote] A Quote\crlf {\tf An author} \stopbuffer \completecontent \component c_introduction \stopfrontmatter \startbodymatter Now, before the content chapter and after that initial

Re: [NTG-context] Suppressing the page number

2014-08-12 Thread Aditya Mahajan
[right] \noheaderandfooterlines \blank[force,2*big] \stopsetups My main product file has \startfrontmatter \startbuffer [chapter:quote] A Quote\crlf {\tf An author} \stopbuffer \completecontent \component c_introduction \stopfrontmatter \startbodymatter Now, before the content

Re: [NTG-context] Suppressing the page number

2014-08-12 Thread Gerben Wierda
] \stopnarrower \stopalignment \resetsetups[quote:text] \page[right] \noheaderandfooterlines \blank[force,2*big] \stopsetups My main product file has \startfrontmatter \startbuffer [chapter:quote] A Quote\crlf {\tf An author} \stopbuffer \completecontent \component

[NTG-context] aligning framedtexts inside framed

2014-07-22 Thread Meer, H. van der
\textwidth \startframedtext[left][width=0.5\textwidth,location=top]\leavevmode some text \stopframedtext \startframedtext[left][width=0.5\textwidth,location=top]\leavevmode some other text\crlf of more lines \stopframedtext \egroup [cid:B80CDDB1-1D08-4FEE-8B80-B1C0C11AC256] Changing the location

Re: [NTG-context] aligning framedtexts inside framed

2014-07-22 Thread Hans Hagen
result: \framed[location=top]\bgroup \hsize=0.5\textwidth \startframedtext[left][width=0.5\textwidth,location=top]\leavevmode some text \stopframedtext \startframedtext[left][width=0.5\textwidth,location=top]\leavevmode some other text\crlf of more lines \stopframedtext \egroup

[NTG-context] bibliography and etaltext

2014-07-10 Thread Flavien Lambert
btx:flavien:article \btxfield{author}\crlf {\bf \btxfield{journal}}: \btxfield{pages}, volume~\btxfield{volume} (\btxfield{number}), \btxfield{year}\crlf {\it \btxfield{title}} \startframedtext[frame=on,leftframe=on,rightframe=off,topframe=off,bottomframe=off,location=middle,align=right,width=0.9

[NTG-context] Height fitting cell contents while using row spanning in other columns of a table

2014-07-09 Thread Maggyero
How can I stretch the height of the x cell (in my example) to fit the x cell content? I have tried with extreme tables and natural tables but without success. \starttext With extreme tables (y cell content fitted by default):\crlf \startxtable \startxrow \startxcell[nr=2]\input knuth

Re: [NTG-context] Placing (numbered) figures side-by-side

2014-07-04 Thread Mojca Miklavec
,offset=none,width=.2\textwidth]{\externalfigure[cow][width=.4\textwidth]} - titles are of different length (and have a different number of lines), so I need to manually add \crlf in one of the titles to achieve equal height and proper alignment; - width=... and distance=... are weird; once I set some

Re: [NTG-context] Placing (numbered) figures side-by-side

2014-07-04 Thread Mojca Miklavec
,offset=none,width=.2\textwidth]{\externalfigure[cow][width=.4\textwidth]} - titles are of different length (and have a different number of lines), so I need to manually add \crlf in one of the titles to achieve equal height and proper alignment; - width=... and distance=... are weird; once I set

Re: [NTG-context] Placing (numbered) figures side-by-side

2014-07-04 Thread Wolfgang Schuster
, so titles from left and right overlap; what I ended up doing was \framed[frame=off,offset=none,width=.2\textwidth]{\externalfigure[cow][width=.4\textwidth]} - titles are of different length (and have a different number of lines), so I need to manually add \crlf in one of the titles

[NTG-context] Character alignment in math mode

2014-06-24 Thread Maggyero
): \starttext \definemathcommand[cool]{{\bfmath cool}} text mode normal: \cool\crlf text mode italic: {\it \cool}\crlf text mode bold: {\bf \cool}\crlf text mode bolditalic: {\bi \cool}\crlf \stoptext ___ If your question

Re: [NTG-context] second-level seeindex entry nested too deeply

2014-06-23 Thread Hans Hagen
-level entry. It comes out okay if I delete the \index{area+ellipse} entry. can you play with: \unprotect \unexpanded\def\startregisterseewords {\par % \ifhmode\crlf\fi \begingroup \setfalse\c_strc_registers_page_done \dostarttagged\t!registerpage\empty \useregisterstyleandcolor\c

Re: [NTG-context] second-level seeindex entry nested too deeply

2014-06-23 Thread Sanjoy Mahajan
Hans Hagen pra...@wxs.nl writes: can you play with: \unprotect \unexpanded\def\startregisterseewords {\par % \ifhmode\crlf\fi \begingroup \setfalse\c_strc_registers_page_done \dostarttagged\t!registerpage\empty \useregisterstyleandcolor\c!pagestyle\c!pagecolor

Re: [NTG-context] Rotate multiline text

2014-06-23 Thread Aditya Mahajan
] \defineframed[rotatebox][tightbox][orientation=90] \starttext \startlines ABC \rotatebox{Random \crlf text } ABC ABC \rotate{\tightbox{Random \crlf text }} ABC \stoplines \stoptext I would like \rotatebox to behave the same as \rotate{\tightbox{..}}, but it does not. It appears that the width

Re: [NTG-context] Rotate multiline text

2014-06-22 Thread Hans Hagen
][orientation=90] \starttext \startlines ABC \rotatebox{Random \crlf text } ABC ABC \rotate{\tightbox{Random \crlf text }} ABC \stoplines \stoptext I would like \rotatebox to behave the same as \rotate{\tightbox{..}}, but it does not. It appears that the width (or height?) or \rotatebox is set to broad

[NTG-context] Rotate multiline text

2014-06-17 Thread Aditya Mahajan
\rotatebox{Random \crlf text } ABC ABC \rotate{\tightbox{Random \crlf text }} ABC \stoplines \stoptext I would like \rotatebox to behave the same as \rotate{\tightbox{..}}, but it does not. It appears that the width (or height?) or \rotatebox is set to broad. Am I missing a magic option

[NTG-context] Rotating two lines in a table

2014-04-10 Thread jaheinen
There is a bug(?) with \starttext \bTABLE \bTR \bTD[orientation=90]{first line\crlf second line}\eTD \bTD{first line\crlf second line}\eTD \eTR \eTABLE \stoptext The second cell is partially written over the first cell. How can I say: Don't do

Re: [NTG-context] Rotating two lines in a table

2014-04-10 Thread Wolfgang Schuster
Am 10.04.2014 um 12:10 schrieb jahei...@gmx.de: There is a bug(?) with \starttext \bTABLE \bTR \bTD[orientation=90]{first line\crlf second line}\eTD \bTD{first line\crlf second line}\eTD \eTR \eTABLE \stoptext The second cell is partially written over the first cell. How can I say

[NTG-context] Rotating two lines in a table

2014-04-08 Thread Dr. Jörg Kopp
I am searching since several days  now tomorow y need a solution :-( I want to rotate two lines with: \starttext    \bTABLE   \bTR           \bTD{\rotate[rotation=90]{first line\crlf second line}}\eTD   \eTR    \eTABLE

Re: [NTG-context] Rotating two lines in a table

2014-04-08 Thread Hans Hagen
On 4/7/2014 11:50 PM, Jan Heinen wrote: I am searching since several days now tomorow y need a solution :-( I want to rotate two lines with: \starttext \bTABLE \bTR \bTD{\rotate[rotation=90]{first line\crlf second line}}\eTD \eTR \eTABLE \stoptext

[NTG-context] Rotating two lines in a table

2014-04-07 Thread Jan Heinen
I am searching since several days  now tomorow y need a solution :-( I want to rotate two lines with: \starttext    \bTABLE   \bTR           \bTD{\rotate[rotation=90]{first line\crlf second line}}\eTD   \eTR    \eTABLE

Re: [NTG-context] Rotating two lines in a table

2014-04-07 Thread Rik Kabel
On 2014-04-07 17:50, Jan Heinen wrote: I am searching since several days now tomorow y need a solution :-( I want to rotate two lines with: \starttext \bTABLE \bTR \bTD{\rotate[rotation=90]{first line\crlf second line}}\eTD \eTR \eTABLE \stoptext but instead

[NTG-context] Rotating two lines in a table

2014-04-07 Thread Jan Heinen
I am searching since several days now tomorow y need a solution :-( I want to rotate two lines with: \starttext \bTABLE \bTR \bTD{\rotate[rotation=90]{first line\crlf second line}}\eTD \eTR \eTABLE \stoptext but instead of: (rotated 90

Re: [NTG-context] (again) bug?: \about disables \setupnote[split=strict]

2014-03-16 Thread Hans Hagen
other than the current? (So I would be able to avoid using \about.) Many thanks for your help, It relates to postponing notes. If we add \flushnotes here it works ok: \unexpanded\def\strc_references_about[#label]% {\dontleavehmode \begingroup \let\crlf\space \let\\\space \postponenotes

Re: [NTG-context] What’s wrong with \nomarking{\crlf}?

2014-03-07 Thread Henning Hraban Ramm
Am 2014-03-06 um 19:16 schrieb Wolfgang Schuster schuster.wolfg...@gmail.com: Am 06.03.2014 um 11:02 schrieb Thangalin thanga...@gmail.com: \nomarking is currently broken and will likely be removed from mkiv; use \select instead… You don’t need select, when you use MkIV you can set

[NTG-context] What’s wrong with \nomarking{\crlf}?

2014-03-06 Thread Henning Hraban Ramm
Hi, I’m trying to get a linebreak into a heading, but not in the ToC. I thought \nomarking{\crlf} would be the way to go, but \crlf seems to be undefined, as well as \nomarking?? (Latest beta on OSX.) \starttext \startchapter[title={It’s a long way to Tipperary,\nomarking{\crlf} it’s a long

Re: [NTG-context] What’s wrong with \nomarking{\crlf}?

2014-03-06 Thread Thangalin
Hi, From the docs: http://wiki.contextgarden.net/MkIV_Differences#Nomarking.2FSelect \nomarking is currently broken and will likely be removed from mkiv; use \select instead... ___ If your question is of interest to

Re: [NTG-context] What’s wrong with \nomarking{\crlf}?

2014-03-06 Thread Wolfgang Schuster
Am 06.03.2014 um 11:02 schrieb Thangalin thanga...@gmail.com: Hi, From the docs: http://wiki.contextgarden.net/MkIV_Differences#Nomarking.2FSelect \nomarking is currently broken and will likely be removed from mkiv; use \select instead… You don’t need select, when you use MkIV you

[NTG-context] (MkVI) Regression in named parameters, TL2013 to current

2014-02-28 Thread Rik Kabel
. (That definition fails in Lua\TeX, \pdfTeX, and \XeTeX. I have never used Mark II, and do not have Ruby installed to enable a test.) -\hbox{}-~\crlf Rik Kabel \stoptext ___ If your question is of interest to others as well

Re: [NTG-context] structure Mk II vs IV

2014-02-25 Thread Andrea Valle
=on]\crlf},after={\stopframedtext\blank[4cm]}] but these two raises the error: \setuphead[section][style=\ss\tfb, before={\startframedtext[frame=off]\color[cirmaGrey]}, after={\color[cirmaBlue]\textrule \color[fontColor]\stopframedtext}] \setuphead[subsection][style=\ss\tfb,before={\startframedtext

Re: [NTG-context] structure Mk II vs IV

2014-02-25 Thread Wolfgang Schuster
=0.25cm, rulethickness=0.05cm, frame=off, topframe=on, bottomframe=on]\crlf},after={\stopframedtext\blank[4cm]}] but these two raises the error: \setuphead[section][style=\ss\tfb, before={\startframedtext[frame=off]\color[cirmaGrey]}, after={\color[cirmaBlue]\textrule \color[fontColor

Re: [NTG-context] reset blocks with dorecurse

2014-01-15 Thread DesdeChaves
] \page \setcounter[userpage][1] \centerline{\kap{Maths}} \centerline{\kap{Worksheet}} \crlf Name:\thinrules[n=1]%, interlinespace=big] Evaluation:\thinrules[n=1]%, interlinespace=big] \getbuffer[examn] \stopsetups \starttext \setuppagenumbering[state=stop

[NTG-context] reset blocks with dorecurse

2014-01-14 Thread DesdeChaves
[userpage][1] \centerline{\kap{Maths}} \centerline{\kap{Worksheet}} \crlf Name:\thinrules[n=1]%, interlinespace=big] Evaluation:\thinrules[n=1]%, interlinespace=big] \getbuffer[examn] \stopsetups \starttext \setuppagenumbering[state=stop] \startbuffer[examn] \section{Questions

[NTG-context] boxedcolumns weirdness

2013-12-30 Thread Hans van der Meer
. It occurs haphazardly in a large (more than 300) series of items. Depending on the length of the first columns material (I introduced extra space with \crlf, \blank, \blank[dimension]) other items exhibit the effect. Because of this haphazard character, the large data set and the fact that I could

[NTG-context] boxedcolumns weirdness

2013-12-29 Thread H. van der Meer
. It occurs haphazardly in a large (more than 300) series of items. Depending on the length of the first columns material (I introduced extra space with \crlf, \blank, \blank[dimension]) other items exhibit the effect. Because of this haphazard character, the large data set and the fact that I could

[NTG-context] How to use local layout parameters (instead of global ones)?

2013-11-18 Thread Géry Ogam
: \the\textwidth \crlf - textheight: \the\textheight \page \setuplayout[luxury] - textwidth: \the\textwidth \crlf - textheight: \the\textheight % -- The height (\texteight parameter) which depends on the width (\textwidth parameter) in my ‘luxury’ layout has NOT changed though the local width (\textwidth

Re: [NTG-context] How to use local layout parameters (instead of global ones)?

2013-11-18 Thread Hans Hagen
\textwidth+26mm] \starttext - textwidth: \the\textwidth \crlf - textheight: \the\textheight \page \setuplayout[luxury] - textwidth: \the\textwidth \crlf - textheight: \the\textheight % -- The height (\texteight parameter) which depends on the width (\textwidth parameter) in my ‘luxury’ layout has

Re: [NTG-context] Aligning Part-Title in TOC

2013-11-06 Thread Procházka Lukáš Ing . - Pontex s . r . o .
is about aligning the part-title in the toc, see this simple example: \setuphead[part][number=no] \starttext \completecontent \part{Part 1: This is the title of the first part, it is very very long, but actually not a real title of a part in a book} \stoptext Whatever I try, using \crlf, \\, \blank

[NTG-context] Aligning Part-Title in TOC

2013-10-23 Thread H. Özoguz
} \stoptext Whatever I try, using \crlf, \\, \blank[...] or anything else, I did not get the result of aligning I want. I want the title indented in the second line, as is is in the first line (so both lines have a left-offset to Part 1). For better understanding I attached a image with the intended

Re: [NTG-context] tnum and aligncharacter=yes

2013-10-21 Thread Hans Hagen
\bTR \bTD 444.444 \eTD \eTR \eTABLE \par 1234567890\par 00\par 11\par 44 \blank \stopbuffer \start inlinenumbers:\crlf \addfeature[inlinenumbers] \getbuffer \stop \start tabularnumbers:\crlf \addfeature[tabularnumbers

[NTG-context] Using typescripts in Texlive 2013

2013-10-21 Thread john Culleton
Bold \bi Bold Italic \it Italic \sc Small Caps \crlf \crlf \stoptext - Most of these test files can't find the fonts and use the fallback fonts instead. Only the following actually use the expected font: junicode gentium latinmodern droid termesmath-regular

Re: [NTG-context] Breaks in TOC

2013-10-07 Thread Marco Patzer
On 2013–10–07 H. Özoguz wrote: How to get only a normal break \crlf Marco signature.asc Description: Digital signature ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] columns vs. paragraphs, and a question about fillinrule

2013-09-15 Thread Pavneet Arora
,interlinespace=small,width=broad,separator=]{2.} \fillinrules[n=15,interlinespace=small,width=broad,separator=]{3.} \fillinrules[n=15,interlinespace=small,width=broad,separator=]{4.} \fillinrules[n=15,interlinespace=small,width=broad,separator=]{5.} \NC \NC (TESTATOR)\crlf

Re: [NTG-context] columns vs. paragraphs, and a question about fillinrule

2013-09-14 Thread Aditya Mahajan
.} \fillinrules[n=15,interlinespace=small,width=broad,separator=]{3.} \fillinrules[n=15,interlinespace=small,width=broad,separator=]{4.} \fillinrules[n=15,interlinespace=small,width=broad,separator=]{5.} \NC \NC (TESTATOR)\crlf Ms. B.E. Def \NC \NR \NC WITNESSES: \fillinrules

[NTG-context] Another small \underbar issue

2013-09-12 Thread Pavneet Arora
writing about} \stopalignment \blank \input lorem \blank[1in] \hl[10] B. C. Def\crlf 123.456.7890 \stoptext -- Pavneet Arora m: 647.406.6843 Waroc Informatikt: 416.937.9276 ___ If your question

[NTG-context] columns vs. paragraphs, and a question about fillinrule

2013-09-12 Thread Pavneet Arora
][width=.4\textwidth] \startmypar WITNESSES: \fillinrules[n=3,interlinespace=small,width=broad,separator=]{1.} \fillinrules[n=3,interlinespace=small,width=broad,separator=]{2.} \mypar \mypar (TESTATOR)\crlf Ms. B.E. Def\crlf \stopmypar {\tt columns} method: \startcolumns[n=2] WITNESSES: \fillinrules[n

Re: [NTG-context] devanagari rendering (2 errors)

2013-09-09 Thread Peter Graif
~ \char091B \char094D \char0930 ~ \char091C \char094D \char0930 ~ \char091D \char094D \char0930 ~ \char091E \char094D \char0930 ~\crlf \char091F \char094D \char0930 ~ \char0920 \char094D \char0930 ~ \char0921 \char094D \char0930 ~ \char0922 \char094D \char0930 ~ \char0923 \char094D \char0930

Re: [NTG-context] compilation problem (TeXLive 2013)

2013-07-03 Thread Manuel González Suárez
}{Phlhi'adew} \dos{Aquiles}{Aqil~hoc}\crlf \dos{funesta,}{oulom'enhn,} \dos{la que}{`h} \dos{muchos}{mur'i''} \dos{a los aqueos}{Aqaio~ic} \dos{dolores}{'alge''} \dos{impuso,}{'ejhke,}\crlf \dos{y muchas}{poll`ac d''} \dos{generosas}{ifj'imouc} \dos{almas}{yuq`ac} \dos{al Hades}{'Aidi} \dos{arrojó

Re: [NTG-context] Using \setupinterlinespace with \setuparranging[XY], and more

2013-06-25 Thread Pavneet Arora
,height=\textheight,aligment=center]{\definedfont[Serif at 18pt]\setupinterlinespace \the\baselineskip\crlf A long description label that needs to be have its interline spacing adjusted.}\page Label 2\page \setupbodyfont[rm,18pt] \setupinterlinespace \framed[frame=off,width=\textwidth,height

[NTG-context] Using \setupinterlinespace with \setuparranging[XY], and more

2013-06-21 Thread Pavneet Arora
,width=\textwidth,height=\textheight,aligment=center]{Label 1}\page \the\baselineskip\page \framed[frame=off,width=\textwidth,height=\textheight,aligment=center]{\definedfont[Serif at 18pt]\setupinterlinespace \the\baselineskip\crlf A long description label that needs to be have its interline

[NTG-context] Some issues with \unit

2013-06-11 Thread Marco Patzer
{10^3 second} \crlf %% ⇒ 10✕10³ s \unit{10^{-3} second}\crlf %% wrong — sign, too long \math{\unit{10^{-3} second}} \crlf %% wrong spacing \unit{e3 second} \crlf %% ⇒ ✕10³ s \stoptext Marco ¹ http://www.ntg.nl/pipermail/ntg-context/2012/070057.html

Re: [NTG-context] Centered title with numeration on the same line

2013-06-03 Thread Marco Patzer
] [alternative=middle_nolinebreak] \defineheadalternative [middle_nolinebreak] [alternative=vertical, renderingsetup=headrenderings:middle_nolinebreak] \startsetups[headrenderings:middle_nolinebreak] \vbox { \headsetupspacing \veryraggedcenter \let\\\endgraf \let\crlf\endgraf

Re: [NTG-context] Centered title with numeration on the same line

2013-06-03 Thread honyk
] \startsetups[headrenderings:middle_nolinebreak] \vbox { \headsetupspacing \veryraggedcenter \let\\\endgraf \let\crlf\endgraf \ifconditional\headshownumber \strut \headnumbercontent \kern\headnumberdistance \fi \begstrut \headtextcontent

Re: [NTG-context] line endings in beta

2013-05-20 Thread Philipp Gesang
, 155385 insertions(+), 152177 deletions(-) If yes, will it stay that way? maybe .. i just wanted to make sure that some binary code was kept as-is .. the lineendings were always cr+lf but i zipped the archive with -ll (which is not present in all zippers anyway) .. when I switch to 7zip crlf

<    1   2   3   4   5   6   7   8   9   10   >